Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.56 KB

File metadata and controls

61 lines (50 loc) · 1.56 KB
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

accessReviewReviewer resource type

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.

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)",
}