requestorManager resource 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 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.
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"isBackup": false,
"managerLevel": 1
}