Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.02 KB

File metadata and controls

60 lines (42 loc) · 2.02 KB
title description ms.localizationpriority author ms.subservice doc_type
requestorManager complex type
Identifies a relationship to another user in the tenant who will be allowed as approver.
medium
markwahl-msft
entra-id-governance
resourcePageType

requestorManager complex type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used in the approval settings of an access package assignment policy. It is a subtype of userSet, in which the @odata.type value #microsoft.graph.requestorManager indicates that a requesting user's manager is to be the approver. When creating an access package assignment policy approval stage with requestorManager, also include another approver, such as a single user or group member, in case the requesting user does not have a manager.

Properties

Property Type Description
isBackup Boolean For a manager in an approval stage, indicates whether the manager is a backup fallback approver.
managerLevel Int32 The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor's manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2.

JSON representation

The following is a JSON representation of the type.

{
  "isBackup": false,
  "managerLevel": 1
}