mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
title: Management:Server Capabilities
|
|
description: The declaration to configure the server's feature set.
|
|
payload:
|
|
declarationtype: com.apple.management.server-capabilities
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
visionOS:
|
|
introduced: '1.1'
|
|
watchOS:
|
|
introduced: '10.0'
|
|
payloadkeys:
|
|
- key: Version
|
|
title: Protocol version
|
|
type: <string>
|
|
presence: required
|
|
content: The server's protocol version.
|
|
- key: SupportedFeatures
|
|
title: Supported features
|
|
type: <dictionary>
|
|
presence: required
|
|
content: |-
|
|
A dictionary that contains the server's optional protocol features.
|
|
|
|
Each dictionary item uses the key name to represent a feature, and the value to hold the feature's associated parameters. This protocol reserves keys with a prefix of `com.apple.`, which appear as subkeys in this dictionary.
|
|
subkeys:
|
|
- key: ANY
|
|
type: <any>
|
|
presence: optional
|
|
content: Additional keys may be present.
|
|
examples:
|
|
- title: Management declaration example
|
|
files:
|
|
- file: examples/declarative/declarations/management/server-capabilities/example1.json
|