Module: Google::Cloud::SecurityCenter::V1p1beta1::RunAssetDiscoveryResponse::State
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/run_asset_discovery_response.rb
Overview
The state of an asset discovery run.
Constant Summary collapse
- STATE_UNSPECIFIED =
Asset discovery run state was unspecified.
0
- COMPLETED =
Asset discovery run completed successfully.
1
- SUPERSEDED =
Asset discovery run was cancelled with tasks still pending, as another run for the same organization was started with a higher priority.
2
- TERMINATED =
Asset discovery run was killed and terminated.
3