SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam

Constructors

constructor(operator: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can specify an exact match or a partial match by using a field operator and a field value.

Link copied to clipboard
val value: String? = null

A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not "EQUALS_ANY", and cannot be given if the field operator is "EQUALS_ANY".