EdgeVirtualServiceWafAllowlist
EdgeVirtualServiceWafAllowlist
A set of conditions under which the request may bypass or be less strictly enforced by the WAF. Once match criteria for an individual allowlist item is met, all subsequent allowlist items are not evaluated.
JSON Example
{
"values": [
{
"name": "string",
"active": false,
"matchCriteria": {
"hostHeaderMatch": {
"matchCriteria": "string",
"value": [
"string"
]
},
"clientIpMatch": {
"matchCriteria": "string",
"addresses": [
"string"
]
},
"pathMatch": {
"matchCriteria": "string",
"matchStrings": [
"string"
]
},
"methodMatch": {
"matchCriteria": "string",
"methods": [
"string"
]
}
},
"action": "string"
}
]
}
Availability
Added in 38.1
Parameter To
Returned By