mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-08 10:45:34 +08:00
The dep library was initially a self contained project, but doesn't have a community of users. Keeping it in the main repo should reduce the maintenance burden and simplify dependency management for the project.
21 lines
605 B
JSON
21 lines
605 B
JSON
{
|
|
"support_phone_number": "(Optional) +1 877 527 7454",
|
|
"support_email_address": "(Optional) support@example.com",
|
|
"department": "(Optional) support@example.com",
|
|
"org_magic": "0729093D-D02C-4D8B-89DC-4EF900AED5B2",
|
|
"url": "https://mdm.acme.co/mdm/enroll",
|
|
"is_supervised": false,
|
|
"allow_pairing": true,
|
|
"is_mandatory": false,
|
|
"is_mdm_removable": true,
|
|
"await_device_configured": true,
|
|
"is_multi_user": false,
|
|
"auto_advance_setup": false,
|
|
"skip_setup_items": [
|
|
"AppleID",
|
|
"Android"
|
|
],
|
|
"profile_uuid": "C1F123098EB5074580041E69883004C3",
|
|
"profile_name": "default"
|
|
}
|