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.
In an accessReviewInstance, the contactedReviewers property contains the identities of reviewers who were contacted to complete the review.
Inherits from entity.
Properties
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date when the reviewer was added for the access review. |
| displayName | String | Name of reviewer. |
| id | String | Identifier of the reviewer. Inherited from entity. |
| userPrincipalName | String | User principal name of the user. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewReviewer",
"id": "String",
"displayName": "String",
"userPrincipalName": "String",
"createdDateTime": "String (timestamp)",
}