View Source GoogleApi.ServiceControl.V2.Model.FirstPartyPrincipal (google_api_service_control v0.40.0)

First party identity principal.

Attributes

  • principalEmail (type: String.t, default: nil) - The email address of a Google account. .
  • serviceMetadata (type: map(), default: nil) - Metadata about the service that uses the service account. .

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V2.Model.FirstPartyPrincipal{
  principalEmail: String.t() | nil,
  serviceMetadata: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.