ManagedRuleOverrideResponse

data class ManagedRuleOverrideResponse(val ruleId: String, val state: String? = null)

Defines a managed rule group override setting.

Constructors

Link copied to clipboard
constructor(ruleId: String, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier for the managed rule.

Link copied to clipboard
val state: String? = null

The state of the managed rule. Defaults to Disabled if not specified.