importedAppleDeviceIdentity 资源类型

命名空间:microsoft.graph

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

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

importedAppleDeviceIdentity 资源表示 Apple 设备的导入设备标识。

方法

方法 返回类型 说明
列出 importedAppleDeviceIdentities importedAppleDeviceIdentity 集合 列出 导入的AppleDeviceIdentity 对象的属性和关系。
获取 importedAppleDeviceIdentity importedAppleDeviceIdentity 读取 导入的AppleDeviceIdentity 对象的属性和关系。
创建 importedAppleDeviceIdentity importedAppleDeviceIdentity 创建新的 importedAppleDeviceIdentity 对象。
删除 importedAppleDeviceIdentity None 删除 导入的AppleDeviceIdentity
更新 importedAppleDeviceIdentity importedAppleDeviceIdentity 更新 导入的AppleDeviceIdentity 对象的 属性。
importAppleDeviceIdentityList 操作 importedAppleDeviceIdentityResult 集合 尚未记录

属性

属性 类型 说明
id String 实体的键。
serialNumber String 设备序列号
requestedEnrollmentProfileId 字符串 注册配置文件 ID 管理员打算在下次注册期间应用到设备
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset 分配给设备的时间注册配置文件
isSupervised Boolean 指示 Apple 设备是否受监督。 详细信息如下: https://support.apple.com/en-us/HT202837|
discoverySource discoverySource Apple 设备发现源。 可取值为:unknownadminImportdeviceEnrollmentProgram
isDeleted 布尔 指示设备是否已从 Apple Business Manager 中删除
createdDateTime DateTimeOffset 已创建设备的日期时间
lastContactedDateTime DateTimeOffset 设备的上次联系日期时间
说明 String 设备的说明
enrollmentState enrollmentState Intune中的设备状态。 可取值为:unknownenrolledpendingResetfailednotContactedblocked
平台 平台 设备的平台。 可取值为:unknowniosandroidwindowswindowsMobilemacOS

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.importedAppleDeviceIdentity",
  "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"
}