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."],[[["This document provides reference documentation for the `AuditData.Types.PermissionDelta` class within the Identity and Access Management (IAM) v1 API."],["`PermissionDelta` is a message type used to track added and removed permissions within a role, as part of the `Google.Cloud.Iam.Admin.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message processing."],["The `PermissionDelta` class has two main properties: `AddedPermissions` and `RemovedPermissions`, which are both `RepeatedField` of strings."],["There are many versions available, with the current latest being 2.4.0, and the current page being 2.3.0, all the way down to version 1.0.0."]]],[]]