Auth0 · Schema

CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials

Fully defined credentials that will be enabled on the client for mTLS authentication utilizing self-signed certificate.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-createclientauthenticationmethodselfsignedtlsclientauthcrede-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials",
  "title": "CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials",
  "type": "array",
  "description": "Fully defined credentials that will be enabled on the client for mTLS authentication utilizing self-signed certificate.",
  "minItems": 0,
  "items": {
    "$ref": "#/components/schemas/X509CertificateCredential"
  }
}