ManagedRulesDefinitionResponse

data class ManagedRulesDefinitionResponse(val exclusions: List<OwaspCrsExclusionEntryResponse>? = null, val managedRuleSets: List<ManagedRuleSetResponse>)

Allow to exclude some variable satisfy the condition for the WAF check.

Constructors

Link copied to clipboard
constructor(exclusions: List<OwaspCrsExclusionEntryResponse>? = null, managedRuleSets: List<ManagedRuleSetResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Exclusions that are applied on the policy.

Link copied to clipboard

The managed rule sets that are associated with the policy.