| title | unifiedRbacResourceNamespace resource type |
|---|---|
| description | Represents the namespace of the area to which the role permission belongs. |
| author | DougKirschner |
| ms.reviewer | msodsrbac |
| ms.localizationpriority | medium |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| toc.title | Resource namespace |
| ms.date | 06/12/2024 |
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.
| 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. |
| 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). |
| Relationship | Type | Description |
|---|---|---|
| resourceActions | unifiedRbacResourceAction collection | Operations that an authorized principal is allowed to perform. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRbacResourceNamespace",
"id": "String (identifier)",
"name": "String"
}