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
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Note
This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.
In an accessReviewInstanceDecisionItem, the resource property identifies the resource associated with the decision item.
An accessReviewInstanceDecisionItemResource object is an open type that allows other properties to be passed in and is the base type for the following resources:
- accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource
- accessReviewInstanceDecisionItemAzureRoleResource
- accessReviewInstanceDecisionItemServicePrincipalResource
- accessReviewInstanceDecisionItemCustomDataProvidedResource
Properties
| Property | Type | Description |
|---|---|---|
| description | String | Description of the resource |
| displayName | String | Display name of the resource |
| id | String | Resource ID |
| type | String | Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy, and CustomDataProvidedResource. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemResource",
"id": "String (identifier)",
"displayName": "String",
"type": "String",
"description": "String"
}