subjectRightsRequestDetail リソースの種類

名前空間: microsoft.graph

見つかったアイテムの数、レビューされたアイテムの数など、サブジェクト権限要求の詳細を表します。

プロパティ

プロパティ 説明
excludedItemCount Int64 要求から除外される項目の数。
insightCounts keyValuePair コレクション 分析情報あたりの項目数。
Itemcount Int64 見つかった項目の数。
itemNeedReview Int64 レビューが必要なアイテムの数。
productItemCounts keyValuePair コレクション Exchange、SharePoint、OneDrive、Teams などの製品ごとのアイテム数。
signedOffItemCount Int64 管理者によってサインオフされたアイテムの数。
totalItemSize Int64 合計項目サイズ (バイト単位)。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.subjectRightsRequestDetail",
      "itemCount": "Int64",
      "totalItemSize": "Int64",
      "itemNeedReview": "Int64",
      "signedOffItemCount": "Int64",
      "excludedItemCount": "Int64",
      "productItemCounts": [],
      "insightCounts": []
}