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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 2.4.0, with the content pertaining to version 2.0.0 of the \u003ccode\u003ePermissionDelta\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Iam.Admin.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePermissionDelta\u003c/code\u003e is a class designed to record added and removed permissions within a role and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and has two constructors: a default constructor and one that takes another \u003ccode\u003ePermissionDelta\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePermissionDelta\u003c/code\u003e has two key properties, \u003ccode\u003eAddedPermissions\u003c/code\u003e and \u003ccode\u003eRemovedPermissions\u003c/code\u003e, both of which are of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e, to manage added and removed permissions respectively.\u003c/p\u003e\n"]]],[],null,[]]