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 provides a history of identity delegation for authenticated service accounts, as indicated by its implementation of interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e, can be instantiated using two constructors: a default constructor, \u003ccode\u003eServiceAccountDelegationInfo()\u003c/code\u003e, and an overload, \u003ccode\u003eServiceAccountDelegationInfo(ServiceAccountDelegationInfo other)\u003c/code\u003e, allowing the copying of an existing \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class contains properties like \u003ccode\u003eAuthorityCase\u003c/code\u003e, \u003ccode\u003eFirstPartyPrincipal\u003c/code\u003e, \u003ccode\u003ePrincipalSubject\u003c/code\u003e, and \u003ccode\u003eThirdPartyPrincipal\u003c/code\u003e to represent the identity's authority, including the ability to discern between first and third-party principals, as well as the principal subject.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePrincipalSubject\u003c/code\u003e property in the class stores a string that describes the subject linked to the identity, often formatted as \u003ccode\u003eprincipal://iam.googleapis.com/{identity pool name}/subject/{subject}\u003c/code\u003e, though some GKE identities use a legacy format.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Audit\u003c/code\u003e package is 2.5.0, but the content provided focuses specifically on version 1.1.0 of the \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class within that package.\u003c/p\u003e\n"]]],[],null,[]]