roleManagement resource type

Namespace: microsoft.graph

Represents a Microsoft 365 role-based access control (RBAC) role management entity. This resource provides access to role definitions and role assignments surfaced from RBAC providers. directory (Microsoft Entra ID), entitlementManagement, and deviceManagement (Intune) providers are currently supported.

For more information, see:

Methods

None.

Properties

None.

Relationships

Relationship Type Description
directory rbacApplication Read-only. Nullable.
entitlementManagement rbacApplication Container for roles and assignments for entitlement management resources.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.roleManagement"
}