Integration
Integration Schema (Abstract Base)
Description: Represents an installed instance of an integration definition.
Properties
| Name |
Type |
Description |
| id |
Integer |
No description |
| definition_id |
Integer |
No description |
| integration_type |
Enum(hermes_alert, nasa_gcn_alert, treasure_map, s3_minio, google_drive, dropbox, orcid, 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
Subclasses