Class AuthBackendRoleArgs
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.AliCloud
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendRoleArgs : ResourceArgs
Constructors
View SourceAuthBackendRoleArgs()
Declaration
public AuthBackendRoleArgs()
Properties
View SourceArn
The role's arn.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Backend
Auth backend.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
Name of the role. Must correspond with the name of the role reflected in the arn.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenBoundCidrs
Specifies the blocks of IP addresses which are allowed to use the generated token
Declaration
public InputList<string> TokenBoundCidrs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TokenExplicitMaxTtl
Generated Token's Explicit Maximum TTL in seconds
Declaration
public Input<int> TokenExplicitMaxTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenMaxTtl
The maximum lifetime of the generated token
Declaration
public Input<int> TokenMaxTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenNoDefaultPolicy
If true, the 'default' policy will not automatically be added to generated tokens
Declaration
public Input<bool> TokenNoDefaultPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TokenNumUses
The maximum number of times a token may be used, a value of zero means unlimited
Declaration
public Input<int> TokenNumUses { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenPeriod
Generated Token's Period
Declaration
public Input<int> TokenPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenPolicies
Generated Token's Policies
Declaration
public InputList<string> TokenPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TokenTtl
The initial ttl of the token to generate in seconds
Declaration
public Input<int> TokenTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenType
The type of token to generate, service or batch
Declaration
public Input<string> TokenType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |