Class SecretBackendRoleState
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.Consul
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRoleState : ResourceArgs
Constructors
View SourceSecretBackendRoleState()
Declaration
public SecretBackendRoleState()
Properties
View SourceBackend
The unique name of an existing Consul secrets backend mount. Must not begin or end with a /. One of path or backend is required.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Local
Indicates that the token should not be replicated globally and instead be local to the current datacenter.
Declaration
public Input<bool> Local { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MaxTtl
Maximum TTL for leases associated with this role, in seconds.
Declaration
public Input<int> MaxTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the Consul secrets engine role to create.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The unique name of an existing Consul secrets backend mount. Must not begin or end with a /. Deprecated
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
The list of Consul ACL policies to associate with these roles.
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TokenType
Specifies the type of token to create when using this role. Valid values are "client" or "management".
Declaration
public Input<string> TokenType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Specifies the TTL for this role.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |