Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
- targetAgentIdentitySponsorsOrOwners
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
}