Get Scan Config Result
data class GetScanConfigResult(val authentication: AuthenticationResponse, val blacklistPatterns: List<String>, val displayName: String, val exportToSecurityCommandCenter: String, val ignoreHttpStatusErrors: Boolean, val latestRun: ScanRunResponse, val managedScan: Boolean, val maxQps: Int, val name: String, val riskLevel: String, val schedule: ScheduleResponse, val startingUrls: List<String>, val staticIpScan: Boolean, val targetPlatforms: List<String>, val userAgent: String)
Constructors
Link copied to clipboard
fun GetScanConfigResult(authentication: AuthenticationResponse, blacklistPatterns: List<String>, displayName: String, exportToSecurityCommandCenter: String, ignoreHttpStatusErrors: Boolean, latestRun: ScanRunResponse, managedScan: Boolean, maxQps: Int, name: String, riskLevel: String, schedule: ScheduleResponse, startingUrls: List<String>, staticIpScan: Boolean, targetPlatforms: List<String>, userAgent: String)