GoogleApi.CloudShell.V1.Model.AuthorizeEnvironmentRequest (google_api_cloud_shell v0.19.1) 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(),
  expireTime: DateTime.t(),
  idToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.