Auth0 · Schema

DomainCertificateAuthorityEnum

The Certificate Authority issued the certificate.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-domaincertificateauthorityenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainCertificateAuthorityEnum",
  "title": "DomainCertificateAuthorityEnum",
  "type": "string",
  "description": "The Certificate Authority issued the certificate.",
  "enum": [
    "letsencrypt",
    "googletrust"
  ]
}