BigQuery Data Policy Service V1 API - Class Google::Iam::V1::AuditLogConfig (v1.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
- (::Google::Iam::V1::AuditLogConfig::LogType) — The log type that this config enables.
#log_type=
deflog_type=(value)->::Google::Iam::V1::AuditLogConfig::LogType
Parameter
- value (::Google::Iam::V1::AuditLogConfig::LogType) — The log type that this config enables.
Returns
- (::Google::Iam::V1::AuditLogConfig::LogType) — The log type that this config enables.