configurationManagerClientEnabledFeatures-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Im Konfigurations-Manager-Client aktivierte Features
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
inventory | Boolean | Gibt an, ob der Bestand von Intune verwaltet wird |
modernApps | Boolean | Gibt an, ob die moderne Anwendung von Intune verwaltet wird |
resourceAccess | Boolean | Gibt an, ob der Zugriff auf Ressourcen von Intune verwaltet wird |
deviceConfiguration | Boolean | Gibt an, ob die Gerätekonfiguration von Intune verwaltet wird |
compliancePolicy | Boolean | Gibt an, ob Compliance-Richtlinie von Intune verwaltet wird |
windowsUpdateForBusiness | Boolean | Gibt an, ob Windows Update for Business von Intune verwaltet wird |
endpointProtection | Boolesch | Ob Endpoint Protection von Intune verwaltet wird |
officeApps | Boolesch | Ob die Office-Anwendung von Intune verwaltet wird |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.configurationManagerClientEnabledFeatures",
"inventory": true,
"modernApps": true,
"resourceAccess": true,
"deviceConfiguration": true,
"compliancePolicy": true,
"windowsUpdateForBusiness": true,
"endpointProtection": true,
"officeApps": true
}