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.
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.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | This value indicates the resource is a singleton. Read-only. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
accessPackageAssignmentApprovals | approval collection | Approval stages for decisions associated with access package assignment requests. |
accessPackages | accessPackage collection | Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources. |
assignmentPolicies | accessPackageAssignmentPolicy collection | Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment. |
assignmentRequests | accessPackageAssignmentRequest collection | Access package assignment requests created by or on behalf of a subject. |
assignments | accessPackageAssignment collection | The assignment of an access package to a subject for a period of time. |
catalogs | accessPackageCatalog collection | A container for access packages. |
connectedOrganizations | connectedOrganization collection | References to a directory or domain of another organization whose users can request access. |
resourceEnvironments | accessPackageResourceEnvironment collection | A reference to the geolocation environments in which a resource is located. |
resourceRequests | accessPackageResourceRequest collection | Represents a request to add or remove a resource to or from a catalog respectively. |
resources | accessPackageResource collection | The resources associated with the catalogs. |
settings | entitlementManagementSettings | The settings that control the behavior of Microsoft Entra entitlement management. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entitlementManagement",
"id": "String (identifier)"
}