Class TokenState
Inherited Members
Namespace: Pulumi.Vault
Assembly: Pulumi.Vault.dll
Syntax
public sealed class TokenState : ResourceArgs
Constructors
View SourceTokenState()
Declaration
public TokenState()
Properties
View SourceClientToken
String containing the client token if stored in present file
Declaration
public Input<string> ClientToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
String containing the token display name
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EncryptedClientToken
String containing the client token encrypted with the given pgp_key if stored in present file
Declaration
public Input<string> EncryptedClientToken { 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> |
LeaseDuration
String containing the token lease duration if present in state file
Declaration
public Input<int> LeaseDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LeaseStarted
String containing the token lease started time if present in state file
Declaration
public Input<string> LeaseStarted { 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> |
WrappedToken
The client wrapped token.
Declaration
public Input<string> WrappedToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WrappingAccessor
The client wrapping accessor.
Declaration
public Input<string> WrappingAccessor { 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> |