google_api_service_consumer_management v0.18.0 GoogleApi.ServiceConsumerManagement.V1.Model.V1ServiceAccount View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.V1ServiceAccount{
  email: String.t(),
  iamAccountName: String.t(),
  name: String.t(),
  tag: String.t(),
  uniqueId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.