Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.26 KB

File metadata and controls

53 lines (42 loc) · 2.26 KB
title accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource resource type
description Represents an access package assignment policy for which access is represented through an accessReviewInstanceDecisionItem object.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource resource type

Namespace: microsoft.graph

Represents an access package assignment policy for which access is represented through an accessReviewInstanceDecisionItem object. accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource is an open type that allows other properties to be passed in.

Inherits from accessReviewInstanceDecisionItemResource.

Properties

Property Type Description
accessPackageDisplayName String Display name of the access package to which access has been granted.
accessPackageId String Identifier of the access package to which access has been granted.
displayName String Display name of the access package. Inherited from accessReviewInstanceDecisionItemResource.
id String Identifier of the decision item resource. Inherited from accessReviewInstanceDecisionItemResource.
type String Type of resource. Type will always be AccessPackageAssignmentPolicy. Inherited from accessReviewInstanceDecisionItemResource.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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