Auth0 · Schema

ConnectionFromSMS

The sender phone number or alphanumeric sender ID for outgoing SMS messages

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionfromsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionFromSMS",
  "title": "ConnectionFromSMS",
  "description": "The sender phone number or alphanumeric sender ID for outgoing SMS messages",
  "x-release-lifecycle": "deprecated",
  "type": "string",
  "minLength": 1,
  "maxLength": 128
}