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 and BASIC.

Link copied to clipboard

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