| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Metadata related to the access review instance for which the customDataProvidedResourceUploadSession was created.
| Property | Type | Description |
|---|---|---|
| accessReviewId | String | The access review definition id. |
| accessReviewInstanceId | String | The access review instance id. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewResourceDataUploadSessionContextData",
"accessReviewId": "String",
"accessReviewInstanceId": "String"
}