Share via


ManagedRuleSet interface

Defines a managed rule set.

Properties

computedDisabledRules

Stores the final list of disabled rule groups NOTE: This property will not be serialized. It can only be populated by the server.

ruleGroupOverrides

Defines the rule group overrides to apply to the rule set.

ruleSetType

Defines the rule set type to use.

ruleSetVersion

Defines the version of the rule set to use.

Property Details

computedDisabledRules

Stores the final list of disabled rule groups NOTE: This property will not be serialized. It can only be populated by the server.

computedDisabledRules?: ManagedRuleSetRuleGroup[]

Property Value

ruleGroupOverrides

Defines the rule group overrides to apply to the rule set.

ruleGroupOverrides?: ManagedRuleGroupOverride[]

Property Value

ruleSetType

Defines the rule set type to use.

ruleSetType: string

Property Value

string

ruleSetVersion

Defines the version of the rule set to use.

ruleSetVersion: string

Property Value

string