Show / Hide Table of Contents

Class TokenRequestStatus

TokenRequestStatus is the result of a token request.

Inheritance
System.Object
TokenRequestStatus
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.Kubernetes.Types.Outputs.Authentication.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class TokenRequestStatus

Fields

View Source

ExpirationTimestamp

ExpirationTimestamp is the time of expiration of the returned token.

Declaration
public readonly string ExpirationTimestamp
Field Value
Type Description
System.String
View Source

Token

Token is the opaque bearer token.

Declaration
public readonly string Token
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.