Stytch · Schema

api_organization_v1_CreateRequestThirdPartyConnectedAppsAllowedType

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
View JSON Schema on GitHub

JSON Schema

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