View Source GoogleApi.Batch.V1.Model.ServiceAccount (google_api_batch v0.2.0)

Carries information about a Google Cloud service account.

Attributes

  • email (type: String.t, default: nil) - Email address of the service account. If not specified, the default Compute Engine service account for the project will be used. If instance template is being used, the service account has to be specified in the instance template and it has to match the email field here.
  • scopes (type: list(String.t), default: nil) - List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.