# DBaaS Integration

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `description` | string | no | Description of the integration |
| `dest` | string | no | Destination service name |
| `id` | string | no | Integration id<br/><br/>Must be a valid UUID. |
| `is-active` | boolean | no | Whether the integration is active or not |
| `is-enabled` | boolean | no | Whether the integration is enabled or not |
| `settings` | object | no | Integration settings |
| `source` | string | no | Source service name |
| `status` | string | no | Integration status |
| `type` | string | no | Integration type |

