Scan Run Response
data class ScanRunResponse(val endTime: String, val errorTrace: ScanRunErrorTraceResponse, val executionState: String, val hasVulnerabilities: Boolean, val name: String, val progressPercent: Int, val resultState: String, val startTime: String, val urlsCrawledCount: String, val urlsTestedCount: String, val warningTraces: List<ScanRunWarningTraceResponse>)
A ScanRun is a output-only resource representing an actual run of the scan. Next id: 12
Constructors
Link copied to clipboard
fun ScanRunResponse(endTime: String, errorTrace: ScanRunErrorTraceResponse, executionState: String, hasVulnerabilities: Boolean, name: String, progressPercent: Int, resultState: String, startTime: String, urlsCrawledCount: String, urlsTestedCount: String, warningTraces: List<ScanRunWarningTraceResponse>)