mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
23 lines
831 B
JSON
23 lines
831 B
JSON
{
|
|
"Type": "com.apple.configuration.app.settings",
|
|
"Identifier": "AF389B6F-5784-4DB6-BEFF-EA6D689BD4B0",
|
|
"ServerToken": "A5CA3371-559E-44B4-B9ED-A0A7DFEC193A",
|
|
"Payload": {
|
|
"Privacy": {
|
|
"PermissionDefaults": {
|
|
"com.example.scanner": {
|
|
"OrganizationJustification": "This app is used for scanning work documents.",
|
|
"Camera": "Allow"
|
|
},
|
|
"com.example.on-site": {
|
|
"OrganizationJustification": "This app is used for video conferences while on-site with customers.",
|
|
"Camera": "Allow",
|
|
"Microphone": "Allow",
|
|
"Location": "WhileUsing",
|
|
"LocationAccuracy": "Precise"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|