Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.09 KB

unifiedrbacresourcenamespace.md

File metadata and controls

52 lines (44 loc) · 2.09 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type toc.title
unifiedRbacResourceNamespace resource type
Represents the namespace of the area to which the role permission belongs.
DougKirschner
msodsrbac
medium
entra-directory-management
resourcePageType
Resource namespace

unifiedRbacResourceNamespace resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the namespace of the area or service such as Microsoft Entra ID, Intune, and Exchange that defines role permissions.

Methods

Method Return type Description
List unifiedRbacResourceNamespace collection Get a list of the unifiedRbacResourceNamespace objects and their properties.
Get unifiedRbacResourceNamespace Read the properties and relationships of an unifiedRbacResourceNamespace object.

Properties

Property Type Description
id String Unique identifier of the resource namespace that defines permissions, such as microsoft.aad.b2c. Required.
name String Name of the resource namespace. Typically, the same name as the id property, such as microsoft.aad.b2c. Required. Supports $filter (eq, startsWith).

Relationships

Relationship Type Description
resourceActions unifiedRbacResourceAction collection Operations that an authorized principal is allowed to perform.

JSON representation

The following JSON representation shows the resource type.

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