Files
apple-device-management-mdm/examples/declarative/status/account.list.exchange/example1.json
T
2026-08-18 15:34:21 -04:00

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