roleManagement resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Methods

Method Return Type Description
Get roleManagement roleManagement Read properties and relationships of the roleManagement object.
Update roleManagement roleManagement Update the properties of a roleManagement object.

Properties

Property Type Description
id String

Relationships

Relationship Type Description
deviceManagement rbacApplicationMultiple The RbacApplication for Device Management

JSON Representation

Here is a JSON representation of the resource.

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