resourceOperation 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.
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. |
getScopesForUser function | String collection |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the Resource Operation. Read-only, automatically generated. |
resource | String | Resource category to which this Operation belongs. This property is read-only. |
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. |
enabledForScopeValidation | Boolean | Determines whether the Permission is validated for Scopes defined per Role Assignment. This property is read-only. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.resourceOperation",
"id": "String (identifier)",
"resource": "String",
"resourceName": "String",
"actionName": "String",
"description": "String",
"enabledForScopeValidation": true
}