mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
35 lines
893 B
YAML
35 lines
893 B
YAML
title: 'Parental Controls: Dictionary'
|
|
description: The payload that configures parental control dictionary restrictions.
|
|
payload:
|
|
payloadtype: com.apple.Dictionary
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: '10.7'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
supervised: false
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: Parental controls dictionary restrictions.
|
|
payloadkeys:
|
|
- key: parentalControl
|
|
type: <boolean>
|
|
presence: required
|
|
content: If `true`, enables parental controls dictionary restrictions.
|
|
examples:
|
|
- title: Profile example
|
|
files:
|
|
- file: examples/mdm/profiles/com.apple.Dictionary/example1.plist
|