public Protobuf.Collections.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-04-17 UTC."],[[["This webpage details the `AuditLogConfig` class within the `Google.Cloud.Iam.V1` namespace, which is used for configuring logging for specific permission types."],["The `AuditLogConfig` class provides properties such as `ExemptedMembers` for specifying identities that should be excluded from logging, and `LogType` to determine the type of logging being enabled."],["The page covers multiple versions of the `AuditLogConfig`, including the latest version 3.4.0, and versions down to 2.2.0."],["The `AuditLogConfig` class supports constructors for both creating new instances and creating copies of existing instances."],["The `AuditLogConfig` implements `Protobuf.IMessage` and `Protobuf.IBufferMessage`, indicating its use in protocol buffer messaging."]]],[]]