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 the abstract base for access review context data associated with an accessPackageResource. Contains the access review definition and instance identifiers that link the uploaded data to a specific review. This is an abstract type from which the following types are derived.
Inherits from microsoft.graph.customDataProvidedResourcePayloads.data.
Properties
| Property | Type | Description |
|---|---|---|
| reviewDefinitionId | String | The unique identifier of the access review definition that this data is associated with. |
| reviewInstanceId | String | The unique identifier of the access review instance that this data is associated with. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase",
"reviewDefinitionId": "String",
"reviewInstanceId": "String"
}