-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConfiguration.json
56 lines (56 loc) · 1.37 KB
/
Configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"key": "url",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Ultimo Url",
"placeholder": "https://customer.ultimo.com/api/V1/Action",
"required": true
}
},
{
"key": "apiKey",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "API Key",
"placeholder": "Please enter the API Key of your Ultmio environment",
"type": "password",
"required": true
}
},
{
"key": "t4eGroupGuid",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "GroupGuid URL",
"placeholder": "56ea89e2-2dfe-42da-f11a-234e38706x80",
"required": true,
"description": "Ultimo uses a GUID in the Request URl to receive data"
}
},
{
"key": "t4eUpdateGuid",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "UpdateGUID URL",
"placeholder": "56ea89e2-2dfe-42da-f11a-234e38706x80",
"required": true,
"description": "Ultimo uses a GUID in the Request URl to updata data"
}
},
{
"key": "t4eUserGroupGuid",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "UserGroupGuid URL",
"placeholder": "56ea89e2-2dfe-42da-f11a-234e38706x80",
"required": true,
"description": "Ultimo uses a GUID in the Request URl to receive data"
}
}
]