public sealed class AuditData.Types.PermissionDelta : IMessage<AuditData.Types.PermissionDelta>, IEquatable<AuditData.Types.PermissionDelta>, IDeepCloneable<AuditData.Types.PermissionDelta>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class AuditData.Types.PermissionDelta.
A PermissionDelta message to record the added_permissions and
removed_permissions inside a role.
[[["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 `AuditData.Types.PermissionDelta` class is part of the Google Cloud Identity and Access Management (IAM) v1 API and is used to record changes in permissions within a role."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It features two main properties, `AddedPermissions` and `RemovedPermissions`, which are both of type `RepeatedField\u003cstring\u003e` and are used to list the permissions added or removed."],["The latest version of this class available is version 2.4.0, with several previous versions available for use."]]],[]]