ManagedRuleOverrideResponse

data class ManagedRuleOverrideResponse(val action: String? = null, val enabledState: String? = null, val exclusions: List<ManagedRuleExclusionResponse>? = null, val ruleId: String)

Defines a managed rule group override setting.

Constructors

Link copied to clipboard
constructor(action: String? = null, enabledState: String? = null, exclusions: List<ManagedRuleExclusionResponse>? = null, ruleId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Describes the override action to be applied when rule matches.

Link copied to clipboard
val enabledState: String? = null

Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.

Link copied to clipboard

Describes the exclusions that are applied to this specific rule.

Link copied to clipboard

Identifier for the managed rule.