DropboxIntegration
DropboxIntegration Schema¶
Description: Dropbox connector for user and Dropbox Business team workspaces.
Organization connectors should reference team folders under a configured
organization-owned root so that exported data remains under institutional
control. Personal connectors represent member-owned Dropbox spaces.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| team_id | String(128) (Optional) |
No description |
| namespace_id | String(128) (Optional) |
No description |
| root_path | String(1024) (Optional) |
No description |
| definition_id | Integer |
No description |
| integration_type | Enum(treasure_map, s3_minio, google_drive, dropbox, slack) |
No description |
| owner_id | Integer |
No description |
| status | Enum(connected, disabled, error, pending) |
No description |
| is_enabled | Boolean |
No description |
| config | JSONB |
No description |
| secrets | JSONB |
No description |
| external_account_label | String(255) (Optional) |
No description |
| external_account_id | String(255) (Optional) |
No description |
| cursor | String(255) (Optional) |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| definition | IntegrationDefinition |
| owner | Entity |