AuthenticationMatch

AuthenticationMatch
AuthenticationMatch
JSON Example
{
    "client_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "group_refs": [
            "string"
        ],
        "match_criteria": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    },
    "host_hdr": {
        "match_case": "string",
        "match_criteria": "string",
        "value": [
            "string"
        ]
    },
    "path": {
        "match_case": "string",
        "match_criteria": "string",
        "match_decoded_string": false,
        "match_str": [
            "string"
        ],
        "string_group_refs": [
            "string"
        ]
    }
}
client_ip
Optional

client_ip

host_hdr
Optional

host_hdr

path
Optional

path