{ "additionalProperties": false, "description": "Advanced load balancer SSLClientRequestHeader object", "id": "ALBSSLClientRequestHeader", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "request_header": { "description": "If this header exists, reset the connection. If the ssl variable is specified, add a header with this value.", "required": false, "title": "Request header", "type": "string" }, "request_header_value": { "$ref": "ALBHTTPPolicyVar, "description": "Set the request header with the value as indicated by this SSL variable. Eg. send the whole certificate in PEM format. Enum options - HTTP_POLICY_VAR_CLIENT_IP, HTTP_POLICY_VAR_VS_PORT, HTTP_POLICY_VAR_VS_IP, HTTP_POLICY_VAR_HTTP_HDR, HTTP_POLICY_VAR_SSL_CLIENT_FINGERPRINT, HTTP_POLICY_VAR_SSL_CLIENT_SERIAL, HTTP_POLICY_VAR_SSL_CLIENT_ISSUER, HTTP_POLICY_VAR_SSL_CLIENT_SUBJECT, HTTP_POLICY_VAR_SSL_CLIENT_RAW, HTTP_POLICY_VAR_SSL_PROTOCOL, HTTP_POLICY_VAR_SSL_SERVER_NAME, HTTP_POLICY_VAR_USER_NAME, HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID.", "required": false, "title": "Request header value" } }, "title": "SSLClientRequestHeader", "type": "object" }