Auth0 · Schema

ClientCreateAuthenticationMethodTLSClientAuthCredentials

Fully defined credentials that will be enabled on the client for CA-based mTLS authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientcreateauthenticationmethodtlsclientauthcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCreateAuthenticationMethodTLSClientAuthCredentials",
  "title": "ClientCreateAuthenticationMethodTLSClientAuthCredentials",
  "type": "array",
  "description": "Fully defined credentials that will be enabled on the client for CA-based mTLS authentication.",
  "minItems": 0,
  "items": {
    "$ref": "#/components/schemas/CertificateSubjectDNCredential"
  }
}