mirror of
https://github.com/apple/device-management.git
synced 2026-08-19 09:47:16 +02:00
25 lines
712 B
JSON
25 lines
712 B
JSON
{
|
|
"management": {
|
|
"declarations": {
|
|
"activations": [
|
|
{
|
|
"identifier": "com.example.activation.main",
|
|
"server-token": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
|
"active": true,
|
|
"valid": "valid"
|
|
}
|
|
],
|
|
"configurations": [
|
|
{
|
|
"identifier": "com.example.config.passcode",
|
|
"server-token": "B2C3D4E5-F6A7-8901-BCDE-F01234567891",
|
|
"active": true,
|
|
"valid": "valid"
|
|
}
|
|
],
|
|
"assets": [],
|
|
"management": []
|
|
}
|
|
}
|
|
}
|