public sealed class AuthToken : IMessage<AuthToken>, IEquatable<AuthToken>, IDeepCloneable<AuthToken>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1beta API class AuthToken.
Auth token for the instance.
Implements
IMessageAuthToken, IEquatableAuthToken, IDeepCloneableAuthToken, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1BetaAssembly
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 |
|