IamAuditConfigAuditLogConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val exemptedMembers: Output<List<String>>? = null

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

Link copied to clipboard
val logType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): IamAuditConfigAuditLogConfigArgs