Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.18 KB

File metadata and controls

53 lines (41 loc) · 2.18 KB
title unifiedRbacApplicationMultiple resource type
description Represents a role management container for unified role definitions, role assignments and scopes for Microsoft 365 RBAC providers.
author adsela
ms.date 05/15/2025
ms.localizationpriority medium
ms.subservice entra-directory-management
doc_type resourcePageType

unifiedRbacApplicationMultiple resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a role management container for unified role definitions and role assignments for role-based access control (RBAC) providers in the Microsoft cloud. Currently, only the Microsoft Defender XDR Unified RBAC provider consumes this resource.

Inherits from rbacApplicationMultiple.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
customAppScopes customAppScope collection Represents the resources that the principal has been granted access.
resourceNamespaces unifiedRbacResourceNamespace collection Represents a service group and the collection of allowed actions. Inherits from rbacApplicationMultiple
roleAssignments unifiedRoleAssignmentMultiple collection Resource to grant access to users or groups. Inherits from rbacApplicationMultiple
roleDefinitions unifiedRoleDefinition collection The roles allowed by RBAC providers and the permissions assigned to the roles. Inherits from rbacApplicationMultiple

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.unifiedRbacApplicationMultiple",
  "id": "String (identifier)"
}