Auth0 · Schema

PhoneProviderDeliveryMethodEnum

The delivery method for the notification

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-phoneproviderdeliverymethodenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneProviderDeliveryMethodEnum",
  "title": "PhoneProviderDeliveryMethodEnum",
  "type": "string",
  "description": "The delivery method for the notification",
  "minLength": 1,
  "maxLength": 10,
  "enum": [
    "text",
    "voice"
  ]
}