---
title: AudioAccessorySettings
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/audioaccessorysettings
---

# AudioAccessorySettings

The declaration to configure audio accessory settings.

## Declaration

```data
object AudioAccessorySettings
```

## Properties

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.

## Discussion

Discussion Specify com.apple.configuration.audio-accessory.settings as the declaration type. Setting TemporaryPairing to false disables only the temporary pairing feature, without impacting any other use of audio accessories, so users can still: Pair and use audio accessories - the device records the pairing and synchronizes it to their iCloud account. Use the audio accessory AirPods Sharing feature. Configuration availability  |   |   |   |   |   |   |   |  Configuration example This configuration enables temporary pairing and sets an unpairing time of 6 pm. {     "Type": "com.apple.configuration.audio-accessory.settings",     "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",     "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",     "Payload": {         "TemporaryPairing": {             "Configuration": {                 "UnpairingTime": {                     "Policy": "Hour",                     "Hour": 18                 }             }         }     } }

## Topics

### Objects

- [AudioAccessorySettingsTemporaryPairingObject](devicemanagement/audioaccessorysettingstemporarypairingobject.md)

## See Also

### Configurations

- [AccountCalDAV](devicemanagement/accountcaldav.md)
- [AccountCardDAV](devicemanagement/accountcarddav.md)
- [AccountExchange](devicemanagement/accountexchange.md)
- [AccountGoogle](devicemanagement/accountgoogle.md)
- [AccountLDAP](devicemanagement/accountldap.md)
- [AccountMail](devicemanagement/accountmail.md)
- [AccountSubscribedCalendar](devicemanagement/accountsubscribedcalendar.md)
- [AppManaged](devicemanagement/appmanaged.md)
- [AppSettings](devicemanagement/appsettings.md)
- [ContentCaching](devicemanagement/contentcaching.md)
- [DiskManagementSettings](devicemanagement/diskmanagementsettings.md)
- [ExtensibleSSO](devicemanagement/extensiblesso.md)
- [ExternalIntelligenceSettings](devicemanagement/externalintelligencesettings.md)
- [IntelligenceSettings](devicemanagement/intelligencesettings.md)
- [KeyboardSettings](devicemanagement/keyboardsettings.md)
