IamAuditConfigAuditLogConfig

data class IamAuditConfigAuditLogConfig(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

Identities that do not cause logging for this type of permission. The format is the same as that for members.

Link copied to clipboard

Permission type for which logging is to be configured. Must be one of DATA_READ, DATA_WRITE, or ADMIN_READ.