Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 3.25 KB

accesspackageassignmentresourcerole.md

File metadata and controls

74 lines (57 loc) · 3.25 KB
title description ms.localizationpriority author ms.subservice doc_type
accessPackageAssignmentResourceRole resource type
Indicates the resource-specific role that a subject is assigned through an access package assignment.
medium
markwahl-msft
entra-id-governance
resourcePageType

accessPackageAssignmentResourceRole resource type

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.

Methods

Method Return Type Description
Get accessPackageAssignmentResourceRole Retrieve an accessPackageAssignmentResourceRole object.
List 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"
}