PowerPlatformConnectors/custom-connectors/CardPlatform/apiProperties.json

23 строки
569 B
JSON

{
"properties": {
"capabilities": [],
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": false,
"required": "true",
"tabIndex": 2
},
"description": "API Key from CardPlatform",
"displayName": "API Key",
"tooltip": "API Key is sent after registation is complete"
}
}
},
"iconBrandColor": "#006b23",
"publisher": "CardPlatform",
"stackOwner": "CardPlatform"
}
}