GetRulesetRuleActionParametersOverrides

Constructors

Link copied to clipboard
constructor(action: String, categories: List<GetRulesetRuleActionParametersOverridesCategory>, enabled: Boolean, rules: List<GetRulesetRuleActionParametersOverridesRule>, sensitivityLevel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An action to override all rules with. This option has lower precedence than rule and category overrides.

Link copied to clipboard

A list of category-level overrides. This option has the second-highest precedence after rule-level overrides.

Link copied to clipboard

Whether to enable execution of all rules. This option has lower precedence than rule and category overrides.

Link copied to clipboard

A list of rule-level overrides. This option has the highest precedence.

Link copied to clipboard

A sensitivity level to set for all rules. This option has lower precedence than rule and category overrides and is only applicable for DDoS phases. Available values: "default", "medium", "low", "eoff".