importedWindowsAutopilotDeviceIdentity 资源类型
命名空间:microsoft.graph
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
导入 Windows AutoPilot 的设备。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | 字符串 | 对象的 GUID |
| groupTag | String | Windows autopilot 设备的组标记。 |
| serialNumber | String | Windows autopilot 设备序列号。 |
| productKey | String | Windows autopilot 设备产品密钥。 |
| importId | String | Windows autopilot 设备的导入 ID。 |
| hardwareIdentifier | Binary | Windows autopilot 设备硬件 Blob。 |
| state | importedWindowsAutopilotDeviceIdentityState | 导入设备的当前状态。 |
| assignedUserPrincipalName | String | 将分配设备的用户的 UPN |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@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"
}
反馈
提交和查看相关反馈