View Source GoogleApi.CloudShell.V1.Model.AuthorizeEnvironmentRequest (google_api_cloud_shell v0.20.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudShell.V1.Model.AuthorizeEnvironmentRequest{
  accessToken: String.t() | nil,
  expireTime: DateTime.t() | nil,
  idToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.