58 строки
1.5 KiB
JSON
58 строки
1.5 KiB
JSON
{
|
|
"properties": {
|
|
"connectionParameters": {
|
|
"host": {
|
|
"type": "string",
|
|
"uiDefinition": {
|
|
"displayName": "Host (with https/http)",
|
|
"description": "Your Domino server URL",
|
|
"tooltip": "Provide the Domino host URL with scheme https/http",
|
|
"constraints": {
|
|
"tabIndex": 1,
|
|
"clearText": true,
|
|
"required": "true"
|
|
}
|
|
}
|
|
},
|
|
"username": {
|
|
"type": "string",
|
|
"uiDefinition": {
|
|
"displayName": "Username",
|
|
"description": "The username for this api",
|
|
"tooltip": "Provide the username",
|
|
"constraints": {
|
|
"tabIndex": 2,
|
|
"clearText": true,
|
|
"required": "true"
|
|
}
|
|
}
|
|
},
|
|
"password": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"displayName": "Password",
|
|
"description": "The password for this api",
|
|
"tooltip": "Provide the password",
|
|
"constraints": {
|
|
"tabIndex": 3,
|
|
"clearText": false,
|
|
"required": "true"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iconBrandColor": "#007ee5",
|
|
"capabilities": [],
|
|
"policyTemplateInstances": [
|
|
{
|
|
"templateId": "dynamichosturl",
|
|
"title": "Dynamic host",
|
|
"parameters": {
|
|
"x-ms-apimTemplateParameter.urlTemplate": "@connectionParameters('host')"
|
|
}
|
|
}
|
|
],
|
|
"publisher": "Databoat AG",
|
|
"stackOwner": "HCL Technologies"
|
|
}
|
|
} |