Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
In Microsoft Entra entitlement management, an access package resource scope is a reference to a scope within a resource, for those resources that have multiple scopes.
You can determine the access package resource scope, for a resource that has roles already added to an access package, by using list accessPackageResourceRoleScopes to return a collection of accessPackageResourceRoleScope objects.
If the resource is in an access package catalog but hasn't yet had its roles added to an access package, you can determine the access package resource scope by using list accessPackageResources and including $expand=scopes in the query.
Properties
| Property | Type | Description |
|---|---|---|
| description | String | The description of the scope. |
| displayName | String | The display name of the scope. |
| id | String | Read-only. |
| isRootScope | Boolean | True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. |
| originId | String | The unique identifier of the resource in the origin system. If a Microsoft Entra group, originId is the identifier of the group. Supports $filter (eq). |
| originSystem | String | The type of the resource in the origin system, such as SharePointOnline, AadApplication, AadGroup, AzureResources, or CustomDataProvidedResource. Supports $filter (eq). |
Relationships
| Relationship | Type | Description |
|---|---|---|
| resource | accessPackageResource | Read-only. Nullable. |
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isRootScope": true,
"originId": "String",
"originSystem": "String"
}