deviceManagement 资源类型
命名空间:microsoft.graph
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
充当所有设备管理功能的容器的单例实体。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取 deviceManagement | deviceManagement | 读取 deviceManagement 对象的属性和关系。 |
| 更新 deviceManagement | deviceManagement | 更新 deviceManagement 对象的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 设备唯一标识符 |
| subscriptionState | deviceManagementSubscriptionState | 租户移动设备管理订阅状态。 可取值为:pending、active、warning、disabled、deleted、blocked、lockedOut。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| applePushNotificationCertificate | applePushNotificationCertificate | Apple 推送通知证书。 |
| managedDeviceOverview | managedDeviceOverview | 设备概述 |
| detectedApps | detectedApp 集合 | 检测到与设备关联的应用的列表。 |
| managedDevices | managedDevice 集合 | 托管设备列表。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceManagement",
"id": "String (identifier)",
"subscriptionState": "String"
}
反馈
提交和查看相关反馈