public sealed class ServiceAccountDelegationInfo : IMessage<ServiceAccountDelegationInfo>, IEquatable<ServiceAccountDelegationInfo>, IDeepCloneable<ServiceAccountDelegationInfo>, IBufferMessage, IMessage
Identity delegation history of an authenticated service account.
A string representing the principal_subject associated with the identity.
For most identities, the format will be
principal://iam.googleapis.com/{identity pool name}/subject/{subject)
except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD)
that are still in the legacy format serviceAccount:{identity pool
name}[{subject}]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class represents the identity delegation history of an authenticated service account within the \u003ccode\u003eGoogle.Cloud.Audit\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, one default and another that accepts another \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e object, allowing for object creation and duplication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class offers properties like \u003ccode\u003eAuthorityCase\u003c/code\u003e, \u003ccode\u003eFirstPartyPrincipal\u003c/code\u003e, \u003ccode\u003ePrincipalSubject\u003c/code\u003e, and \u003ccode\u003eThirdPartyPrincipal\u003c/code\u003e to manage different types of principal identities and authority cases.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a way to manage both First party (google) and third party identities as the real authority, along with how to deal with the principal subject.\u003c/p\u003e\n"]]],[],null,[]]