GoogleApi.TPU.V2.Model.ServiceAccount (google_api_tpu v0.18.0)

View Source

A service account.

Attributes

  • email (type: String.t, default: nil) - Email address of the service account. If empty, default Compute service account will be used.
  • scope (type: list(String.t), default: nil) - The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TPU.V2.Model.ServiceAccount{
  email: String.t() | nil,
  scope: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.