importedDeviceIdentity 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 importedDeviceIdentity resource represents a unique hardware identity of a device that has been pre-staged for pre-enrollment configuration.

Methods

Method Return Type Description
List importedDeviceIdentities importedDeviceIdentity collection List properties and relationships of the importedDeviceIdentity objects.
Get importedDeviceIdentity importedDeviceIdentity Read properties and relationships of the importedDeviceIdentity object.
Create importedDeviceIdentity importedDeviceIdentity Create a new importedDeviceIdentity object.
Delete importedDeviceIdentity None Deletes a importedDeviceIdentity.
Update importedDeviceIdentity importedDeviceIdentity Update the properties of a importedDeviceIdentity object.
importDeviceIdentityList action importedDeviceIdentityResult collection
searchExistingIdentities action importedDeviceIdentity collection

Properties

Property Type Description
id String Id of the imported device identity
importedDeviceIdentifier String Imported Device Identifier
importedDeviceIdentityType importedDeviceIdentityType Type of Imported Device Identity. Possible values are: unknown, imei, serialNumber, manufacturerModelSerial.
lastModifiedDateTime DateTimeOffset Last Modified DateTime of the description
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.importedDeviceIdentity",
  "id": "String (identifier)",
  "importedDeviceIdentifier": "String",
  "importedDeviceIdentityType": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "lastContactedDateTime": "String (timestamp)",
  "description": "String",
  "enrollmentState": "String",
  "platform": "String"
}