Package-level declarations
Types
Link copied to clipboard
Creates a new ScanConfig.
Link copied to clipboard
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.
Link copied to clipboard
class ScanConfigArgsBuilder
Builder for ScanConfigArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ScanConfig.
Link copied to clipboard
Functions
Link copied to clipboard
suspend fun scanConfig(name: String, block: suspend ScanConfigResourceBuilder.() -> Unit): ScanConfig