AttachedClusterSecurityPostureConfigArgs

data class AttachedClusterSecurityPostureConfigArgs(val vulnerabilityMode: Output<String>) : ConvertibleToJava<AttachedClusterSecurityPostureConfigArgs>

Constructors

Link copied to clipboard
constructor(vulnerabilityMode: Output<String>)

Properties

Link copied to clipboard

Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Possible values are: VULNERABILITY_DISABLED, VULNERABILITY_ENTERPRISE.

Functions

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