Interface protos.google.cloud.websecurityscanner.v1beta.IScanRun (3.0.2)

Properties of a ScanRun.

Package

@google-cloud/web-security-scanner

Properties

endTime

endTime?: (google.protobuf.ITimestamp|null);

ScanRun endTime

errorTrace

errorTrace?: (google.cloud.websecurityscanner.v1beta.IScanRunErrorTrace|null);

ScanRun errorTrace

executionState

executionState?: (google.cloud.websecurityscanner.v1beta.ScanRun.ExecutionState|keyof typeof google.cloud.websecurityscanner.v1beta.ScanRun.ExecutionState|null);

ScanRun executionState

hasVulnerabilities

hasVulnerabilities?: (boolean|null);

ScanRun hasVulnerabilities

name

name?: (string|null);

ScanRun name

progressPercent

progressPercent?: (number|null);

ScanRun progressPercent

resultState

resultState?: (google.cloud.websecurityscanner.v1beta.ScanRun.ResultState|keyof typeof google.cloud.websecurityscanner.v1beta.ScanRun.ResultState|null);

ScanRun resultState

startTime

startTime?: (google.protobuf.ITimestamp|null);

ScanRun startTime

urlsCrawledCount

urlsCrawledCount?: (number|Long|string|null);

ScanRun urlsCrawledCount

urlsTestedCount

urlsTestedCount?: (number|Long|string|null);

ScanRun urlsTestedCount

warningTraces

warningTraces?: (google.cloud.websecurityscanner.v1beta.IScanRunWarningTrace[]|null);

ScanRun warningTraces