subjectRightsRequestDetail resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the details of a subject rights request, including number of items found, number of items reviewed, and so on.
Properties
Property | Type | Description |
---|---|---|
excludedItemCount | Int64 | Count of items that are excluded from the request. |
insightCounts | keyValuePair collection | Count of items per insight. |
itemCount | Int64 | Count of items found. |
itemNeedReview | Int64 | Count of item that need review. |
productItemCounts | keyValuePair collection | Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams. |
signedOffItemCount | Int64 | Count of items signed off by the administrator. |
totalItemSize | Int64 | Total item size in bytes. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.subjectRightsRequestDetail",
"itemCount": "Int64",
"totalItemSize": "Int64",
"itemNeedReview": "Int64",
"signedOffItemCount": "Int64",
"excludedItemCount": "Int64",
"productItemCounts": [],
"insightCounts": []
}