49 строки
1.3 KiB
JSON
49 строки
1.3 KiB
JSON
{
|
|
"properties": {
|
|
"connectionParameters": {
|
|
"username": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"constraints": {
|
|
"clearText": true,
|
|
"required": "true",
|
|
"tabIndex": 1
|
|
},
|
|
"description": "The Client Key",
|
|
"displayName": "Client Key",
|
|
"tooltip": "Provide your Client Key"
|
|
}
|
|
},
|
|
"password": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"constraints": {
|
|
"clearText": true,
|
|
"required": "true",
|
|
"tabIndex": 2
|
|
},
|
|
"description": "The Client Secret",
|
|
"displayName": "Client Secret",
|
|
"tooltip": "Provide your Client Secret"
|
|
}
|
|
}
|
|
},
|
|
"policyTemplateInstances": [
|
|
{
|
|
"templateId": "setheader",
|
|
"title": "APIKeyHeaderPolicy",
|
|
"parameters": {
|
|
"x-ms-apimTemplateParameter.name": "x-api-key",
|
|
"x-ms-apimTemplateParameter.value": "dummy-value",
|
|
"x-ms-apimTemplateParameter.existsAction": "override",
|
|
"x-ms-apimTemplate-policySection": "Request"
|
|
}
|
|
}
|
|
],
|
|
"iconBrandColor": "#5c2282",
|
|
"capabilities": [],
|
|
"publisher": "TxtSync",
|
|
"stackOwner": "TxtSync"
|
|
}
|
|
}
|