Auth0 · Schema

ClientAuthenticationMethodSelfSignedTLSClientAuthCredentials

A list of unique and previously created credential IDs enabled on the client for mTLS authentication utilizing self-signed certificate.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientauthenticationmethodselfsignedtlsclientauthcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAuthenticationMethodSelfSignedTLSClientAuthCredentials",
  "title": "ClientAuthenticationMethodSelfSignedTLSClientAuthCredentials",
  "type": "array",
  "description": "A list of unique and previously created credential IDs enabled on the client for mTLS authentication utilizing self-signed certificate.",
  "minItems": 0,
  "items": {
    "$ref": "#/components/schemas/CredentialId"
  }
}