resourceOperation resource type

Namespace: microsoft.graph

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

Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC).

Methods

Method Return Type Description
List resourceOperations resourceOperation collection List properties and relationships of the resourceOperation objects.
Get resourceOperation resourceOperation Read properties and relationships of the resourceOperation object.
Create resourceOperation resourceOperation Create a new resourceOperation object.
Delete resourceOperation None Deletes a resourceOperation.
Update resourceOperation resourceOperation Update the properties of a resourceOperation object.

Properties

Property Type Description
id String Key of the Resource Operation. Read-only, automatically generated.
resourceName String Name of the Resource this operation is performed on.
actionName String Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.
description String Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.resourceOperation",
  "id": "String (identifier)",
  "resourceName": "String",
  "actionName": "String",
  "description": "String"
}