mirror of
https://github.com/apple/device-management.git
synced 2026-06-08 00:53:55 +02:00
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
title: Declarations
|
|
description: Declarations
|
|
payload:
|
|
payloadtype: com.apple.declarations
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '17.0'
|
|
multiple: true
|
|
supervised: false
|
|
allowmanualinstall: true
|
|
sharedipad:
|
|
mode: forbidden
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: '14.0'
|
|
multiple: true
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: '17.0'
|
|
multiple: true
|
|
supervised: false
|
|
allowmanualinstall: true
|
|
watchOS:
|
|
introduced: '10.0'
|
|
multiple: true
|
|
supervised: false
|
|
allowmanualinstall: true
|
|
content: This profile applies a set of declarations to the device via the Settings
|
|
app. This allows manual installations of declarations in cases where an MDM enrollment
|
|
is not present. This profile can only be manually installed, and cannot be installed
|
|
via an MDM server.
|
|
payloadkeys:
|
|
- key: Declarations
|
|
title: Declarations
|
|
type: <array>
|
|
presence: required
|
|
content: The set of declarations to apply. The items in this array are Base64-encoded
|
|
data representations of the declaration JSON data.
|
|
subkeys:
|
|
- key: DeclarationsItem
|
|
title: Declarations Content Item
|
|
type: <data>
|
|
presence: required
|
|
content: An item in the declarations list
|