public sealed class FirstPartyPrincipal : IMessage<ServiceAccountDelegationInfo.Types.FirstPartyPrincipal>, IEquatable<ServiceAccountDelegationInfo.Types.FirstPartyPrincipal>, IDeepCloneable<ServiceAccountDelegationInfo.Types.FirstPartyPrincipal>, 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 provides documentation for the `FirstPartyPrincipal` class, which represents a first-party identity principal in the `Google.Cloud.Audit` namespace, specifically within `ServiceAccountDelegationInfo.Types`."],["The `FirstPartyPrincipal` class is part of the `Google.Cloud.Audit.dll` assembly, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the Protobuf framework."],["The class inherits from `Object` and includes members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it also offers two constructors: a default constructor and one that takes another `FirstPartyPrincipal` object as an argument."],["Key properties of the `FirstPartyPrincipal` class are `PrincipalEmail`, which stores the email address of a Google account, and `ServiceMetadata`, which contains metadata about the service using the account, both accessible through get and set methods."],["Multiple versions of the `FirstPartyPrincipal` class are available to review, ranging from version 1.0.0 to the latest 2.5.0."]]],[]]