-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
64 lines (64 loc) · 1.54 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
57
58
59
60
61
62
63
64
[
{
"key": "BaseUri",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Base Uri",
"placeholder": "https://12345.rest.afas.online/profitrestservices",
"required": true
}
},
{
"key": "Token",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Token in XML format",
"type": "password",
"placeholder": "<token><version>1</version><data>D5R324DD5F4TRD945E530ED3CDD70D94BBDEC4C732B43F285ECB12345678</data></token>",
"description": "",
"required": true
}
},
{
"key": "GetConnector",
"type": "input",
"defaultValue": "T4E_HelloID_Users_v2",
"templateOptions": {
"label": "GetConnector",
"placeholder": "T4E_HelloID_Users_v2",
"required": true
}
},
{
"key": "UpdateConnector",
"type": "input",
"defaultValue": "KnEmployee",
"templateOptions": {
"label": "UpdateConnector",
"placeholder": "KnEmployee",
"required": true
}
},
{
"key": "onlyUpdateOnCorrelate",
"type": "checkbox",
"defaultValue": false,
"templateOptions": {
"label": "Only update on correlate",
"required": false,
"description": "When toggled, the AFAS employee will only be updated when the account is correlated"
}
},
{
"key": "isDebug",
"type": "checkbox",
"defaultValue": false,
"templateOptions": {
"label": "Toggle debug logging",
"description": "When toggled, debug logging will be displayed",
"required": false
}
}
]