-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
62 lines (62 loc) · 1.5 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
[
{
"key": "setAttributes",
"type": "checkbox",
"defaultValue": true,
"templateOptions": {
"label": "Set AD attributes",
"description": "When toggled, attributes will be set",
"required": true
}
},
{
"key": "homeDrive",
"type": "input",
"templateOptions": {
"label": "Drive letter",
"placeholder": "H:",
"description": "Drive letter to be mapped to homefolder",
"required": false
}
},
{
"key": "homeFolderShare",
"type": "input",
"templateOptions": {
"label": "Home folder Share",
"placeholder": "\\\\<servername>\\<sharename>",
"description": "Drive letter to be mapped to homefolder",
"required": true
}
},
{
"key": "archive",
"type": "checkbox",
"defaultValue": true,
"templateOptions": {
"label": "Archive when revoked",
"description": "When toggled, homefolder will be archived when revoked",
"required": false
}
},
{
"key": "homeFolderArchiveShare",
"type": "input",
"templateOptions": {
"label": "Archive folder Share",
"placeholder": "\\\\<servername>\\<sharename>\\<archivefolder>",
"description": "Drive letter to be mapped to homefolder",
"required": true
}
},
{
"key": "isDebug",
"type": "checkbox",
"defaultValue": true,
"templateOptions": {
"label": "Toggle debug logging",
"description": "When toggled, debug logging will be displayed",
"required": false
}
}
]