Class ApplicationSecurityWafCustomRuleConditionOptions

Options for the operator of this condition.

Hierarchy

  • ApplicationSecurityWafCustomRuleConditionOptions

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
caseSensitive?: boolean

Evaluate the value as case sensitive.

minLength?: number

Only evaluate this condition if the value has a minimum amount of characters.

Generated using TypeDoc