delegatedAdminServiceManagementDetail 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.

Contains the management details of a service in the customer tenant that's managed by delegated administration.

Methods

Method Return type Description
List delegatedAdminServiceManagementDetails delegatedAdminServiceManagementDetail collection Get a list of the delegatedAdminServiceManagementDetail objects and their properties.

Properties

Property Type Description
id String The identifier of a managed service. Read-only.
serviceManagementUrl String The URL of the management portal for the managed service. Read-only.
serviceName String The name of a managed service. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.delegatedAdminServiceManagementDetail",
  "id": "String (identifier)",
  "serviceManagementUrl": "String",
  "serviceName": "String"
}