Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.74 KB

accessreviewinstancedecisionitemresource.md

File metadata and controls

42 lines (35 loc) · 1.74 KB
title description author ms.localizationpriority ms.subservice doc_type
accessReviewInstanceDecisionItemResource resource type
Represents the resource associated with the decision item.
jyothig123
medium
entra-id-governance
resourcePageType

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