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

A default identity in the Identity and Access Management API.

Attributes

  • email (type: String.t, default: nil) - The email address of the default identity.

  • name (type: String.t, default: nil) - Default identity resource name.

    An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/defaultIdentity

  • uniqueId (type: String.t, default: nil) - The unique and stable id of the default identity.

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.V1DefaultIdentity{
  email: String.t(),
  name: 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.