Managed Rules Definition Response
data class ManagedRulesDefinitionResponse(val exceptions: List<ExceptionEntryResponse>? = null, 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(exceptions: List<ExceptionEntryResponse>? = null, exclusions: List<OwaspCrsExclusionEntryResponse>? = null, managedRuleSets: List<ManagedRuleSetResponse>)