Show / Hide Table of Contents

Class TokenArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TokenArgs
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 TokenArgs : ResourceArgs

Constructors

View Source

TokenArgs()

Declaration
public TokenArgs()

Properties

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

Labels

Labels of the token (map)

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

Renew

Renew expired or disabled token

Declaration
public Input<bool> Renew { get; set; }
Property Value
Type Description
Input<System.Boolean>
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
Back to top Copyright 2016-2020, Pulumi Corporation.