CloudAuditLoggingFeatureSpecArgs

data class CloudAuditLoggingFeatureSpecArgs(val allowlistedServiceAccounts: Output<List<String>>? = null) : ConvertibleToJava<CloudAuditLoggingFeatureSpecArgs>

Cloud Audit Logging: Spec for Audit Logging Allowlisting.

Constructors

Link copied to clipboard
fun CloudAuditLoggingFeatureSpecArgs(allowlistedServiceAccounts: Output<List<String>>? = null)

Functions

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

Properties

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

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)