Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
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 , visionOS , tvos , unknownFutureValue . |
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"
}