{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuth", "title": "CreateClientAuthenticationMethodSelfSignedTLSClientAuth", "type": "object", "description": "Defines `self_signed_tls_client_auth` client authentication method. If the property is defined, the client is configured to use mTLS authentication method utilizing self-signed certificate.", "additionalProperties": false, "required": [ "credentials" ], "properties": { "credentials": { "$ref": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials" } } }