importedAppleDeviceIdentityResult 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
importAppleDeviceIdentityResult 资源表示尝试导入 Apple 设备标识的结果。
继承自 importedAppleDeviceIdentity
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的键。 继承自 importedAppleDeviceIdentity |
| serialNumber | String | 从导入的AppleDeviceIdentity 继承的设备序列号 |
| requestedEnrollmentProfileId | String | 注册配置文件 ID 管理员打算在下次注册期间应用到设备继承自 导入的AppleDeviceIdentity |
| requestedEnrollmentProfileAssignmentDateTime | DateTimeOffset | 将注册配置文件分配给从导入的AppleDeviceIdentity 继承的设备的时间 |
| isSupervised | Boolean | 指示 Apple 设备是否受监督。 详细信息如下: https://support.apple.com/en-us/HT202837 继承自 导入的AppleDeviceIdentity |
| discoverySource | discoverySource | Apple 设备发现源。 继承自 importedAppleDeviceIdentity。 可取值为:unknown、adminImport、deviceEnrollmentProgram。 |
| isDeleted | 布尔 | 指示是否从从导入的AppleDeviceIdentity 继承的 Apple Business Manager 中删除设备 |
| createdDateTime | DateTimeOffset | 从导入的AppleDeviceIdentity 继承的设备的创建日期时间 |
| lastContactedDateTime | DateTimeOffset | 从 importedAppleDeviceIdentity 继承的设备的最后联系日期时间 |
| 说明 | 字符串 | 从导入的AppleDeviceIdentity 继承的设备的说明 |
| enrollmentState | enrollmentState | Intune从导入的AppleDeviceIdentity 继承的设备状态。 可取值为:unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| 平台 | 平台 | 设备的平台。 继承自 importedAppleDeviceIdentity。 可取值为:unknown、ios、android、windows、windowsMobile、macOS。 |
| status | 布尔 | 导入设备标识的状态 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.importedAppleDeviceIdentityResult",
"id": "String (identifier)",
"serialNumber": "String",
"requestedEnrollmentProfileId": "String",
"requestedEnrollmentProfileAssignmentDateTime": "String (timestamp)",
"isSupervised": true,
"discoverySource": "String",
"isDeleted": true,
"createdDateTime": "String (timestamp)",
"lastContactedDateTime": "String (timestamp)",
"description": "String",
"enrollmentState": "String",
"platform": "String",
"status": true
}
反馈
提交和查看相关反馈