singleUser complex type

Namespace: microsoft.graph

Used in the request, approval, and assignment review settings of an access package assignment policy. The @odata.type value #microsoft.graph.singleUser indicates that this userSet identifies a specific user in the tenant who will be allowed as a requestor, approver, or reviewer.

Properties

Property Type Description
description String The name of the user in Microsoft Entra ID. Read only.
userId String The ID of the user in Microsoft Entra ID.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.singleUser",
  "userId": "String",
  "description": "String"
}