ThirdPartyPlatformMetadata
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| displayName | string | |
| authenticationType | string | |
| capabilities | array of string | |
| iconUrl | string | |
| logoUrl | string | |
| isBeta | boolean |
JSON Example
{
"key": "string",
"displayName": "string",
"authenticationType": "string",
"capabilities": [
"string"
],
"iconUrl": "string"
}