This object represents a connection to an external system like i.e. a database, message-queue or client-sdk
Document| Property | Type | Description |
|---|---|---|
| id | Integer | Unique identifier for the object |
| name | Text | Unique name of the object |
| class | Text | Underlying class of this connection which returns a configured client connection i.e. database, message-queue or client-sdk |
| oauth2 | Boolean | Indicates whether it is possible to start an OAuth2 authorization code flow on this connection |
| config | Backend_ConnectionConfig | Contains the connection specific configuration |
| metadata | Common_Metadata | Use this parameter to attach key-value data |