Module: Google::Cloud::WebSecurityScanner::V1beta::ScanRun::ResultState
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/scan_run.rb
Overview
Types of ScanRun result state.
Constant Summary collapse
- RESULT_STATE_UNSPECIFIED =
Default value. This value is returned when the ScanRun is not yet finished.
0
- SUCCESS =
The scan finished without errors.
1
- ERROR =
The scan finished with errors.
2
- KILLED =
The scan was terminated by user.
3