public enum ScanRunWarningTrace.Types.Code
Reference documentation and code samples for the Web Security Scanner v1 API enum ScanRunWarningTrace.Types.Code.
Output only. Defines a warning message code. Next id: 6
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Fields |
|
---|---|
Name | Description |
BlockedByIap |
Indicates that a scan is blocked by IAP. |
InsufficientCrawlResults |
Indicates that a scan discovered an unexpectedly low number of URLs. This is sometimes caused by complex navigation features or by using a single URL for numerous pages. |
NoStartingUrlFoundForManagedScan |
Indicates that no seeds is found for a scan |
TooManyCrawlResults |
Indicates that a scan discovered too many URLs to test, or excessive redundant URLs. |
TooManyFuzzTasks |
Indicates that too many tests have been generated for the scan. Customer should try reducing the number of starting URLs, increasing the QPS rate, or narrowing down the scope of the scan using the excluded patterns. |
Unspecified |
Default value is never used. |