Memorystore v1beta API - Class AuthToken (1.0.0-beta06)

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

Reference documentation and code samples for the Memorystore v1beta API class AuthToken.

Auth token for the instance.

Inheritance

object > AuthToken

Namespace

Google.Cloud.Memorystore.V1Beta

Assembly

Google.Cloud.Memorystore.V1Beta.dll

Constructors

AuthToken()

public AuthToken()

AuthToken(AuthToken)

public AuthToken(AuthToken other)
Parameter
Name Description
other AuthToken

Properties

AuthTokenName

public AuthTokenName AuthTokenName { get; set; }

AuthTokenName-typed view over the Name resource name property.

Property Value
Type Description
AuthTokenName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time of the auth token.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Identifier. Name of the auth token.

Property Value
Type Description
string

State

public AuthToken.Types.State State { get; set; }

Output only. The state of the auth token.

Property Value
Type Description
AuthTokenTypesState

Token

public string Token { get; set; }

Output only. The auth token.

Property Value
Type Description
string