Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: microsoft.graph.customDataProvidedResourcePayloads
Represents context data for access review upload session scenarios associated with an accessPackageResource. This type is used as the data payload when creating a customDataProvidedResourceAccessReviewUploadSession to specify which access review the uploaded data is for.
Inherits from microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase.
Properties
| Property | Type | Description |
|---|---|---|
| reviewDefinitionId | String | The unique identifier of the access review definition that this data is associated with. Inherited from microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase. |
| reviewInstanceId | String | The unique identifier of the access review instance that this data is associated with. Inherited from microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData",
"reviewDefinitionId": "String",
"reviewInstanceId": "String"
}