Microsoft Graph · Schema
configurationManagerClientEnabledFeatures
configuration Manager client enabled features
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| compliancePolicy | boolean | Whether compliance policy is managed by Intune |
| deviceConfiguration | boolean | Whether device configuration is managed by Intune |
| 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 |
| windowsUpdateForBusiness | boolean | Whether Windows Update for Business is managed by Intune |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.configurationManagerClientEnabledFeatures",
"title": "configurationManagerClientEnabledFeatures",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"compliancePolicy": {
"type": "boolean",
"description": "Whether compliance policy is managed by Intune"
},
"deviceConfiguration": {
"type": "boolean",
"description": "Whether device configuration is managed by Intune"
},
"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"
},
"windowsUpdateForBusiness": {
"type": "boolean",
"description": "Whether Windows Update for Business is managed by Intune"
},
"@odata.type": {
"type": "string"
}
},
"description": "configuration Manager client enabled features"
}