Class TokenState
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class TokenState : ResourceArgs
Constructors
View SourceTokenState()
Declaration
public TokenState()
Properties
View SourceAccessKey
(Computed) Token access key part (string)
Declaration
public Input<string> AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Annotations
Annotations of the token (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
Cluster ID for scoped token (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Token description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
(Computed) Token is enabled (bool)
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Expired
(Computed) Token is expired (bool)
Declaration
public Input<bool> Expired { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Labels
Labels of the token (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
(Computed) Token name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Renew
Renew expired or disabled token
Declaration
public Input<bool> Renew { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SecretKey
(Computed/Sensitive) Token secret key part (string)
Declaration
public Input<string> SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenName
(Computed/Sensitive) Token value (string)
Declaration
public Input<string> TokenName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Token time to live in seconds. Default 0 (int)
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
UserId
(Computed) Token user ID (string)
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |