mirror of
https://github.com/apple/device-management.git
synced 2026-09-26 19:31:51 +02:00
Release-v27.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.managed",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"AppStoreID": "361285480",
|
||||
"InstallBehavior": {
|
||||
"Install": "Required",
|
||||
"License": {
|
||||
"Assignment": "Device"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.managed",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"ManifestURL": "https://example.com/apps/TestApp.plist",
|
||||
"InstallBehavior": {
|
||||
"Install": "Required",
|
||||
"AllowDownloadsOverCellular": "AlwaysOff"
|
||||
},
|
||||
"UpdateBehavior": {
|
||||
"AutomaticAppUpdates": "AlwaysOn"
|
||||
},
|
||||
"Attributes": {
|
||||
"AssociatedDomains": [
|
||||
"www.example.com"
|
||||
],
|
||||
"AssociatedDomainsEnableDirectDownloads": true,
|
||||
"CellularSliceUUID": "Cellular-12345",
|
||||
"ContentFilterUUID": "ContentFilter-12345",
|
||||
"DNSProxyUUID": "DNSProxy-12345",
|
||||
"Hideable": false,
|
||||
"Lockable": false,
|
||||
"RelayUUID": "Relay-12345",
|
||||
"TapToPayScreenLock": true,
|
||||
"VPNUUID": "VPN-12345"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.managed",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"AppComposedIdentifier": "com.example.TestApp (ABCDE12345)",
|
||||
"InstallBehavior": {
|
||||
"Install": "Required"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.managed",
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"ManifestURL": "https://example.com/apps/TestApp.plist",
|
||||
"InstallBehavior": {
|
||||
"Install": "Required",
|
||||
"AllowDownloadsOverCellular": "AlwaysOff"
|
||||
},
|
||||
"UpdateBehavior": {
|
||||
"AutomaticAppUpdates": "AlwaysOn"
|
||||
},
|
||||
"AppConfig": {
|
||||
"DataAssetReference": "52C7D562-1DEC-472A-BFDF-3A8BE630385B",
|
||||
"Certificates": [
|
||||
{
|
||||
"Identifier": "Certificate1",
|
||||
"AssetReference": "84965BAD-11B2-48CE-9766-CE32387C508E"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExtensionConfigs": {
|
||||
"com.example.TestApp.extension1 (ABCDE12345)": {
|
||||
"DataAssetReference": "52C7D562-1DEC-472A-BFDF-3A8BE630385B",
|
||||
"Certificates": [
|
||||
{
|
||||
"Identifier": "Certificate1",
|
||||
"AssetReference": "84965BAD-11B2-48CE-9766-CE32387C508E"
|
||||
},
|
||||
{
|
||||
"Identifier": "Certificate2",
|
||||
"AssetReference": "4CEF7D59-CDB5-477A-B51B-6A1E8A63D678"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user