Files
apple_device-management/mdm/profiles/com.apple.loginitems.managed.yaml
T
2022-06-03 16:23:58 -04:00

36 lines
946 B
YAML

title: 'Login Items: Managed Items'
description: ''
payload:
payloadtype: com.apple.loginitems.managed
supportedOS:
macOS:
introduced: '10.13'
devicechannel: true
userchannel: true
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: allowed
content: This payload handles login items usage on macOS.
payloadkeys:
- key: AutoLaunchedApplicationDictionary-managed
type: <array>
presence: required
content: An array of login item dictionaries.
subkeys:
- key: LoginItem
type: <dictionary>
presence: required
content: A login item.
subkeys:
- key: Path
type: <string>
presence: required
content: The URL or path string to the item's location.
- key: Hide
type: <boolean>
presence: optional
default: false
content: If true, hide this item in the Users & Groups login items list.