Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.46 KB

File metadata and controls

46 lines (34 loc) · 1.46 KB
title targetUserSponsors resource type
description Identifies a relationship to another user in the tenant who will be allowed as approver.
author sadia353
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 10/04/2024

targetUserSponsors resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used in the approval settings of an access package assignment policy. It's a subtype of userSet, in which the @odata.type value #microsoft.graph.targetUserSponsors indicates that a requesting user's sponsors are the approvers. When creating an access package assignment policy approval stage with targetUserSponsors, also include another approver, such as a single user or group member, in case the requesting user doesn't have sponsors.

Inherits from userSet.

Properties

Property Type Description
isBackup Boolean For sponsors in an approval stage, indicates whether the sponsors are backup fallback approvers. Inherited from userSet.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.targetUserSponsors",
  "isBackup": "Boolean"
}