The payload that configures the extensions that the system allows or disallows to run on the device.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
AllowedExtensions AllowedExtensions An array of bundle identifiers for allowed extensions. 1 subkey | array | optional | — | ✓Yes | macOS (10.13+) |
└─ AllowedExtensionsItem AllowedExtensionsItem An extension identifier. | string | required | — | ✓Yes | macOS (10.13+) |
DeniedExtensions DeniedExtensions An array of bundle identifiers for extensions that the system doesn't allow to run. 1 subkey | array | optional | — | ✓Yes | macOS (10.13+) |
└─ DeniedExtensionsItem DeniedExtensionsItem An extension identifier. | string | required | — | ✓Yes | macOS (10.13+) |
DeniedExtensionPoints DeniedExtensionPoints An array of extension points for extensions that the system doesn't allow to run. 1 subkey | array | optional | — | ✓Yes | macOS (10.13+) |
└─ DeniedExtensionPointsItem DeniedExtensionPointsItem An extension identifier. | string | required | — | ✓Yes | macOS (10.13+) |