Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.23 KB

File metadata and controls

74 lines (56 loc) · 2.23 KB
title userSet resource type
description The abstract base type for types used in the request, approval, and assignment review settings of an access package assignment policy.
ms.localizationpriority medium
author markwahl-msft
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 10/04/2024

userSet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used in the request, approval, and assignment review settings of an access package assignment policy. It's 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type. A userSet is an abstract base class and so wouldn't 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
}