internalSponsors 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 approval stage of an access package assignment policy. It's a subtype of userSet, in which the @odata.type value #microsoft.graph.internalSponsors indicates that a requesting user's connected organization internal sponsors are to be the approver. This approver is only applicable to requests from users who are part of a connected organization. When creating an access package assignment policy approval stage with internalSponsors, also include another approver, such as a single user or group member, in case the connected organization doesn't have an internal sponsor.

Properties

Property Type Description
isBackup Boolean Indicates whether the sponsor is a backup fallback approver.

JSON representation

Here's a JSON representation of the type.

{
  "@odata.type": "#microsoft.graph.internalSponsors",
  "isBackup": false
}