| title | targetManager resource type |
|---|---|
| description | Complex type for entitlement management to indicate the manager, including indirect managers of a user may request on behalf of that user. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
Namespace: microsoft.graph
Used in an access package assignment policy, this type inherits from subjectSet and indicates the manager, including indirect managers of a user may request on behalf of that user.
| Property | Type | Description |
|---|---|---|
| managerLevel | Int32 | Manager level, between 1 and 4. The direct manager is 1. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.targetManager",
"managerLevel": "Integer"
}