Add auto_advance_setup to DEP profile template (#749)

This commit is contained in:
William Theaker
2021-04-29 20:47:45 -07:00
committed by GitHub
parent 83c8a9276c
commit 00a4a57b03

View File

@@ -133,18 +133,22 @@ func printDEPProfileTemplate(anchorCerts []*x509.Certificate) error {
"profile_name": "(Required) Human readable name",
"url": "https://mymdm.example.org/mdm/enroll",
"allow_pairing": true,
"auto_advance_setup": false,
"await_device_configured": false,
"configuration_web_url": "(Optional) sso.example.com/?redirect=enroll",
"department": "(Optional) support@example.com",
"is_supervised": false,
"is_multi_user": false,
"is_mandatory": false,
"await_device_configured": false,
"is_mdm_removable": true,
"language": "(Optional) en",
"org_magic": "(Optional)",
"region": "(Optional) US",
"support_phone_number": "(Optional) +1 408 555 1010",
"support_email_address": "(Optional) support@example.com",
"org_magic": "(Optional)",
"anchor_certs": %s,
"supervising_host_certs": [],
"skip_setup_items": ["AppleID", "Android"],
"department": "(Optional) support@example.com",
"devices": ["SERIAL1","SERIAL2"]
}`, anchorCertStr)
fmt.Println(resp)