Get IAMPolicy Audit Config Audit Log Config
data class GetIAMPolicyAuditConfigAuditLogConfig(val exemptedMembers: List<String>? = null, val logType: String) : ConvertibleToJava<GetIAMPolicyAuditConfigAuditLogConfig>
Properties
Link copied to clipboard
Specifies the identities that are exempt from these types of logging operations. Follows the same format of the members
array for binding
.
Link copied to clipboard
Defines the logging level. DATA_READ
, DATA_WRITE
and ADMIN_READ
capture different types of events. See the audit configuration documentation for more details.