Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse

Response message for NotebookInternalService.GenerateToken.

Inheritance
object
GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse : IDirectResponseSchema

Properties

AccessToken

Short-lived access token string which may be used to access Google APIs.

Declaration
[JsonProperty("accessToken")]
public virtual string AccessToken { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpiresIn

The time in seconds when the access token expires. Typically that's 3600.

Declaration
[JsonProperty("expiresIn")]
public virtual int? ExpiresIn { get; set; }
Property Value
Type Description
int?

Scope

Space-separated list of scopes contained in the returned token. https://cloud.google.com/docs/authentication/token-types#access-contents

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

TokenType

Type of the returned access token (e.g. "Bearer"). It specifies how the token must be used. Bearer tokens may be used by any entity without proof of identity.

Declaration
[JsonProperty("tokenType")]
public virtual string TokenType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX