| title | singleUser resource type |
|---|---|
| description | Identifies a user in the tenant who is allowed as requestor, approver, or reviewer. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
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 is allowed as a requestor, approver, or reviewer.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.singleUser",
"userId": "String",
"description": "String"
}