mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
106940e9ae
- Update filename to match what we're going to call this file in the docs: Fleet's example automatic enrollment profile
29 lines
480 B
JSON
29 lines
480 B
JSON
{
|
|
"profile_name": "Fleet's example automatic enrollment profile",
|
|
"allow_pairing": true,
|
|
"is_mdm_removable": true,
|
|
"org_magic": "1",
|
|
"language": "en",
|
|
"region": "US",
|
|
"skip_setup_items": [
|
|
"Accessibility",
|
|
"Appearance",
|
|
"AppleID",
|
|
"AppStore",
|
|
"Biometric",
|
|
"Diagnostics",
|
|
"FileVault",
|
|
"iCloudDiagnostics",
|
|
"iCloudStorage",
|
|
"Location",
|
|
"Payment",
|
|
"Privacy",
|
|
"Restore",
|
|
"ScreenTime",
|
|
"Siri",
|
|
"TermsOfAddress",
|
|
"TOS",
|
|
"UnlockWithWatch"
|
|
]
|
|
}
|