| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE accessreviews-disclaimer-v2]
Represents a user identity under review in an accessReviewInstance.
Inherits from accessReviewInstanceDecisionItemTarget.
| Property | Type | Description |
|---|---|---|
| userDisplayName | String | The name of user. |
| userId | String | The identifier of user. |
| userPrincipalName | String | The user principal name. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemUserTarget",
"userId": "String",
"userDisplayName": "String",
"userPrincipalName": "String"
}