delegatedAdminAccessDetails resource type

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.

Properties

Property Type Description
unifiedRoles unifiedRole collection The directory roles that the Microsoft partner is assigned in the customer tenant.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.delegatedAdminAccessDetails",
  "unifiedRoles": [
    {
      "@odata.type": "microsoft.graph.unifiedRole"
    }
  ]
}