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

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

Functions

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