GoogleApi.VMMigration.V1.Model.ServiceAccount (google_api_vm_migration v0.11.0)

View Source

Service account to assign to the instance created by the machine image.

Attributes

  • email (type: String.t, default: nil) - Required. The email address of the service account.
  • scopes (type: list(String.t), default: nil) - Optional. The list of scopes to be made available for this service account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ServiceAccount{
  email: String.t() | nil,
  scopes: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.