Get Scan Config Result
data class GetScanConfigResult(val authentication: AuthenticationResponse, val blacklistPatterns: List<String>, val displayName: String, val latestRun: ScanRunResponse, val maxQps: Int, val name: String, val schedule: ScheduleResponse, val startingUrls: List<String>, val targetPlatforms: List<String>, val userAgent: String)
Constructors
Link copied to clipboard
constructor(authentication: AuthenticationResponse, blacklistPatterns: List<String>, displayName: String, latestRun: ScanRunResponse, maxQps: Int, name: String, schedule: ScheduleResponse, startingUrls: List<String>, targetPlatforms: List<String>, userAgent: String)
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
The user provided display name of the ScanConfig.
Link copied to clipboard
Latest ScanRun if available.
Link copied to clipboard
The schedule of the ScanConfig.
Link copied to clipboard
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.