importedAppleDeviceIdentityResult 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 importedAppleDeviceIdentityResult resource represents the result of attempting to import Apple devices identities.

Inherits from importedAppleDeviceIdentity

Methods

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

Properties

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

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.importedAppleDeviceIdentityResult",
  "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",
  "status": true
}