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-04-17 UTC."],[[["The `AuditLogConfig` class in the Google Cloud IAM v1 API provides a way to configure logging for different types of permissions, allowing customization of which activities are logged."],["This class allows you to define exempted members, which are identities that will not trigger logging for a specified permission type, providing granular control over audit log generation."],["The `LogType` property determines the type of activities being logged, such as `DATA_READ` or `DATA_WRITE`, giving users the ability to define what type of actions they are monitoring."],["The latest version available is 3.4.0, with version 3.3.0 being the one that is described in this documentation."],["`AuditLogConfig` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding different functionalities to the class."]]],[]]