---
title: MediaManagementDiscBurning
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/mediamanagementdiscburning
---

# MediaManagementDiscBurning

The payload that configures disc-burning settings.

## Declaration

```data
object MediaManagementDiscBurning
```

## Properties

BurnSupport: Configure disc-burn. Allowed values: off: The system disables disc burning. on: The system allows normal default operation. Setting this key to on doesn’t enable disc burn support if other mechanisms or preferences disabled it. Needs to be enabled with the Finder profile. authenticate: The system requires authentication.

## Discussion

Discussion Specify com.apple.DiscRecording as the payload type. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>BurnSupport</key>             <string>authenticate</string>             <key>PayloadIdentifier</key>             <string>com.example.mymediamanagementpayload</string>             <key>PayloadType</key>             <string>com.apple.DiscRecording</string>             <key>PayloadUUID</key>             <string>c7d88693-77a2-4f4d-a782-6569a1c2d92c</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>Media Management</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>8996588b-f785-4720-b68f-fa9c61d74bd4</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>
