Interface protos.google.cloud.websecurityscanner.v1beta.IScanConfig (1.1.1)

Properties of a ScanConfig.

Package

@google-cloud/web-security-scanner

Properties

authentication

authentication?: (google.cloud.websecurityscanner.v1beta.ScanConfig.IAuthentication|null);

ScanConfig authentication

blacklistPatterns

blacklistPatterns?: (string[]|null);

ScanConfig blacklistPatterns

displayName

displayName?: (string|null);

ScanConfig displayName

exportToSecurityCommandCenter

exportToSecurityCommandCenter?: (google.cloud.websecurityscanner.v1beta.ScanConfig.ExportToSecurityCommandCenter|keyof typeof google.cloud.websecurityscanner.v1beta.ScanConfig.ExportToSecurityCommandCenter|null);

ScanConfig exportToSecurityCommandCenter

latestRun

latestRun?: (google.cloud.websecurityscanner.v1beta.IScanRun|null);

ScanConfig latestRun

maxQps

maxQps?: (number|null);

ScanConfig maxQps

name

name?: (string|null);

ScanConfig name

riskLevel

riskLevel?: (google.cloud.websecurityscanner.v1beta.ScanConfig.RiskLevel|keyof typeof google.cloud.websecurityscanner.v1beta.ScanConfig.RiskLevel|null);

ScanConfig riskLevel

schedule

schedule?: (google.cloud.websecurityscanner.v1beta.ScanConfig.ISchedule|null);

ScanConfig schedule

startingUrls

startingUrls?: (string[]|null);

ScanConfig startingUrls

targetPlatforms

targetPlatforms?: (google.cloud.websecurityscanner.v1beta.ScanConfig.TargetPlatform[]|null);

ScanConfig targetPlatforms

userAgent

userAgent?: (google.cloud.websecurityscanner.v1beta.ScanConfig.UserAgent|keyof typeof google.cloud.websecurityscanner.v1beta.ScanConfig.UserAgent|null);

ScanConfig userAgent