| title | accessPackageAssignmentResourceRole resource type |
|---|---|
| description | Indicates the resource-specific role that a subject is assigned through an access package assignment. |
| ms.localizationpriority | medium |
| author | markwahl-msft |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
In Microsoft Entra entitlement management, an access package assignment resource role indicates the resource-specific role that a subject is assigned through an access package assignment.
| Method | Return Type | Description |
|---|---|---|
| Get | accessPackageAssignmentResourceRole | Retrieve an accessPackageAssignmentResourceRole object. |
| List | accessPackageAssignmentResourceRole collection | Retrieve a list of accessPackageAssignmentResourceRole objects. |
| Property | Type | Description |
|---|---|---|
| id | String | Read-only. |
| originId | String | A unique identifier relative to the origin system, corresponding to the originId property of the accessPackageResourceRole. |
| originSystem | String | The system where the role assignment is to be created or has been created for an access package assignment, such as SharePointOnline, AadGroup, or AadApplication, corresponding to the originSystem property of the accessPackageResourceRole. |
| status | String | The value is PendingFulfillment before the access package assignment is delivered to the origin system, and Fulfilled after the access package assignment is delivered to the origin system. |
| Relationship | Type | Description |
|---|---|---|
| accessPackageAssignments | accessPackageAssignment collection | The access package assignments resulting in this role assignment. Read-only. Nullable. |
| accessPackageResourceRole | accessPackageResourceRole | Read-only. Nullable. |
| accessPackageResourceScope | accessPackageResourceScope | Read-only. Nullable. |
| accessPackageSubject | accessPackageSubject | Read-only. Nullable. Supports $filter (eq) on objectId and $expand query parameters. |
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"originId": "String",
"originSystem": "String",
"status": "String"
}