Batch V1 API - Class Google::Iam::V1::AuditLogConfig (v1.4.0)

Reference documentation and code samples for the Batch 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

def exempted_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=

def exempted_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

def log_type() -> ::Google::Iam::V1::AuditLogConfig::LogType
Returns

#log_type=

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