windowsAutopilotDeviceIdentity resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device.
Methods
Method | Return Type | Description |
---|---|---|
List windowsAutopilotDeviceIdentities | windowsAutopilotDeviceIdentity collection | List properties and relationships of the windowsAutopilotDeviceIdentity objects. |
Get windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | Read properties and relationships of the windowsAutopilotDeviceIdentity object. |
Create windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | Create a new windowsAutopilotDeviceIdentity object. |
Delete windowsAutopilotDeviceIdentity | None | Deletes a windowsAutopilotDeviceIdentity. |
assignUserToDevice action | None | Assigns user to Autopilot devices. |
unassignUserFromDevice action | None | Unassigns the user from an Autopilot device. |
updateDeviceProperties action | None | Updates properties on Autopilot devices. |
Properties
Property | Type | Description |
---|---|---|
id | String | The GUID for the object |
groupTag | String | Group Tag of the Windows autopilot device. |
purchaseOrderIdentifier | String | Purchase Order Identifier of the Windows autopilot device. |
serialNumber | String | Serial number of the Windows autopilot device. |
productKey | String | Product Key of the Windows autopilot device. |
manufacturer | String | Oem manufacturer of the Windows autopilot device. |
model | String | Model name of the Windows autopilot device. |
enrollmentState | enrollmentState | Intune enrollment state of the Windows autopilot device. Possible values are: unknown , enrolled , pendingReset , failed , notContacted . |
lastContactedDateTime | DateTimeOffset | Intune Last Contacted Date Time of the Windows autopilot device. |
addressableUserName | String | Addressable user name. |
userPrincipalName | String | User Principal Name. |
resourceName | String | Resource Name. |
skuNumber | String | SKU Number |
systemFamily | String | System Family |
azureActiveDirectoryDeviceId | String | AAD Device ID - to be deprecated |
managedDeviceId | String | Managed Device ID |
displayName | String | Display Name |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"groupTag": "String",
"purchaseOrderIdentifier": "String",
"serialNumber": "String",
"productKey": "String",
"manufacturer": "String",
"model": "String",
"enrollmentState": "String",
"lastContactedDateTime": "String (timestamp)",
"addressableUserName": "String",
"userPrincipalName": "String",
"resourceName": "String",
"skuNumber": "String",
"systemFamily": "String",
"azureActiveDirectoryDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String"
}