Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.customDataProvidedResourcePayloads
Represents context data for the callback sent when batch apply decisions are triggered for an accessPackageResource in an access review. Contains the access review definition and instance identifiers so the callback receiver can correlate the batch apply result back to the specific review that initiated the operation.
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.applyDecisionContextData",
"reviewDefinitionId": "String",
"reviewInstanceId": "String"
}