| title | rbacApplicationMultiple resource type |
|---|---|
| description | Role management navigation property |
| ms.localizationpriority | medium |
| author | DougKirschner |
| ms.reviewer | msodsrbac |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Role management container for unified role definitions and role assignments for Microsoft 365 RBAC providers that support multiple principals and multiple scopes in a single role assignment. This is different from the rbacApplication resource type.
Cloud PC and Microsoft Intune are examples of such RBAC providers. A role assignment in these providers can have an array of principals and an array of scope groups.
For role definitions, the cloud PC provider currently supports the list operation but not the create.
Inherits from entity.
| Method | Return Type | Description |
|---|---|---|
| Create role definition | unifiedRoleDefinition | Create a new unifiedRoleDefinition by posting to the roleDefinitions collection. |
| List role definitions | unifiedRoleDefinition collection | Get a unifiedRoleDefinition object collection. |
| Create | unifiedRoleAssignmentMultiple | Create a new unifiedRoleAssignmentMultiple by posting to the roleAssignments collection. |
| List | unifiedRoleAssignmentMultiple collection | Get unifiedRoleAssignmentMultiple object collection. |
None
| Relationship | Type | Description |
|---|---|---|
| resourceNamespaces | unifiedRbacResourceNamespace collection | Resource that represents a collection of related actions. |
| roleAssignments | unifiedRoleAssignmentMultiple collection | Resource to grant access to users or groups. |
| roleDefinitions | unifiedRoleDefinition collection | Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. |
None