Explore the full catalogue of Apple Mobile Device Management (MDM) and Declarative Device Management (DDM) policies for macOS and iOS. Use the interactive explorer to search, filter, and reference policy keys for use with Microsoft Intune, Jamf, or any standards-compliant MDM solution.
The payload that configures associated domains.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Configuration Configuration A dictionary that maps apps to their associated domains. 1 subkey | array | required | — | ✗No | macOS (10.15+) |
└─ ConfigurationItem ConfigurationItem A dictionary that maps apps to their associated domains. 3 subkeys | dictionary | — | ✗No | macOS (10.15+) | |
└─ └─ ApplicationIdentifier ApplicationIdentifier The app identifier to associate the domains with. | string | required | — | ✗No | macOS (10.15+) |
└─ └─ AssociatedDomains AssociatedDomains The domains to associate with the app. Each string is in the form of `service:domain`. Use fully qualified hostnames, such as `www.example.com`. See `Supporting associated domains` for more information. 1 subkey | array | required | — | ✗No | macOS (10.15+) |
└─ └─ └─ AssociatedDomain AssociatedDomain | string | required | — | ✗No | macOS (10.15+) |
└─ └─ EnableDirectDownloads EnableDirectDownloads If `true`, the system enables direct download of data for this domain instead of through a CDN. Set the entitlement value for this domain to `service:domain?mode=managed`; otherwise, the system ignores this value. Available in macOS 11 and later. | boolean | optional | false | ✓Yes | macOS (11.0+) |