Contents

ManagementStatusSubscriptions

The declaration to configure status subscriptions.

Declaration

object ManagementStatusSubscriptions

Properties

NameTypeDescription
StatusItems Required[ManagementStatusSubscriptionsStatusItemObject]

An array of status items that the device notifies subscribers about.

Mentioned in

Discussion

Specify com.apple.configuration.management.status-subscriptions as the declaration type.

Configuration availability

Allowed in supervised enrollment

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

Allowed in device enrollment

iOS, Shared iPad, tvOS, visionOS

Allowed in user enrollment

iOS, macOS, Shared iPad, visionOS

Allowed in local enrollment

NA

Allowed in system scope

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

Allowed in user scope

macOS, Shared iPad

Configuration example

{
    "Type": "com.apple.configuration.management.status-subscriptions",
    "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
    "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
    "Payload": {
        "StatusItems": [
            {
                "Name": "device.identifier.serial-number"
            },
            {
                "Name": "device.identifier.udid"
            },
            {
                "Name": "device.operating-system.build-version"
            },
            {
                "Name": "device.operating-system.version"
            },
            {
                "Name": "device.power.battery-health"
            },
            {
                "Name": "passcode.is-compliant"
            },
            {
                "Name": "security.certificate.list"
            }
        ]
    }
}

Topics

Objects

See Also

Configurations