Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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)"
}