mirror of
https://github.com/apple/device-management.git
synced 2026-08-19 01:37:19 +02:00
22 lines
716 B
JSON
22 lines
716 B
JSON
{
|
|
"account": {
|
|
"list": {
|
|
"exchange": [
|
|
{
|
|
"identifier": "E0CF0187-HE00-6D66-CG39-345678901234",
|
|
"declaration-identifier": "com.example.exchange-account",
|
|
"visible-name": "Work Exchange",
|
|
"hostname": "mail.example.com",
|
|
"port": 443,
|
|
"username": "user@example.com",
|
|
"is-mail-enabled": true,
|
|
"are-calendars-enabled": true,
|
|
"are-contacts-enabled": true,
|
|
"are-notes-enabled": true,
|
|
"are-reminders-enabled": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|