userSet resource 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's an abstract base type inherited by the following resource types:
- singleUser
- groupMembers
- connectedOrganizationMembers
- requestorManager
- internalSponsors
- externalSponsors
- targetUserSponsors
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
}