public sealed class ServiceAccountDelegationInfo : IMessage<ServiceAccountDelegationInfo>, IEquatable<ServiceAccountDelegationInfo>, IDeepCloneable<ServiceAccountDelegationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class ServiceAccountDelegationInfo.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation page provides reference information for the \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class within the Google Cloud Audit API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class represents the identity delegation history of an authenticated service account.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e class is 2.5.0, with previous versions also being documented, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and includes 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 identity information.\u003c/p\u003e\n"],["\u003cp\u003eThe page outlines the available constructors for creating \u003ccode\u003eServiceAccountDelegationInfo\u003c/code\u003e objects, either as a new instance or by copying an existing one.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Audit API - Class ServiceAccountDelegationInfo (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Audit/latest/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Audit/2.4.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Audit/2.3.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Audit/2.2.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Audit/2.1.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Audit/2.0.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Audit/1.1.0/Google.Cloud.Audit.ServiceAccountDelegationInfo)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Audit/1.0.0/Google.Cloud.Audit.ServiceAccountDelegationInfo) \n\n public sealed class ServiceAccountDelegationInfo : IMessage\u003cServiceAccountDelegationInfo\u003e, IEquatable\u003cServiceAccountDelegationInfo\u003e, IDeepCloneable\u003cServiceAccountDelegationInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Audit API class ServiceAccountDelegationInfo.\n\nIdentity delegation history of an authenticated service account. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServiceAccountDelegationInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ServiceAccountDelegationInfo](/dotnet/docs/reference/Google.Cloud.Audit/latest/Google.Cloud.Audit.ServiceAccountDelegationInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ServiceAccountDelegationInfo](/dotnet/docs/reference/Google.Cloud.Audit/latest/Google.Cloud.Audit.ServiceAccountDelegationInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ServiceAccountDelegationInfo](/dotnet/docs/reference/Google.Cloud.Audit/latest/Google.Cloud.Audit.ServiceAccountDelegationInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Audit](/dotnet/docs/reference/Google.Cloud.Audit/latest/Google.Cloud.Audit)\n\nAssembly\n--------\n\nGoogle.Cloud.Audit.dll\n\nConstructors\n------------\n\n### ServiceAccountDelegationInfo()\n\n public ServiceAccountDelegationInfo()\n\n### ServiceAccountDelegationInfo(ServiceAccountDelegationInfo)\n\n public ServiceAccountDelegationInfo(ServiceAccountDelegationInfo other)\n\nProperties\n----------\n\n### AuthorityCase\n\n public ServiceAccountDelegationInfo.AuthorityOneofCase AuthorityCase { get; }\n\n### FirstPartyPrincipal\n\n public ServiceAccountDelegationInfo.Types.FirstPartyPrincipal FirstPartyPrincipal { get; set; }\n\nFirst party (Google) identity as the real authority.\n\n### PrincipalSubject\n\n public string PrincipalSubject { get; set; }\n\nA string representing the principal_subject associated with the identity.\nFor most identities, the format will be\n`principal://iam.googleapis.com/{identity pool name}/subject/{subject)`\nexcept for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD)\nthat are still in the legacy format `serviceAccount:{identity pool\nname}[{subject}]`\n\n### ThirdPartyPrincipal\n\n public ServiceAccountDelegationInfo.Types.ThirdPartyPrincipal ThirdPartyPrincipal { get; set; }\n\nThird party identity as the real authority."]]