public RepeatedField<string> ExemptedMembers { get; }
Specifies the identities that do not cause logging for this type of
permission.
Follows the same format of [Binding.members][google.iam.v1.Binding.members].
[[["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."],[[["`AuditLogConfig` is a class that configures logging for specific permission types, enabling control over what data is logged."],["The class allows specifying identities via `ExemptedMembers` that will be exempt from causing logs for certain permissions, such as a specific user not causing data read logs."],["`AuditLogConfig` supports multiple log types, such as `DATA_READ` and `DATA_WRITE`, which can be configured via the `LogType` property."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, and deep cloning."],["There are different version available of the documentation, with the latest being version 3.4.0."]]],[]]