Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.24 KB

File metadata and controls

43 lines (34 loc) · 1.24 KB
title accessReviewResourceDataUploadSessionContextData resource type.
description Metadata related to the access review instance for which the customDataProvidedResourceUploadSession is created.
author pratima-cloudknox
ms.date 10/09/2025
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType

accessReviewResourceDataUploadSessionContextData resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Metadata related to the access review instance for which the customDataProvidedResourceUploadSession was created.

Properties

Property Type Description
accessReviewId String The access review definition id.
accessReviewInstanceId String The access review instance id.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewResourceDataUploadSessionContextData",
  "accessReviewId": "String",
  "accessReviewInstanceId": "String"
}