Files
apple_device-management/examples/declarative/declarations/configurations/app.settings/example2.json
T
Cyrus Daboo 9468f879c3 Seed1
2026-06-12 16:19:29 -04:00

23 lines
865 B
JSON

{
"Type": "com.apple.configuration.app.settings",
"Identifier": "245E4CBC-021B-4DB0-9B30-25F581119A2A",
"ServerToken": "D6472788-7568-4268-99CE-AD8AE114B28C",
"Payload": {
"Privacy": {
"PermissionDefaults": {
"com.example.scanner (ABCD1234)": {
"OrganizationJustification": "This app is used for scanning work documents.",
"Camera": "Allow"
},
"com.example.on-site {anchor apple generic}": {
"OrganizationJustification": "This app is used for video conferences while on-site with customers.",
"Camera": "Allow",
"Microphone": "Allow",
"Location": "WhileUsing",
"LocationAccuracy": "Precise"
}
}
}
}
}