ScanConfig

Creates a new ScanConfig.

Properties

Link copied to clipboard

The authentication configuration. If specified, service will use the authentication configuration during scanning.

Link copied to clipboard

The excluded URL patterns as described in https://cloud.google.com/security-command-center/docs/how-to-use-web-security-scanner#excluding_urls

Link copied to clipboard
val displayName: Output<String>

The user provided display name of the ScanConfig.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Latest ScanRun if available.

Link copied to clipboard
val maxQps: Output<Int>

The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively. If the field is unspecified or its value is set 0, server will default to 15. Other values outside of 5, 20 range will be rejected with INVALID_ARGUMENT error.

Link copied to clipboard
val name: Output<String>

The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The schedule of the ScanConfig.

Link copied to clipboard
val startingUrls: Output<List<String>>

The starting URLs from which the scanner finds site pages.

Link copied to clipboard

Set of Google Cloud platforms targeted by the scan. If empty, APP_ENGINE will be used as a default.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userAgent: Output<String>

The user agent used during scanning.