-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.apple.MCX.json
31 lines (31 loc) · 1.04 KB
/
com.apple.MCX.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
{
"title": "com.apple.MCX",
"description": "Preference Domain: com.apple.MCX, Application: Guest Account",
"__version": "12.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"DisableGuestAccount": {
"title": "Disable Guest Account",
"description": "If true, disables Guest Account",
"propertyOrder": 10,
"anyOf": [
{
"title": "Not Configured",
"type": "null"
},
{
"title": "Configured",
"type": "boolean",
"default": true,
"options": {
"infoText": "Key: Disable Guest Account"
}
}
]
}
}
}