configurationManagerClientEnabledFeatures リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

構成マネージャーのクライアントに対応した機能

プロパティ

プロパティ 説明
inventory Boolean 在庫が Intune によって管理されているかどうか
modernApps Boolean モダン アプリケーションが Intune によって管理されているかどうか
resourceAccess Boolean リソース アクセスが Intune によって管理されているかどうか
deviceConfiguration Boolean デバイス構成が Intune によって管理されているかどうか
compliancePolicy Boolean コンプライアンス ポリシーが Intune によって管理されているかどうか
windowsUpdateForBusiness Boolean Windows Update for Business が Intune によって管理されているかどうか
endpointProtection Boolean Intune Endpoint Protection管理されるかどうか
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
}