Show / Hide Table of Contents

Class ExecCredentialResponse.ExecStatus

Inheritance
object
ExecCredentialResponse.ExecStatus
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class ExecCredentialResponse.ExecStatus

Constructors

View Source

ExecStatus()

Declaration
public ExecStatus()

Properties

View Source

ClientCertificateData

Declaration
public string? ClientCertificateData { get; set; }
Property Value
Type Description
string
View Source

ClientKeyData

Declaration
public string? ClientKeyData { get; set; }
Property Value
Type Description
string
View Source

ExpirationTimestamp

Declaration
public DateTime? ExpirationTimestamp { get; set; }
Property Value
Type Description
DateTime?
View Source

Token

Declaration
public string? Token { get; set; }
Property Value
Type Description
string

Methods

View Source

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
bool
  • View Source
In this article
Back to top Generated by DocFX