LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
Office365_REST_Python_Client.egg-info/PKG-INFO
Office365_REST_Python_Client.egg-info/SOURCES.txt
Office365_REST_Python_Client.egg-info/dependency_links.txt
Office365_REST_Python_Client.egg-info/requires.txt
Office365_REST_Python_Client.egg-info/top_level.txt
examples/__init__.py
examples/directory/__init__.py
examples/directory/clear_directory.py
examples/directory/import_users.py
examples/onedrive/__init__.py
examples/onedrive/export_files.py
examples/onedrive/import_files.py
examples/onedrive/print_folders_and_files.py
examples/outlook/__init__.py
examples/outlook/send_message.py
examples/sharepoint/__init__.py
examples/sharepoint/connect_with_app.py
examples/sharepoint/connect_with_azure_app.py
examples/sharepoint/connect_with_proxy.py
examples/sharepoint/connect_with_user_creds.py
examples/sharepoint/export_search_crawl_log.py
examples/sharepoint/load_web_fluent_api.py
examples/sharepoint/read_resource_no_model.py
examples/sharepoint/admin/__init__.py
examples/sharepoint/audit/__init__.py
examples/sharepoint/export/__init__.py
examples/sharepoint/export/exportList.py
examples/sharepoint/files/__init__.py
examples/sharepoint/files/download_file.py
examples/sharepoint/files/download_file_from_url.py
examples/sharepoint/files/upload_file.py
examples/sharepoint/files/upload_large_file.py
examples/sharepoint/folders/__init__.py
examples/sharepoint/folders/create_docset.py
examples/sharepoint/folders/download_folder.py
examples/sharepoint/import/__init__.py
examples/sharepoint/lists_and_items/__init__.py
examples/sharepoint/lists_and_items/data_generator.py
examples/sharepoint/lists_and_items/read_attachments.py
examples/sharepoint/lists_and_items/read_large_list.py
examples/sharepoint/lists_and_items/update_items_batch.py
examples/sharepoint/search/__init__.py
examples/sharepoint/search/search_documents.py
examples/teams/__init__.py
examples/teams/provision_team.py
generator/__init__.py
generator/generate.py
generator/type_builder.py
generator/templates/__init__.py
office365/__init__.py
office365/base_item.py
office365/entity.py
office365/entity_collection.py
office365/graph_client.py
office365/logger.py
office365/resource_path_url.py
office365/actions/__init__.py
office365/actions/download_content_query.py
office365/actions/search_query.py
office365/actions/upload_content_query.py
office365/contacts/__init__.py
office365/directory/__init__.py
office365/directory/auditActivityInitiator.py
office365/directory/directory.py
office365/directory/directoryObject.py
office365/directory/directoryObjectCollection.py
office365/directory/directoryRole.py
office365/directory/directoryRoleTemplate.py
office365/directory/group.py
office365/directory/groupCollection.py
office365/directory/groupProfile.py
office365/directory/groupSetting.py
office365/directory/groupSettingTemplate.py
office365/directory/groupSettingTemplateCollection.py
office365/directory/identity.py
office365/directory/identitySet.py
office365/directory/objectIdentity.py
office365/directory/passwordProfile.py
office365/directory/permission.py
office365/directory/permission_collection.py
office365/directory/user.py
office365/directory/userCollection.py
office365/directory/userIdentity.py
office365/directory/userProfile.py
office365/onedrive/__init__.py
office365/onedrive/columnDefinition.py
office365/onedrive/columnDefinitionCollection.py
office365/onedrive/conflictBehavior.py
office365/onedrive/contentType.py
office365/onedrive/contentTypeCollection.py
office365/onedrive/drive.py
office365/onedrive/driveCollection.py
office365/onedrive/driveItem.py
office365/onedrive/driveItemCollection.py
office365/onedrive/driveItemUploadableProperties.py
office365/onedrive/driveItemVersion.py
office365/onedrive/driveItemVersionCollection.py
office365/onedrive/driveRecipient.py
office365/onedrive/fieldValueSet.py
office365/onedrive/file.py
office365/onedrive/fileSystemInfo.py
office365/onedrive/file_upload.py
office365/onedrive/folder.py
office365/onedrive/folderView.py
office365/onedrive/itemReference.py
office365/onedrive/list.py
office365/onedrive/listCollection.py
office365/onedrive/listItem.py
office365/onedrive/listItemCollection.py
office365/onedrive/photo.py
office365/onedrive/publicationFacet.py
office365/onedrive/root.py
office365/onedrive/shared.py
office365/onedrive/sharedDriveItem.py
office365/onedrive/sharedDriveItemCollection.py
office365/onedrive/sharepointIds.py
office365/onedrive/sharingInvitation.py
office365/onedrive/site.py
office365/onedrive/siteCollection.py
office365/onedrive/siteCollectionType.py
office365/onedrive/uploadSession.py
office365/onedrive/video.py
office365/onenote/__init__.py
office365/outlookservices/__init__.py
office365/outlookservices/attachment.py
office365/outlookservices/attachment_collection.py
office365/outlookservices/contact.py
office365/outlookservices/contact_collection.py
office365/outlookservices/contact_folder.py
office365/outlookservices/event.py
office365/outlookservices/event_collection.py
office365/outlookservices/item.py
office365/outlookservices/message.py
office365/outlookservices/messageCollection.py
office365/outlookservices/outlook_client.py
office365/outlookservices/outlook_entity.py
office365/outlookservices/physical_address.py
office365/projectserver/__init__.py
office365/projectserver/publishedProject.py
office365/runtime/__init__.py
office365/runtime/client_object.py
office365/runtime/client_object_collection.py
office365/runtime/client_request.py
office365/runtime/client_request_exception.py
office365/runtime/client_response.py
office365/runtime/client_result.py
office365/runtime/client_runtime_context.py
office365/runtime/client_value.py
office365/runtime/client_value_collection.py
office365/runtime/resource_path.py
office365/runtime/resource_path_service_operation.py
office365/runtime/auth/__init__.py
office365/runtime/auth/authentication_context.py
office365/runtime/auth/base_authentication_context.py
office365/runtime/auth/base_token_provider.py
office365/runtime/auth/client_credential.py
office365/runtime/auth/network_credential_context.py
office365/runtime/auth/ntlm_authentication_context.py
office365/runtime/auth/sts_profile.py
office365/runtime/auth/token_response.py
office365/runtime/auth/user_credential.py
office365/runtime/auth/user_realm_info.py
office365/runtime/auth/providers/__init__.py
office365/runtime/auth/providers/acs_token_provider.py
office365/runtime/auth/providers/oauth_token_provider.py
office365/runtime/auth/providers/saml_token_provider.py
office365/runtime/auth/providers/templates/FederatedSAML.xml
office365/runtime/auth/providers/templates/RST2.xml
office365/runtime/auth/providers/templates/SAML.xml
office365/runtime/auth/providers/templates/__init__.py
office365/runtime/csom/__init__.py
office365/runtime/http/__init__.py
office365/runtime/http/http_method.py
office365/runtime/http/request_options.py
office365/runtime/odata/__init__.py
office365/runtime/odata/json_light_format.py
office365/runtime/odata/odata_base_reader.py
office365/runtime/odata/odata_batch_request.py
office365/runtime/odata/odata_json_format.py
office365/runtime/odata/odata_metadata_level.py
office365/runtime/odata/odata_model.py
office365/runtime/odata/odata_path_parser.py
office365/runtime/odata/odata_query_options.py
office365/runtime/odata/odata_request.py
office365/runtime/odata/odata_v3_reader.py
office365/runtime/odata/odata_v4_reader.py
office365/runtime/odata/v4_json_format.py
office365/runtime/queries/__init__.py
office365/runtime/queries/batch_query.py
office365/runtime/queries/client_query.py
office365/runtime/queries/create_entity_query.py
office365/runtime/queries/delete_entity_query.py
office365/runtime/queries/read_entity_query.py
office365/runtime/queries/service_operation_query.py
office365/runtime/queries/update_entity_query.py
office365/runtime/types/EventHandler.py
office365/runtime/types/__init__.py
office365/runtime/utilities/__init__.py
office365/sharepoint/__init__.py
office365/sharepoint/base_entity.py
office365/sharepoint/client_context.py
office365/sharepoint/file_system_object_type.py
office365/sharepoint/request_user_context.py
office365/sharepoint/actions/__init__.py
office365/sharepoint/actions/create_file.py
office365/sharepoint/actions/download_file.py
office365/sharepoint/actions/getWebUrlFromPage.py
office365/sharepoint/actions/upload_file.py
office365/sharepoint/actions/upload_session.py
office365/sharepoint/attachments/__init__.py
office365/sharepoint/attachments/attachmentfile.py
office365/sharepoint/attachments/attachmentfile_collection.py
office365/sharepoint/attachments/attachmentfile_creation_information.py
office365/sharepoint/changes/__init__.py
office365/sharepoint/changes/change.py
office365/sharepoint/changes/change_alert.py
office365/sharepoint/changes/change_collection.py
office365/sharepoint/changes/change_content_type.py
office365/sharepoint/changes/change_field.py
office365/sharepoint/changes/change_file.py
office365/sharepoint/changes/change_folder.py
office365/sharepoint/changes/change_group.py
office365/sharepoint/changes/change_item.py
office365/sharepoint/changes/change_list.py
office365/sharepoint/changes/change_query.py
office365/sharepoint/changes/change_token.py
office365/sharepoint/changes/change_type.py
office365/sharepoint/changes/change_user.py
office365/sharepoint/changes/change_web.py
office365/sharepoint/contenttypes/__init__.py
office365/sharepoint/contenttypes/contentTypeCreationInformation.py
office365/sharepoint/contenttypes/content_type.py
office365/sharepoint/contenttypes/content_type_collection.py
office365/sharepoint/contenttypes/content_type_id.py
office365/sharepoint/directory/SPHelper.py
office365/sharepoint/directory/__init__.py
office365/sharepoint/directory/directorySession.py
office365/sharepoint/directory/membersInfo.py
office365/sharepoint/directory/user.py
office365/sharepoint/features/__init__.py
office365/sharepoint/fields/__init__.py
office365/sharepoint/fields/addFieldOptions.py
office365/sharepoint/fields/field.py
office365/sharepoint/fields/fieldDateTime.py
office365/sharepoint/fields/fieldGeolocationValue.py
office365/sharepoint/fields/fieldLookupValue.py
office365/sharepoint/fields/fieldMultiChoice.py
office365/sharepoint/fields/fieldMultiChoiceValue.py
office365/sharepoint/fields/fieldMultiLineText.py
office365/sharepoint/fields/fieldMultiLookupValue.py
office365/sharepoint/fields/fieldMultiUserValue.py
office365/sharepoint/fields/fieldUserValue.py
office365/sharepoint/fields/field_calculated.py
office365/sharepoint/fields/field_choice.py
office365/sharepoint/fields/field_collection.py
office365/sharepoint/fields/field_computed.py
office365/sharepoint/fields/field_creation_information.py
office365/sharepoint/fields/field_currency.py
office365/sharepoint/fields/field_guid.py
office365/sharepoint/fields/field_link.py
office365/sharepoint/fields/field_lookup.py
office365/sharepoint/fields/field_number.py
office365/sharepoint/fields/field_text.py
office365/sharepoint/fields/field_type.py
office365/sharepoint/fields/field_url.py
office365/sharepoint/fields/field_user.py
office365/sharepoint/fields/related_field.py
office365/sharepoint/fields/related_field_collection.py
office365/sharepoint/fields/urlFieldFormatType.py
office365/sharepoint/files/__init__.py
office365/sharepoint/files/checkedOutFile.py
office365/sharepoint/files/checkedOutFileCollection.py
office365/sharepoint/files/file.py
office365/sharepoint/files/file_collection.py
office365/sharepoint/files/file_creation_information.py
office365/sharepoint/files/file_version.py
office365/sharepoint/files/file_version_collection.py
office365/sharepoint/files/move_operations.py
office365/sharepoint/folders/__init__.py
office365/sharepoint/folders/folder.py
office365/sharepoint/folders/folderDeleteParameters.py
office365/sharepoint/folders/folder_collection.py
office365/sharepoint/forms/__init__.py
office365/sharepoint/forms/form.py
office365/sharepoint/forms/formCollection.py
office365/sharepoint/listdatasvc/__init__.py
office365/sharepoint/listdatasvc/list_data_service.py
office365/sharepoint/listitems/__init__.py
office365/sharepoint/listitems/listDataValidationExceptionValue.py
office365/sharepoint/listitems/listItemCollectionPosition.py
office365/sharepoint/listitems/listItemCreationInformationUsingPath.py
office365/sharepoint/listitems/listItemDeleteParameters.py
office365/sharepoint/listitems/listItemFormUpdateValue.py
office365/sharepoint/listitems/listItemUpdateParameters.py
office365/sharepoint/listitems/listItem_collection.py
office365/sharepoint/listitems/listitem.py
office365/sharepoint/listitems/listitem_creation_information.py
office365/sharepoint/listitems/caml/__init__.py
office365/sharepoint/listitems/caml/camlQuery.py
office365/sharepoint/listitems/caml/camlquery_builder.py
office365/sharepoint/listitems/caml/querystring_builder.py
office365/sharepoint/listitems/caml/utils.py
office365/sharepoint/lists/__init__.py
office365/sharepoint/lists/base_type.py
office365/sharepoint/lists/documentLibraryInformation.py
office365/sharepoint/lists/list.py
office365/sharepoint/lists/list_collection.py
office365/sharepoint/lists/list_creation_information.py
office365/sharepoint/lists/list_template.py
office365/sharepoint/lists/list_template_type.py
office365/sharepoint/microservice/__init__.py
office365/sharepoint/pages/__init__.py
office365/sharepoint/pages/pageType.py
office365/sharepoint/pages/template_file_type.py
office365/sharepoint/permissions/__init__.py
office365/sharepoint/permissions/basePermissions.py
office365/sharepoint/permissions/permissionKind.py
office365/sharepoint/permissions/roleAssignment.py
office365/sharepoint/permissions/roleAssignmentCollection.py
office365/sharepoint/permissions/roleDefinition.py
office365/sharepoint/permissions/roleDefinitionCollection.py
office365/sharepoint/permissions/roleDefinitionCreationInformation.py
office365/sharepoint/permissions/securable_object.py
office365/sharepoint/permissions/utility.py
office365/sharepoint/portal/GroupSiteInfo.py
office365/sharepoint/portal/GroupSiteManager.py
office365/sharepoint/portal/SPSiteCreationRequest.py
office365/sharepoint/portal/SPSiteCreationResponse.py
office365/sharepoint/portal/SPSiteManager.py
office365/sharepoint/portal/SiteStatus.py
office365/sharepoint/portal/__init__.py
office365/sharepoint/principal/__init__.py
office365/sharepoint/principal/group.py
office365/sharepoint/principal/group_collection.py
office365/sharepoint/principal/principal.py
office365/sharepoint/principal/principalSource.py
office365/sharepoint/principal/principalType.py
office365/sharepoint/principal/roleDefinitionCreationInformation.py
office365/sharepoint/principal/user.py
office365/sharepoint/principal/userIdInfo.py
office365/sharepoint/principal/user_collection.py
office365/sharepoint/publishing/__init__.py
office365/sharepoint/publishing/client_side_page.py
office365/sharepoint/publishing/sitePage.py
office365/sharepoint/publishing/sitePageMetadata.py
office365/sharepoint/publishing/video_channel.py
office365/sharepoint/recyclebin/__init__.py
office365/sharepoint/recyclebin/recycleBinItem.py
office365/sharepoint/recyclebin/recycleBinItemCollection.py
office365/sharepoint/recyclebin/recycleBinQueryInformation.py
office365/sharepoint/search/__init__.py
office365/sharepoint/search/customResult.py
office365/sharepoint/search/queryResult.py
office365/sharepoint/search/relevantResults.py
office365/sharepoint/search/searchRequest.py
office365/sharepoint/search/searchResult.py
office365/sharepoint/search/searchService.py
office365/sharepoint/search/simpleDataTable.py
office365/sharepoint/search/administration/__init__.py
office365/sharepoint/search/administration/documentCrawlLog.py
office365/sharepoint/search/query/__init__.py
office365/sharepoint/search/query/querySuggestionResults.py
office365/sharepoint/sharing/__init__.py
office365/sharepoint/sharing/documentSharingManager.py
office365/sharepoint/sharing/externalSharingSiteOption.py
office365/sharepoint/sharing/invitationCreationResult.py
office365/sharepoint/sharing/linkInvitation.py
office365/sharepoint/sharing/objectSharingInformation.py
office365/sharepoint/sharing/objectSharingSettings.py
office365/sharepoint/sharing/pickerEntityInformationRequest.py
office365/sharepoint/sharing/roleType.py
office365/sharepoint/sharing/shareLinkRequest.py
office365/sharepoint/sharing/sharedObjectType.py
office365/sharepoint/sharing/sharingLinkAccessRequest.py
office365/sharepoint/sharing/sharingLinkInfo.py
office365/sharepoint/sharing/sharingResult.py
office365/sharepoint/sharing/sharingUtility.py
office365/sharepoint/sharing/userDirectoryInfo.py
office365/sharepoint/sharing/userSharingResult.py
office365/sharepoint/sites/__init__.py
office365/sharepoint/sites/site.py
office365/sharepoint/taxonomy/__init__.py
office365/sharepoint/tenant/__init__.py
office365/sharepoint/tenant/tenant_settings.py
office365/sharepoint/tenant/administration/__init__.py
office365/sharepoint/tenant/administration/hubSiteProperties.py
office365/sharepoint/tenant/administration/secondaryAdministratorsFieldsData.py
office365/sharepoint/tenant/administration/sharingCapabilities.py
office365/sharepoint/tenant/administration/siteCreationProperties.py
office365/sharepoint/tenant/administration/siteProperties.py
office365/sharepoint/tenant/administration/sitePropertiesCollection.py
office365/sharepoint/tenant/administration/sitePropertiesEnumerableFilter.py
office365/sharepoint/tenant/administration/spoOperation.py
office365/sharepoint/tenant/administration/tenant.py
office365/sharepoint/tenant/administration/tenantAdminEndpoints.py
office365/sharepoint/types/__init__.py
office365/sharepoint/types/resourcePath.py
office365/sharepoint/ui/__init__.py
office365/sharepoint/ui/applicationpages/__init__.py
office365/sharepoint/ui/applicationpages/clientPeoplePickerQueryParameters.py
office365/sharepoint/ui/applicationpages/clientPeoplePickerWebServiceInterface.py
office365/sharepoint/ui/applicationpages/peoplePickerQuerySettings.py
office365/sharepoint/userprofiles/__init__.py
office365/sharepoint/views/__init__.py
office365/sharepoint/views/view.py
office365/sharepoint/views/viewScope.py
office365/sharepoint/views/viewType.py
office365/sharepoint/views/view_collection.py
office365/sharepoint/views/view_create_information.py
office365/sharepoint/views/view_field_collection.py
office365/sharepoint/webparts/__init__.py
office365/sharepoint/webparts/limited_webpart_manager.py
office365/sharepoint/webs/__init__.py
office365/sharepoint/webs/context_web_information.py
office365/sharepoint/webs/regional_settings.py
office365/sharepoint/webs/remoteWeb.py
office365/sharepoint/webs/subweb_query.py
office365/sharepoint/webs/web.py
office365/sharepoint/webs/web_collection.py
office365/sharepoint/webs/web_creation_information.py
office365/sharepoint/webs/web_template.py
office365/teams/__init__.py
office365/teams/call.py
office365/teams/changeTrackedEntity.py
office365/teams/channel.py
office365/teams/channelCollection.py
office365/teams/chatMessage.py
office365/teams/chatMessageCollection.py
office365/teams/itemBody.py
office365/teams/participant.py
office365/teams/participantCollection.py
office365/teams/schedule.py
office365/teams/schedulingGroup.py
office365/teams/shift.py
office365/teams/team.py
office365/teams/teamCollection.py
office365/teams/teamFunSettings.py
office365/teams/teamGuestSettings.py
office365/teams/teamMemberSettings.py
office365/teams/teamMessagingSettings.py
office365/teams/teamsApp.py
office365/teams/teamsAppInstallation.py
office365/teams/teamsAppInstallationCollection.py
office365/teams/teamsAsyncOperation.py
office365/teams/teamsAsyncOperationCollection.py
office365/teams/teamsAsyncOperationStatus.py
office365/teams/teamsTab.py
office365/teams/teamsTabCollection.py
office365/teams/teamsTabConfiguration.py
office365/teams/timeOffReason.py
tests/__init__.py
tests/graph_case.py
tests/directory/__init__.py
tests/directory/test_directory.py
tests/directory/test_group.py
tests/directory/test_user.py
tests/onedrive/__init__.py
tests/onedrive/test_drive.py
tests/onedrive/test_driveItem.py
tests/onedrive/test_permissions.py
tests/outlook/__init__.py
tests/outlook/test_mail.py
tests/outlookservices/__init__.py
tests/outlookservices/outlook_case.py
tests/outlookservices/test_calendar.py
tests/outlookservices/test_contacts.py
tests/outlookservices/test_mail.py
tests/sharepoint/__init__.py
tests/sharepoint/sharepoint_case.py
tests/sharepoint/test_attachment.py
tests/sharepoint/test_change.py
tests/sharepoint/test_client.py
tests/sharepoint/test_comminication_site.py
tests/sharepoint/test_contenttype.py
tests/sharepoint/test_directory_session.py
tests/sharepoint/test_field.py
tests/sharepoint/test_field_value.py
tests/sharepoint/test_file.py
tests/sharepoint/test_folder.py
tests/sharepoint/test_group.py
tests/sharepoint/test_list.py
tests/sharepoint/test_listItem.py
tests/sharepoint/test_listdataservice.py
tests/sharepoint/test_recycle_bin.py
tests/sharepoint/test_search.py
tests/sharepoint/test_sharing.py
tests/sharepoint/test_site.py
tests/sharepoint/test_team_site.py
tests/sharepoint/test_tenant.py
tests/sharepoint/test_user.py
tests/sharepoint/test_view.py
tests/sharepoint/test_web.py
tests/teams/__init__.py
tests/teams/test_apps.py
tests/teams/test_channel.py
tests/teams/test_team.py