---
title: ManagementServerCapabilities
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/managementservercapabilities
---

# ManagementServerCapabilities

The declaration to configure the server’s feature set.

## Declaration

```data
object ManagementServerCapabilities
```

## Properties

SupportedFeatures: 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. Version: The server’s protocol version.

## Mentioned in

Leveraging the declarative management data model to scale devices

## Discussion

Discussion Specify com.apple.management.server-capabilities as the declaration type. Management declaration example {     "Type": "com.apple.management.server-capabilities",     "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",     "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",     "Payload": {         "Version": "1.0.0",         "SupportedFeatures": {             "Example Feature": {                 "parameter1": 1             }         }     } }

## Topics

### Objects

- [ManagementServerCapabilitiesSupportedFeaturesObject](devicemanagement/managementservercapabilitiessupportedfeaturesobject.md)

## See Also

### Management

- [ManagementOrganizationInformation](devicemanagement/managementorganizationinformation.md)
- [ManagementProperties](devicemanagement/managementproperties.md)
