configurationManagerClientEnabledFeatures リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph 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 ブール型 Endpoint Protection がIntuneによって管理されるかどうか
officeApps ブール型 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
}