GetIAMPolicyAuditConfigAuditLogConfig

data class GetIAMPolicyAuditConfigAuditLogConfig(val exemptedMembers: List<String>? = null, val logType: String)

Constructors

Link copied to clipboard
constructor(exemptedMembers: List<String>? = null, logType: String)

Types

Link copied to clipboard
object Companion

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.