ManagedRuleSetResponse

data class ManagedRuleSetResponse(val anomalyScore: Int? = null, val ruleGroupOverrides: List<ManagedRuleGroupOverrideResponse>? = null, val ruleSetType: String, val ruleSetVersion: String)

Defines a managed rule set.

Constructors

Link copied to clipboard
constructor(anomalyScore: Int? = null, ruleGroupOverrides: List<ManagedRuleGroupOverrideResponse>? = null, ruleSetType: String, ruleSetVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val anomalyScore: Int? = null

Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.

Link copied to clipboard

Defines the rule overrides to apply to the rule set.

Link copied to clipboard

Defines the rule set type to use.

Link copied to clipboard

Defines the version of the rule set to use.