Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Namespace: microsoft.graph
Represents the administrative roles that a Microsoft partner has in a customer tenant through a delegated admin relationship and delegated admin access assignment.
Property | Type | Description |
---|---|---|
unifiedRoles | unifiedRole collection | The directory roles that the Microsoft partner is assigned in the customer tenant. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.delegatedAdminAccessDetails",
"unifiedRoles": [
{
"@odata.type": "microsoft.graph.unifiedRole"
}
]
}