unifiedRbacResourceNamespace 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.

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 unifiedRbacResourceNamespaces unifiedRbacResourceNamespace collection Get a list of the unifiedRbacResourceNamespace objects and their properties.
Get unifiedRbacResourceNamespace 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"
}