Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.87 KB

File metadata and controls

62 lines (44 loc) · 1.87 KB
title externalSponsors resource type
description Identifies a relationship to another user in the tenant who is allowed as approver.
ms.localizationpriority medium
author markwahl-msft
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 10/04/2024

externalSponsors resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.externalSponsors indicates that a requesting user's connected organization external 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 externalSponsors, also include another approver, such as a single user or group member, in case the connected organization doesn't have an external sponsor.

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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