importedDeviceIdentityResult 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 importedDeviceIdentityResult resource represents the result of attempting to import a device identity.

Inherits from importedDeviceIdentity

Methods

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

Properties

Property Type Description
id String Id of the imported device identity Inherited from importedDeviceIdentity
importedDeviceIdentifier String Imported Device Identifier Inherited from importedDeviceIdentity
importedDeviceIdentityType importedDeviceIdentityType Type of Imported Device Identity Inherited from importedDeviceIdentity. Possible values are: unknown, imei, serialNumber, manufacturerModelSerial.
lastModifiedDateTime DateTimeOffset Last Modified DateTime of the description Inherited from importedDeviceIdentity
createdDateTime DateTimeOffset Created Date Time of the device Inherited from importedDeviceIdentity
lastContactedDateTime DateTimeOffset Last Contacted Date Time of the device Inherited from importedDeviceIdentity
description String The description of the device Inherited from importedDeviceIdentity
enrollmentState enrollmentState The state of the device in Intune Inherited from importedDeviceIdentity. Possible values are: unknown, enrolled, pendingReset, failed, notContacted, blocked.
platform platform The platform of the Device. Inherited from importedDeviceIdentity. 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.importedDeviceIdentityResult",
  "id": "String (identifier)",
  "importedDeviceIdentifier": "String",
  "importedDeviceIdentityType": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "lastContactedDateTime": "String (timestamp)",
  "description": "String",
  "enrollmentState": "String",
  "platform": "String",
  "status": true
}