ManagedKubernetesAuditLogConfig

data class ManagedKubernetesAuditLogConfig(val enabled: Boolean? = null, val slsProjectName: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, slsProjectName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable audit logging. Valid values: true, false.

Link copied to clipboard
val slsProjectName: String? = null

The SLS project to which the Logstore storing the cluster audit logs belongs.