Web Security Scanner v1 API - Enum ScanRun.Types.ResultState (2.4.0)

public enum ScanRun.Types.ResultState

Reference documentation and code samples for the Web Security Scanner v1 API enum ScanRun.Types.ResultState.

Types of ScanRun result state.

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Fields

NameDescription
Error

The scan finished with errors.

Killed

The scan was terminated by user.

Success

The scan finished without errors.

Unspecified

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