{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAuthenticationMethodTLSClientAuth", "title": "ClientAuthenticationMethodTLSClientAuth", "type": "object", "description": "Defines `tls_client_auth` client authentication method. If the property is defined, the client is configured to use CA-based mTLS authentication method.", "additionalProperties": false, "required": [ "credentials" ], "properties": { "credentials": { "$ref": "#/components/schemas/ClientAuthenticationMethodTLSClientAuthCredentials" } } }