BigQuery Data Policy Service V1 API - Class Google::Iam::V1::AuditLogConfig (v1.2.1)

Reference documentation and code samples for the BigQuery Data Policy Service V1 API class Google::Iam::V1::AuditLogConfig.

Provides the configuration for logging a type of permissions. Example:

{
 "audit_log_configs": [
 {
 "log_type": "DATA_READ",
 "exempted_members": [
 "user:jose@example.com"
 ]
 },
 {
 "log_type": "DATA_WRITE"
 }
 ]
}

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][google.iam.v1.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][google.iam.v1.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][google.iam.v1.Binding.members].

#log_type

deflog_type()->::Google::Iam::V1::AuditLogConfig::LogType
Returns

#log_type=

deflog_type=(value)->::Google::Iam::V1::AuditLogConfig::LogType
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.