accessReviewInstanceDecisionItemResource resource type

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. The resource is identified by an accessReviewInstanceDecisionItemResource object.

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, and accessReviewInstanceDecisionItemServicePrincipalResource.

Properties

Property Type Description
displayName String Display name of the resource
id String Resource ID
type String Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemResource",
  "id": "String (identifier)",
  "displayName": "String",
  "type": "String"
}