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: 0
Default value not specified.
Generated from protobuf enum VULNERABILITY_MODE_UNSPECIFIED = 0;
VULNERABILITY_DISABLED
Value: 1
Disables vulnerability scanning on the cluster.
Generated from protobuf enum VULNERABILITY_DISABLED = 1;
VULNERABILITY_BASIC
Value: 2
Applies basic vulnerability scanning on the cluster.
Generated from protobuf enum VULNERABILITY_BASIC = 2;