Module: Google::Cloud::GkeMultiCloud::V1::SecurityPostureConfig::VulnerabilityMode

Defined in:
proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb

Overview

VulnerabilityMode defines enablement mode for vulnerability scanning.

Constant Summary collapse

VULNERABILITY_MODE_UNSPECIFIED =

Default value not specified.

0
VULNERABILITY_DISABLED =

Disables vulnerability scanning on the cluster.

1
VULNERABILITY_ENTERPRISE =

Applies the Security Posture's vulnerability on cluster Enterprise level features.

2