Merge · Schema

ToolPackConnectorBulkInputAuthScope

Authentication scope. INDIVIDUAL: each user authenticates separately. SHARED: users in the same registered_company share one credential. Defaults to INDIVIDUAL when creating a new connector. * `INDIVIDUAL` - INDIVIDUAL * `SHARED` - SHARED * `ORGANIZATION` - ORGANIZATION

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-toolpackconnectorbulkinputauthscope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolPackConnectorBulkInputAuthScope",
  "title": "ToolPackConnectorBulkInputAuthScope",
  "type": "string",
  "enum": [
    "INDIVIDUAL",
    "SHARED",
    "ORGANIZATION"
  ],
  "description": "Authentication scope. INDIVIDUAL: each user authenticates separately. SHARED: users in the same registered_company share one credential. Defaults to INDIVIDUAL when creating a new connector.\n\n* `INDIVIDUAL` - INDIVIDUAL\n* `SHARED` - SHARED\n* `ORGANIZATION` - ORGANIZATION"
}