ScanConfig constructor
ScanConfig({
- Authentication? authentication,
- List<
String> ? blacklistPatterns, - String? displayName,
- String? exportToSecurityCommandCenter,
- bool? ignoreHttpStatusErrors,
- bool? managedScan,
- int? maxQps,
- String? name,
- String? riskLevel,
- Schedule? schedule,
- List<
String> ? startingUrls, - bool? staticIpScan,
- 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,
});