View Source GoogleApi.SecurityCenter.V1.Model.ServiceAccountDelegationInfo (google_api_security_center v0.29.0)

Identity delegation history of an authenticated service account.

Attributes

  • principalEmail (type: String.t, default: nil) - The email address of a Google account.
  • principalSubject (type: String.t, default: nil) - A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ServiceAccountDelegationInfo{
  principalEmail: String.t() | nil,
  principalSubject: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.