The payload that configures Autonomous Single App mode.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
AllowedApplications AllowedApplications An array of dictionaries that specifies the apps that the system grants access to the Accessibility APIs. 1 subkey | array | required | — | ✓Yes | macOS (10.13.4+) |
└─ AllowedApplicationsItem AllowedApplicationsItem A dictionary that specifies an app that can be granted access to the Accessibilty APIs. 2 subkeys | dictionary | — | ✗No | macOS (10.13.4+) | |
└─ └─ BundleIdentifier BundleIdentifier The unique bundle identifier. If two dictionaries contain the same `BundleIdentifier` value but a different `TeamIdentifier` value, an error occurs and the profile won't be installed. | string | required | — | ✓Yes | macOS (10.13.4+) |
└─ └─ TeamIdentifier TeamIdentifier The developer's team identifier that the system used when it signed the app. | string | required | — | ✓Yes | macOS (10.13.4+) |