A single user's connection to a connector
A connection is a single user's connection to a connector. When a user clicks "install", it creates a connection. The connection is associated with an authorization which provides the credentials needed to perform any activities for the connection.
| Attribute | Description |
|---|---|
| connector Connector | The connector that the connection is using |
| id string | The unique identifier for this connection. |
| enabled boolean | If the user has enabled this connection. |
| authorization Authorization (optional) | The authorization associated with the connection |
