{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/configurationManagerClientEnabledFeatures", "title": "configurationManagerClientEnabledFeatures", "type": "object", "description": "Configuration Manager client enabled features.", "properties": { "@odata.type": { "type": "string", "default": "microsoft.graph.configurationManagerClientEnabledFeatures" }, "inventory": { "type": "boolean", "description": "Whether inventory is managed by Intune." }, "modernApps": { "type": "boolean", "description": "Whether modern application is managed by Intune." }, "resourceAccess": { "type": "boolean", "description": "Whether resource access is managed by Intune." }, "deviceConfiguration": { "type": "boolean", "description": "Whether device configuration is managed by Intune." }, "compliancePolicy": { "type": "boolean", "description": "Whether compliance policy is managed by Intune." }, "windowsUpdateForBusiness": { "type": "boolean", "description": "Whether Windows Update for Business is managed by Intune." } } }