forked from talkingmoose/jamf-manifests
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Disk Manager (net.talkingmoose.diskmanager).json
221 lines (221 loc) · 7.5 KB
/
Disk Manager (net.talkingmoose.diskmanager).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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"title": "Disk Manager (net.talkingmoose.diskmanager)",
"description": "Preference settings for the fictitious Disk Manager application. This manifest demonstrates different ways to format the appearance or value of properties as well as include useful options like infoText. Jamf Pro supports many but not all elements and options here: https://github.com/json-editor/json-editor.",
"__feedback": "[email protected]",
"properties": {
"askForPasswordDelay": {
"title": "Ask For Password Delay",
"description": "Disk Manager will wait the selected amount of time before requiring a password.",
"property_order": 5,
"type": "integer",
"options": {
"enum_titles": [
"immediately",
"5 seconds",
"1 Minute",
"5 Minutes",
"15 Minutes",
"1 Hour",
"4 hours",
"8 hours"
],
"infoText": "Key name: askForPasswordDelay"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
],
"enum": [
0,
5,
60,
300,
900,
3600,
14400,
28800
]
},
"diskCacheSize": {
"title": "Disk Cache Size",
"description": "Set disk cache size, in bytes.",
"default": 25600,
"property_order": 10,
"type": "integer",
"options": {
"infoText": "Key name: diskCacheSize"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"primaryServer": {
"title": "Primary Server",
"description": "Disk Manager will default to this server.",
"property_order": 15,
"type": "string",
"options": {
"enum_titles": [
"Server 1",
"Server 2",
"Server 3"
],
"infoText": "Key name: primaryServer"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
],
"enum": [
"https://server1.talkingmoose.net",
"https://server2.talkingmoose.net",
"https://server3.talkingmoose.net"
]
},
"downloadDirectory": {
"title": "Download Directory",
"description": "Choose the default location for downloading working files.",
"property_order": 20,
"type": "string",
"options": {
"infoText": "Key name: downloadDirectory"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"askForPassword": {
"title": "Ask For Password",
"description": "Set Disk Manager application to require a password.",
"property_order": 25,
"type": "boolean",
"options": {
"infoText": "Key name: askForPassword"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"disableOutput": {
"title": "Save Paper",
"description": "Set paper-saving mode.",
"property_order": 30,
"type": "boolean",
"options": {
"infoText": "Key name: disableOutput"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"powerSaver": {
"title": "Power Saver",
"description": "Enable energy saving features.",
"property_order": 32,
"type": "integer",
"options": {
"enum_titles": [
"On",
"Off"
],
"infoText": "Key name: powerSaver"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
],
"enum": [
1,
0
]
},
"domainWhitelist": {
"title": "Domain Whitelist",
"description": "Disk Manager will not filter these domains.",
"property_order": 35,
"type": "array",
"items": {
"type": "string",
"title": "Domain"
},
"options": {
"infoText": "Key name: domainWhitelist"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"serverList": {
"title": "Server List",
"description": "Add servers to management list.",
"property_order": 40,
"type": "array",
"items": {
"title": "Server",
"type": "object",
"properties": {
"serverAddress": {
"title": "Hostname",
"type": "string"
},
"macAddress": {
"title": "MAC Address",
"type": "string"
},
"ipAddress": {
"title": "IP Address",
"type": "string"
}
}
},
"options": {
"infoText": "Key name: serverList"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
},
"epochDate": {
"title": "Start Date",
"description": "Date (in YYYY-MM-DD format) of drive installation.",
"default": "2020-01-01",
"property_order": 45,
"type": "string",
"pattern": "^20[0-9]{2}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$",
"options": {
"infoText": "Key name: startDate"
},
"links": [
{
"rel": "More information",
"href": "https://json-schema.org/understanding-json-schema/reference/type.html"
}
]
}
},
"required": ["powerSaver"]
}