mirror of
https://github.com/apple/device-management.git
synced 2026-08-24 01:02:29 +02:00
Seed6
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user