- Least privileged Microsoft Graph permission to access the action via application:
DeviceManagementServiceConfig.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Intune documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DeviceManagementServiceConfig.ReadWrite.All.| Parameter | Description |
|---|---|
| Imported Device Identities | The list of device identities to import. Example: |
| Overwrite Imported Device Identities | Select to overwrite imported device identities that match the imported device identities in the list. |
{
"value": [
{
"@odata.type": "#microsoft.graph.importedDeviceIdentityResult",
"id": "9dfd3690-3690-9dfd-9036-fd9d9036fd9d",
"importedDeviceIdentifier": "Imported Device Identifier value",
"importedDeviceIdentityType": "imei",
"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
"lastContactedDateTime": "2016-12-31T23:58:44.2908994-08:00",
"description": "Description value",
"enrollmentState": "enrolled",
"platform": "ios",
"status": true
}
]
}
Was this page helpful?