userSet 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. It is an abstract base type inherited by the following resource types:

Properties

Property Type Description
isBackup Boolean For a user in an approval stage, this property indicates whether the user is a backup fallback approver.

JSON representation

The following is a JSON representation of userSet. A userSet is an abstract base class and so would not be sent or received. Instead, one of the following @odata.type values representing the inherited types would be used:

  • #microsoft.graph.singleUser
  • #microsoft.graph.groupMembers
  • #microsoft.graph.connectedOrganizationMembers
  • #microsoft.graph.requestorManager
  • #microsoft.graph.internalSponsors
  • #microsoft.graph.externalSponsors
{
  "@odata.type": "#microsoft.graph.userSet",
  "isBackup": false
}