Edit

availableAccessPackage resource type

Namespace: microsoft.graph

In Microsoft Entra Entitlement Management, an available access package represents basic access package information (id, displayName, description) that is exposed to end users for suggestions and resource discovery purposes.

This resource provides a simplified view of access packages that can be used in scenarios where end users need to browse available packages without requiring full access package details.

Methods

Method Return Type Description
List resourceRoleScopes accessPackageResourceRoleScope collection Retrieve the resource role scopes for an available access package.

Properties

Property Type Description
description String The description of the access package.
displayName String The display name of the access package.
id String Identifier of the access package. Read-only.

Relationships

Relationship Type Description
resourceRoleScopes accessPackageResourceRoleScope collection The resource role scopes associated with this available access package.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.availableAccessPackage",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String"
}