EdgeVirtualServiceWafAllowlistItemMatchCriteria
EdgeVirtualServiceWafAllowlistItemMatchCriteria
Defines a WAF allowlist item Match criteria. At least one match must be configured. If multiple matches are configured, it is treated as logically AND operation. All match types must be true for the request match criteria to be satisfied.
JSON Example
{
"hostHeaderMatch": {
"matchCriteria": "string",
"value": [
"string"
]
},
"clientIpMatch": {
"matchCriteria": "string",
"addresses": [
"string"
]
},
"pathMatch": {
"matchCriteria": "string",
"matchStrings": [
"string"
]
},
"methodMatch": {
"matchCriteria": "string",
"methods": [
"string"
]
}
}
hostHeaderMatch
Optional
Defines an HTTP match criterion for a specific header.