ThirdPartyPlatformMetadata
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| displayName | string | |
| authenticationType | string | |
| grantScope | enum | UserAccount SingleOrganisation |
UserAccount SingleOrganisation | ||
| capabilities | array of string | |
| iconUrl | string | |
| logoUrl | string | |
| supportsProfitAndLoss | boolean | |
| supportsTrialBalance | boolean | |
| supportsBalanceSheet | boolean | |
| isBeta | boolean | |
| hasExtendedScopes | boolean | |
JSON Example
{
"key": "string",
"displayName": "string",
"authenticationType": "string",
"grantScope": "UserAccount",
"capabilities": [
"string"
]
}