| title | unifiedRbacResourceAction resource type |
|---|---|
| description | Represents an operation that an authorized principal is allowed to perform. |
| author | DougKirschner |
| ms.reviewer | msodsrbac |
| ms.localizationpriority | medium |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| toc.title | Resource action |
| ms.date | 06/12/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an operation that an authorized principal is allowed to perform.
| Method | Return type | Description |
|---|---|---|
| List | unifiedRbacResourceAction collection | Get a list of the unifiedRbacResourceAction objects and their properties. |
| Get | unifiedRbacResourceAction | Read the properties and relationships of an unifiedRbacResourceAction object. |
| Property | Type | Description |
|---|---|---|
| actionVerb | String | HTTP method for the action, such as DELETE, GET, PATCH, POST, PUT, or null. Supports $filter (eq) but not for null values. |
| description | String | Description for the action. Supports $filter (eq). |
| id | String | Unique identifier for an action within the resource namespace, such as microsoft.insights-programs-update-patch. can't include slash character (/). Case insensitive. Required. Supports $filter (eq). |
| isPrivileged | Boolean | Flag indicating if the action is a sensitive resource action. Applies only for actions in the microsoft.directory resource namespace. Read-only. Supports $filter (eq). |
| name | String | Name for the action within the resource namespace, such as microsoft.insights/programs/update. Can include slash character (/). Case insensitive. Required. Supports $filter (eq). |
| resourceScopeId | String | Not implemented. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRbacResourceAction",
"id": "String (identifier)",
"actionVerb": "String",
"description": "String",
"isPrivileged": "Boolean",
"name": "String",
"resourceScopeId": "String"
}