ClusterSecurityPostureConfigArgs

data class ClusterSecurityPostureConfigArgs(val mode: Output<String>? = null, val vulnerabilityMode: Output<String>? = null) : ConvertibleToJava<ClusterSecurityPostureConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val mode: Output<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
val vulnerabilityMode: Output<String>? = null

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

Functions

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