Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.76 KB

File metadata and controls

43 lines (36 loc) · 1.76 KB
title accessReviewInstanceDecisionItemResource resource type
description Represents the resource associated with the decision item.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewInstanceDecisionItemResource resource type

Namespace: microsoft.graph

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 Identifier of the resource
type String Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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