PowerPlatformConnectors/certified-connectors/Mtarget SMS/apiProperties.json

36 строки
847 B
JSON

{
"properties": {
"capabilities": [
"actions"
],
"connectionParameters": {
"password": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": false,
"required": "true",
"tabIndex": 3
},
"description": "Password",
"displayName": "Enter your password",
"tooltip": "Enter your password"
}
},
"username": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": true,
"required": "true",
"tabIndex": 2
},
"description": "Username",
"displayName": "Enter your username",
"tooltip": "Enter your username"
}
}
},
"iconBrandColor": "#8BBA4A"
}
}