Microsoft Intune · Schema

configurationManagerClientEnabledFeatures

Configuration Manager client enabled features.

App ProtectionAzureComplianceDevice ConfigurationEndpoint ManagementEnrollmentMAMMDMMicrosoft GraphMobile Application ManagementMobile Device ManagementSecurity

Properties

Name Type Description
@odata.type string
inventory boolean Whether inventory is managed by Intune.
modernApps boolean Whether modern application is managed by Intune.
resourceAccess boolean Whether resource access is managed by Intune.
deviceConfiguration boolean Whether device configuration is managed by Intune.
compliancePolicy boolean Whether compliance policy is managed by Intune.
windowsUpdateForBusiness boolean Whether Windows Update for Business is managed by Intune.
View JSON Schema on GitHub

JSON Schema

microsoft-intune-configurationmanagerclientenabledfeatures-schema.json Raw ↑
{
  "$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."
    }
  }
}