Module: Google::Iam::V1::AuditLogConfig::LogType

Defined in:
proto_docs/google/iam/v1/policy.rb

Overview

The list of valid permission types for which logging can be configured. Admin writes are always logged, and are not configurable.

Constant Summary collapse

LOG_TYPE_UNSPECIFIED =

Default case. Should never be this.

0
ADMIN_READ =

Admin reads. Example: CloudIAM getIamPolicy

1
DATA_WRITE =

Data writes. Example: CloudSQL Users create

2
DATA_READ =

Data reads. Example: CloudSQL Users list

3