Web Security Scanner V1beta API - Module Google::Cloud::WebSecurityScanner::V1beta::ScanRun::ResultState (v0.9.0)

Reference documentation and code samples for the Web Security Scanner V1beta API module Google::Cloud::WebSecurityScanner::V1beta::ScanRun::ResultState.

Types of ScanRun result state.

Constants

RESULT_STATE_UNSPECIFIED

value: 0
Default value. This value is returned when the ScanRun is not yet finished.

SUCCESS

value: 1
The scan finished without errors.

ERROR

value: 2
The scan finished with errors.

KILLED

value: 3
The scan was terminated by user.