Class ServiceAccountDelegationInfo (1.16.0)

ServiceAccountDelegationInfo(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Identity delegation history of an authenticated service account.

Attributes

NameDescription
principal_email str
The email address of a Google account.
principal_subject str
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}]``

Inheritance

builtins.object > proto.message.Message > ServiceAccountDelegationInfo