accessReviewReviewer resource type

Namespace: microsoft.graph

Represents 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 reviewer.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.accessReviewReviewer",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String",
  "userPrincipalName": "String"
}