Contents

StatusDeviceModelFamily

The status item that reports the device’s hardware model family.

Declaration

object StatusDeviceModelFamily

Properties

NameTypeDescription
device.model.family Requiredstring

The hardware family of the device, such as Mac, iPhone, or iPad.

Discussion

Status item 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

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

Allowed in system scope

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

Allowed in user scope

macOS, Shared iPad

Status item example

{
    "device": {
        "model": {
            "family": "iPhone"
        }
    }
}

See Also

Device property items