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/onedrive/upload_file.py
examples/outlook/__init__.py
examples/outlook/send_message.py
examples/sharepoint/__init__.py
examples/sharepoint/connect_and_set_proxy.py
examples/sharepoint/connect_with_app_principal.py
examples/sharepoint/connect_with_client_certificate.py
examples/sharepoint/connect_with_client_certificate_adal.py
examples/sharepoint/connect_with_user_credential.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/files/__init__.py
examples/sharepoint/files/download_file.py
examples/sharepoint/files/download_file_from_url.py
examples/sharepoint/files/download_file_large.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/create_folders.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/export_list_items_csv.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/sharepoint/tenant/__init__.py
examples/sharepoint/tenant/get_set_site_admin.py
examples/sharepoint/webs/__init__.py
examples/teams/__init__.py
examples/teams/connect_with_msal.py
examples/teams/provision_team.py
examples/teams/send_message.py
generator/__init__.py
generator/generate.py
generator/builders/__init__.py
generator/builders/property_builder.py
generator/builders/template_context.py
generator/builders/type_builder.py
generator/templates/__init__.py
generator/templates/complex_type.py
generator/templates/entity_type.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/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/directory_audit.py
office365/directory/group.py
office365/directory/groupSettingTemplate.py
office365/directory/groupSettingTemplateCollection.py
office365/directory/group_collection.py
office365/directory/group_profile.py
office365/directory/group_setting.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/baseItemVersion.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/outlook/__init__.py
office365/outlook/attachment.py
office365/outlook/attachment_collection.py
office365/outlook/contact.py
office365/outlook/contact_collection.py
office365/outlook/contact_folder.py
office365/outlook/event.py
office365/outlook/event_collection.py
office365/outlook/item.py
office365/outlook/message.py
office365/outlook/message_collection.py
office365/outlook/outlook_entity.py
office365/outlook/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/authentication_provider.py
office365/runtime/auth/client_credential.py
office365/runtime/auth/credential_type.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/network_credential_provider.py
office365/runtime/auth/providers/ntlm_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/base_entity_collection.py
office365/sharepoint/client_context.py
office365/sharepoint/request_context.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/administration/__init__.py
office365/sharepoint/administration/org_assets.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/clientsidecomponent/__init__.py
office365/sharepoint/contenttypes/__init__.py
office365/sharepoint/contenttypes/content_type.py
office365/sharepoint/contenttypes/content_type_collection.py
office365/sharepoint/contenttypes/content_type_creation_information.py
office365/sharepoint/contenttypes/content_type_id.py
office365/sharepoint/contenttypes/field_link.py
office365/sharepoint/contenttypes/field_link_collection.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/documentmanagement/__init__.py
office365/sharepoint/documentmanagement/document_set.py
office365/sharepoint/eventreceivers/__init__.py
office365/sharepoint/eventreceivers/event_receiver_definition.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_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/fields/xmlSchemaFieldCreationInformation.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_system_object_type.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/folder_collection.py
office365/sharepoint/folders/folder_delete_parameters.py
office365/sharepoint/forms/__init__.py
office365/sharepoint/forms/form.py
office365/sharepoint/forms/form_collection.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/list_item_version.py
office365/sharepoint/listitems/listitem.py
office365/sharepoint/listitems/listitem_creation_information.py
office365/sharepoint/listitems/user_info_item.py
office365/sharepoint/listitems/caml/__init__.py
office365/sharepoint/listitems/caml/caml_query.py
office365/sharepoint/lists/__init__.py
office365/sharepoint/lists/base_type.py
office365/sharepoint/lists/document_library_information.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_collection.py
office365/sharepoint/lists/list_template_type.py
office365/sharepoint/logger/__init__.py
office365/sharepoint/logger/logExport.py
office365/sharepoint/logger/logFileInfo.py
office365/sharepoint/logger/logFileInfoCollection.py
office365/sharepoint/microservice/__init__.py
office365/sharepoint/microservice/micro_service_manager.py
office365/sharepoint/navigation/__init__.py
office365/sharepoint/navigation/menuState.py
office365/sharepoint/navigation/navigationService.py
office365/sharepoint/navigation/publishingNavigationProviderType.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/file_picker_options.py
office365/sharepoint/publishing/primary_city_time.py
office365/sharepoint/publishing/site_page.py
office365/sharepoint/publishing/site_page_fields_data.py
office365/sharepoint/publishing/site_page_metadata.py
office365/sharepoint/publishing/site_page_metadata_collection.py
office365/sharepoint/publishing/site_page_service.py
office365/sharepoint/publishing/site_page_version_info.py
office365/sharepoint/publishing/topic_page_collection.py
office365/sharepoint/publishing/topic_page_fields_data.py
office365/sharepoint/publishing/topic_site_page.py
office365/sharepoint/publishing/video_channel.py
office365/sharepoint/publishing/navigation/__init__.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/popularTenantQuery.py
office365/sharepoint/search/query/queryAutoCompletionResults.py
office365/sharepoint/search/query/querySuggestionResults.py
office365/sharepoint/search/query/tenantCustomQuerySuggestions.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/sites/sph_site.py
office365/sharepoint/social/__init__.py
office365/sharepoint/social/socialAttachment.py
office365/sharepoint/social/socialFollowingManager.py
office365/sharepoint/social/socialRestActor.py
office365/sharepoint/taxonomy/__init__.py
office365/sharepoint/taxonomy/taxonomyFieldValue.py
office365/sharepoint/taxonomy/taxonomyMetadata.py
office365/sharepoint/taxonomy/taxonomy_field.py
office365/sharepoint/taxonomy/taxonomy_service.py
office365/sharepoint/taxonomy/term.py
office365/sharepoint/taxonomy/termGroupCollection.py
office365/sharepoint/taxonomy/termSetCollection.py
office365/sharepoint/taxonomy/termSetInfo.py
office365/sharepoint/taxonomy/term_collection.py
office365/sharepoint/taxonomy/term_group.py
office365/sharepoint/taxonomy/term_set.py
office365/sharepoint/taxonomy/term_store.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/secondary_administrators_fields_data.py
office365/sharepoint/tenant/administration/secondary_administrators_info.py
office365/sharepoint/tenant/administration/sharing_capabilities.py
office365/sharepoint/tenant/administration/sitePropertiesEnumerableFilter.py
office365/sharepoint/tenant/administration/site_creation_default_storage_quota.py
office365/sharepoint/tenant/administration/site_creation_properties.py
office365/sharepoint/tenant/administration/site_properties.py
office365/sharepoint/tenant/administration/site_properties_collection.py
office365/sharepoint/tenant/administration/spo_operation.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/usercustomactions/__init__.py
office365/sharepoint/usercustomactions/user_custom_action.py
office365/sharepoint/userprofiles/__init__.py
office365/sharepoint/userprofiles/followResult.py
office365/sharepoint/userprofiles/followedContent.py
office365/sharepoint/userprofiles/followedItem.py
office365/sharepoint/userprofiles/peopleManager.py
office365/sharepoint/userprofiles/personProperties.py
office365/sharepoint/userprofiles/personPropertiesCollection.py
office365/sharepoint/userprofiles/personalSiteCreationPriority.py
office365/sharepoint/userprofiles/profileLoader.py
office365/sharepoint/userprofiles/userProfile.py
office365/sharepoint/userprofiles/userProfilePropertiesForUser.py
office365/sharepoint/views/__init__.py
office365/sharepoint/views/view.py
office365/sharepoint/views/view_collection.py
office365/sharepoint/views/view_create_information.py
office365/sharepoint/views/view_field_collection.py
office365/sharepoint/views/view_scope.py
office365/sharepoint/views/view_type.py
office365/sharepoint/webhooks/__init__.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/remote_web.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_info_creation_information.py
office365/sharepoint/webs/web_template.py
office365/sharepoint/webs/web_template_collection.py
office365/sharepoint/yammer/__init__.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/chatMessageAttachment.py
office365/teams/chatMessageCollection.py
office365/teams/itemBody.py
office365/teams/participant.py
office365/teams/participant_collection.py
office365/teams/schedule.py
office365/teams/schedulingGroup.py
office365/teams/shift.py
office365/teams/team.py
office365/teams/teamFunSettings.py
office365/teams/teamGuestSettings.py
office365/teams/teamMemberSettings.py
office365/teams/teamMessagingSettings.py
office365/teams/team_collection.py
office365/teams/teamsApp.py
office365/teams/teamsAppDefinition.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_calendar.py
tests/outlook/test_contacts.py
tests/outlook/test_messages.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_document_set.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_navigation.py
tests/sharepoint/test_publishing.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_taxonomy.py
tests/sharepoint/test_team_site.py
tests/sharepoint/test_tenant.py
tests/sharepoint/test_user.py
tests/sharepoint/test_user_profile.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