mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 21:03:12 +00:00
59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
title: Status Test Dictionary Value
|
|
description: A test status item dictionary.
|
|
payload:
|
|
statusitemtype: test.dictionary-value
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '16.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
macOS:
|
|
introduced: '13.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
tvOS:
|
|
introduced: '16.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: '10.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
payloadkeys:
|
|
- key: test.dictionary-value
|
|
title: Status item value.
|
|
type: <dictionary>
|
|
presence: required
|
|
content: The test status dictionary value.
|
|
subkeytype: Dictionary
|
|
subkeys:
|
|
- key: key1
|
|
title: First Key Value
|
|
type: <string>
|
|
presence: required
|
|
content: The value of the first sub-key.
|
|
- key: key2
|
|
title: Second Key Value
|
|
type: <string>
|
|
presence: optional
|
|
content: The value of the second sub-key.
|