Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.31 KB

File metadata and controls

47 lines (38 loc) · 1.31 KB
title accessReviewInstanceDecisionItemUserTarget resource type
description Represents the target of a review as a user.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

accessReviewInstanceDecisionItemUserTarget resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

Represents a user identity under review in an accessReviewInstance.

Inherits from accessReviewInstanceDecisionItemTarget.

Properties

Property Type Description
userDisplayName String The name of user.
userId String The identifier of user.
userPrincipalName String The user principal name.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemUserTarget",
  "userId": "String",
  "userDisplayName": "String",
  "userPrincipalName": "String"
}