importedWindowsAutopilotDeviceIdentity 资源类型

命名空间:microsoft.graph

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

导入 Windows AutoPilot 的设备。

方法

方法 返回类型 说明
列表 importedWindowsAutopilotDeviceIdentities importedWindowsAutopilotDeviceIdentity 集合 列表属性和importedWindowsAutopilotDeviceIdentity对象关系。
获取 importedWindowsAutopilotDeviceIdentity importedWindowsAutopilotDeviceIdentity 阅读属性和关系importedWindowsAutopilotDeviceIdentity对象。
Create importedWindowsAutopilotDeviceIdentity importedWindowsAutopilotDeviceIdentity 创建新importedWindowsAutopilotDeviceIdentity对象。
删除 importedWindowsAutopilotDeviceIdentity 删除importedWindowsAutopilotDeviceIdentity
导入操作 importedWindowsAutopilotDeviceIdentity 集合 尚未记录

属性

属性 类型 说明
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"
}