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:
- Administrator role permissions in Microsoft Entra.
- Delegation and roles in Microsoft Entra entitlement management.
- Role-based access control (RBAC) with Microsoft Intune
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.roleManagement"
}