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
In an accessReviewInstanceDecisionItem, the permission property represents the permission that grants a principal access to a resource.
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"
}