| title | accessReviewReviewer resource type |
|---|---|
| description | Represents a reviewer who was contacted for an access review. |
| author | jyothig123 |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE accessreviews-disclaimer-v2]
Object representing the identities of the reviewers who were contacted to complete a review.
Inherits from entity.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewReviewer",
"id": "String",
"displayName": "String",
"userPrincipalName": "String",
"createdDateTime": "String (timestamp)",
}