| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique identifier for the provider | [default to undefined] |
| name | string | Display name of the provider | [default to undefined] |
| accountBased | boolean | Indicates whether the provider access model is through accounts or directly | [default to undefined] |
| manifest | Manifest | [default to undefined] | |
| connected | boolean | Whether the provider is currently connected. | [default to undefined] |
| accounts | Array<AccountBase> | [default to undefined] | |
| logo | string | URL to the logo image of the provider | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]