EdgeVirtualServiceWafAllowlistItemMatchCriteria

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.

clientIpMatch
Optional

Defines an IP address match criterion.

pathMatch
Optional

Defines an HTTP request URI path match criterion.

methodMatch
Optional

Defines an HTTP method match criterion.

Availability
Added in 38.1