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

A service identity in the Identity and Access Management API.

Attributes

  • email (type: String.t, default: nil) - The email address of the service identity.
  • name (type: String.t, default: nil) - P4 service identity resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/serviceIdentities/default
  • tag (type: String.t, default: nil) - The P4 service identity 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 identity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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