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."],[[["This webpage provides reference documentation for the `ServiceAccountDelegationInfo` class within the Google Cloud Security Center v1 API, specifically for the .NET environment, with the most recent version of the documentation being 3.24.0."],["The `ServiceAccountDelegationInfo` class is used to track the identity delegation history of an authenticated service account, and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the API, from 2.2.0 up to the latest 3.24.0 version, allowing users to access the version that they currently use, with version 3.12.0 being the current focus."],["The page details the class's properties, such as `PrincipalEmail` and `PrincipalSubject`, providing descriptions and data types for each."],["The page documents the `ServiceAccountDelegationInfo` constructor, along with inherited members, namespace, and assembly information."]]],[]]