PowerPlatformConnectors/certified-connectors/Alemba ITSM/apiProperties.json

61 строка
1.7 KiB
JSON

{
"properties": {
"capabilities": [
"actions",
"triggers"
],
"connectionParameters": {
"instanceUrl": {
"type": "string",
"uiDefinition": {
"constraints": {
"clearText": true,
"required": "true",
"tabIndex": 2
},
"description": "The URL of your Alemba Service Management.",
"displayName": "Alemba Service Management URL",
"tooltip": "The full URL of your Alemba Service Management instance. E.g. https://asm.your-domain.com/instance-name"
}
},
"username": {
"type": "securestring",
"uiDefinition": {
"displayName": "Username",
"description": "Enter username for Alemba Service Management.",
"tooltip": "Provide the Username",
"constraints": {
"tabIndex": 3,
"clearText": true,
"required": "true"
}
}
},
"password": {
"type": "securestring",
"uiDefinition": {
"displayName": "Password",
"description": "Enter password for Alemba Service Management.",
"tooltip": "Provide the Password",
"constraints": {
"tabIndex": 4,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#f20093",
"policyTemplateInstances": [
{
"templateId": "dynamichosturl",
"title": "ASM Instance URL",
"parameters": {
"x-ms-apimTemplateParameter.urlTemplate": "@connectionParameters('instanceUrl')/connector"
}
}
],
"publisher": "Alemba Ltd",
"stackOwner": "Alemba Ltd"
}
}