Google Cloud Web Security Scanner V1beta Client - Class Code (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class Code.

Output only.

Defines a warning message code. Next id: 6

Protobuf type google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta \ ScanRunWarningTrace

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;