Class GenerateAwsAccessTokenResponse (1.0.0-beta01)

public sealed class GenerateAwsAccessTokenResponse : IMessage<GenerateAwsAccessTokenResponse>, IEquatable<GenerateAwsAccessTokenResponse>, IDeepCloneable<GenerateAwsAccessTokenResponse>, IBufferMessage, IMessage

Response message for AwsClusters.GenerateAwsAccessToken method.

Inheritance

Object > GenerateAwsAccessTokenResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GenerateAwsAccessTokenResponse()

public GenerateAwsAccessTokenResponse()

GenerateAwsAccessTokenResponse(GenerateAwsAccessTokenResponse)

public GenerateAwsAccessTokenResponse(GenerateAwsAccessTokenResponse other)
Parameter
NameDescription
otherGenerateAwsAccessTokenResponse

Properties

AccessToken

public string AccessToken { get; set; }

Output only. Access token to authenticate to k8s api-server.

Property Value
TypeDescription
String

ExpirationTime

public Timestamp ExpirationTime { get; set; }

Output only. Timestamp at which the token will expire.

Property Value
TypeDescription
Timestamp