deviceConfigurationUserOverview リソースの種類

名前空間: microsoft.graph

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

まだ文書化されていません

メソッド

メソッド 戻り値の型 説明
Get deviceConfigurationUserOverview deviceConfigurationUserOverview deviceConfigurationUserOverview オブジェクトのプロパティとリレーションシップを読み取ります。
Update deviceConfigurationUserOverview deviceConfigurationUserOverview deviceConfigurationUserOverview オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
pendingCount Int32 保留中のユーザーの数
notApplicableCount Int32 該当しないユーザーの数
successCount Int32 成功したユーザーの数
errorCount Int32 エラー ユーザーの数
failedCount Int32 失敗したユーザーの数
lastUpdateDateTime DateTimeOffset 最終更新時刻
configurationVersion Int32 対象の概要に関するポリシーのバージョン

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.deviceConfigurationUserOverview",
  "id": "String (identifier)",
  "pendingCount": 1024,
  "notApplicableCount": 1024,
  "successCount": 1024,
  "errorCount": 1024,
  "failedCount": 1024,
  "lastUpdateDateTime": "String (timestamp)",
  "configurationVersion": 1024
}