---
title: ManagementProperties
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/managementproperties
---

# ManagementProperties

The declaration to configure the properties on the device.

## Declaration

```data
object ManagementProperties
```

## Discussion

Discussion Specify com.apple.management.properties as the declaration type. Management declaration example {     "Type": "com.apple.management.properties",     "Identifier": "187C9F47-297C-4811-80C4-2E19D3C11963",     "ServerToken": "526CE2FB-DB79-409A-825D-8C5DC5EE873E",     "Payload": {         "is-part-time": false,         "groups": [             "teacher",             "grade 1",             "grade 2",             "it-admin"         ]     } }

## See Also

### Management

- [ManagementOrganizationInformation](devicemanagement/managementorganizationinformation.md)
- [ManagementServerCapabilities](devicemanagement/managementservercapabilities.md)
