mirror of
https://github.com/apple/device-management.git
synced 2026-07-18 16:27:25 +02:00
29 lines
792 B
YAML
29 lines
792 B
YAML
title: Global Preferences
|
|
description: ''
|
|
payload:
|
|
payloadtype: .GlobalPreferences
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.7'
|
|
multiple: false
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
content: Global preferences on macOS
|
|
payloadkeys:
|
|
- key: MultipleSessionEnabled
|
|
type: <boolean>
|
|
presence: optional
|
|
default: true
|
|
content: If 'false', disables fast user switching.
|
|
- key: com.apple.autologout.AutoLogOutDelay
|
|
type: <real>
|
|
presence: optional
|
|
content: The 'autologout' delay, in seconds. A value of '0' means 'autologout' is
|
|
off. In some cases, this delay may be restricted to values between 5 minutes and
|
|
24 hours.
|