{ "$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" } } }