Class AuthorizeEnvironmentRequest
Request message for AuthorizeEnvironment.
Implements
Inherited Members
Namespace: Google.Apis.CloudShell.v1.Data
Assembly: Google.Apis.CloudShell.v1.dll
Syntax
public class AuthorizeEnvironmentRequest : IDirectResponseSchema
Properties
AccessToken
The OAuth access token that should be sent to the environment.
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 |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExpireTimeRaw
The time when the credentials expire. If not set, defaults to one hour from when the server received the request.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
IdToken
The OAuth ID token that should be sent to the environment.
Declaration
[JsonProperty("idToken")]
public virtual string IdToken { get; set; }
Property Value
Type | Description |
---|---|
string |