Scan Config Args
data class ScanConfigArgs(val authentication: Output<AuthenticationArgs>? = null, val blacklistPatterns: Output<List<String>>? = null, val displayName: Output<String>? = null, val exportToSecurityCommandCenter: Output<ScanConfigExportToSecurityCommandCenter>? = null, val ignoreHttpStatusErrors: Output<Boolean>? = null, val managedScan: Output<Boolean>? = null, val maxQps: Output<Int>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val riskLevel: Output<ScanConfigRiskLevel>? = null, val schedule: Output<ScheduleArgs>? = null, val startingUrls: Output<List<String>>? = null, val staticIpScan: Output<Boolean>? = null, val userAgent: Output<ScanConfigUserAgent>? = null) : ConvertibleToJava<ScanConfigArgs>
Creates a new ScanConfig.
Constructors
Link copied to clipboard
fun ScanConfigArgs(authentication: Output<AuthenticationArgs>? = null, blacklistPatterns: Output<List<String>>? = null, displayName: Output<String>? = null, exportToSecurityCommandCenter: Output<ScanConfigExportToSecurityCommandCenter>? = null, ignoreHttpStatusErrors: Output<Boolean>? = 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, userAgent: Output<ScanConfigUserAgent>? = null)