importedAppleDeviceIdentityResult 资源类型

命名空间:microsoft.graph

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

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

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

继承自 importedAppleDeviceIdentity

方法

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

属性

属性 类型 说明
id String 实体的键。 继承自 importedAppleDeviceIdentity
serialNumber String 设备序列号继承自 importedAppleDeviceIdentity
requestedEnrollmentProfileId String 注册配置文件 ID 管理员打算在下一次注册期间应用到设备 继承自 importedAppleDeviceIdentity
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset 将注册配置文件分配给设备的时间继承自 importedAppleDeviceIdentity
isSupervised 布尔值 指示 Apple 设备是否受监督。 继承自 importedAppleDeviceIdentity
discoverySource discoverySource Apple 设备发现源。 继承自 importedAppleDeviceIdentity。 可取值为:unknownadminImportdeviceEnrollmentProgram
isDeleted 布尔值 指示设备是否从 Apple Business Manager 中删除,继承自 importedAppleDeviceIdentity
createdDateTime DateTimeOffset 设备的创建日期时间继承自 importedAppleDeviceIdentity
lastContactedDateTime DateTimeOffset 设备的上次联系日期时间 继承自 importedAppleDeviceIdentity
说明 String 设备继承自 importedAppleDeviceIdentity 的说明
enrollmentState enrollmentState Intune继承自 importedAppleDeviceIdentity 中的设备状态。 可取值为: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
}