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 managed preferences.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
PayloadContent PayloadContent The dictionary containing app preference domains. The key names are application preference domain identifiers (for example, `com.example.my-app`), or the string `.GlobalPreferences` for the global domain. The values are the corresponding forced and set-once preferences. 1 subkey | dictionary | required | — | ✓Yes | macOS (10.7+) |
└─ ANY ANY The dictionary containing app preference domains. 2 subkeys | dictionary | required | — | ✓Yes | macOS (10.7+) |
└─ └─ Forced Forced The dictionary of forced settings. 1 subkey | array | optional | — | ✓Yes | macOS (10.7+) |
└─ └─ └─ Settings Settings 1 subkey | dictionary | required | — | ✓Yes | macOS (10.7+) |
└─ └─ └─ └─ [Structure continues recursively] ↻ This structure continues with 1 subkey (deeply nested - 1 subkey). See Apple's documentation for the complete structure. | — | ✓Yes | macOS (10.7+) | ||
└─ └─ Set-Once Set-Once The dictionary of one-time settings. 1 subkey | array | optional | — | ✓Yes | macOS (10.7+) |
└─ └─ └─ Settings Settings 1 subkey | dictionary | required | — | ✓Yes | macOS (10.7+) |
└─ └─ └─ └─ [Structure continues recursively] ↻ This structure continues with 1 subkey (deeply nested - 1 subkey). See Apple's documentation for the complete structure. | — | ✓Yes | macOS (10.7+) |