Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class EnablementConfig.
Config for vulnerability scanning of resources in this repository.
Protobuf type google.devtools.artifactregistry.v1.Repository.VulnerabilityScanningConfig.EnablementConfig
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ Repository \ VulnerabilityScanningConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENABLEMENT_CONFIG_UNSPECIFIED
Value: 0
Not set. This will be treated as INHERITED.
Generated from protobuf enum ENABLEMENT_CONFIG_UNSPECIFIED = 0;
INHERITED
Value: 1
Scanning is Enabled, but dependent on API enablement.
Generated from protobuf enum INHERITED = 1;
DISABLED
Value: 2
No automatic vulnerability scanning will be performed for this repository.
Generated from protobuf enum DISABLED = 2;