public sealed class ServiceAccountDelegationInfo : IMessage<ServiceAccountDelegationInfo>, IEquatable<ServiceAccountDelegationInfo>, IDeepCloneable<ServiceAccountDelegationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ServiceAccountDelegationInfo.
Identity delegation history of an authenticated service account.
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}]
[[["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-03-21 UTC."],[[["The latest version available for the `ServiceAccountDelegationInfo` class is 3.24.0, with many previous versions listed from 3.23.0 down to 2.2.0."],["This documentation provides reference information for the Google Cloud Security Command Center v1 API class `ServiceAccountDelegationInfo`, including its inheritance, implemented interfaces, namespace, assembly, constructors, and properties."],["The `ServiceAccountDelegationInfo` class is used to represent the identity delegation history of an authenticated service account within the Google Cloud Security Command Center."],["The class has two properties: `PrincipalEmail`, which is the email address of a Google account, and `PrincipalSubject`, a string that represents the principal subject that may or may not be tied to an email address, such as third party principals."],["The class includes constructors allowing for new instance creation, as well as one for copying another, and implements a variety of interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]