public sealed class AuditConfigDelta : IMessage<AuditConfigDelta>, IEquatable<AuditConfigDelta>, IDeepCloneable<AuditConfigDelta>, IBufferMessage, IMessage
One delta entry for AuditConfig. Each individual change (only one
exempted_member in each entry) to a AuditConfig will be a separate entry.
Specifies a service that was configured for Cloud Audit Logging.
For example, storage.googleapis.com, cloudsql.googleapis.com.
allServices is a special value that covers all services.
Required
[[["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-04-17 UTC."],[[["The `AuditConfigDelta` class represents a single change to an `AuditConfig`, detailing one exempted member per entry."],["It is part of the `Google.Cloud.Iam.V1` namespace within the `Google.Cloud.Iam.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Action`, `ExemptedMember`, `LogType`, and `Service`, which specify the details of the configuration change, such as the action performed, the exempted identity, the type of log, and the service affected."],["The latest version available is 3.4.0, but the current page content is specifically about version 2.2.0 of AuditConfigDelta."],["The class inherits members from the `System.Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]