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 declaration to configure audio accessory settings.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Temporary Pairing TemporaryPairing A dictionary that describes audio accessory temporary pairing behavior. The device enables temporary pairing when this key is present and the `Disabled` key isn't `false`. The device doesn't synchronize pairing information with iCloud when temporary pairing is active. 2 subkeys | dictionary | optional | — | ✓Yes | iOS (26.0+) |
└─ Temporary Pairing Disabled Disabled If `true`, temporary pairing of audio accessories is disabled. | boolean | optional | false | ✓Yes | iOS (26.0+) |
└─ Temporary Pairing Configuration Configuration A dictionary providing configuration for temporary pairing. Required if `Disabled` isn't present or is `false`. 1 subkey | dictionary | optional | — | ✓Yes | iOS (26.0+) |
└─ └─ Temporary Pairing Unpairing Time UnpairingTime A dictionary that describes when the device automatically unpairs temporarily paired audio accessories. 2 subkeys | dictionary | required | — | ✓Yes | iOS (26.0+) |
└─ └─ └─ Unpairing Policy Policy A string that specifies the device's unpairing policy.
- `None`: The device doesn't automatically unpair. Use this only with a return to service device that you erase and reenroll when assigning it from one user to another.
- `Hour`: The device automatically unpairs temporarily paired audio accessories at the local time that the `Hour` key specifies. | string | required | — | ✓Yes | iOS (26.0+) |
└─ └─ └─ Hour of Unpairing Hour The local time hour (24-hour clock) when the device automatically unpairs temporarily paired audio accessories. Required when setting the `Policy` key to `Hour`. Range: 0 - 23 | integer | optional | — | ✓Yes | iOS (26.0+) |