Class ApplicationSecurityWafCustomRuleConditionParameters

The scope of the WAF custom rule.

Hierarchy

  • ApplicationSecurityWafCustomRuleConditionParameters

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
data?: string

Identifier of a list of data from the denylist. Can only be used as substitution from the list parameter.

List of inputs on which at least one should match with the given operator.

list?: string[]

List of value to use with the condition. Only used with the phrase_match, !phrase_match, exact_match and !exact_match operator.

Options for the operator of this condition.

regex?: string

Regex to use with the condition. Only used with match_regex and !match_regex operator.

value?: string

Store the captured value in the specified tag name. Only used with the capture_data operator.

Generated using TypeDoc