Auth0 · Schema

GetGuardianFactorsProviderSmsTwilioResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
from stringnull From number
messaging_service_sid stringnull Copilot SID
auth_token stringnull Twilio Authentication token
sid stringnull Twilio SID
View JSON Schema on GitHub

JSON Schema

auth0-getguardianfactorsprovidersmstwilioresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetGuardianFactorsProviderSmsTwilioResponseContent",
  "title": "GetGuardianFactorsProviderSmsTwilioResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "from": {
      "type": [
        "string",
        "null"
      ],
      "description": "From number",
      "default": "+1223323",
      "minLength": 0,
      "maxLength": 64
    },
    "messaging_service_sid": {
      "type": [
        "string",
        "null"
      ],
      "description": "Copilot SID",
      "default": "5dEkAiHLPCuQ1uJj4qNXcAnERFAL6cpq",
      "minLength": 1,
      "maxLength": 1000
    },
    "auth_token": {
      "type": [
        "string",
        "null"
      ],
      "description": "Twilio Authentication token",
      "default": "zw5Ku6z2sxhd0ZVXto5SDHX6KPDByJPU",
      "minLength": 1,
      "maxLength": 1000
    },
    "sid": {
      "type": [
        "string",
        "null"
      ],
      "description": "Twilio SID",
      "default": "wywA2BH4VqTpfywiDuyDAYZL3xQjoO40",
      "minLength": 1,
      "maxLength": 1000
    }
  }
}