Exception Entry Response
data class ExceptionEntryResponse(val exceptionManagedRuleSets: List<ExclusionManagedRuleSetResponse>? = null, val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String? = null, val valueMatchOperator: String, val values: List<String>? = null)
Adds exception to allow a request when the condition is satisfied.
Properties
Link copied to clipboard
The managed rule sets that are associated with the exception.
Link copied to clipboard
The variable on which we evaluate the exception condition
Link copied to clipboard
When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector
Link copied to clipboard
Operates on the allowed values for the matchVariable