View Source GoogleApi.LifeSciences.V2beta.Model.ServiceAccount (google_api_life_sciences v0.13.1)

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.
  • 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.LifeSciences.V2beta.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.