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"]],[["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 \u003ccode\u003eAuditLogConfig\u003c/code\u003e class in the Google Cloud IAM v1 API provides a way to configure logging for different types of permissions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eAuditLogConfig\u003c/code\u003e is 3.4.0, with older versions available, ranging back to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuditLogConfig\u003c/code\u003e allows specification of \u003ccode\u003eLogType\u003c/code\u003e to define what kind of events should be logged, such as "DATA_READ" or "DATA_WRITE".\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003eExemptedMembers\u003c/code\u003e property to list identities that will be excluded from logging for a specific permission type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuditLogConfig\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Identity and Access Management (IAM) v1 API - Class AuditLogConfig (3.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.AuditLogConfig)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/3.3.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/3.2.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/3.1.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/3.0.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/2.4.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/2.3.0/Google.Cloud.Iam.V1.AuditLogConfig)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Iam.V1/2.2.0/Google.Cloud.Iam.V1.AuditLogConfig) \n\n public sealed class AuditLogConfig : IMessage\u003cAuditLogConfig\u003e, IEquatable\u003cAuditLogConfig\u003e, IDeepCloneable\u003cAuditLogConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API class AuditLogConfig.\n\nProvides the configuration for logging a type of permissions.\nExample: \n\n {\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:jose@example.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\"\n }\n ]\n }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\njose@example.com from DATA_READ logging. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AuditLogConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AuditLogConfig](/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.AuditLogConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AuditLogConfig](/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.AuditLogConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AuditLogConfig](/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.AuditLogConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iam.V1](/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.V1.dll\n\nConstructors\n------------\n\n### AuditLogConfig()\n\n public AuditLogConfig()\n\n### AuditLogConfig(AuditLogConfig)\n\n public AuditLogConfig(AuditLogConfig other)\n\nProperties\n----------\n\n### ExemptedMembers\n\n public RepeatedField\u003cstring\u003e ExemptedMembers { get; }\n\nSpecifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of\n\\[Binding.members\\]\\[google.iam.v1.Binding.members\\].\n\n### LogType\n\n public AuditLogConfig.Types.LogType LogType { get; set; }\n\nThe log type that this config enables."]]