configurationManagerClientEnabledFeatures 资源类型

命名空间:microsoft.graph

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

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

Configuration Manager 客户端已启用的功能

属性

属性 类型 说明
inventory Boolean 目录是否由 Intune 管理
modernApps Boolean 现代应用程序是否由 Intune 管理
resourceAccess Boolean 资源访问权限是否由 Intune 管理
deviceConfiguration Boolean 设备配置是否由 Intune 管理
compliancePolicy Boolean 符合性策略是否由 Intune 管理
windowsUpdateForBusiness Boolean 适用于企业的 Windows 更新是否由 Intune 管理
endpointProtection Boolean 是否Endpoint Protection Intune 管理
officeApps Boolean 应用程序Office Intune 管理

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.configurationManagerClientEnabledFeatures",
  "inventory": true,
  "modernApps": true,
  "resourceAccess": true,
  "deviceConfiguration": true,
  "compliancePolicy": true,
  "windowsUpdateForBusiness": true,
  "endpointProtection": true,
  "officeApps": true
}