GoogleApi.CloudShell.V1.Model.AuthorizeEnvironmentRequest (google_api_cloud_shell v0.20.0) View Source
Request message for AuthorizeEnvironment.
Attributes
-
accessToken(type:String.t, default:nil) - The OAuth access token that should be sent to the environment. -
expireTime(type:DateTime.t, default:nil) - The time when the credentials expire. If not set, defaults to one hour from when the server received the request. -
idToken(type:String.t, default:nil) - The OAuth ID token that should be sent to the environment.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudShell.V1.Model.AuthorizeEnvironmentRequest{
accessToken: String.t() | nil,
expireTime: DateTime.t() | nil,
idToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.