public sealed class ThirdPartyPrincipal : IMessage<ServiceAccountDelegationInfo.Types.ThirdPartyPrincipal>, IEquatable<ServiceAccountDelegationInfo.Types.ThirdPartyPrincipal>, IDeepCloneable<ServiceAccountDelegationInfo.Types.ThirdPartyPrincipal>, IBufferMessage, IMessage
[[["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 details the `ThirdPartyPrincipal` class within the `Google.Cloud.Audit` namespace, which represents a third-party identity principal."],["The class is part of the `Google.Cloud.Audit.dll` assembly and is available in multiple versions, ranging from 1.0.0 to the latest version, 2.5.0."],["`ThirdPartyPrincipal` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors: a default one (`ThirdPartyPrincipal()`) and one that takes another `ThirdPartyPrincipal` object as a parameter for initialization."],["It includes a `ThirdPartyClaims` property of type `Struct`, which is used for storing metadata related to the third-party identity."]]],[]]