Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class Code.
Output only.
Defines a warning message code. Next id: 6
Protobuf type google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code
Namespace
Google \ Cloud \ WebSecurityScanner \ V1 \ ScanRunWarningTraceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CODE_UNSPECIFIED
Value: 0
Default value is never used.
Generated from protobuf enum CODE_UNSPECIFIED = 0;
INSUFFICIENT_CRAWL_RESULTS
Value: 1
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.
Generated from protobuf enum INSUFFICIENT_CRAWL_RESULTS = 1;
TOO_MANY_CRAWL_RESULTS
Value: 2
Indicates that a scan discovered too many URLs to test, or excessive redundant URLs.
Generated from protobuf enum TOO_MANY_CRAWL_RESULTS = 2;
TOO_MANY_FUZZ_TASKS
Value: 3
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.
Generated from protobuf enum TOO_MANY_FUZZ_TASKS = 3;
BLOCKED_BY_IAP
Value: 4
Indicates that a scan is blocked by IAP.
Generated from protobuf enum BLOCKED_BY_IAP = 4;
NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN
Value: 5
Indicates that no seeds is found for a scan
Generated from protobuf enum NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN = 5;