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
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.
The entitlement management singleton is the container for entitlement management resources, including accessPackageCatalog, connectedOrganization, and entitlementManagementSettings. For a full list of resources see entitlement management overview.
Inherits from entity.
Properties
None.
Relationships
| Relationship | Type | Description |
|---|---|---|
| accessPackageAssignmentPolicies | accessPackageAssignmentPolicy collection | Represents the policy that governs which subjects can request or be assigned an access package via an access package assignment. |
| accessPackageAssignmentRequests | accessPackageAssignmentRequest collection | Represents access package assignment requests created by or on behalf of a user. DO NOT USE. TO BE RETIRED SOON. Use the assignmentRequests relationship instead. |
| accessPackageAssignmentResourceRoles | accessPackageAssignmentResourceRole collection | Represents the resource-specific role which a subject has been assigned through an access package assignment. |
| accessPackageAssignments | accessPackageAssignment collection | The assignment of an access package to a subject for a period of time. |
| accessPackageCatalogs | accessPackageCatalog collection | A container of access packages. |
| accessPackageResourceEnvironments | accessPackageResourceEnvironment collection | A reference to the geolocation environment in which a resource is located. |
| accessPackageResourceRequests | accessPackageResourceRequest collection | Represents a request to add or remove a resource to or from a catalog respectively. |
| accessPackageResourceRoleScopes | accessPackageResourceRoleScope collection | A reference to both a scope within a resource, and a role in that resource for that scope. |
| accessPackageResources | accessPackageResource collection | A reference to a resource associated with an access package catalog. |
| accessPackages | accessPackage collection | Represents access package objects. |
| assignmentRequests | accessPackageAssignmentRequest collection | Represents access package assignment requests created by or on behalf of a user. |
| connectedOrganizations | connectedOrganization collection | Represents references to a directory or domain of another organization whose users can request access. |
| controlConfigurations | controlConfiguration collection | Represents the policies that control lifecycle and access to access packages across the organization. |
| settings | entitlementManagementSettings | Represents the settings that control the behavior of Microsoft Entra entitlement management. |
| subjects | accessPackageSubject | Represents the subjects within entitlement management. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entitlementManagement",
"id": "String (identifier)"
}