PowerPlatformConnectors/certified-connectors/Planful/apiProperties.json

60 строки
1.6 KiB
JSON

{
"properties": {
"connectionParameters": {
"siteUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "false"
},
"description": "Example: https://na04.planful.com",
"displayName": "Planful URL",
"tooltip": "Provide Your Planful url"
}
},
"username": {
"type": "securestring",
"uiDefinition": {
"displayName": "Access ID",
"description": "The Access ID for this api",
"tooltip": "Provide the Access ID",
"constraints": {
"tabIndex": 2,
"clearText": true,
"required": "true"
}
}
},
"password": {
"type": "securestring",
"uiDefinition": {
"displayName": "Access Key",
"description": "The Access Key for this api",
"tooltip": "Provide the Access Key",
"constraints": {
"tabIndex": 3,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#5E3EF2",
"capabilities": [],
"publisher": "Planful",
"stackOwner": "Planful",
"policyTemplateInstances": [
{
"parameters": {
"x-ms-apimTemplate-operationName": [
"GetRules",
"FileLoad"
],
"x-ms-apimTemplateParameter.urlTemplate": "@connectionParameters('siteUrl','https://na04.planful.com')"
},
"templateId": "dynamichosturl",
"title": "Set host from connection parameter"
}
]
}
}