ScanConfig constructor

ScanConfig({
  1. Authentication? authentication,
  2. List<String>? blacklistPatterns,
  3. String? displayName,
  4. String? exportToSecurityCommandCenter,
  5. bool? ignoreHttpStatusErrors,
  6. bool? managedScan,
  7. int? maxQps,
  8. String? name,
  9. String? riskLevel,
  10. Schedule? schedule,
  11. List<String>? startingUrls,
  12. bool? staticIpScan,
  13. String? userAgent,
})

Implementation

ScanConfig({
  this.authentication,
  this.blacklistPatterns,
  this.displayName,
  this.exportToSecurityCommandCenter,
  this.ignoreHttpStatusErrors,
  this.managedScan,
  this.maxQps,
  this.name,
  this.riskLevel,
  this.schedule,
  this.startingUrls,
  this.staticIpScan,
  this.userAgent,
});