mirror of
https://github.com/apple/device-management.git
synced 2026-08-19 17:57:28 +02:00
Seed6
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"caldav": [
|
||||
{
|
||||
"identifier": "C8AD8975-FC88-4B44-AE17-123456789012",
|
||||
"declaration-identifier": "com.example.caldav-account",
|
||||
"visible-name": "Work Calendar",
|
||||
"hostname": "caldav.example.com",
|
||||
"port": 443,
|
||||
"username": "user@example.com",
|
||||
"are-calendars-enabled": true,
|
||||
"are-reminders-enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"caldav": [
|
||||
{
|
||||
"identifier": "C8AD8975-FC88-4B44-AE17-123456789012",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"carddav": [
|
||||
{
|
||||
"identifier": "D9BE9076-GD99-5C55-BF28-234567890123",
|
||||
"declaration-identifier": "com.example.carddav-account",
|
||||
"visible-name": "Work Contacts",
|
||||
"hostname": "carddav.example.com",
|
||||
"port": 443,
|
||||
"username": "user@example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"carddav": [
|
||||
{
|
||||
"identifier": "D9BE9076-GD99-5C55-BF28-234567890123",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"exchange": [
|
||||
{
|
||||
"identifier": "E0CF0187-HE00-6D66-CG39-345678901234",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"google": [
|
||||
{
|
||||
"identifier": "F1D01298-IF11-7E77-DH40-456789012345",
|
||||
"declaration-identifier": "com.example.google-account",
|
||||
"visible-name": "Work Google",
|
||||
"username": "user@example.com",
|
||||
"is-mail-enabled": true,
|
||||
"are-calendars-enabled": true,
|
||||
"are-contacts-enabled": true,
|
||||
"are-notes-enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"google": [
|
||||
{
|
||||
"identifier": "F1D01298-IF11-7E77-DH40-456789012345",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"ldap": [
|
||||
{
|
||||
"identifier": "G2E12309-JG22-8F88-EI51-567890123456",
|
||||
"declaration-identifier": "com.example.ldap-account",
|
||||
"visible-name": "Corporate Directory",
|
||||
"hostname": "ldap.example.com",
|
||||
"port": 636,
|
||||
"username": "user@example.com",
|
||||
"is-enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"ldap": [
|
||||
{
|
||||
"identifier": "G2E12309-JG22-8F88-EI51-567890123456",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"mail": {
|
||||
"incoming": [
|
||||
{
|
||||
"identifier": "H3F23410-KH33-9G99-FJ62-678901234567",
|
||||
"declaration-identifier": "com.example.mail-account",
|
||||
"visible-name": "Work Mail",
|
||||
"hostname": "imap.example.com",
|
||||
"port": 993,
|
||||
"username": "user@example.com",
|
||||
"is-mail-enabled": true,
|
||||
"are-notes-enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"mail": {
|
||||
"incoming": [
|
||||
{
|
||||
"identifier": "H3F23410-KH33-9G99-FJ62-678901234567",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"mail": {
|
||||
"outgoing": [
|
||||
{
|
||||
"identifier": "I4G34521-LI44-0H00-GK73-789012345678",
|
||||
"declaration-identifier": "com.example.mail-account",
|
||||
"visible-name": "Work Mail (SMTP)",
|
||||
"hostname": "smtp.example.com",
|
||||
"port": 587,
|
||||
"username": "user@example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"mail": {
|
||||
"outgoing": [
|
||||
{
|
||||
"identifier": "I4G34521-LI44-0H00-GK73-789012345678",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"subscribed-calendar": [
|
||||
{
|
||||
"identifier": "J5H45632-MJ55-1I11-HL84-890123456789",
|
||||
"declaration-identifier": "com.example.subscribed-calendar",
|
||||
"visible-name": "Company Holidays",
|
||||
"calendar-url": "https://calendar.example.com/holidays.ics",
|
||||
"username": "user@example.com",
|
||||
"is-enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"account": {
|
||||
"list": {
|
||||
"subscribed-calendar": [
|
||||
{
|
||||
"identifier": "J5H45632-MJ55-1I11-HL84-890123456789",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"app": {
|
||||
"managed": {
|
||||
"list": [
|
||||
{
|
||||
"identifier": "com.example.productivity",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"info": {
|
||||
"cache-free": 10737418240,
|
||||
"cache-limit": 0,
|
||||
"cache-status": "OK",
|
||||
"cache-used": 5368709120,
|
||||
"max-cache-pressure-last-hour": 0.15,
|
||||
"personal-cache-free": 2147483648,
|
||||
"personal-cache-limit": 0,
|
||||
"personal-cache-used": 1073741824
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"parents": [
|
||||
{
|
||||
"identifier": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
||||
"address": "192.168.1.10",
|
||||
"port": 51194,
|
||||
"healthy": true,
|
||||
"version": "2.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"parents": [
|
||||
{
|
||||
"identifier": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"peers": [
|
||||
{
|
||||
"identifier": "B2C3D4E5-F6A7-8901-BCDE-F01234567891",
|
||||
"address": "192.168.1.20",
|
||||
"port": 51194,
|
||||
"friendly": true,
|
||||
"healthy": true,
|
||||
"version": "2.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"peers": [
|
||||
{
|
||||
"identifier": "B2C3D4E5-F6A7-8901-BCDE-F01234567891",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"content-cache": {
|
||||
"status": {
|
||||
"server-guid": "C3D4E5F6-A7B8-9012-CDEF-012345678912",
|
||||
"activated": true,
|
||||
"active": true,
|
||||
"cache-status": "OK",
|
||||
"private-addresses": [
|
||||
"192.168.1.5"
|
||||
],
|
||||
"public-address": "203.0.113.5",
|
||||
"port": 51194,
|
||||
"registration-status": 1,
|
||||
"startup-status": "OK",
|
||||
"tetherator-status": 0,
|
||||
"sending-reports": false,
|
||||
"version": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"identifier": {
|
||||
"serial-number": "12345678"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"identifier": {
|
||||
"udid": "123456-89012345"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"model": {
|
||||
"family": "iPhone"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"model": {
|
||||
"identifier": "iPhone14,5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"model": {
|
||||
"marketing-name": "iPhone 13"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"model": {
|
||||
"number": "ABCDEF/G"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"build-version": "24A346"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"family": "iOS"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"marketing-name": "iOS 27.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"supplemental": {
|
||||
"build-version": "24A346a"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"supplemental": {
|
||||
"extra-version": "a"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"operating-system": {
|
||||
"version": "27.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"device": {
|
||||
"power": {
|
||||
"battery-health": "normal"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"device": {
|
||||
"system": {
|
||||
"health": {
|
||||
"Camera": "ok",
|
||||
"Display": "ok",
|
||||
"FaceID": "ok"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"diskmanagement": {
|
||||
"filevault": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"enhanced-logging": {
|
||||
"applecare-token": "ABC123DEF456"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"enhanced-logging": {
|
||||
"status": "collecting"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"enhanced-logging": {
|
||||
"timestamp": "2025-05-15T10:30:00Z"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"management": {
|
||||
"client-capabilities": {
|
||||
"supported-features": {},
|
||||
"supported-payloads": {
|
||||
"declarations": {
|
||||
"activations": [
|
||||
"com.apple.activation.simple"
|
||||
],
|
||||
"assets": [
|
||||
"com.apple.asset.credential.acme",
|
||||
"com.apple.asset.credential.certificate",
|
||||
"com.apple.asset.credential.identity",
|
||||
"com.apple.asset.credential.scep",
|
||||
"com.apple.asset.credential.userpassword",
|
||||
"com.apple.asset.data",
|
||||
"com.apple.asset.useridentity"
|
||||
],
|
||||
"configurations": [
|
||||
"com.apple.configuration.account.caldav",
|
||||
"com.apple.configuration.account.carddav",
|
||||
"com.apple.configuration.account.exchange",
|
||||
"com.apple.configuration.account.google",
|
||||
"com.apple.configuration.account.ldap",
|
||||
"com.apple.configuration.account.mail",
|
||||
"com.apple.configuration.account.subscribed-calendar",
|
||||
"com.apple.configuration.app.managed",
|
||||
"com.apple.configuration.app.settings",
|
||||
"com.apple.configuration.audio-accessory.settings",
|
||||
"com.apple.configuration.extensible-sso",
|
||||
"com.apple.configuration.external-intelligence.settings",
|
||||
"com.apple.configuration.intelligence.settings",
|
||||
"com.apple.configuration.keyboard.settings",
|
||||
"com.apple.configuration.legacy",
|
||||
"com.apple.configuration.legacy.interactive",
|
||||
"com.apple.configuration.management.status-subscriptions",
|
||||
"com.apple.configuration.management.test",
|
||||
"com.apple.configuration.math.settings",
|
||||
"com.apple.configuration.network.dns-proxy",
|
||||
"com.apple.configuration.network.dns-settings",
|
||||
"com.apple.configuration.network.relay",
|
||||
"com.apple.configuration.network.vpn.always-on",
|
||||
"com.apple.configuration.network.vpn.ikev2",
|
||||
"com.apple.configuration.network.vpn.ipsec",
|
||||
"com.apple.configuration.network.vpn.vpn-plugin",
|
||||
"com.apple.configuration.passcode.settings",
|
||||
"com.apple.configuration.safari.bookmarks",
|
||||
"com.apple.configuration.safari.extensions.settings",
|
||||
"com.apple.configuration.safari.settings",
|
||||
"com.apple.configuration.security.certificate",
|
||||
"com.apple.configuration.security.identity",
|
||||
"com.apple.configuration.security.passkey.attestation",
|
||||
"com.apple.configuration.siri.settings",
|
||||
"com.apple.configuration.softwareupdate.enforcement.specific",
|
||||
"com.apple.configuration.softwareupdate.settings",
|
||||
"com.apple.configuration.watch.enrollment",
|
||||
"com.apple.configuration.webcontent-filter.plugin"
|
||||
],
|
||||
"management": [
|
||||
"com.apple.management.organization-info",
|
||||
"com.apple.management.properties",
|
||||
"com.apple.management.server-capabilities"
|
||||
]
|
||||
},
|
||||
"status-items": [
|
||||
"account.list.caldav",
|
||||
"account.list.carddav",
|
||||
"account.list.exchange",
|
||||
"account.list.google",
|
||||
"account.list.ldap",
|
||||
"account.list.mail.incoming",
|
||||
"account.list.mail.outgoing",
|
||||
"account.list.subscribed-calendar",
|
||||
"app.managed.list",
|
||||
"device.identifier.serial-number",
|
||||
"device.identifier.udid",
|
||||
"device.model.family",
|
||||
"device.model.identifier",
|
||||
"device.model.marketing-name",
|
||||
"device.model.number",
|
||||
"device.operating-system.build-version",
|
||||
"device.operating-system.family",
|
||||
"device.operating-system.marketing-name",
|
||||
"device.operating-system.supplemental.build-version",
|
||||
"device.operating-system.supplemental.extra-version",
|
||||
"device.operating-system.version",
|
||||
"device.power.battery-health",
|
||||
"device.system.health",
|
||||
"enhanced-logging.applecare-token",
|
||||
"enhanced-logging.status",
|
||||
"enhanced-logging.timestamp",
|
||||
"management.client-capabilities",
|
||||
"management.declarations",
|
||||
"mdm.app",
|
||||
"mdm.enrollment-type",
|
||||
"mdm.is-awaiting-configuration",
|
||||
"mdm.is-return-to-service",
|
||||
"mdm.is-shared-ipad",
|
||||
"mdm.push-magic",
|
||||
"mdm.push-token",
|
||||
"passcode.is-compliant",
|
||||
"passcode.is-present",
|
||||
"security.certificate.list",
|
||||
"security.lockdown-mode",
|
||||
"softwareupdate.beta-enrollment",
|
||||
"softwareupdate.device-id",
|
||||
"softwareupdate.failure-reason",
|
||||
"softwareupdate.install-reason",
|
||||
"softwareupdate.install-state",
|
||||
"softwareupdate.pending-version",
|
||||
"test.array-value",
|
||||
"test.boolean-value",
|
||||
"test.dictionary-value",
|
||||
"test.error-value",
|
||||
"test.integer-value",
|
||||
"test.real-value",
|
||||
"test.string-value"
|
||||
]
|
||||
},
|
||||
"supported-versions": [
|
||||
"1.0.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mdm": {
|
||||
"app": [
|
||||
{
|
||||
"identifier": "com.example.enterprise.app",
|
||||
"name": "Enterprise App",
|
||||
"version": "3.1.0",
|
||||
"short-version": "3.1.0",
|
||||
"state": "managed"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"mdm": {
|
||||
"app": [
|
||||
{
|
||||
"identifier": "com.example.enterprise.app",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"enrollment-type": "supervised"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"is-awaiting-configuration": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"is-return-to-service": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"is-shared-ipad": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"push-magic": "3B5D81A2-9F4E-4B7C-A8D6-1E2F3A4B5C6D"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mdm": {
|
||||
"push-token": "4A8B3F2E1D9C7B6A5E4D3C2B1A0F9E8D7C6B5A4E3D2C1B0A"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"migration-assistant": {
|
||||
"report": {
|
||||
"completed-data-size": 53687091200,
|
||||
"completed-file-count": 125000,
|
||||
"completion-time": "2025-05-15T14:30:00Z",
|
||||
"source-user": "user",
|
||||
"start-time": "2025-05-15T12:00:00Z",
|
||||
"target-user": "user",
|
||||
"total-data-size": 53687091200,
|
||||
"total-file-count": 125000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"migration-assistant": {
|
||||
"state": "completed"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"package": {
|
||||
"list": [
|
||||
{
|
||||
"identifier": "com.example.package.enterprise-tools",
|
||||
"declaration-identifier": "com.example.package-management",
|
||||
"name": "Enterprise Tools",
|
||||
"version": "2.1.0",
|
||||
"state": "installed"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"package": {
|
||||
"list": [
|
||||
{
|
||||
"identifier": "com.example.package.enterprise-tools",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"passcode": {
|
||||
"is-compliant": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"passcode": {
|
||||
"is-present": true
|
||||
}
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"screensharing": {
|
||||
"connection": {
|
||||
"group": {
|
||||
"unresolved-connection": [
|
||||
{
|
||||
"identifier": "D4E5F6A7-B8C9-0123-DEFA-123456789012",
|
||||
"unresolved_connections": [
|
||||
"E5F6A7B8-C9D0-1234-EFAB-234567890123"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"screensharing": {
|
||||
"connection": {
|
||||
"group": {
|
||||
"unresolved-connection": [
|
||||
{
|
||||
"identifier": "D4E5F6A7-B8C9-0123-DEFA-123456789012",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"security": {
|
||||
"certificate": {
|
||||
"list": [
|
||||
{
|
||||
"identifier": "F6A7B8C9-D0E1-2345-FABC-345678901234",
|
||||
"declaration-identifier": "com.example.certificate",
|
||||
"subject-summary": "Example Corp Root CA",
|
||||
"is-identity": false,
|
||||
"data": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA..."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"security": {
|
||||
"certificate": {
|
||||
"list": [
|
||||
{
|
||||
"identifier": "F6A7B8C9-D0E1-2345-FABC-345678901234",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"security": {
|
||||
"lockdown-mode": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"services": {
|
||||
"background-task": [
|
||||
{
|
||||
"identifier": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
||||
"uid": 501,
|
||||
"path": "/Library/LaunchDaemons/com.example.daemon.plist",
|
||||
"state": "enabled",
|
||||
"type": "daemon",
|
||||
"launchd": {
|
||||
"label": "com.example.daemon",
|
||||
"program": "/usr/local/bin/example-daemon",
|
||||
"program-arguments": [
|
||||
"/usr/local/bin/example-daemon",
|
||||
"--config",
|
||||
"/etc/example/config.json"
|
||||
],
|
||||
"checksum": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"services": {
|
||||
"background-task": [
|
||||
{
|
||||
"identifier": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
||||
"_removed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"beta-enrollment": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"device-id": "iPhone14,3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"failure-reason": {
|
||||
"count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"install-reason": {
|
||||
"reason": [
|
||||
"declaration"
|
||||
],
|
||||
"declaration-id": "com.example.softwareupdate-config"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"install-state": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"softwareupdate": {
|
||||
"pending-version": {
|
||||
"os-version": "27.1",
|
||||
"build-version": "24B32"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"code": "Error.InstallFailed",
|
||||
"description": "The app installation failed.",
|
||||
"details": {
|
||||
"Timestamp": "2025-05-15T10:30:00Z"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"test": {
|
||||
"array-value": [
|
||||
{
|
||||
"key1": "test-value-1",
|
||||
"key2": "test-value-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"boolean-value": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"test": {
|
||||
"dictionary-value": {
|
||||
"key1": "test-value-1",
|
||||
"key2": "test-value-2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"error-value": "error-value"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"integer-value": 42
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"real-value": 3.14
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"string-value": "example-string-value"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>PayloadContent</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Subsystems</key>
|
||||
<dict>
|
||||
<key>com.example.app</key>
|
||||
<dict>
|
||||
<key>DEFAULT-OPTIONS</key>
|
||||
<dict>
|
||||
<key>Level</key>
|
||||
<dict>
|
||||
<key>Enable</key>
|
||||
<string>Info</string>
|
||||
</dict>
|
||||
<key>Default-Privacy-Setting</key>
|
||||
<string>Public</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.example.mysystemloggingpayload</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.system.logging</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>0ff59613-35e9-495c-88c8-01963de4ac80</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>System Logging</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.example.myprofile</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>0fbfa83e-c8ec-49d0-b50c-3acc3c05749c</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user