Show / Hide Table of Contents

Class AuthBackendIdentityWhitelistState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendIdentityWhitelistState
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 AuthBackendIdentityWhitelistState : ResourceArgs

Constructors

View Source

AuthBackendIdentityWhitelistState()

Declaration
public AuthBackendIdentityWhitelistState()

Properties

View Source

Backend

The path of the AWS backend being configured.

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 identity-whitelist entries.

Declaration
public Input<bool> DisablePeriodicTidy { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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