Files
Cyrus Daboo 97a11a861f Seed2
2026-06-22 15:55:19 -04:00

71 lines
1.7 KiB
YAML

title: Management:Status Subscriptions
description: The declaration to configure status subscriptions.
payload:
declarationtype: com.apple.configuration.management.status-subscriptions
supportedOS:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
- system
sharedipad:
allowed-scopes:
- system
- user
macOS:
introduced: '13.0'
allowed-enrollments:
- supervised
- user
allowed-scopes:
- system
- user
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- supervised
allowed-scopes:
- system
apply: combined
payloadkeys:
- key: StatusItems
title: Status items
type: <array>
presence: required
combinetype: set-union
content: An array of status items that the device notifies subscribers about.
subkeys:
- key: StatusItem
title: Status item
type: <dictionary>
content: The declaration for configuring a specific status subscription.
subkeys:
- key: Name
title: Name
type: <string>
presence: required
content: The name of the status item to send to subscribers.
examples:
- title: Configuration example
files:
- description: This configuration subscribes to a set of device status items.
file: examples/declarative/declarations/configurations/management.status-subscriptions/example1.json