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

18 lines
488 B
JSON

{
"app": {
"managed": {
"list": [
{
"identifier": "com.example.productivity",
"declaration-identifier": "com.example.app-management",
"name": "Productivity App",
"external-version-id": 845960,
"version": "5.2.1",
"short-version": "5.2.1",
"state": "managed"
}
]
}
}
}