Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1005 Bytes

File metadata and controls

18 lines (12 loc) · 1005 Bytes

AccountBasedAccessProvider

Properties

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]