importedWindowsAutopilotDeviceIdentity 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.
Imported windows autopilot devices.
Methods
Method | Return Type | Description |
---|---|---|
List importedWindowsAutopilotDeviceIdentities | importedWindowsAutopilotDeviceIdentity collection | List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects. |
Get importedWindowsAutopilotDeviceIdentity | importedWindowsAutopilotDeviceIdentity | Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object. |
Create importedWindowsAutopilotDeviceIdentity | importedWindowsAutopilotDeviceIdentity | Create a new importedWindowsAutopilotDeviceIdentity object. |
Delete importedWindowsAutopilotDeviceIdentity | None | Deletes a importedWindowsAutopilotDeviceIdentity. |
import action | importedWindowsAutopilotDeviceIdentity collection |
Properties
Property | Type | Description |
---|---|---|
id | String | The GUID for the object |
groupTag | String | Group Tag of the Windows autopilot device. |
serialNumber | String | Serial number of the Windows autopilot device. |
productKey | String | Product Key of the Windows autopilot device. |
importId | String | The Import Id of the Windows autopilot device. |
hardwareIdentifier | Binary | Hardware Blob of the Windows autopilot device. |
state | importedWindowsAutopilotDeviceIdentityState | Current state of the imported device. |
assignedUserPrincipalName | String | UPN of the user the device will be assigned |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.importedWindowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"groupTag": "String",
"serialNumber": "String",
"productKey": "String",
"importId": "String",
"hardwareIdentifier": "binary",
"state": {
"@odata.type": "microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
"deviceImportStatus": "String",
"deviceRegistrationId": "String",
"deviceErrorCode": 1024,
"deviceErrorName": "String"
},
"assignedUserPrincipalName": "String"
}