Enum ScanRun.Types.ResultState (1.2.0)

public enum 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.