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

Properties of a ScanConfig.

Package

@google-cloud/web-security-scanner

Properties

authentication

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

ScanConfig authentication

blacklistPatterns

blacklistPatterns?: (string[]|null);

ScanConfig blacklistPatterns

displayName

displayName?: (string|null);

ScanConfig displayName

exportToSecurityCommandCenter

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

ScanConfig exportToSecurityCommandCenter

managedScan

managedScan?: (boolean|null);

ScanConfig managedScan

maxQps

maxQps?: (number|null);

ScanConfig maxQps

name

name?: (string|null);

ScanConfig name

riskLevel

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

ScanConfig riskLevel

schedule

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

ScanConfig schedule

startingUrls

startingUrls?: (string[]|null);

ScanConfig startingUrls

staticIpScan

staticIpScan?: (boolean|null);

ScanConfig staticIpScan

userAgent

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

ScanConfig userAgent