View Source GoogleApi.ServiceConsumerManagement.V1.Model.V1DefaultIdentity (google_api_service_consumer_management v0.35.1)

A default identity in the Identity and Access Management API.

Attributes

  • email (type: String.t, default: nil) - The email address of the default identity. Calling GenerateDefaultIdentity with a deleted or purged default identity should expect does_not_exist@invalid-project.iam.gserviceaccount.com placeholder email.
  • name (type: String.t, default: nil) - Default identity resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/defaultIdentity
  • tag (type: String.t, default: nil) - The Default Identity tag. If specified when creating the account, the tag must be present in activation_grants. If not specified when creating the account, the tag is set to the tag specified in activation_grants.
  • uniqueId (type: String.t, default: nil) - The unique and stable id of the default identity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.V1DefaultIdentity{
  email: 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.