accessPackageResourceRole 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 resource role is a reference to a role defined in a resource. These are automatically present after a resource is added to an access package catalog. That reference can be used after creating an access package to specify the roles of each of the catalog's resources into which an access package should deliver, by creating an access package resource role scope.

Methods

Method Return Type Description
List accessPackageCatalog resource roles accessPackageResourceRole collection Retrieve a list of accessPackageResourceRole objects for a catalog.

Properties

Property Type Description
description String A description for the resource role.
displayName String The display name of the resource role such as the role defined by the application.
id String Read-only.
originId String The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site.
originSystem String The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup.

Relationships

Relationship Type Description
accessPackageResource accessPackageResource Read-only. Nullable.

JSON representation

The following is a JSON representation of the resource.

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