GetIAMPolicyAuditConfigAuditLogConfig

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

Constructors

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

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.

Functions

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