| 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 |
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:
- singleUser
- groupMembers
- connectedOrganizationMembers
- requestorManager
- internalSponsors
- externalSponsors
- targetUserSponsors
- targetAgentIdentitySponsorsOrOwners
| Property | Type | Description |
|---|---|---|
| isBackup | Boolean | For a user in an approval stage, this property indicates whether the user is a backup fallback approver. |
None.
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
}