ClusterSecurityPostureConfig

data class ClusterSecurityPostureConfig(val mode: String? = null, val vulnerabilityMode: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, vulnerabilityMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include DISABLED, BASIC, and ENTERPRISE.

Link copied to clipboard

Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include VULNERABILITY_DISABLED, VULNERABILITY_BASIC and VULNERABILITY_ENTERPRISE.