Interface protos.google.cloud.websecurityscanner.v1.IScanRun (1.0.7)

Properties of a ScanRun.

Package

@google-cloud/web-security-scanner!

Properties

endTime

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

ScanRun endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

errorTrace

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

ScanRun errorTrace

Property Value
TypeDescription
(google.cloud.websecurityscanner.v1.IScanRunErrorTrace|null)

executionState

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

ScanRun executionState

Property Value
TypeDescription
(google.cloud.websecurityscanner.v1.ScanRun.ExecutionState|keyof typeof google.cloud.websecurityscanner.v1.ScanRun.ExecutionState|null)

hasVulnerabilities

hasVulnerabilities?: (boolean|null);

ScanRun hasVulnerabilities

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

ScanRun name

Property Value
TypeDescription
(string|null)

progressPercent

progressPercent?: (number|null);

ScanRun progressPercent

Property Value
TypeDescription
(number|null)

resultState

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

ScanRun resultState

Property Value
TypeDescription
(google.cloud.websecurityscanner.v1.ScanRun.ResultState|keyof typeof google.cloud.websecurityscanner.v1.ScanRun.ResultState|null)

startTime

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

ScanRun startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

urlsCrawledCount

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

ScanRun urlsCrawledCount

Property Value
TypeDescription
(number|Long|string|null)

urlsTestedCount

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

ScanRun urlsTestedCount

Property Value
TypeDescription
(number|Long|string|null)

warningTraces

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

ScanRun warningTraces

Property Value
TypeDescription
(google.cloud.websecurityscanner.v1.IScanRunWarningTrace[]|null)