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 Azure AD, 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 are allowed to perform. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.unifiedRbacResourceNamespace",
"id": "String (identifier)",
"name": "String"
}
Feedback
Submit and view feedback for