Auth0 · Schema

PhoneProviderChannelEnum

This depicts the type of notifications this provider can receive.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-phoneproviderchannelenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneProviderChannelEnum",
  "title": "PhoneProviderChannelEnum",
  "type": "string",
  "description": "This depicts the type of notifications this provider can receive.",
  "maxLength": 100,
  "enum": [
    "phone"
  ]
}