windowsAutopilotDeviceIdentity 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
windowsAutopilotDeviceIdentity 资源表示 Windows Autopilot 设备。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出 windowsAutopilotDeviceIdentities | windowsAutopilotDeviceIdentity 集合 | 列出 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
获取 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 读取 windowsAutopilotDeviceIdentity 对象的属性和关系。 |
创建 windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity | 创建新的 windowsAutopilotDeviceIdentity 对象。 |
删除 windowsAutopilotDeviceIdentity | None | 删除 windowsAutopilotDeviceIdentity。 |
assignUserToDevice 操作 | None | 将用户分配到 Autopilot 设备。 |
unassignUserFromDevice 操作 | None | 从 Autopilot 设备取消分配用户。 |
allowNextEnrollment 操作 | None | 取消阻止下一个 autopilot 注册。 |
updateDeviceProperties 操作 | None | 汇报 Autopilot 设备上的属性。 |
assignResourceAccountToDevice 操作 | None | 将资源帐户分配给 Autopilot 设备。 |
unassignResourceAccountFromDevice 操作 | None | 从 Autopilot 设备取消分配资源帐户。 |
deleteDevices 操作 | deletedWindowsAutopilotDeviceState 集合 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 对象的 GUID |
deploymentProfileAssignmentStatus | windowsAutopilotProfileAssignmentStatus | Windows autopilot 设备的配置文件分配状态。 可取值为:unknown 、assignedInSync 、assignedOutOfSync 、assignedUnkownSyncState 、notAssigned 、pending 或 failed 。 |
deploymentProfileAssignmentDetailedStatus | windowsAutopilotProfileAssignmentDetailedStatus | Windows autopilot 设备的配置文件分配详细状态。 可取值为:none 、hardwareRequirementsNotMet 、surfaceHubProfileNotSupported 、holoLensProfileNotSupported 、windowsPcProfileNotSupported 、surfaceHub2SProfileNotSupported 或 unknownFutureValue 。 |
deploymentProfileAssignedDateTime | DateTimeOffset | 分析 Windows autopilot 设备的设置时间。 |
groupTag | String | Windows autopilot 设备的组标记。 |
purchaseOrderIdentifier | String | Windows autopilot 设备的采购订单标识符。 |
serialNumber | String | Windows autopilot 设备序列号。 |
productKey | String | Windows autopilot 设备产品密钥。 |
manufacturer | String | Windows autopilot 设备的 Oem 制造商。 |
model | String | Windows autopilot 设备的型号名称。 |
enrollmentState | enrollmentState | Intune Windows autopilot 设备的注册状态。 可取值为:unknown 、enrolled 、pendingReset 、failed 、notContacted 、blocked 。 |
lastContactedDateTime | DateTimeOffset | Intune Windows autopilot 设备的上次联系日期时间。 |
addressableUserName | String | 可寻址用户名。 |
userPrincipalName | String | 用户主体名称。 |
resourceName | String | 资源名称。 |
skuNumber | String | SKU 编号 |
systemFamily | String | 系统系列 |
azureActiveDirectoryDeviceId | String | AAD 设备 ID - 要弃用 |
azureAdDeviceId | String | AAD 设备 ID |
managedDeviceId | String | 托管设备 ID |
displayName | String | 显示名称 |
deviceAccountUpn | String | Surface Hub 设备帐户 Upn |
deviceAccountPassword | String | Surface Hub 设备帐户密码 |
deviceFriendlyName | String | Surface Hub 设备友好名称 |
remediationState | windowsAutopilotDeviceRemediationState | 设备修正状态。 可取值为:unknown 、noRemediationRequired 、automaticRemediationRequired 、manualRemediationRequired 、unknownFutureValue 。 |
remediationStateLastModifiedDateTime | DateTimeOffset | RemediationState Autopilot 设备的设置时间。 |
userlessEnrollmentStatus | windowsAutopilotUserlessEnrollmentStatus | 无用户注册的注册状态。 可能的值是:unknown 、allowed 、blocked 、unknownFutureValue 。 |
Relationships
关系 | 类型 | 说明 |
---|---|---|
deploymentProfile | windowsAutopilotDeploymentProfile | 当前分配给 Windows autopilot 设备的部署配置文件。 |
intendedDeploymentProfile | windowsAutopilotDeploymentProfile | 要分配给 Windows autopilot 设备的部署配置文件。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"deploymentProfileAssignmentStatus": "String",
"deploymentProfileAssignmentDetailedStatus": "String",
"deploymentProfileAssignedDateTime": "String (timestamp)",
"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",
"azureAdDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String",
"deviceAccountUpn": "String",
"deviceAccountPassword": "String",
"deviceFriendlyName": "String",
"remediationState": "String",
"remediationStateLastModifiedDateTime": "String (timestamp)",
"userlessEnrollmentStatus": "String"
}