Show / Hide Table of Contents

Class AuthBackendRoletagBlacklistState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendRoletagBlacklistState
Inherited Members
ResourceArgs.Empty
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 Source

AuthBackendRoletagBlacklistState()

Declaration
public AuthBackendRoletagBlacklistState()

Properties

View Source

Backend

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.