mirror of
https://github.com/apple/device-management.git
synced 2026-08-22 16:27:12 +02:00
36 lines
883 B
YAML
36 lines
883 B
YAML
title: Profile Removal Password
|
|
description: Use this section to define settings for profile removal
|
|
payload:
|
|
payloadtype: com.apple.profileRemovalPassword
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '4.0'
|
|
multiple: false
|
|
supervised: true
|
|
allowmanualinstall: true
|
|
sharedipad:
|
|
mode: forbidden
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: '10.7'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: '9.0'
|
|
multiple: false
|
|
supervised: true
|
|
allowmanualinstall: true
|
|
payloadkeys:
|
|
- key: RemovalPassword
|
|
title: Removal Password
|
|
type: <string>
|
|
presence: optional
|
|
content: The password for allowing the profile to be removed.
|