rbacApplicationMultiple resource type

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.

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.

Methods

Method Return Type Description
Create unifiedRoleDefinition unifiedRoleDefinition Create a new unifiedRoleDefinition by posting to the roleDefinitions collection.
List roleDefinitions unifiedRoleDefinition collection Get a unifiedRoleDefinition object collection.
Create unifiedRoleAssignmentMultiple unifiedRoleAssignmentMultiple Create a new unifiedRoleAssignmentMultiple by posting to the roleAssignments collection.
List roleAssignments unifiedRoleAssignmentMultiple collection Get unifiedRoleAssignmentMultiple object collection.

Properties

None

Relationships

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.

JSON representation

None