Interface protos.google.cloud.websecurityscanner.v1.IScanRunLog (3.0.2)

Properties of a ScanRunLog.

Package

@google-cloud/web-security-scanner

Properties

errorTrace

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

ScanRunLog errorTrace

executionState

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

ScanRunLog executionState

hasFindings

hasFindings?: (boolean|null);

ScanRunLog hasFindings

name

name?: (string|null);

ScanRunLog name

resultState

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

ScanRunLog resultState

summary

summary?: (string|null);

ScanRunLog summary

urlsCrawledCount

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

ScanRunLog urlsCrawledCount

urlsTestedCount

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

ScanRunLog urlsTestedCount