SecurityPolicyRulePreconfiguredWafConfigExclusion

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.

Link copied to clipboard

Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.

Link copied to clipboard

Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is documented below.

Link copied to clipboard

Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is documented below.

Link copied to clipboard
val targetRuleIds: List<String>? = null

A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set. The request_header, request_cookie, request_uri and request_query_param blocks support:

Link copied to clipboard

Target WAF rule set to apply the preconfigured WAF exclusion.