Reference documentation and code samples for the Google Cloud Container V1 Client class VulnerabilityMode.
VulnerabilityMode defines enablement mode for vulnerability scanning.
Protobuf type google.container.v1.SecurityPostureConfig.VulnerabilityMode
Namespace
Google \ Cloud \ Container \ V1 \ SecurityPostureConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VULNERABILITY_MODE_UNSPECIFIED
Value: 0Default value not specified.
Generated from protobuf enum VULNERABILITY_MODE_UNSPECIFIED = 0;
VULNERABILITY_DISABLED
Value: 1Disables vulnerability scanning on the cluster.
Generated from protobuf enum VULNERABILITY_DISABLED = 1;
VULNERABILITY_BASIC
Value: 2Deprecated: 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.
Generated from protobuf enum VULNERABILITY_BASIC = 2 [deprecated = true];
VULNERABILITY_ENTERPRISE
Value: 3Applies the Security Posture's vulnerability on cluster Enterprise level features.
Generated from protobuf enum VULNERABILITY_ENTERPRISE = 3;