public sealed class FetchAccessTokenResponse : IMessage<FetchAccessTokenResponse>, IEquatable<FetchAccessTokenResponse>, IDeepCloneable<FetchAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class FetchAccessTokenResponse.
Response message for FetchAccessToken.
Implements
IMessageFetchAccessTokenResponse, IEquatableFetchAccessTokenResponse, IDeepCloneableFetchAccessTokenResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
FetchAccessTokenResponse()
public FetchAccessTokenResponse()
FetchAccessTokenResponse(FetchAccessTokenResponse)
public FetchAccessTokenResponse(FetchAccessTokenResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchAccessTokenResponse |
Properties
ExpireTime
public Timestamp ExpireTime { get; set; }
The token is valid until this time.
Property Value | |
---|---|
Type | Description |
Timestamp |
ReadLocation
public string ReadLocation { get; set; }
The location in bucket that can be used for reading.
Property Value | |
---|---|
Type | Description |
string |
Token
public string Token { get; set; }
The downscoped token that was created.
Property Value | |
---|---|
Type | Description |
string |
WriteLocation
public string WriteLocation { get; set; }
The location in bucket that can be used for writing.
Property Value | |
---|---|
Type | Description |
string |