Contents

MdmServer.Attributes

Attributes that describe a device management service resource.

Declaration

object MdmServer.Attributes

Properties

NameTypeDescription
createdDateTimedate-time

The date and time of the creation of the resource.

defaultProductFamilies[MdmServerProductFamily]

The product families that are assigned by default to this device management service. Read only.

deviceCountinteger

The number of devices currently assigned to this device management service. Read only.

enableMdmDisownFlagboolean

A Boolean value that indicates whether the device management service is allowed to disown its enrolled devices. Read only.

lastConnectedDateTimedate-time

The date and time the device management service last connected to Apple’s servers. Read only.

lastConnectedIpstring

The IP address from which the device management service last connected to Apple’s servers. Read only.

serverNamestring

The device management service’s name.

serverTypestring

The type of device management service: MDM, APPLE_CONFIGURATOR, APPLE_MDM. Read only.

statusMdmServerStatus

The operational status of the device management service. Read only. See MdmServerStatus for possible values.

updatedDateTimedate-time

The date and time of the most-recent update for the resource.

Overview