Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class EnablementState.
Describes the state of vulnerability scanning in this repository, including both repository enablement and API enablement.
Protobuf type google.devtools.artifactregistry.v1.Repository.VulnerabilityScanningConfig.EnablementState
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ Repository \ VulnerabilityScanningConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENABLEMENT_STATE_UNSPECIFIED
Value: 0
Enablement state is unclear.
Generated from protobuf enum ENABLEMENT_STATE_UNSPECIFIED = 0;
SCANNING_UNSUPPORTED
Value: 1
Repository does not support vulnerability scanning.
Generated from protobuf enum SCANNING_UNSUPPORTED = 1;
SCANNING_DISABLED
Value: 2
Vulnerability scanning is disabled for this repository.
Generated from protobuf enum SCANNING_DISABLED = 2;
SCANNING_ACTIVE
Value: 3
Vulnerability scanning is active for this repository.
Generated from protobuf enum SCANNING_ACTIVE = 3;