Properties of a ScanRun.
Package
@google-cloud/web-security-scanner!Properties
endTime
endTime?: (google.protobuf.ITimestamp|null);
ScanRun endTime
Type | Description |
(google.protobuf.ITimestamp|null) |
errorTrace
errorTrace?: (google.cloud.websecurityscanner.v1.IScanRunErrorTrace|null);
ScanRun errorTrace
Type | Description |
(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
Type | Description |
(google.cloud.websecurityscanner.v1.ScanRun.ExecutionState|keyof typeof google.cloud.websecurityscanner.v1.ScanRun.ExecutionState|null) |
hasVulnerabilities
hasVulnerabilities?: (boolean|null);
ScanRun hasVulnerabilities
Type | Description |
(boolean|null) |
name
name?: (string|null);
ScanRun name
Type | Description |
(string|null) |
progressPercent
progressPercent?: (number|null);
ScanRun progressPercent
Type | Description |
(number|null) |
resultState
resultState?: (google.cloud.websecurityscanner.v1.ScanRun.ResultState|keyof typeof google.cloud.websecurityscanner.v1.ScanRun.ResultState|null);
ScanRun resultState
Type | Description |
(google.cloud.websecurityscanner.v1.ScanRun.ResultState|keyof typeof google.cloud.websecurityscanner.v1.ScanRun.ResultState|null) |
startTime
startTime?: (google.protobuf.ITimestamp|null);
ScanRun startTime
Type | Description |
(google.protobuf.ITimestamp|null) |
urlsCrawledCount
urlsCrawledCount?: (number|Long|string|null);
ScanRun urlsCrawledCount
Type | Description |
(number|Long|string|null) |
urlsTestedCount
urlsTestedCount?: (number|Long|string|null);
ScanRun urlsTestedCount
Type | Description |
(number|Long|string|null) |
warningTraces
warningTraces?: (google.cloud.websecurityscanner.v1.IScanRunWarningTrace[]|null);
ScanRun warningTraces
Type | Description |
(google.cloud.websecurityscanner.v1.IScanRunWarningTrace[]|null) |