Class AuthBackendIdentityWhitelistState
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.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendIdentityWhitelistState : ResourceArgs
Constructors
View SourceAuthBackendIdentityWhitelistState()
Declaration
public AuthBackendIdentityWhitelistState()
Properties
View SourceBackend
The path of the AWS backend being configured.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisablePeriodicTidy
If set to true, disables the periodic tidying of the identity-whitelist entries.
Declaration
public Input<bool> DisablePeriodicTidy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SafetyBuffer
The amount of extra time, in minutes, that must have passed beyond the roletag expiration, before it is removed from the backend storage.
Declaration
public Input<int> SafetyBuffer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |