Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.27 KB

File metadata and controls

50 lines (41 loc) · 2.27 KB
title accessReviewInstanceDecisionItemResource resource type
description Every decision item in an access review represents a principal's access to a resource. accessReviewInstanceDecisionItemResource 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

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

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"
}