fleet/mdm_profiles/automatic_enrollment.json
Noah Talerman 106940e9ae
Update name of example automatic enrollment profile (#12813)
- Update filename to match what we're going to call this file in the
docs: Fleet's example automatic enrollment profile
2023-07-18 16:12:07 -04:00

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"
]
}