importedAppleDeviceIdentityResult 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。

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

importAppleDeviceIdentityResult 资源表示尝试导入 Apple 设备标识的结果。

继承自 importedAppleDeviceIdentity

方法

方法 返回类型 说明
列出 importedAppleDeviceIdentityResults importedAppleDeviceIdentityResult 集合 列出 导入的AppleDeviceIdentityResult 对象的属性和关系。
获取 importedAppleDeviceIdentityResult importedAppleDeviceIdentityResult 读取 导入的AppleDeviceIdentityResult 对象的属性和关系。
创建 importedAppleDeviceIdentityResult importedAppleDeviceIdentityResult 创建新的 importedAppleDeviceIdentityResult 对象。
删除 importedAppleDeviceIdentityResult None 删除 导入的AppleDeviceIdentityResult
更新 importedAppleDeviceIdentityResult importedAppleDeviceIdentityResult 更新 导入的AppleDeviceIdentityResult 对象的属性。

属性

属性 类型 说明
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。 可取值为:unknownadminImportdeviceEnrollmentProgram
isDeleted 布尔 指示是否从从导入的AppleDeviceIdentity 继承的 Apple Business Manager 中删除设备
createdDateTime DateTimeOffset 导入的AppleDeviceIdentity 继承的设备的创建日期时间
lastContactedDateTime DateTimeOffset importedAppleDeviceIdentity 继承的设备的最后联系日期时间
说明 字符串 从导入的AppleDeviceIdentity 继承的设备的说明
enrollmentState enrollmentState Intune从导入的AppleDeviceIdentity 继承的设备状态。 可取值为:unknownenrolledpendingResetfailednotContactedblocked
平台 平台 设备的平台。 继承自 importedAppleDeviceIdentity。 可取值为:unknowniosandroidwindowswindowsMobilemacOS
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
}