Class ApplicationSecurityPolicyRuleOverride

Override WAF rule parameters for services in a policy.

Hierarchy

  • ApplicationSecurityPolicyRuleOverride

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 rule will block the traffic matched by this rule.

enabled: boolean

When false, this rule will not match any traffic.

extendedDataCollection?: boolean

When true, collects additional data from the WAF for this rule.

id: string

Override the parameters for this WAF rule identifier.

Generated using TypeDoc