Enum ScanConfig.Types.RiskLevel (2.0.0)

public enum 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.

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Fields

NameDescription
Low

Lower impact scanning

Normal

Normal scanning (Recommended)

Unspecified

Use default, which is NORMAL.