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