NSX-T Data Center REST API
ALBSSLClientCertificateAction (type)
{
"additionalProperties": false,
"description": "Advanced load balancer SSLClientCertificateAction object",
"id": "ALBSSLClientCertificateAction",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"close_connection": {
"default": false,
"description": "Placeholder for description of property close_connection of obj type SSLClientCertificateAction field type str type boolean. Default value when not specified in API or module is interpreted by ALB Controller as false.",
"required": false,
"title": "Close connection",
"type": "boolean"
},
"headers": {
"description": "Placeholder for description of property headers of obj type SSLClientCertificateAction field type str type array.",
"items": {
"$ref": "ALBSSLClientRequestHeader
},
"required": false,
"title": "Headers",
"type": "array"
}
},
"title": "SSLClientCertificateAction",
"type": "object"
}