ManagedRuleGroupOverrideResponse

data class ManagedRuleGroupOverrideResponse(val ruleGroupName: String, val rules: List<ManagedRuleOverrideResponse>? = null)

Defines a managed rule group override setting.

Constructors

Link copied to clipboard
constructor(ruleGroupName: String, rules: List<ManagedRuleOverrideResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the managed rule group within the rule set to override

Link copied to clipboard

List of rules that will be enabled. If none specified, all rules in the group will be disabled.