Class AuthBackendRoletagBlacklistState
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 AuthBackendRoletagBlacklistState : ResourceArgs
Constructors
View SourceAuthBackendRoletagBlacklistState()
Declaration
public AuthBackendRoletagBlacklistState()
Properties
View SourceBackend
The path the AWS auth backend being configured was mounted at.
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 roletag blacklist entries. Defaults to false.
Declaration
public Input<bool> DisablePeriodicTidy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SafetyBuffer
The amount of extra time that must have passed beyond the roletag expiration, before it is removed from the backend storage. Defaults to 259,200 seconds, or 72 hours.
Declaration
public Input<int> SafetyBuffer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |