VulnerabilityScanningConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Config on whether to perform vulnerability scanning for resources in this repository, as well as output fields describing current state.
Attributes |
|
---|---|
Name | Description |
enablement_config |
google.cloud.artifactregistry_v1.types.Repository.VulnerabilityScanningConfig.EnablementConfig
Optional. Config for whether this repository has vulnerability scanning disabled. |
last_enable_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The last time this repository config was enabled. |
enablement_state |
google.cloud.artifactregistry_v1.types.Repository.VulnerabilityScanningConfig.EnablementState
Output only. State of feature enablement, combining repository enablement config and API enablement state. |
enablement_state_reason |
str
Output only. Reason for the repository state. |
Classes
EnablementConfig
EnablementConfig(value)
Config for vulnerability scanning of resources in this repository.
EnablementState
EnablementState(value)
Describes the state of vulnerability scanning in this repository, including both repository enablement and API enablement.