View Source GoogleApi.ServiceConsumerManagement.V1.Model.V1ServiceAccount (google_api_service_consumer_management v0.32.0)

A service account in the Identity and Access Management API.

Attributes

  • email (type: String.t, default: nil) - The email address of the service account.
  • iamAccountName (type: String.t, default: nil) - Deprecated. See b/136209818.
  • name (type: String.t, default: nil) - P4 SA resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/serviceAccounts/default
  • tag (type: String.t, default: nil) - The P4 SA configuration tag. This must be defined in activation_grants. If not specified when creating the account, the tag is set to "default".
  • uniqueId (type: String.t, default: nil) - The unique and stable id of the service account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.V1ServiceAccount{
  email: String.t() | nil,
  iamAccountName: String.t() | nil,
  name: String.t() | nil,
  tag: String.t() | nil,
  uniqueId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.