mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
7a20da1f2f
Moving mdm_profiles to it-and-security/lib/mdm_profiles so that they are together with other gitops config files. --------- Co-authored-by: Noah Talerman <noahtal@umich.edu>
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"
|
|
]
|
|
}
|