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": []
}