msgraph-sdk 1.7.0__py3-none-any.whl → 1.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msgraph/_version.py +1 -1
- msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py +1 -1
- msgraph/generated/applications/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/applications/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/applications_with_app_id/applications_with_app_id_request_builder.py +1 -1
- msgraph/generated/applications_with_unique_name/applications_with_unique_name_request_builder.py +1 -1
- msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
- msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/communications/call_records/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.py +2 -2
- msgraph/generated/communications/call_records/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.py +2 -2
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/contacts/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/contacts/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/contracts/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/contracts/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +3 -3
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/audit_events/get_audit_activity_types_with_category/get_audit_activity_types_with_category_request_builder.py +1 -1
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/item/get_oma_setting_plain_text_value_with_secret_reference_value_id/get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.py +1 -1
- msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +7 -7
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/get_effective_permissions_with_scope/get_effective_permissions_with_scope_request_builder.py +1 -1
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +3 -3
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +4 -4
- msgraph/generated/device_management/user_experience_analytics_device_performance/summarize_device_performance_devices_with_summarize_by/summarize_device_performance_devices_with_summarize_by_request_builder.py +1 -1
- msgraph/generated/device_management/verify_windows_enrollment_auto_discovery_with_domain_name/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.py +1 -1
- msgraph/generated/devices/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/devices/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/devices_with_device_id/devices_with_device_id_request_builder.py +1 -1
- msgraph/generated/directory/deleted_items/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory/deleted_items/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory/subscriptions_with_commerce_subscription_id/subscriptions_with_commerce_subscription_id_request_builder.py +1 -1
- msgraph/generated/directory_objects/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_objects/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_role_templates/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_role_templates/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_roles/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_roles/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_roles_with_role_template_id/directory_roles_with_role_template_id_request_builder.py +1 -1
- msgraph/generated/domains/item/domain_item_request_builder.py +10 -0
- msgraph/generated/domains/item/root_domain/root_domain_request_builder.py +106 -0
- msgraph/generated/drives/item/items/item/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/search_with_q/search_with_q_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/names/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/session_info_resource_with_key/session_info_resource_with_key_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/table_row_operation_result_with_key/table_row_operation_result_with_key_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/column_with_column1/column_with_column1_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/row_with_row1/row_with_row1_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/item_with_name_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/range_with_address_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/list_/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/drives/item/list_/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/drives/item/search_with_q/search_with_q_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_providers/item/learning_contents_with_external_id/learning_contents_with_external_id_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_providers/item/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/group_setting_templates/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/group_setting_templates/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/groups/item/assign_license/assign_license_request_builder.py +2 -2
- msgraph/generated/groups/item/calendar/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/groups/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/groups/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/groups/item/sites/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_by_path_with_path_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/lists/item/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/lists/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups_with_unique_name/groups_with_unique_name_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/decisions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/stages/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/stages/item/decisions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/app_consent/app_consent_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/app_consent/app_consent_requests/item/user_consent_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_package_assignment_approvals/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_packages/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/assignment_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/assignments/additional_access_with_access_package_id_with_incompatible_access_package_id/additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.py +2 -2
- msgraph/generated/identity_governance/entitlement_management/assignments/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +7 -7
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/runs/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/runs/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/task_reports/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_top_tasks_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_top_tasks_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_top_workflows_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_top_workflows_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_workflows_processed_by_category_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_workflows_processed_by_category_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_workflows_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_workflows_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/runs/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/runs/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/task_reports/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/privileged_access/group/assignment_approvals/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +197 -28
- msgraph/generated/kiota-lock.json +2 -1
- msgraph/generated/models/administrative_unit.py +16 -0
- msgraph/generated/models/device.py +4 -0
- msgraph/generated/models/domain.py +4 -0
- msgraph/generated/models/file_storage_container.py +1 -1
- msgraph/generated/models/group.py +5 -1
- msgraph/generated/models/schedule_information.py +1 -1
- msgraph/generated/models/security/health_issue.py +13 -13
- msgraph/generated/models/security/identity_container.py +1 -1
- msgraph/generated/models/security/security.py +1 -1
- msgraph/generated/models/user.py +5 -1
- msgraph/generated/models/user_solution_root.py +1 -1
- msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/organization/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/permission_grants/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/permission_grants/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/reports/authentication_methods/users_registered_by_feature_with_included_user_types_with_included_user_roles/users_registered_by_feature_with_included_user_types_with_included_user_roles_request_builder.py +2 -2
- msgraph/generated/reports/authentication_methods/users_registered_by_method_with_included_user_types_with_included_user_roles/users_registered_by_method_with_included_user_types_with_included_user_roles_request_builder.py +2 -2
- msgraph/generated/reports/get_email_activity_counts_with_period/get_email_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_counts_with_period/get_email_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_detail_with_date/get_email_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_detail_with_period/get_email_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_apps_user_counts_with_period/get_email_app_usage_apps_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_counts_with_period/get_email_app_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_detail_with_date/get_email_app_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_detail_with_period/get_email_app_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_versions_user_counts_with_period/get_email_app_usage_versions_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_m365_app_platform_user_counts_with_period/get_m365_app_platform_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_counts_with_period/get_m365_app_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_detail_with_date/get_m365_app_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_detail_with_period/get_m365_app_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_detail_with_period/get_mailbox_usage_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_mailbox_counts_with_period/get_mailbox_usage_mailbox_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_quota_status_mailbox_counts_with_period/get_mailbox_usage_quota_status_mailbox_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_storage_with_period/get_mailbox_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_counts_with_period/get_office365_active_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_detail_with_date/get_office365_active_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_detail_with_period/get_office365_active_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_counts_with_period/get_office365_groups_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_detail_with_date/get_office365_groups_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_detail_with_period/get_office365_groups_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_file_counts_with_period/get_office365_groups_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_group_counts_with_period/get_office365_groups_activity_group_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_storage_with_period/get_office365_groups_activity_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_services_user_counts_with_period/get_office365_services_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_file_counts_with_period/get_one_drive_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_counts_with_period/get_one_drive_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_detail_with_date/get_one_drive_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_detail_with_period/get_one_drive_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_counts_with_period/get_one_drive_usage_account_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_detail_with_date/get_one_drive_usage_account_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_detail_with_period/get_one_drive_usage_account_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_file_counts_with_period/get_one_drive_usage_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_storage_with_period/get_one_drive_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_relying_party_detailed_summary_with_period/get_relying_party_detailed_summary_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_file_counts_with_period/get_share_point_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_pages_with_period/get_share_point_activity_pages_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_counts_with_period/get_share_point_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_detail_with_date/get_share_point_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_detail_with_period/get_share_point_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_detail_with_date/get_share_point_site_usage_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_detail_with_period/get_share_point_site_usage_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_file_counts_with_period/get_share_point_site_usage_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_pages_with_period/get_share_point_site_usage_pages_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_site_counts_with_period/get_share_point_site_usage_site_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_storage_with_period/get_share_point_site_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_counts_with_period/get_skype_for_business_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_counts_with_period/get_skype_for_business_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_detail_with_date/get_skype_for_business_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_detail_with_period/get_skype_for_business_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_distribution_user_counts_with_period/get_skype_for_business_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_counts_with_period/get_skype_for_business_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_detail_with_date/get_skype_for_business_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_detail_with_period/get_skype_for_business_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_counts_with_period/get_skype_for_business_organizer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_minute_counts_with_period/get_skype_for_business_organizer_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_user_counts_with_period/get_skype_for_business_organizer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_counts_with_period/get_skype_for_business_participant_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_minute_counts_with_period/get_skype_for_business_participant_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_user_counts_with_period/get_skype_for_business_participant_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_counts_with_period/get_skype_for_business_peer_to_peer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_minute_counts_with_period/get_skype_for_business_peer_to_peer_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_user_counts_with_period/get_skype_for_business_peer_to_peer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_distribution_user_counts_with_period/get_teams_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_counts_with_period/get_teams_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_detail_with_date/get_teams_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_detail_with_period/get_teams_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_counts_with_period/get_teams_team_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_detail_with_date/get_teams_team_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_detail_with_period/get_teams_team_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_distribution_counts_with_period/get_teams_team_activity_distribution_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_counts_with_period/get_teams_team_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_counts_with_period/get_teams_user_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_counts_with_period/get_teams_user_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_detail_with_date/get_teams_user_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_detail_with_period/get_teams_user_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_yammer_activity_counts_with_period/get_yammer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_counts_with_period/get_yammer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_detail_with_date/get_yammer_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_detail_with_period/get_yammer_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_distribution_user_counts_with_period/get_yammer_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_counts_with_period/get_yammer_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_detail_with_date/get_yammer_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_detail_with_period/get_yammer_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_counts_with_period/get_yammer_groups_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_detail_with_date/get_yammer_groups_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_detail_with_period/get_yammer_groups_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_group_counts_with_period/get_yammer_groups_activity_group_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/managed_device_enrollment_failure_details_with_skip_with_top_with_filter_with_skip_token/managed_device_enrollment_failure_details_with_skip_with_top_with_filter_with_skip_token_request_builder.py +4 -4
- msgraph/generated/reports/managed_device_enrollment_top_failures_with_period/managed_device_enrollment_top_failures_with_period_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/security/identities/health_issues/health_issues_request_builder.py +4 -3
- msgraph/generated/security/identities/health_issues/item/health_issue_item_request_builder.py +7 -5
- msgraph/generated/security/identities/identities_request_builder.py +3 -3
- msgraph/generated/service_principals/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py +1 -1
- msgraph/generated/service_principals/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/service_principals/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/service_principals_with_app_id/service_principals_with_app_id_request_builder.py +1 -1
- msgraph/generated/shares/item/list_/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/shares/item/list_/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/sites/item/get_by_path_with_path/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_by_path_with_path/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/sites/item/get_by_path_with_path/get_by_path_with_path_request_builder.py +1 -1
- msgraph/generated/sites/item/lists/item/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/sites/item/lists/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_request_builder.py +2 -2
- msgraph/generated/solutions/virtual_events/webinars/get_by_user_role_with_role/get_by_user_role_with_role_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/item/registrations_with_email/registrations_with_email_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/item/registrations_with_user_id/registrations_with_user_id_request_builder.py +1 -1
- msgraph/generated/storage/file_storage/containers/containers_request_builder.py +2 -2
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/tenant_relationships/find_tenant_information_by_domain_name_with_domain_name/find_tenant_information_by_domain_name_with_domain_name_request_builder.py +1 -1
- msgraph/generated/tenant_relationships/find_tenant_information_by_tenant_id_with_tenant_id/find_tenant_information_by_tenant_id_with_tenant_id_request_builder.py +1 -1
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/item/assign_license/assign_license_request_builder.py +2 -2
- msgraph/generated/users/item/calendar/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/calendar_groups/item/calendars/item/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/calendars/item/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/employee_experience/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/users/item/export_device_and_app_management_data_with_skip_with_top/export_device_and_app_management_data_with_skip_with_top_request_builder.py +2 -2
- msgraph/generated/users/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/users/item/outlook/supported_time_zones_with_time_zone_standard/supported_time_zones_with_time_zone_standard_request_builder.py +1 -1
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/reminder_view_with_start_date_time_with_end_date_time/reminder_view_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/users/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/users/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/users/item/solutions/solutions_request_builder.py +3 -3
- msgraph/generated/users/item/solutions/working_time_schedule/end_working_time/end_working_time_request_builder.py +3 -2
- msgraph/generated/users/item/solutions/working_time_schedule/start_working_time/start_working_time_request_builder.py +3 -2
- msgraph/generated/users/item/solutions/working_time_schedule/working_time_schedule_request_builder.py +3 -3
- msgraph/generated/users/item/user_item_request_builder.py +5 -5
- msgraph/generated/users/users_request_builder.py +1 -1
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/RECORD +625 -610
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/WHEEL +0 -0
@@ -85,6 +85,8 @@ class Group(DirectoryObject):
|
|
85
85
|
is_archived: Optional[bool] = None
|
86
86
|
# Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).
|
87
87
|
is_assignable_to_role: Optional[bool] = None
|
88
|
+
# The isManagementRestricted property
|
89
|
+
is_management_restricted: Optional[bool] = None
|
88
90
|
# Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
|
89
91
|
is_subscribed_by_mail: Optional[bool] = None
|
90
92
|
# Indicates the status of the group license assignment to all group members. The default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only.
|
@@ -121,7 +123,7 @@ class Group(DirectoryObject):
|
|
121
123
|
on_premises_sync_enabled: Optional[bool] = None
|
122
124
|
# The onenote property
|
123
125
|
onenote: Optional[Onenote] = None
|
124
|
-
# The owners of the group. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group
|
126
|
+
# The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. For security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).
|
125
127
|
owners: Optional[List[DirectoryObject]] = None
|
126
128
|
# The permissionGrants property
|
127
129
|
permission_grants: Optional[List[ResourceSpecificPermissionGrant]] = None
|
@@ -255,6 +257,7 @@ class Group(DirectoryObject):
|
|
255
257
|
"hideFromOutlookClients": lambda n : setattr(self, 'hide_from_outlook_clients', n.get_bool_value()),
|
256
258
|
"isArchived": lambda n : setattr(self, 'is_archived', n.get_bool_value()),
|
257
259
|
"isAssignableToRole": lambda n : setattr(self, 'is_assignable_to_role', n.get_bool_value()),
|
260
|
+
"isManagementRestricted": lambda n : setattr(self, 'is_management_restricted', n.get_bool_value()),
|
258
261
|
"isSubscribedByMail": lambda n : setattr(self, 'is_subscribed_by_mail', n.get_bool_value()),
|
259
262
|
"licenseProcessingState": lambda n : setattr(self, 'license_processing_state', n.get_object_value(LicenseProcessingState)),
|
260
263
|
"mail": lambda n : setattr(self, 'mail', n.get_str_value()),
|
@@ -336,6 +339,7 @@ class Group(DirectoryObject):
|
|
336
339
|
writer.write_bool_value("hideFromOutlookClients", self.hide_from_outlook_clients)
|
337
340
|
writer.write_bool_value("isArchived", self.is_archived)
|
338
341
|
writer.write_bool_value("isAssignableToRole", self.is_assignable_to_role)
|
342
|
+
writer.write_bool_value("isManagementRestricted", self.is_management_restricted)
|
339
343
|
writer.write_bool_value("isSubscribedByMail", self.is_subscribed_by_mail)
|
340
344
|
writer.write_object_value("licenseProcessingState", self.license_processing_state)
|
341
345
|
writer.write_str_value("mail", self.mail)
|
@@ -16,7 +16,7 @@ class ScheduleInformation(AdditionalDataHolder, BackedModel, Parsable):
|
|
16
16
|
|
17
17
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
18
18
|
additional_data: Dict[str, Any] = field(default_factory=dict)
|
19
|
-
# Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free or working elswhere, 1= tentative, 2= busy, 3= out of office.Note: Working elsewhere is set to 0 instead of 4 for backward compatibility. For details, see the Q&A.
|
19
|
+
# Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free or working elswhere, 1= tentative, 2= busy, 3= out of office.Note: Working elsewhere is set to 0 instead of 4 for backward compatibility. For details, see the Q&A and Exchange 2007 and Exchange 2010 do not use the WorkingElsewhere value.
|
20
20
|
availability_view: Optional[str] = None
|
21
21
|
# Error information from attempting to get the availability of the user, distribution list, or resource.
|
22
22
|
error: Optional[FreeBusyError] = None
|
@@ -14,33 +14,33 @@ from ..entity import Entity
|
|
14
14
|
|
15
15
|
@dataclass
|
16
16
|
class HealthIssue(Entity):
|
17
|
-
#
|
17
|
+
# Contains additional information about the issue, such as a list of items to fix.
|
18
18
|
additional_information: Optional[List[str]] = None
|
19
|
-
# The
|
19
|
+
# The date and time when the health issue was generated. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
20
20
|
created_date_time: Optional[datetime.datetime] = None
|
21
|
-
#
|
21
|
+
# Contains more detailed information about the health issue.
|
22
22
|
description: Optional[str] = None
|
23
|
-
# The
|
23
|
+
# The display name of the health issue.
|
24
24
|
display_name: Optional[str] = None
|
25
|
-
#
|
25
|
+
# A list of the fully qualified domain names of the domains or the sensors the health issue is related to.
|
26
26
|
domain_names: Optional[List[str]] = None
|
27
|
-
# The
|
27
|
+
# The type of the health issue. The possible values are: sensor, global, unknownFutureValue. For a list of all health issues and their identifiers, see Microsoft Defender for Identity health issues.
|
28
28
|
health_issue_type: Optional[HealthIssueType] = None
|
29
|
-
# The
|
29
|
+
# The type identifier of the health issue. For a list of all health issues and their identifiers, see Microsoft Defender for Identity health issues.
|
30
30
|
issue_type_id: Optional[str] = None
|
31
|
-
# The
|
31
|
+
# The date and time when the health issue was last updated. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
32
32
|
last_modified_date_time: Optional[datetime.datetime] = None
|
33
33
|
# The OdataType property
|
34
34
|
odata_type: Optional[str] = None
|
35
|
-
#
|
35
|
+
# A list of recommended actions that can be taken to resolve the issue effectively and efficiently. These actions might include instructions for further investigation and aren't limited to prewritten responses.
|
36
36
|
recommendations: Optional[List[str]] = None
|
37
|
-
# The
|
37
|
+
# A list of commands from the PowerShell module for the product that can be used to resolve the issue, if available. If no commands can be used to solve the issue, this property is empty. The commands, if present, provide a quick and efficient way to address the issue. These commands run in sequence for the single recommended fix.
|
38
38
|
recommended_action_commands: Optional[List[str]] = None
|
39
|
-
#
|
39
|
+
# A list of the DNS names of the sensors the health issue is related to.
|
40
40
|
sensor_d_n_s_names: Optional[List[str]] = None
|
41
|
-
# The severity
|
41
|
+
# The severity of the health issue. The possible values are: low, medium, high, unknownFutureValue.
|
42
42
|
severity: Optional[HealthIssueSeverity] = None
|
43
|
-
# The status
|
43
|
+
# The status of the health issue. The possible values are: open, closed, suppressed, unknownFutureValue.
|
44
44
|
status: Optional[HealthIssueStatus] = None
|
45
45
|
|
46
46
|
@staticmethod
|
@@ -11,7 +11,7 @@ from ..entity import Entity
|
|
11
11
|
|
12
12
|
@dataclass
|
13
13
|
class IdentityContainer(Entity):
|
14
|
-
#
|
14
|
+
# Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration.
|
15
15
|
health_issues: Optional[List[HealthIssue]] = None
|
16
16
|
# The OdataType property
|
17
17
|
odata_type: Optional[str] = None
|
@@ -31,7 +31,7 @@ class Security(Entity):
|
|
31
31
|
attack_simulation: Optional[AttackSimulationRoot] = None
|
32
32
|
# The cases property
|
33
33
|
cases: Optional[CasesRoot] = None
|
34
|
-
#
|
34
|
+
# A container for security identities APIs.
|
35
35
|
identities: Optional[IdentityContainer] = None
|
36
36
|
# A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.
|
37
37
|
incidents: Optional[List[Incident]] = None
|
msgraph/generated/models/user.py
CHANGED
@@ -174,6 +174,8 @@ class User(DirectoryObject):
|
|
174
174
|
insights: Optional[ItemInsights] = None
|
175
175
|
# A list for the user to describe their interests. Returned only on $select.
|
176
176
|
interests: Optional[List[str]] = None
|
177
|
+
# The isManagementRestricted property
|
178
|
+
is_management_restricted: Optional[bool] = None
|
177
179
|
# Don't use – reserved for future use.
|
178
180
|
is_resource_account: Optional[bool] = None
|
179
181
|
# The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
|
@@ -300,7 +302,7 @@ class User(DirectoryObject):
|
|
300
302
|
sign_in_sessions_valid_from_date_time: Optional[datetime.datetime] = None
|
301
303
|
# A list for the user to enumerate their skills. Returned only on $select.
|
302
304
|
skills: Optional[List[str]] = None
|
303
|
-
# The
|
305
|
+
# The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable
|
304
306
|
solutions: Optional[UserSolutionRoot] = None
|
305
307
|
# The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.
|
306
308
|
sponsors: Optional[List[DirectoryObject]] = None
|
@@ -504,6 +506,7 @@ class User(DirectoryObject):
|
|
504
506
|
"inferenceClassification": lambda n : setattr(self, 'inference_classification', n.get_object_value(InferenceClassification)),
|
505
507
|
"insights": lambda n : setattr(self, 'insights', n.get_object_value(ItemInsights)),
|
506
508
|
"interests": lambda n : setattr(self, 'interests', n.get_collection_of_primitive_values(str)),
|
509
|
+
"isManagementRestricted": lambda n : setattr(self, 'is_management_restricted', n.get_bool_value()),
|
507
510
|
"isResourceAccount": lambda n : setattr(self, 'is_resource_account', n.get_bool_value()),
|
508
511
|
"jobTitle": lambda n : setattr(self, 'job_title', n.get_str_value()),
|
509
512
|
"joinedTeams": lambda n : setattr(self, 'joined_teams', n.get_collection_of_object_values(Team)),
|
@@ -646,6 +649,7 @@ class User(DirectoryObject):
|
|
646
649
|
writer.write_object_value("inferenceClassification", self.inference_classification)
|
647
650
|
writer.write_object_value("insights", self.insights)
|
648
651
|
writer.write_collection_of_primitive_values("interests", self.interests)
|
652
|
+
writer.write_bool_value("isManagementRestricted", self.is_management_restricted)
|
649
653
|
writer.write_bool_value("isResourceAccount", self.is_resource_account)
|
650
654
|
writer.write_str_value("jobTitle", self.job_title)
|
651
655
|
writer.write_collection_of_object_values("joinedTeams", self.joined_teams)
|
@@ -13,7 +13,7 @@ from .entity import Entity
|
|
13
13
|
class UserSolutionRoot(Entity):
|
14
14
|
# The OdataType property
|
15
15
|
odata_type: Optional[str] = None
|
16
|
-
# The
|
16
|
+
# The working time schedule entity associated with the solution.
|
17
17
|
working_time_schedule: Optional[WorkingTimeSchedule] = None
|
18
18
|
|
19
19
|
@staticmethod
|
@@ -11,27 +11,27 @@ class WorkbookWorksheetProtectionOptions(AdditionalDataHolder, BackedModel, Pars
|
|
11
11
|
|
12
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
13
13
|
additional_data: Dict[str, Any] = field(default_factory=dict)
|
14
|
-
#
|
14
|
+
# Represents the worksheet protection option of allowing using auto filter feature.
|
15
15
|
allow_auto_filter: Optional[bool] = None
|
16
|
-
#
|
16
|
+
# Represents the worksheet protection option of allowing deleting columns.
|
17
17
|
allow_delete_columns: Optional[bool] = None
|
18
|
-
#
|
18
|
+
# Represents the worksheet protection option of allowing deleting rows.
|
19
19
|
allow_delete_rows: Optional[bool] = None
|
20
|
-
#
|
20
|
+
# Represents the worksheet protection option of allowing formatting cells.
|
21
21
|
allow_format_cells: Optional[bool] = None
|
22
|
-
#
|
22
|
+
# Represents the worksheet protection option of allowing formatting columns.
|
23
23
|
allow_format_columns: Optional[bool] = None
|
24
|
-
#
|
24
|
+
# Represents the worksheet protection option of allowing formatting rows.
|
25
25
|
allow_format_rows: Optional[bool] = None
|
26
|
-
#
|
26
|
+
# Represents the worksheet protection option of allowing inserting columns.
|
27
27
|
allow_insert_columns: Optional[bool] = None
|
28
|
-
#
|
28
|
+
# Represents the worksheet protection option of allowing inserting hyperlinks.
|
29
29
|
allow_insert_hyperlinks: Optional[bool] = None
|
30
|
-
#
|
30
|
+
# Represents the worksheet protection option of allowing inserting rows.
|
31
31
|
allow_insert_rows: Optional[bool] = None
|
32
|
-
#
|
32
|
+
# Represents the worksheet protection option of allowing using pivot table feature.
|
33
33
|
allow_pivot_tables: Optional[bool] = None
|
34
|
-
#
|
34
|
+
# Represents the worksheet protection option of allowing using sort feature.
|
35
35
|
allow_sort: Optional[bool] = None
|
36
36
|
# The OdataType property
|
37
37
|
odata_type: Optional[str] = None
|
@@ -79,11 +79,11 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
79
79
|
|
80
80
|
async def patch(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Organization]:
|
81
81
|
"""
|
82
|
-
Update the properties of
|
82
|
+
Update the properties of a organization object.
|
83
83
|
param body: The request body
|
84
84
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
85
85
|
Returns: Optional[Organization]
|
86
|
-
Find more info here: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
|
86
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0
|
87
87
|
"""
|
88
88
|
if body is None:
|
89
89
|
raise TypeError("body cannot be null.")
|
@@ -125,7 +125,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
125
125
|
|
126
126
|
def to_patch_request_information(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
127
127
|
"""
|
128
|
-
Update the properties of
|
128
|
+
Update the properties of a organization object.
|
129
129
|
param body: The request body
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: RequestInformation
|
@@ -0,0 +1,49 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from dataclasses import dataclass, field
|
3
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
4
|
+
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
5
|
+
from typing import Any, Callable, Dict, List, Optional, TYPE_CHECKING, Union
|
6
|
+
|
7
|
+
@dataclass
|
8
|
+
class RestorePostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
|
9
|
+
# Stores model information.
|
10
|
+
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
11
|
+
|
12
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
13
|
+
additional_data: Dict[str, Any] = field(default_factory=dict)
|
14
|
+
# The autoReconcileProxyConflict property
|
15
|
+
auto_reconcile_proxy_conflict: Optional[bool] = None
|
16
|
+
|
17
|
+
@staticmethod
|
18
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> RestorePostRequestBody:
|
19
|
+
"""
|
20
|
+
Creates a new instance of the appropriate class based on discriminator value
|
21
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
22
|
+
Returns: RestorePostRequestBody
|
23
|
+
"""
|
24
|
+
if parse_node is None:
|
25
|
+
raise TypeError("parse_node cannot be null.")
|
26
|
+
return RestorePostRequestBody()
|
27
|
+
|
28
|
+
def get_field_deserializers(self,) -> Dict[str, Callable[[ParseNode], None]]:
|
29
|
+
"""
|
30
|
+
The deserialization information for the current model
|
31
|
+
Returns: Dict[str, Callable[[ParseNode], None]]
|
32
|
+
"""
|
33
|
+
fields: Dict[str, Callable[[Any], None]] = {
|
34
|
+
"autoReconcileProxyConflict": lambda n : setattr(self, 'auto_reconcile_proxy_conflict', n.get_bool_value()),
|
35
|
+
}
|
36
|
+
return fields
|
37
|
+
|
38
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
39
|
+
"""
|
40
|
+
Serializes information the current object
|
41
|
+
param writer: Serialization writer to use to serialize this model
|
42
|
+
Returns: None
|
43
|
+
"""
|
44
|
+
if writer is None:
|
45
|
+
raise TypeError("writer cannot be null.")
|
46
|
+
writer.write_bool_value("autoReconcileProxyConflict", self.auto_reconcile_proxy_conflict)
|
47
|
+
writer.write_additional_data_value(self.additional_data)
|
48
|
+
|
49
|
+
|
@@ -15,6 +15,7 @@ from warnings import warn
|
|
15
15
|
if TYPE_CHECKING:
|
16
16
|
from ....models.directory_object import DirectoryObject
|
17
17
|
from ....models.o_data_errors.o_data_error import ODataError
|
18
|
+
from .restore_post_request_body import RestorePostRequestBody
|
18
19
|
|
19
20
|
class RestoreRequestBuilder(BaseRequestBuilder):
|
20
21
|
"""
|
@@ -29,15 +30,18 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
29
30
|
"""
|
30
31
|
super().__init__(request_adapter, "{+baseurl}/organization/{organization%2Did}/restore", path_parameters)
|
31
32
|
|
32
|
-
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
|
+
async def post(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
34
|
"""
|
34
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
36
|
+
param body: The request body
|
35
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
38
|
Returns: Optional[DirectoryObject]
|
37
39
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
38
40
|
"""
|
41
|
+
if body is None:
|
42
|
+
raise TypeError("body cannot be null.")
|
39
43
|
request_info = self.to_post_request_information(
|
40
|
-
request_configuration
|
44
|
+
body, request_configuration
|
41
45
|
)
|
42
46
|
from ....models.o_data_errors.o_data_error import ODataError
|
43
47
|
|
@@ -50,15 +54,19 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
50
54
|
|
51
55
|
return await self.request_adapter.send_async(request_info, DirectoryObject, error_mapping)
|
52
56
|
|
53
|
-
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
57
|
+
def to_post_request_information(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
54
58
|
"""
|
55
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
59
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
60
|
+
param body: The request body
|
56
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
62
|
Returns: RequestInformation
|
58
63
|
"""
|
64
|
+
if body is None:
|
65
|
+
raise TypeError("body cannot be null.")
|
59
66
|
request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
|
60
67
|
request_info.configure(request_configuration)
|
61
68
|
request_info.headers.try_add("Accept", "application/json")
|
69
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
62
70
|
return request_info
|
63
71
|
|
64
72
|
def with_url(self,raw_url: str) -> RestoreRequestBuilder:
|
@@ -0,0 +1,49 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from dataclasses import dataclass, field
|
3
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
4
|
+
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
5
|
+
from typing import Any, Callable, Dict, List, Optional, TYPE_CHECKING, Union
|
6
|
+
|
7
|
+
@dataclass
|
8
|
+
class RestorePostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
|
9
|
+
# Stores model information.
|
10
|
+
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
11
|
+
|
12
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
13
|
+
additional_data: Dict[str, Any] = field(default_factory=dict)
|
14
|
+
# The autoReconcileProxyConflict property
|
15
|
+
auto_reconcile_proxy_conflict: Optional[bool] = None
|
16
|
+
|
17
|
+
@staticmethod
|
18
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> RestorePostRequestBody:
|
19
|
+
"""
|
20
|
+
Creates a new instance of the appropriate class based on discriminator value
|
21
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
22
|
+
Returns: RestorePostRequestBody
|
23
|
+
"""
|
24
|
+
if parse_node is None:
|
25
|
+
raise TypeError("parse_node cannot be null.")
|
26
|
+
return RestorePostRequestBody()
|
27
|
+
|
28
|
+
def get_field_deserializers(self,) -> Dict[str, Callable[[ParseNode], None]]:
|
29
|
+
"""
|
30
|
+
The deserialization information for the current model
|
31
|
+
Returns: Dict[str, Callable[[ParseNode], None]]
|
32
|
+
"""
|
33
|
+
fields: Dict[str, Callable[[Any], None]] = {
|
34
|
+
"autoReconcileProxyConflict": lambda n : setattr(self, 'auto_reconcile_proxy_conflict', n.get_bool_value()),
|
35
|
+
}
|
36
|
+
return fields
|
37
|
+
|
38
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
39
|
+
"""
|
40
|
+
Serializes information the current object
|
41
|
+
param writer: Serialization writer to use to serialize this model
|
42
|
+
Returns: None
|
43
|
+
"""
|
44
|
+
if writer is None:
|
45
|
+
raise TypeError("writer cannot be null.")
|
46
|
+
writer.write_bool_value("autoReconcileProxyConflict", self.auto_reconcile_proxy_conflict)
|
47
|
+
writer.write_additional_data_value(self.additional_data)
|
48
|
+
|
49
|
+
|
@@ -15,6 +15,7 @@ from warnings import warn
|
|
15
15
|
if TYPE_CHECKING:
|
16
16
|
from ....models.directory_object import DirectoryObject
|
17
17
|
from ....models.o_data_errors.o_data_error import ODataError
|
18
|
+
from .restore_post_request_body import RestorePostRequestBody
|
18
19
|
|
19
20
|
class RestoreRequestBuilder(BaseRequestBuilder):
|
20
21
|
"""
|
@@ -29,15 +30,18 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
29
30
|
"""
|
30
31
|
super().__init__(request_adapter, "{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", path_parameters)
|
31
32
|
|
32
|
-
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
|
+
async def post(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
34
|
"""
|
34
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
36
|
+
param body: The request body
|
35
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
38
|
Returns: Optional[DirectoryObject]
|
37
39
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
38
40
|
"""
|
41
|
+
if body is None:
|
42
|
+
raise TypeError("body cannot be null.")
|
39
43
|
request_info = self.to_post_request_information(
|
40
|
-
request_configuration
|
44
|
+
body, request_configuration
|
41
45
|
)
|
42
46
|
from ....models.o_data_errors.o_data_error import ODataError
|
43
47
|
|
@@ -50,15 +54,19 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
50
54
|
|
51
55
|
return await self.request_adapter.send_async(request_info, DirectoryObject, error_mapping)
|
52
56
|
|
53
|
-
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
57
|
+
def to_post_request_information(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
54
58
|
"""
|
55
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
59
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
60
|
+
param body: The request body
|
56
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
62
|
Returns: RequestInformation
|
58
63
|
"""
|
64
|
+
if body is None:
|
65
|
+
raise TypeError("body cannot be null.")
|
59
66
|
request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
|
60
67
|
request_info.configure(request_configuration)
|
61
68
|
request_info.headers.try_add("Accept", "application/json")
|
69
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
62
70
|
return request_info
|
63
71
|
|
64
72
|
def with_url(self,raw_url: str) -> RestoreRequestBuilder:
|
@@ -30,8 +30,8 @@ class UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestB
|
|
30
30
|
Returns: None
|
31
31
|
"""
|
32
32
|
if isinstance(path_parameters, dict):
|
33
|
-
path_parameters['includedUserRoles'] =
|
34
|
-
path_parameters['includedUserTypes'] =
|
33
|
+
path_parameters['includedUserRoles'] = included_user_roles
|
34
|
+
path_parameters['includedUserTypes'] = included_user_types
|
35
35
|
super().__init__(request_adapter, "{+baseurl}/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", path_parameters)
|
36
36
|
|
37
37
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[UserRegistrationFeatureSummary]:
|
@@ -30,8 +30,8 @@ class UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBu
|
|
30
30
|
Returns: None
|
31
31
|
"""
|
32
32
|
if isinstance(path_parameters, dict):
|
33
|
-
path_parameters['includedUserRoles'] =
|
34
|
-
path_parameters['includedUserTypes'] =
|
33
|
+
path_parameters['includedUserRoles'] = included_user_roles
|
34
|
+
path_parameters['includedUserTypes'] = included_user_types
|
35
35
|
super().__init__(request_adapter, "{+baseurl}/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", path_parameters)
|
36
36
|
|
37
37
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[UserRegistrationMethodSummary]:
|
@@ -28,7 +28,7 @@ class GetEmailActivityCountsWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailActivityCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailActivityUserCountsWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailActivityUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -29,7 +29,7 @@ class GetEmailActivityUserDetailWithDateRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['date'] =
|
32
|
+
path_parameters['date'] = date
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailActivityUserDetail(date={date})", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailActivityUserDetailWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailActivityUserDetail(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder(BaseRequestBuilder)
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailAppUsageAppsUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailAppUsageUserCountsWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailAppUsageUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -29,7 +29,7 @@ class GetEmailAppUsageUserDetailWithDateRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['date'] =
|
32
|
+
path_parameters['date'] = date
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailAppUsageUserDetail(date={date})", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailAppUsageUserDetailWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailAppUsageUserDetail(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder(BaseRequestBuil
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -32,9 +32,9 @@ class GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeReques
|
|
32
32
|
Returns: None
|
33
33
|
"""
|
34
34
|
if isinstance(path_parameters, dict):
|
35
|
-
path_parameters['endDateTime'] =
|
36
|
-
path_parameters['groupId'] =
|
37
|
-
path_parameters['startDateTime'] =
|
35
|
+
path_parameters['endDateTime'] = end_date_time
|
36
|
+
path_parameters['groupId'] = group_id
|
37
|
+
path_parameters['startDateTime'] = start_date_time
|
38
38
|
super().__init__(request_adapter, "{+baseurl}/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", path_parameters)
|
39
39
|
|
40
40
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters]] = None) -> Optional[GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse]:
|
@@ -28,7 +28,7 @@ class GetM365AppPlatformUserCountsWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getM365AppPlatformUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetM365AppUserCountsWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getM365AppUserCounts(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -29,7 +29,7 @@ class GetM365AppUserDetailWithDateRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['date'] =
|
32
|
+
path_parameters['date'] = date
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/reports/getM365AppUserDetail(date={date})", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
@@ -28,7 +28,7 @@ class GetM365AppUserDetailWithPeriodRequestBuilder(BaseRequestBuilder):
|
|
28
28
|
Returns: None
|
29
29
|
"""
|
30
30
|
if isinstance(path_parameters, dict):
|
31
|
-
path_parameters['period'] =
|
31
|
+
path_parameters['period'] = period
|
32
32
|
super().__init__(request_adapter, "{+baseurl}/reports/getM365AppUserDetail(period='{period}')", path_parameters)
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|