Microsoft Graph · Schema

microsoftManagedDesktop

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
managedType object Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The defa
profile string The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmicrosoftmanageddesktop-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.microsoftManagedDesktop",
  "title": "microsoftManagedDesktop",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "managedType": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.microsoftManagedDesktopType"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged."
    },
    "profile": {
      "type": "string",
      "description": "The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}