Auth0 · Schema

ConnectionTwilioSidSMS

Twilio Account SID

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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