{ "$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" }