45 строки
1.2 KiB
JSON
45 строки
1.2 KiB
JSON
{
|
|
"properties": {
|
|
"connectionParameters": {
|
|
"api_key": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"displayName": "Universe API Key",
|
|
"description": "The universe API key from the security or integrations section",
|
|
"tooltip": "Provide your API key",
|
|
"constraints": {
|
|
"tabIndex": 2,
|
|
"clearText": false,
|
|
"required": "true"
|
|
}
|
|
}
|
|
},
|
|
"univers_host": {
|
|
"type": "string",
|
|
"uiDefinition": {
|
|
"displayName": "Univese Host",
|
|
"description": "Universe Host",
|
|
"tooltip": "Universe Host",
|
|
"constraints": {
|
|
"tabIndex": 3,
|
|
"clearText": false,
|
|
"required": "true"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iconBrandColor": "#FFF171",
|
|
"capabilities": [],
|
|
"publisher": "Charles GmbH",
|
|
"stackOwner": "Charles GmbH",
|
|
"policyTemplateInstances": [
|
|
{
|
|
"templateId": "dynamichosturl",
|
|
"title": "User supplied Universe Host",
|
|
"parameters": {
|
|
"x-ms-apimTemplateParameter.urlTemplate": "https://@connectionParameters('univers_host')"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |