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.
Every decision item in an access review represents a principal's access to a resource. An accessReviewInstanceDecisionItemResource object identifies the resource.
accessReviewInstanceDecisionItemResource is an open type that allows for other properties to be passed in and is the base type for the following resources: accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource, accessReviewInstanceDecisionItemAzureRoleResource, accessReviewInstanceDecisionItemServicePrincipalResource, and 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"
}