Scan Config Args
fun ScanConfigArgs(authentication: Output<AuthenticationArgs>? = null, blacklistPatterns: Output<List<String>>? = null, displayName: Output<String>? = null, exportToSecurityCommandCenter: Output<ScanConfigExportToSecurityCommandCenter>? = null, ignoreHttpStatusErrors: Output<Boolean>? = null, latestRun: Output<ScanRunArgs>? = null, managedScan: Output<Boolean>? = null, maxQps: Output<Int>? = null, name: Output<String>? = null, project: Output<String>? = null, riskLevel: Output<ScanConfigRiskLevel>? = null, schedule: Output<ScheduleArgs>? = null, startingUrls: Output<List<String>>? = null, staticIpScan: Output<Boolean>? = null, targetPlatforms: Output<List<ScanConfigTargetPlatformsItem>>? = null, userAgent: Output<ScanConfigUserAgent>? = null)