importedAppleDeviceIdentity resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The importedAppleDeviceIdentity resource represents the imported device identity of an Apple device .

Methods

Method Return Type Description
List importedAppleDeviceIdentities importedAppleDeviceIdentity collection List properties and relationships of the importedAppleDeviceIdentity objects.
Get importedAppleDeviceIdentity importedAppleDeviceIdentity Read properties and relationships of the importedAppleDeviceIdentity object.
Create importedAppleDeviceIdentity importedAppleDeviceIdentity Create a new importedAppleDeviceIdentity object.
Delete importedAppleDeviceIdentity None Deletes a importedAppleDeviceIdentity.
Update importedAppleDeviceIdentity importedAppleDeviceIdentity Update the properties of a importedAppleDeviceIdentity object.
importAppleDeviceIdentityList action importedAppleDeviceIdentityResult collection

Properties

Property Type Description
id String Key of the entity.
serialNumber String Device serial number
requestedEnrollmentProfileId String Enrollment profile Id admin intends to apply to the device during next enrollment
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset The time enrollment profile was assigned to the device
isSupervised Boolean Indicates if the Apple device is supervised.
discoverySource discoverySource Apple device discovery source. Possible values are: unknown, adminImport, deviceEnrollmentProgram.
isDeleted Boolean Indicates if the device is deleted from Apple Business Manager
createdDateTime DateTimeOffset Created Date Time of the device
lastContactedDateTime DateTimeOffset Last Contacted Date Time of the device
description String The description of the device
enrollmentState enrollmentState The state of the device in Intune. Possible values are: unknown, enrolled, pendingReset, failed, notContacted, blocked.
platform platform The platform of the Device. Possible values are: unknown, ios, android, windows, windowsMobile, macOS.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.importedAppleDeviceIdentity",
  "id": "String (identifier)",
  "serialNumber": "String",
  "requestedEnrollmentProfileId": "String",
  "requestedEnrollmentProfileAssignmentDateTime": "String (timestamp)",
  "isSupervised": true,
  "discoverySource": "String",
  "isDeleted": true,
  "createdDateTime": "String (timestamp)",
  "lastContactedDateTime": "String (timestamp)",
  "description": "String",
  "enrollmentState": "String",
  "platform": "String"
}