GoogleApi.Genomics.V1.Model.ServiceAccount (google_api_genomics v0.18.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.