Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class RiskLevel.
Scan risk levels supported by 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.v1.ScanConfig.RiskLevel
Namespace
Google \ Cloud \ WebSecurityScanner \ V1 \ ScanConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;