NSX-T Data Center REST API
ALBAuthProfileHTTPClientParams (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AuthProfileHTTPClientParams object",
"id": "ALBAuthProfileHTTPClientParams",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"cache_expiration_time": {
"default": 5,
"description": "The max allowed length of time a clients authentication is cached. Allowed values are 1-30. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 5.",
"maximum": 30,
"minimum": 1,
"required": false,
"title": "Cache expiration time",
"type": "integer"
},
"request_header": {
"description": "Insert an HTTP header. This field is used to define the header name. The value of the header is set to the client's HTTP Auth user ID.",
"required": false,
"title": "Request header",
"type": "string"
},
"require_user_groups": {
"description": "A user should be a member of these groups. Each group is defined by the DN. For example, CN=testgroup,OU=groups,dc=example,dc=avinetworks,DC=com.",
"items": {
"type": "string"
},
"required": false,
"title": "Require user groups",
"type": "array"
}
},
"title": "AuthProfileHTTPClientParams",
"type": "object"
}