Auth0 · Schema

ConnectionMessagingServiceSidSMS

Twilio Messaging Service SID

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionmessagingservicesidsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionMessagingServiceSidSMS",
  "title": "ConnectionMessagingServiceSidSMS",
  "description": "Twilio Messaging Service SID",
  "x-release-lifecycle": "deprecated",
  "type": "string",
  "minLength": 34,
  "maxLength": 34,
  "pattern": "^MG[0-9a-fA-F]{32}$"
}