mirror of
https://github.com/apple/device-management.git
synced 2026-09-22 17:40:45 +02:00
Release-v27.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Type": "com.apple.management.organization-info",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Name": "Example, Inc.",
|
||||
"Email": "admin@example.com",
|
||||
"URL": "https://site.example.com/support"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.management.properties",
|
||||
"Identifier": "187C9F47-297C-4811-80C4-2E19D3C11963",
|
||||
"ServerToken": "526CE2FB-DB79-409A-825D-8C5DC5EE873E",
|
||||
"Payload": {
|
||||
"is-part-time": false,
|
||||
"groups": [
|
||||
"teacher",
|
||||
"grade 1",
|
||||
"grade 2",
|
||||
"it-admin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Type": "com.apple.management.server-capabilities",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"Version": "1.0.0",
|
||||
"SupportedFeatures": {
|
||||
"Example Feature": {
|
||||
"parameter1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user