public sealed class PermissionDelta : IMessage<AuditData.Types.PermissionDelta>, IEquatable<AuditData.Types.PermissionDelta>, IDeepCloneable<AuditData.Types.PermissionDelta>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `PermissionDelta` class, which is part of the `Google.Cloud.Iam.Admin.V1` namespace and used to record permission changes within a role."],["The `PermissionDelta` class is available in multiple versions, from 1.0.0 to the latest 2.4.0, with links to the respective documentation pages for each."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`PermissionDelta` has two key properties: `AddedPermissions` and `RemovedPermissions`, both of which are `RepeatedField\u003cstring\u003e` types that store lists of added and removed permissions respectively."]]],[]]