ManagedRuleSetResponse

data class ManagedRuleSetResponse(val exclusions: List<ManagedRuleExclusionResponse>? = null, val ruleGroupOverrides: List<ManagedRuleGroupOverrideResponse>? = null, val ruleSetAction: String? = null, val ruleSetType: String, val ruleSetVersion: String)

Defines a managed rule set.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the exclusions that are applied to all rules in the set.

Link copied to clipboard

Defines the rule group overrides to apply to the rule set.

Link copied to clipboard
val ruleSetAction: String? = null

Defines the rule set action.

Link copied to clipboard

Defines the rule set type to use.

Link copied to clipboard

Defines the version of the rule set to use.