NSX-T Data Center REST API
ALBAuthAttributeMatch (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AuthAttributeMatch object",
"id": "ALBAuthAttributeMatch",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"attribute_name": {
"description": "Attribute name whose values will be looked up in the access lists.",
"required": true,
"title": "Attribute name",
"type": "string"
},
"attribute_value_list": {
"$ref": "ALBStringMatch,
"description": "Attribute Values used to determine access when authentication applies. Allowed in Basic edition, Essentials edition, Enterprise edition.",
"required": true,
"title": "Attribute value list"
}
},
"title": "AuthAttributeMatch",
"type": "object"
}