| title | requestorManager resource type |
|---|---|
| description | Identifies a relationship to another user in the tenant who can approve. |
| ms.localizationpriority | medium |
| author | markwahl-msft |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
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.requestorManager indicates that a requesting user's manager is to be the approver. Include another approver When creating an access package assignment policy approval stage with requestorManager, in case the requesting user doesn't have a manager. Including another approver, such as a single user or group member, covers the case where the requesting user doesn't have a manager.
| 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. |
None.
The following JSON representation shows the resource type.
{
"isBackup": false,
"managerLevel": 1
}