Auth0 · Schema

ClientCreateAuthenticationMethodTLSClientAuth

Defines `tls_client_auth` client authentication method. If the property is defined, the client is configured to use CA-based mTLS authentication method.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
credentials object
View JSON Schema on GitHub

JSON Schema

auth0-clientcreateauthenticationmethodtlsclientauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCreateAuthenticationMethodTLSClientAuth",
  "title": "ClientCreateAuthenticationMethodTLSClientAuth",
  "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/ClientCreateAuthenticationMethodTLSClientAuthCredentials"
    }
  }
}