accessPackageAssignmentResourceRole resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

Methods

Method Return Type Description
Get accessPackageAssignmentResourceRole accessPackageAssignmentResourceRole Retrieve an accessPackageAssignmentResourceRole object.
List accessPackageAssignmentResourceRoles accessPackageAssignmentResourceRole collection Retrieve a list of accessPackageAssignmentResourceRole objects.

Properties

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.

Relationships

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.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "originId": "String",
  "originSystem": "String",
  "status": "String"
}