vulnerabilityMode property
Sets which mode to use for vulnerability scanning. Possible string values are:
- "VULNERABILITY_MODE_UNSPECIFIED" : Default value not specified.
- "VULNERABILITY_DISABLED" : Disables vulnerability scanning on the cluster.
- "VULNERABILITY_BASIC" : Applies basic vulnerability scanning on the cluster.
- "VULNERABILITY_ENTERPRISE" : Applies the Security Posture's vulnerability on cluster Enterprise level features.
Implementation
core.String? vulnerabilityMode;