Class ApplicationSecurityWafCustomRuleActionParameters

The definition of ApplicationSecurityWafCustomRuleActionParameters object.

Hierarchy

  • ApplicationSecurityWafCustomRuleActionParameters

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
location?: string

The location to redirect to when the WAF custom rule triggers.

statusCode?: number

The status code to return when the WAF custom rule triggers.

Generated using TypeDoc