Class SecretBackendStaticRoleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Vault.Database
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendStaticRoleArgs : ResourceArgs
Constructors
View SourceSecretBackendStaticRoleArgs()
Declaration
public SecretBackendStaticRoleArgs()
Properties
View SourceBackend
The unique name of the Vault mount to configure.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbName
The unique name of the database connection to use for the static role.
Declaration
public Input<string> DbName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to give the static role.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RotationPeriod
The amount of time Vault should wait before rotating the password, in seconds.
Declaration
public Input<int> RotationPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RotationStatements
Database statements to execute to rotate the password for the configured database user.
Declaration
public InputList<string> RotationStatements { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Username
The database username that this static role corresponds to.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |