<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/ManagementProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-declarations:ManagementProperties"
  },
  "title" : "ManagementProperties"
}
-->

# ManagementProperties

The declaration to configure the properties on the device.

```
object ManagementProperties
```

## Discussion

Specify `com.apple.management.properties` as the declaration type.

### Management declaration example

```json
{
    "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"
        ]
    }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)