Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Note
This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.
Represents the permission that grants a principal access to a resource that is represented through an accessReviewInstanceDecisionItem object. accessReviewInstanceDecisionItemPermission is an open type that allows for other properties to be passed in.
Properties
| Property | Type | Description |
|---|---|---|
| description | String | The description of the permission. |
| displayName | String | The display name of the permission. |
| id | String | The identifier of the permission. |
| type | String | The type of the permission. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemPermission",
"id": "String",
"displayName": "String",
"type": "String",
"description": "String"
}