Module: Google::Cloud::GkeHub::V1::SecurityPostureConfig::VulnerabilityMode
- Defined in:
- proto_docs/google/cloud/gkehub/v1/fleet.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_BASIC =
Applies basic vulnerability scanning on the cluster.
2- VULNERABILITY_ENTERPRISE =
Applies the Security Posture's vulnerability on cluster Enterprise level features.
3