This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
jose@example.com from DATA_READ logging.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#exempted_members
defexempted_members()->::Array<::String>
Returns
(::Array<::String>) — Specifies the identities that do not cause logging for this type of
permission.
Follows the same format of
Binding.members.
#exempted_members=
defexempted_members=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Specifies the identities that do not cause logging for this type of
permission.
Follows the same format of
Binding.members.
Returns
(::Array<::String>) — Specifies the identities that do not cause logging for this type of
permission.
Follows the same format of
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-08-28 UTC."],[],[],null,["# BigQuery Data Policy Service V1 API - Class Google::Iam::V1::AuditLogConfig (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/latest/Google-Iam-V1-AuditLogConfig)\n- [1.0.1](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/1.0.1/Google-Iam-V1-AuditLogConfig)\n- [0.10.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.10.0/Google-Iam-V1-AuditLogConfig)\n- [0.9.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.9.0/Google-Iam-V1-AuditLogConfig)\n- [0.8.1](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.8.1/Google-Iam-V1-AuditLogConfig)\n- [0.7.2](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.7.2/Google-Iam-V1-AuditLogConfig)\n- [0.6.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.6.0/Google-Iam-V1-AuditLogConfig)\n- [0.5.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.5.0/Google-Iam-V1-AuditLogConfig)\n- [0.4.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.4.0/Google-Iam-V1-AuditLogConfig)\n- [0.3.1](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.3.1/Google-Iam-V1-AuditLogConfig)\n- [0.2.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.2.0/Google-Iam-V1-AuditLogConfig)\n- [0.1.0](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/0.1.0/Google-Iam-V1-AuditLogConfig) \nReference documentation and code samples for the BigQuery Data Policy Service V1 API class Google::Iam::V1::AuditLogConfig.\n\nProvides the configuration for logging a type of permissions.\nExample:\n\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\n\u003cbr /\u003e\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\njose@example.com from DATA_READ logging. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #exempted_members\n\n def exempted_members() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/latest/Google-Iam-V1-Binding#Google__Iam__V1__Binding_members_instance_ \"Google::Iam::V1::Binding#members (method)\").\n\n### #exempted_members=\n\n def exempted_members=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/latest/Google-Iam-V1-Binding#Google__Iam__V1__Binding_members_instance_ \"Google::Iam::V1::Binding#members (method)\"). \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members](/ruby/docs/reference/google-cloud-bigquery-data_policies-v1/latest/Google-Iam-V1-Binding#Google__Iam__V1__Binding_members_instance_ \"Google::Iam::V1::Binding#members (method)\").\n\n### #log_type\n\n def log_type() -\u003e ::Google::Iam::V1::AuditLogConfig::LogType\n\n**Returns**\n\n- ([::Google::Iam::V1::AuditLogConfig::LogType](./Google-Iam-V1-AuditLogConfig-LogType)) --- The log type that this config enables.\n\n### #log_type=\n\n def log_type=(value) -\u003e ::Google::Iam::V1::AuditLogConfig::LogType\n\n**Parameter**\n\n- **value** ([::Google::Iam::V1::AuditLogConfig::LogType](./Google-Iam-V1-AuditLogConfig-LogType)) --- The log type that this config enables. \n**Returns**\n\n- ([::Google::Iam::V1::AuditLogConfig::LogType](./Google-Iam-V1-AuditLogConfig-LogType)) --- The log type that this config enables."]]