mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 12:00:21 +02:00
Seed5
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.accessibility.settings",
|
||||
"Identifier": "119D31F8-E3A2-454A-A019-FD3F05A008D3",
|
||||
"ServerToken": "DC31F056-0ADE-4D01-8E63-A7CA093EC7CD",
|
||||
"Payload": {
|
||||
"Vision": {
|
||||
"AllowLiveRecognition": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B1",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193B",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"TeamID": "*APPLE*",
|
||||
"SigningID": "com.apple.Safari.WebApp"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B2",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193C",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"SigningID": "com.apple.Safari.WebApp"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B3",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193D",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX",
|
||||
"CDHash": "90bc96cd95be55c12e7d9b1611cbc677610bb70c",
|
||||
"SigningID": "com.example.app",
|
||||
"PathPrefix": "/Applications/Example.app",
|
||||
"SigningState": "All"
|
||||
},
|
||||
{
|
||||
"TeamID": "*APPLE*",
|
||||
"SigningID": "com.apple.iCal"
|
||||
}
|
||||
],
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"SigningID": "com.apple.iCal"
|
||||
},
|
||||
{
|
||||
"CDHash": "03552d8140254d0c190af06f1e470dbc5ded53ba"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B4",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193E",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AlwaysAllowManagedApps": true,
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX",
|
||||
"SigningID": "com.example.app"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B5",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193F",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"CDHash": "90bc96cd95be55c12e7d9b1611cbc677610bb70c"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B6",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1940",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"CDHash": "90bc96cd95be55c12e7d9b1611cbc677610bb70c"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B7",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1941",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX",
|
||||
"CDHash": "90bc96cd95be55c12e7d9b1611cbc677610bb70c",
|
||||
"SigningID": "com.example.app",
|
||||
"PathPrefix": "/Applications/Example.app",
|
||||
"SigningState": "All"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B8",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1942",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX",
|
||||
"CDHash": "90bc96cd95be55c12e7d9b1611cbc677610bb70c",
|
||||
"SigningID": "com.example.app",
|
||||
"PathPrefix": "/Applications/Example.app",
|
||||
"SigningState": "All"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B9",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1943",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"SigningID": "com.example.app"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4BA",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1944",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"AllowedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Type": "com.apple.configuration.app.settings",
|
||||
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4BB",
|
||||
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC1945",
|
||||
"Payload": {
|
||||
"Allowed": {
|
||||
"DeniedBinaries": [
|
||||
{
|
||||
"TeamID": "XXXXXXXXXX"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,8 +3,7 @@
|
||||
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
|
||||
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
|
||||
"Payload": {
|
||||
"ExtensionIdentifier": "com.example.sso.extension",
|
||||
"TeamIdentifier": "ABCDE12345",
|
||||
"ExtensionComposedIdentifier": "com.example.sso.extension (ABCDE12345)",
|
||||
"Type": "Credential",
|
||||
"Realm": "EXAMPLE.COM",
|
||||
"Hosts": [
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
"Identifier": "2A3B4C5D-6E7F-8A9B-0C1D-2E3F4A5B6C7D",
|
||||
"ServerToken": "F1E2D3C4-B5A6-7890-ABCD-EF1234567890",
|
||||
"Payload": {
|
||||
"ExtensionIdentifier": "com.example.sso.extension",
|
||||
"TeamIdentifier": "ABCDE12345",
|
||||
"ExtensionComposedIdentifier": "com.example.sso.extension",
|
||||
"Type": "Redirect",
|
||||
"URLs": [
|
||||
"https://login.example.com/auth",
|
||||
|
||||
Reference in New Issue
Block a user