mirror of
https://github.com/apple/device-management.git
synced 2026-06-11 02:07:47 +02:00
30 lines
799 B
YAML
30 lines
799 B
YAML
title: 'Media Management: Disc Burning'
|
|
description: ''
|
|
payload:
|
|
payloadtype: com.apple.DiscRecording
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.7'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
payloadkeys:
|
|
- key: BurnSupport
|
|
type: <string>
|
|
presence: required
|
|
rangelist:
|
|
- 'off'
|
|
- authenticate
|
|
- 'on'
|
|
content: |-
|
|
If 'off', disables disc burning.
|
|
|
|
If 'on', allows normal default operation. Setting this key to 'on' doesn't enable disc burn support if it has already been disabled by other mechanisms or preferences. It also must be enabled with the Finder profile.
|
|
|
|
If 'authenticate', requires authentication.
|