Module: Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::RiskLevel
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb
Overview
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.
Constant Summary collapse
- RISK_LEVEL_UNSPECIFIED =
Use default, which is NORMAL.
0
- NORMAL =
Normal scanning (Recommended)
1
- LOW =
Lower impact scanning
2