Show / Hide Table of Contents

Class TokenRequestStatusArgs

TokenRequestStatus is the result of a token request.

Inheritance
System.Object
InputArgs
ResourceArgs
TokenRequestStatusArgs
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.Kubernetes.Types.Inputs.Authentication.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class TokenRequestStatusArgs : ResourceArgs

Properties

View Source

ExpirationTimestamp

ExpirationTimestamp is the time of expiration of the returned token.

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

Token

Token is the opaque bearer token.

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