singleUser complex type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

This type has the following properties:

Property Type Description
id String The ID of the user in Microsoft Entra ID.
description String The name of the user in Microsoft Entra ID. Read only.
isBackup Boolean For a singleUser in an approval stage, indicates whether the user is a backup fallback approver.

JSON representation

Here's a JSON representation of the type.

{
  "isBackup": false,
  "id": "String (identifier)",
  "description": "String"
}