Microsoft Graph · Schema

microsoft.graph.delegatedAdminServiceManagementDetail

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdelegatedadminservicemanagementdetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail",
  "title": "microsoft.graph.delegatedAdminServiceManagementDetail",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "delegatedAdminServiceManagementDetail",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "serviceManagementUrl": {
          "type": "string",
          "description": "The URL of the management portal for the managed service. Read-only."
        },
        "serviceName": {
          "type": "string",
          "description": "The name of a managed service. Read-only."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.delegatedAdminServiceManagementDetail"
}