Class ApplicationSecurityWafCustomRuleData

Object for a single WAF custom rule.

Hierarchy

  • ApplicationSecurityWafCustomRuleData

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

A WAF custom rule.

id?: string

The ID of the custom rule.

The type of the resource. The value should always be custom_rule.

Generated using TypeDoc