targetManager resource type
In this article
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"
}