| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer] [!INCLUDE accessreviews-disclaimer-v2]
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.
| Property | Type | Description |
|---|---|---|
| accessPackageDisplayName | String | Display name of the access package to which access is granted. |
| accessPackageId | String | Identifier of the access package to which access is 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. This value is always AccessPackageAssignmentPolicy. Inherited from accessReviewInstanceDecisionItemResource. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource",
"id": "String (identifier)",
"displayName": "String",
"type": "String",
"accessPackageId": "String",
"accessPackageDisplayName": "String"
}