Class ApplicationSecurityPolicyRulesetOverride

Deprecated: Override WAF ruleset parameters. Use protectionPresets instead.

Hierarchy

  • ApplicationSecurityPolicyRulesetOverride

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

When blocking is enabled, the ruleset will block the traffic it matches.

enabled: boolean

When false, this ruleset will not match any traffic.

id: string

The identifier of the ruleset to override.

Generated using TypeDoc