Stytch · Schema

api_discovery_v1_CreateRequestThirdPartyConnectedAppsAllowedType

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
View JSON Schema on GitHub

JSON Schema

stytch-api-discovery-v1-createrequestthirdpartyconnectedappsallowed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_discovery_v1_CreateRequestThirdPartyConnectedAppsAllowedType",
  "title": "api_discovery_v1_CreateRequestThirdPartyConnectedAppsAllowedType",
  "type": "string",
  "enum": [
    "ALL_ALLOWED",
    "RESTRICTED",
    "NOT_ALLOWED"
  ]
}