Auth0 · Schema

IntegrationFeatureTypeEnum

feature_type is the type of the integration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-integrationfeaturetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationFeatureTypeEnum",
  "title": "IntegrationFeatureTypeEnum",
  "type": "string",
  "description": "feature_type is the type of the integration.",
  "default": "action",
  "enum": [
    "unspecified",
    "action",
    "social_connection",
    "log_stream",
    "sso_integration",
    "sms_provider"
  ]
}