Properties of a ScanConfig.
Package
@google-cloud/web-security-scannerProperties
authentication
authentication?: (google.cloud.websecurityscanner.v1alpha.ScanConfig.IAuthentication|null);
ScanConfig authentication
blacklistPatterns
blacklistPatterns?: (string[]|null);
ScanConfig blacklistPatterns
displayName
displayName?: (string|null);
ScanConfig displayName
latestRun
latestRun?: (google.cloud.websecurityscanner.v1alpha.IScanRun|null);
ScanConfig latestRun
maxQps
maxQps?: (number|null);
ScanConfig maxQps
name
name?: (string|null);
ScanConfig name
schedule
schedule?: (google.cloud.websecurityscanner.v1alpha.ScanConfig.ISchedule|null);
ScanConfig schedule
startingUrls
startingUrls?: (string[]|null);
ScanConfig startingUrls
targetPlatforms
targetPlatforms?: (google.cloud.websecurityscanner.v1alpha.ScanConfig.TargetPlatform[]|null);
ScanConfig targetPlatforms
userAgent
userAgent?: (google.cloud.websecurityscanner.v1alpha.ScanConfig.UserAgent|keyof typeof google.cloud.websecurityscanner.v1alpha.ScanConfig.UserAgent|null);
ScanConfig userAgent