ExclusionManagedRuleGroupResponse

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

Defines a managed rule group to use for exclusion.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The managed rule group for exclusion.

Link copied to clipboard

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