Class ApplicationSecurityWafCustomRuleCreateAttributes

Create a new WAF custom rule.

Hierarchy

  • ApplicationSecurityWafCustomRuleCreateAttributes

Constructors

Properties

The definition of ApplicationSecurityWafCustomRuleAction object.

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
blocking: boolean

Indicates whether the WAF custom rule will block the request.

Conditions for which the WAF Custom Rule will triggers, all conditions needs to match in order for the WAF rule to trigger

enabled: boolean

Indicates whether the WAF custom rule is enabled.

name: string

The Name of the WAF custom rule.

pathGlob?: string

The path glob for the WAF custom rule.

The scope of the WAF custom rule.

Tags associated with the WAF Custom Rule. The concatenation of category and type will form the security activity field associated with the traces.

Generated using TypeDoc