mirror of
https://github.com/apple/device-management.git
synced 2026-08-15 21:10:22 +02:00
21 lines
502 B
YAML
21 lines
502 B
YAML
title: User Preferences
|
|
payload:
|
|
payloadtype: com.apple.preference.users
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.12'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: allowed
|
|
payloadkeys:
|
|
- key: DisableUsingiCloudPassword
|
|
type: <boolean>
|
|
presence: optional
|
|
default: false
|
|
content: If 'true', disables the iCloud password for local accounts.
|