importedAppleDeviceIdentity 资源类型

命名空间:microsoft.graph

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

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

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

方法

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

属性

属性 类型 说明
id String 实体的键。
serialNumber String 设备序列号
requestedEnrollmentProfileId String 注册配置文件 ID 管理员打算在下一次注册期间应用于设备
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset 向设备分配注册配置文件的时间
isSupervised 布尔值 指示 Apple 设备是否受监督。
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"
}