Class TokenArgs
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
Assembly: Pulumi.Vault.dll
Syntax
public sealed class TokenArgs : ResourceArgs
Constructors
View SourceTokenArgs()
Declaration
public TokenArgs()
Properties
View SourceDisplayName
String containing the token display name
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExplicitMaxTtl
The explicit max TTL of this token
Declaration
public Input<string> ExplicitMaxTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NoDefaultPolicy
Flag to not attach the default policy to this token
Declaration
public Input<bool> NoDefaultPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NoParent
Flag to create a token without parent
Declaration
public Input<bool> NoParent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NumUses
The number of allowed uses of this token
Declaration
public Input<int> NumUses { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Period
The period of this token
Declaration
public Input<string> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PgpKey
The PGP key (base64 encoded) to encrypt the token.
Declaration
public Input<string> PgpKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
List of policies to attach to this token
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Renewable
Flag to allow to renew this token
Declaration
public Input<bool> Renewable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RenewIncrement
The renew increment
Declaration
public Input<int> RenewIncrement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RenewMinLease
The minimal lease to renew this token
Declaration
public Input<int> RenewMinLease { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RoleName
The token role name
Declaration
public Input<string> RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
The TTL period of this token
Declaration
public Input<string> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WrappingTtl
The TTL period of the wrapped token.
Declaration
public Input<string> WrappingTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |