NSX-T Data Center REST API
ALBAuthenticationMatch (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AuthenticationMatch object",
"id": "ALBAuthenticationMatch",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"client_ip": {
"$ref": "ALBIpAddrMatch,
"description": "Configure client ip addresses.",
"required": false,
"title": "Client ip"
},
"host_hdr": {
"$ref": "ALBHostHdrMatch,
"description": "Configure the host header.",
"required": false,
"title": "Host hdr"
},
"path": {
"$ref": "ALBPathMatch,
"description": "Configure request paths.",
"required": false,
"title": "Path"
}
},
"title": "AuthenticationMatch",
"type": "object"
}