Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig.
Config on whether to perform vulnerability scanning for resources in this repository, as well as output fields describing current state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enablement_config
def enablement_config() -> ::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig
Returns
- (::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig) — Optional. Config for whether this repository has vulnerability scanning disabled.
#enablement_config=
def enablement_config=(value) -> ::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig) — Optional. Config for whether this repository has vulnerability scanning disabled.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig) — Optional. Config for whether this repository has vulnerability scanning disabled.
#enablement_state
def enablement_state() -> ::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementState
Returns
- (::Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementState) — Output only. State of feature enablement, combining repository enablement config and API enablement state.
#enablement_state_reason
def enablement_state_reason() -> ::String
Returns
- (::String) — Output only. Reason for the repository state.
#last_enable_time
def last_enable_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last time this repository config was enabled.