Microsoft Graph · Schema

updateWindowsDeviceAccountActionParameter

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
calendarSyncEnabled boolean
deviceAccount object
deviceAccountEmail string
exchangeServer string
passwordRotationEnabled boolean
sessionInitiationProtocalAddress string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphupdatewindowsdeviceaccountactionparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter",
  "title": "updateWindowsDeviceAccountActionParameter",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "calendarSyncEnabled": {
      "type": "boolean",
      "nullable": true
    },
    "deviceAccount": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.windowsDeviceAccount"
        },
        {
          "type": "object",
          "nullable": true
        }
      ]
    },
    "deviceAccountEmail": {
      "type": "string",
      "nullable": true
    },
    "exchangeServer": {
      "type": "string",
      "nullable": true
    },
    "passwordRotationEnabled": {
      "type": "boolean",
      "nullable": true
    },
    "sessionInitiationProtocalAddress": {
      "type": "string",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}