Auth0 · Schema

PhoneTemplateNotificationTypeEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-phonetemplatenotificationtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneTemplateNotificationTypeEnum",
  "title": "PhoneTemplateNotificationTypeEnum",
  "type": "string",
  "maxLength": 255,
  "enum": [
    "otp_verify",
    "otp_enroll",
    "change_password",
    "blocked_account",
    "password_breach"
  ]
}