unifiedRbacResourceAction resource type
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 an operation that an authorized principal is allowed to perform.
Methods
Method | Return type | Description |
---|---|---|
List unifiedRbacResourceActions | unifiedRbacResourceAction collection | Get a list of the unifiedRbacResourceAction objects and their properties. |
Get unifiedRbacResourceAction | unifiedRbacResourceAction | Read the properties and relationships of an unifiedRbacResourceAction object. |
Properties
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 . Cannot include slash character (/ ). Case insensitive. Required. 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. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.unifiedRbacResourceAction",
"id": "String (identifier)",
"actionVerb": "String",
"description": "String",
"name": "String",
"resourceScopeId": "String"
}
Feedback
Submit and view feedback for