vulnerabilityMode property

String? vulnerabilityMode
getter/setter pair

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" : Deprecated: Basic vulnerability scanning is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. Applies basic vulnerability scanning on the cluster.
  • "VULNERABILITY_ENTERPRISE" : Applies the Security Posture's vulnerability on cluster Enterprise level features.

Implementation

core.String? vulnerabilityMode;