Show / Hide Table of Contents

Class TokenState

Inheritance
System.Object
InputArgs
ResourceArgs
TokenState
Inherited Members
ResourceArgs.Empty
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 Source

TokenState()

Declaration
public TokenState()

Properties

View Source

AccessKey

(Computed) Token access key part (string)

Declaration
public Input<string> AccessKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Annotations

Annotations of the token (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

Cluster ID for scoped token (string)

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Token description (string)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

(Computed) Token is enabled (bool)

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Expired

(Computed) Token is expired (bool)

Declaration
public Input<bool> Expired { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Labels

Labels of the token (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

(Computed) Token name (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Renew

Renew expired or disabled token

Declaration
public Input<bool> Renew { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SecretKey

(Computed/Sensitive) Token secret key part (string)

Declaration
public Input<string> SecretKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TokenName

(Computed/Sensitive) Token value (string)

Declaration
public Input<string> TokenName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ttl

Token time to live in seconds. Default 0 (int)

Declaration
public Input<int> Ttl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UserId

(Computed) Token user ID (string)

Declaration
public Input<string> UserId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.