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