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

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

Scan risk levels supported by Cloud Web Security Scanner. LOW impact scanning will minimize requests with the potential to modify data. To achieve the maximum scan coverage, NORMAL risk level is recommended.

Protobuf type google.cloud.websecurityscanner.v1beta.ScanConfig.RiskLevel

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta \ ScanConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RISK_LEVEL_UNSPECIFIED

Value: 0

Use default, which is NORMAL.

Generated from protobuf enum RISK_LEVEL_UNSPECIFIED = 0;

NORMAL

Value: 1

Normal scanning (Recommended)

Generated from protobuf enum NORMAL = 1;

LOW

Value: 2

Lower impact scanning

Generated from protobuf enum LOW = 2;