msgraph-sdk 1.45.0__py3-none-any.whl → 1.47.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.
Files changed (499) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  3. msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
  4. msgraph/generated/communications/communications_request_builder.py +22 -2
  5. msgraph/generated/communications/get_all_online_meeting_messages/get_all_online_meeting_messages_get_response.py +58 -0
  6. msgraph/generated/communications/get_all_online_meeting_messages/get_all_online_meeting_messages_request_builder.py +138 -0
  7. msgraph/generated/{device_management/telecom_expense_management_partners → communications/online_meeting_conversations}/count/count_request_builder.py +1 -1
  8. msgraph/generated/communications/online_meeting_conversations/item/messages/count/count_request_builder.py +104 -0
  9. msgraph/generated/communications/online_meeting_conversations/item/messages/item/conversation/conversation_request_builder.py +107 -0
  10. msgraph/generated/communications/online_meeting_conversations/item/messages/item/engagement_conversation_message_item_request_builder.py +228 -0
  11. msgraph/generated/communications/online_meeting_conversations/item/messages/item/reactions/count/count_request_builder.py +104 -0
  12. msgraph/generated/communications/online_meeting_conversations/item/messages/item/reactions/item/engagement_conversation_message_reaction_item_request_builder.py +188 -0
  13. msgraph/generated/communications/online_meeting_conversations/item/messages/item/reactions/reactions_request_builder.py +209 -0
  14. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/count/count_request_builder.py +104 -0
  15. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/conversation/conversation_request_builder.py +107 -0
  16. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/engagement_conversation_message_item_request_builder.py +218 -0
  17. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/reactions/count/count_request_builder.py +104 -0
  18. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/reactions/item/engagement_conversation_message_reaction_item_request_builder.py +188 -0
  19. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/reactions/reactions_request_builder.py +208 -0
  20. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/item/reply_to/reply_to_request_builder.py +107 -0
  21. msgraph/generated/communications/online_meeting_conversations/item/messages/item/replies/replies_request_builder.py +208 -0
  22. msgraph/generated/communications/online_meeting_conversations/item/messages/item/reply_to/reply_to_request_builder.py +107 -0
  23. msgraph/generated/communications/online_meeting_conversations/item/messages/messages_request_builder.py +208 -0
  24. msgraph/generated/communications/online_meeting_conversations/item/online_meeting/attendee_report/attendee_report_request_builder.py +157 -0
  25. msgraph/generated/communications/online_meeting_conversations/item/online_meeting/online_meeting_request_builder.py +117 -0
  26. msgraph/generated/communications/online_meeting_conversations/item/online_meeting_engagement_conversation_item_request_builder.py +218 -0
  27. msgraph/generated/communications/online_meeting_conversations/item/starter/conversation/conversation_request_builder.py +107 -0
  28. msgraph/generated/communications/online_meeting_conversations/item/starter/reactions/count/count_request_builder.py +104 -0
  29. msgraph/generated/communications/online_meeting_conversations/item/starter/reactions/item/engagement_conversation_message_reaction_item_request_builder.py +188 -0
  30. msgraph/generated/communications/online_meeting_conversations/item/starter/reactions/reactions_request_builder.py +208 -0
  31. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/count/count_request_builder.py +104 -0
  32. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/conversation/conversation_request_builder.py +107 -0
  33. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/engagement_conversation_message_item_request_builder.py +218 -0
  34. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/reactions/count/count_request_builder.py +104 -0
  35. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/reactions/item/engagement_conversation_message_reaction_item_request_builder.py +188 -0
  36. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/reactions/reactions_request_builder.py +208 -0
  37. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/item/reply_to/reply_to_request_builder.py +107 -0
  38. msgraph/generated/communications/online_meeting_conversations/item/starter/replies/replies_request_builder.py +208 -0
  39. msgraph/generated/communications/online_meeting_conversations/item/starter/reply_to/reply_to_request_builder.py +107 -0
  40. msgraph/generated/communications/online_meeting_conversations/item/starter/starter_request_builder.py +228 -0
  41. msgraph/generated/{device_management/telecom_expense_management_partners/telecom_expense_management_partners_request_builder.py → communications/online_meeting_conversations/online_meeting_conversations_request_builder.py} +37 -39
  42. msgraph/generated/communications/presences/item/set_presence/set_presence_request_builder.py +2 -2
  43. msgraph/generated/contacts/contacts_request_builder.py +6 -1
  44. msgraph/generated/{device_management/telecom_expense_management_partners/item/telecom_expense_management_partner_item_request_builder.py → contacts/item/on_premises_sync_behavior/on_premises_sync_behavior_request_builder.py} +29 -32
  45. msgraph/generated/contacts/item/org_contact_item_request_builder.py +91 -0
  46. msgraph/generated/device_app_management/android_managed_app_protections/android_managed_app_protections_request_builder.py +5 -7
  47. msgraph/generated/device_app_management/android_managed_app_protections/item/android_managed_app_protection_item_request_builder.py +7 -10
  48. msgraph/generated/device_app_management/default_managed_app_protections/default_managed_app_protections_request_builder.py +5 -7
  49. msgraph/generated/device_app_management/default_managed_app_protections/item/default_managed_app_protection_item_request_builder.py +7 -10
  50. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  51. msgraph/generated/device_app_management/ios_managed_app_protections/ios_managed_app_protections_request_builder.py +5 -7
  52. msgraph/generated/device_app_management/ios_managed_app_protections/item/apps/apps_request_builder.py +5 -7
  53. msgraph/generated/device_app_management/ios_managed_app_protections/item/apps/item/managed_mobile_app_item_request_builder.py +7 -10
  54. msgraph/generated/device_app_management/ios_managed_app_protections/item/assignments/assignments_request_builder.py +3 -4
  55. msgraph/generated/device_app_management/ios_managed_app_protections/item/assignments/item/targeted_managed_app_policy_assignment_item_request_builder.py +7 -10
  56. msgraph/generated/device_app_management/ios_managed_app_protections/item/deployment_summary/deployment_summary_request_builder.py +5 -7
  57. msgraph/generated/device_app_management/ios_managed_app_protections/item/ios_managed_app_protection_item_request_builder.py +7 -10
  58. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +3 -4
  59. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +2 -3
  60. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +3 -4
  61. msgraph/generated/device_app_management/managed_app_registrations/get_user_ids_with_flagged_app_registration/get_user_ids_with_flagged_app_registration_request_builder.py +3 -4
  62. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +2 -3
  63. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +2 -3
  64. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +3 -4
  65. msgraph/generated/device_app_management/managed_app_registrations/item/operations/item/managed_app_operation_item_request_builder.py +7 -10
  66. msgraph/generated/device_app_management/managed_app_registrations/item/operations/operations_request_builder.py +5 -7
  67. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +5 -7
  68. msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +3 -4
  69. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +3 -4
  70. msgraph/generated/device_app_management/managed_e_books/item/assign/assign_request_builder.py +2 -3
  71. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +5 -7
  72. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -10
  73. msgraph/generated/device_app_management/managed_e_books/item/device_states/device_states_request_builder.py +5 -7
  74. msgraph/generated/device_app_management/managed_e_books/item/device_states/item/device_install_state_item_request_builder.py +7 -10
  75. msgraph/generated/device_app_management/managed_e_books/item/install_summary/install_summary_request_builder.py +5 -7
  76. msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +7 -10
  77. msgraph/generated/device_app_management/managed_e_books/item/user_state_summary/item/user_install_state_summary_item_request_builder.py +7 -10
  78. msgraph/generated/device_app_management/managed_e_books/item/user_state_summary/user_state_summary_request_builder.py +5 -7
  79. msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +5 -7
  80. msgraph/generated/device_app_management/mdm_windows_information_protection_policies/item/mdm_windows_information_protection_policy_item_request_builder.py +7 -10
  81. msgraph/generated/device_app_management/mdm_windows_information_protection_policies/mdm_windows_information_protection_policies_request_builder.py +5 -7
  82. msgraph/generated/device_app_management/mobile_app_categories/item/mobile_app_category_item_request_builder.py +7 -10
  83. msgraph/generated/device_app_management/mobile_app_categories/mobile_app_categories_request_builder.py +5 -7
  84. msgraph/generated/device_app_management/mobile_app_configurations/item/assign/assign_request_builder.py +2 -3
  85. msgraph/generated/device_app_management/mobile_app_configurations/item/assignments/assignments_request_builder.py +5 -7
  86. msgraph/generated/device_app_management/mobile_app_configurations/item/assignments/item/managed_device_mobile_app_configuration_assignment_item_request_builder.py +7 -10
  87. msgraph/generated/device_app_management/mobile_app_configurations/item/device_status_summary/device_status_summary_request_builder.py +5 -7
  88. msgraph/generated/device_app_management/mobile_app_configurations/item/device_statuses/device_statuses_request_builder.py +5 -7
  89. msgraph/generated/device_app_management/mobile_app_configurations/item/device_statuses/item/managed_device_mobile_app_configuration_device_status_item_request_builder.py +7 -10
  90. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +7 -10
  91. msgraph/generated/device_app_management/mobile_app_configurations/item/user_status_summary/user_status_summary_request_builder.py +5 -7
  92. msgraph/generated/device_app_management/mobile_app_configurations/item/user_statuses/item/managed_device_mobile_app_configuration_user_status_item_request_builder.py +7 -10
  93. msgraph/generated/device_app_management/mobile_app_configurations/item/user_statuses/user_statuses_request_builder.py +5 -7
  94. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +5 -7
  95. msgraph/generated/device_app_management/mobile_apps/item/assignments/assignments_request_builder.py +5 -7
  96. msgraph/generated/device_app_management/mobile_apps/item/assignments/item/mobile_app_assignment_item_request_builder.py +7 -10
  97. msgraph/generated/device_app_management/mobile_apps/item/graph_android_lob_app/content_versions/content_versions_request_builder.py +3 -3
  98. msgraph/generated/device_app_management/mobile_apps/item/graph_android_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  99. msgraph/generated/device_app_management/mobile_apps/item/graph_ios_lob_app/content_versions/content_versions_request_builder.py +3 -3
  100. msgraph/generated/device_app_management/mobile_apps/item/graph_ios_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  101. msgraph/generated/device_app_management/mobile_apps/item/graph_mac_o_s_dmg_app/content_versions/content_versions_request_builder.py +3 -3
  102. msgraph/generated/device_app_management/mobile_apps/item/graph_mac_o_s_dmg_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  103. msgraph/generated/device_app_management/mobile_apps/item/graph_mac_o_s_lob_app/content_versions/content_versions_request_builder.py +3 -3
  104. msgraph/generated/device_app_management/mobile_apps/item/graph_mac_o_s_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  105. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_android_lob_app/content_versions/content_versions_request_builder.py +3 -3
  106. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_android_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  107. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_i_o_s_lob_app/content_versions/content_versions_request_builder.py +3 -3
  108. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_i_o_s_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  109. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_mobile_lob_app/content_versions/content_versions_request_builder.py +3 -3
  110. msgraph/generated/device_app_management/mobile_apps/item/graph_managed_mobile_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  111. msgraph/generated/device_app_management/mobile_apps/item/graph_win32_lob_app/content_versions/content_versions_request_builder.py +3 -3
  112. msgraph/generated/device_app_management/mobile_apps/item/graph_win32_lob_app/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  113. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_app_x/content_versions/content_versions_request_builder.py +3 -3
  114. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_app_x/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  115. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_mobile_m_s_i/content_versions/content_versions_request_builder.py +3 -3
  116. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_mobile_m_s_i/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  117. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_universal_app_x/committed_contained_apps/committed_contained_apps_request_builder.py +3 -3
  118. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_universal_app_x/committed_contained_apps/item/mobile_contained_app_item_request_builder.py +3 -3
  119. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_universal_app_x/content_versions/content_versions_request_builder.py +3 -3
  120. msgraph/generated/device_app_management/mobile_apps/item/graph_windows_universal_app_x/content_versions/item/mobile_app_content_item_request_builder.py +3 -3
  121. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +7 -10
  122. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +5 -7
  123. msgraph/generated/device_app_management/sync_microsoft_store_for_business_apps/sync_microsoft_store_for_business_apps_request_builder.py +0 -1
  124. msgraph/generated/device_app_management/targeted_managed_app_configurations/item/assign/assign_request_builder.py +2 -3
  125. msgraph/generated/device_app_management/targeted_managed_app_configurations/item/target_apps/target_apps_request_builder.py +2 -3
  126. msgraph/generated/device_app_management/targeted_managed_app_configurations/item/targeted_managed_app_configuration_item_request_builder.py +7 -10
  127. msgraph/generated/device_app_management/targeted_managed_app_configurations/targeted_managed_app_configurations_request_builder.py +5 -7
  128. msgraph/generated/device_app_management/vpp_tokens/item/sync_licenses/sync_licenses_request_builder.py +0 -1
  129. msgraph/generated/device_app_management/vpp_tokens/item/vpp_token_item_request_builder.py +7 -10
  130. msgraph/generated/device_app_management/vpp_tokens/vpp_tokens_request_builder.py +5 -7
  131. msgraph/generated/device_app_management/windows_information_protection_policies/item/exempt_app_locker_files/exempt_app_locker_files_request_builder.py +5 -7
  132. msgraph/generated/device_app_management/windows_information_protection_policies/item/exempt_app_locker_files/item/windows_information_protection_app_locker_file_item_request_builder.py +7 -10
  133. msgraph/generated/device_app_management/windows_information_protection_policies/item/windows_information_protection_policy_item_request_builder.py +7 -10
  134. msgraph/generated/device_app_management/windows_information_protection_policies/windows_information_protection_policies_request_builder.py +5 -7
  135. msgraph/generated/device_management/apple_push_notification_certificate/apple_push_notification_certificate_request_builder.py +5 -7
  136. msgraph/generated/device_management/apple_push_notification_certificate/download_apple_push_notification_certificate_signing_request/download_apple_push_notification_certificate_signing_request_request_builder.py +0 -1
  137. msgraph/generated/device_management/audit_events/audit_events_request_builder.py +5 -7
  138. msgraph/generated/device_management/audit_events/get_audit_categories/get_audit_categories_request_builder.py +3 -4
  139. msgraph/generated/device_management/audit_events/item/audit_event_item_request_builder.py +7 -10
  140. msgraph/generated/device_management/compliance_management_partners/compliance_management_partners_request_builder.py +5 -7
  141. msgraph/generated/device_management/compliance_management_partners/item/compliance_management_partner_item_request_builder.py +7 -10
  142. msgraph/generated/device_management/conditional_access_settings/conditional_access_settings_request_builder.py +5 -7
  143. msgraph/generated/device_management/detected_apps/detected_apps_request_builder.py +5 -7
  144. msgraph/generated/device_management/detected_apps/item/detected_app_item_request_builder.py +7 -10
  145. msgraph/generated/device_management/device_categories/device_categories_request_builder.py +5 -7
  146. msgraph/generated/device_management/device_categories/item/device_category_item_request_builder.py +7 -10
  147. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +5 -7
  148. msgraph/generated/device_management/device_compliance_policies/item/assign/assign_request_builder.py +2 -3
  149. msgraph/generated/device_management/device_compliance_policies/item/assignments/assignments_request_builder.py +5 -7
  150. msgraph/generated/device_management/device_compliance_policies/item/assignments/item/device_compliance_policy_assignment_item_request_builder.py +7 -10
  151. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -10
  152. msgraph/generated/device_management/device_compliance_policies/item/device_status_overview/device_status_overview_request_builder.py +5 -7
  153. msgraph/generated/device_management/device_compliance_policies/item/device_statuses/device_statuses_request_builder.py +5 -7
  154. msgraph/generated/device_management/device_compliance_policies/item/device_statuses/item/device_compliance_device_status_item_request_builder.py +7 -10
  155. msgraph/generated/device_management/device_compliance_policies/item/schedule_actions_for_rules/schedule_actions_for_rules_request_builder.py +2 -3
  156. msgraph/generated/device_management/device_compliance_policies/item/scheduled_actions_for_rule/item/device_compliance_scheduled_action_for_rule_item_request_builder.py +7 -10
  157. msgraph/generated/device_management/device_compliance_policies/item/scheduled_actions_for_rule/item/scheduled_action_configurations/item/device_compliance_action_item_item_request_builder.py +7 -10
  158. msgraph/generated/device_management/device_compliance_policies/item/scheduled_actions_for_rule/item/scheduled_action_configurations/scheduled_action_configurations_request_builder.py +5 -7
  159. msgraph/generated/device_management/device_compliance_policies/item/scheduled_actions_for_rule/scheduled_actions_for_rule_request_builder.py +5 -7
  160. msgraph/generated/device_management/device_compliance_policies/item/user_status_overview/user_status_overview_request_builder.py +5 -7
  161. msgraph/generated/device_management/device_compliance_policies/item/user_statuses/item/device_compliance_user_status_item_request_builder.py +7 -10
  162. msgraph/generated/device_management/device_compliance_policies/item/user_statuses/user_statuses_request_builder.py +5 -7
  163. msgraph/generated/device_management/device_compliance_policy_device_state_summary/device_compliance_policy_device_state_summary_request_builder.py +5 -7
  164. msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/device_compliance_policy_setting_state_summaries_request_builder.py +5 -7
  165. msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/item/device_compliance_policy_setting_state_summary_item_request_builder.py +7 -10
  166. msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/item/device_compliance_setting_states/device_compliance_setting_states_request_builder.py +5 -7
  167. msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/item/device_compliance_setting_states/item/device_compliance_setting_state_item_request_builder.py +7 -10
  168. msgraph/generated/device_management/device_configuration_device_state_summaries/device_configuration_device_state_summaries_request_builder.py +5 -7
  169. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +5 -7
  170. msgraph/generated/device_management/device_configurations/item/assign/assign_request_builder.py +2 -3
  171. msgraph/generated/device_management/device_configurations/item/assignments/assignments_request_builder.py +5 -7
  172. msgraph/generated/device_management/device_configurations/item/assignments/item/device_configuration_assignment_item_request_builder.py +7 -10
  173. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +7 -10
  174. msgraph/generated/device_management/device_configurations/item/device_setting_state_summaries/device_setting_state_summaries_request_builder.py +5 -7
  175. msgraph/generated/device_management/device_configurations/item/device_setting_state_summaries/item/setting_state_device_summary_item_request_builder.py +7 -10
  176. msgraph/generated/device_management/device_configurations/item/device_status_overview/device_status_overview_request_builder.py +5 -7
  177. msgraph/generated/device_management/device_configurations/item/device_statuses/device_statuses_request_builder.py +5 -7
  178. msgraph/generated/device_management/device_configurations/item/device_statuses/item/device_configuration_device_status_item_request_builder.py +7 -10
  179. msgraph/generated/device_management/device_configurations/item/user_status_overview/user_status_overview_request_builder.py +5 -7
  180. msgraph/generated/device_management/device_configurations/item/user_statuses/item/device_configuration_user_status_item_request_builder.py +7 -10
  181. msgraph/generated/device_management/device_configurations/item/user_statuses/user_statuses_request_builder.py +5 -7
  182. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +5 -7
  183. msgraph/generated/device_management/device_enrollment_configurations/item/assign/assign_request_builder.py +2 -3
  184. msgraph/generated/device_management/device_enrollment_configurations/item/assignments/assignments_request_builder.py +5 -7
  185. msgraph/generated/device_management/device_enrollment_configurations/item/assignments/item/enrollment_configuration_assignment_item_request_builder.py +7 -10
  186. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +7 -10
  187. msgraph/generated/device_management/device_enrollment_configurations/item/set_priority/set_priority_request_builder.py +2 -3
  188. msgraph/generated/device_management/device_management_partners/device_management_partners_request_builder.py +5 -7
  189. msgraph/generated/device_management/device_management_partners/item/device_management_partner_item_request_builder.py +7 -10
  190. msgraph/generated/device_management/device_management_partners/item/terminate/terminate_request_builder.py +2 -3
  191. msgraph/generated/device_management/device_management_request_builder.py +5 -17
  192. msgraph/generated/device_management/exchange_connectors/exchange_connectors_request_builder.py +5 -7
  193. msgraph/generated/device_management/exchange_connectors/item/device_management_exchange_connector_item_request_builder.py +7 -10
  194. msgraph/generated/device_management/exchange_connectors/item/sync/sync_request_builder.py +2 -3
  195. msgraph/generated/device_management/get_effective_permissions_with_scope/get_effective_permissions_with_scope_request_builder.py +0 -1
  196. msgraph/generated/device_management/imported_windows_autopilot_device_identities/import_/import_request_builder.py +2 -3
  197. msgraph/generated/device_management/imported_windows_autopilot_device_identities/imported_windows_autopilot_device_identities_request_builder.py +5 -7
  198. msgraph/generated/device_management/imported_windows_autopilot_device_identities/item/imported_windows_autopilot_device_identity_item_request_builder.py +5 -7
  199. msgraph/generated/device_management/ios_update_statuses/ios_update_statuses_request_builder.py +5 -7
  200. msgraph/generated/device_management/ios_update_statuses/item/ios_update_device_status_item_request_builder.py +7 -10
  201. msgraph/generated/device_management/managed_devices/item/bypass_activation_lock/bypass_activation_lock_request_builder.py +0 -1
  202. msgraph/generated/device_management/managed_devices/item/clean_windows_device/clean_windows_device_request_builder.py +0 -1
  203. msgraph/generated/device_management/managed_devices/item/delete_user_from_shared_apple_device/delete_user_from_shared_apple_device_request_builder.py +0 -1
  204. msgraph/generated/device_management/managed_devices/item/disable_lost_mode/disable_lost_mode_request_builder.py +0 -1
  205. msgraph/generated/device_management/managed_devices/item/locate_device/locate_device_request_builder.py +0 -1
  206. msgraph/generated/device_management/managed_devices/item/logout_shared_apple_device_active_user/logout_shared_apple_device_active_user_request_builder.py +0 -1
  207. msgraph/generated/device_management/managed_devices/item/managed_device_item_request_builder.py +2 -3
  208. msgraph/generated/device_management/managed_devices/item/reboot_now/reboot_now_request_builder.py +0 -1
  209. msgraph/generated/device_management/managed_devices/item/recover_passcode/recover_passcode_request_builder.py +0 -1
  210. msgraph/generated/device_management/managed_devices/item/remote_lock/remote_lock_request_builder.py +0 -1
  211. msgraph/generated/device_management/managed_devices/item/request_remote_assistance/request_remote_assistance_request_builder.py +0 -1
  212. msgraph/generated/device_management/managed_devices/item/reset_passcode/reset_passcode_request_builder.py +0 -1
  213. msgraph/generated/device_management/managed_devices/item/retire/retire_request_builder.py +0 -1
  214. msgraph/generated/device_management/managed_devices/item/shut_down/shut_down_request_builder.py +0 -1
  215. msgraph/generated/device_management/managed_devices/item/sync_device/sync_device_request_builder.py +2 -3
  216. msgraph/generated/device_management/managed_devices/item/update_windows_device_account/update_windows_device_account_request_builder.py +2 -3
  217. msgraph/generated/device_management/managed_devices/item/windows_defender_scan/windows_defender_scan_request_builder.py +2 -3
  218. msgraph/generated/device_management/managed_devices/item/windows_defender_update_signatures/windows_defender_update_signatures_request_builder.py +2 -3
  219. msgraph/generated/device_management/managed_devices/item/wipe/wipe_request_builder.py +0 -1
  220. msgraph/generated/device_management/managed_devices/managed_devices_request_builder.py +2 -3
  221. msgraph/generated/device_management/mobile_app_troubleshooting_events/item/app_log_collection_requests/app_log_collection_requests_request_builder.py +5 -7
  222. msgraph/generated/device_management/mobile_app_troubleshooting_events/item/app_log_collection_requests/item/app_log_collection_request_item_request_builder.py +7 -10
  223. msgraph/generated/device_management/mobile_app_troubleshooting_events/item/app_log_collection_requests/item/create_download_url/create_download_url_request_builder.py +2 -3
  224. msgraph/generated/device_management/mobile_app_troubleshooting_events/item/mobile_app_troubleshooting_event_item_request_builder.py +7 -10
  225. msgraph/generated/device_management/mobile_app_troubleshooting_events/mobile_app_troubleshooting_events_request_builder.py +5 -7
  226. msgraph/generated/device_management/mobile_threat_defense_connectors/item/mobile_threat_defense_connector_item_request_builder.py +7 -10
  227. msgraph/generated/device_management/mobile_threat_defense_connectors/mobile_threat_defense_connectors_request_builder.py +5 -7
  228. msgraph/generated/device_management/notification_message_templates/item/localized_notification_messages/item/localized_notification_message_item_request_builder.py +7 -10
  229. msgraph/generated/device_management/notification_message_templates/item/localized_notification_messages/localized_notification_messages_request_builder.py +5 -7
  230. msgraph/generated/device_management/notification_message_templates/item/notification_message_template_item_request_builder.py +7 -10
  231. msgraph/generated/device_management/notification_message_templates/item/send_test_message/send_test_message_request_builder.py +0 -1
  232. msgraph/generated/device_management/notification_message_templates/notification_message_templates_request_builder.py +5 -7
  233. msgraph/generated/device_management/reports/export_jobs/export_jobs_request_builder.py +5 -7
  234. msgraph/generated/device_management/reports/export_jobs/item/device_management_export_job_item_request_builder.py +7 -10
  235. msgraph/generated/device_management/reports/get_cached_report/get_cached_report_request_builder.py +2 -3
  236. msgraph/generated/device_management/reports/get_compliance_policy_non_compliance_report/get_compliance_policy_non_compliance_report_request_builder.py +2 -3
  237. msgraph/generated/device_management/reports/get_compliance_policy_non_compliance_summary_report/get_compliance_policy_non_compliance_summary_report_request_builder.py +2 -3
  238. msgraph/generated/device_management/reports/get_compliance_setting_non_compliance_report/get_compliance_setting_non_compliance_report_request_builder.py +2 -3
  239. msgraph/generated/device_management/reports/get_configuration_policy_non_compliance_report/get_configuration_policy_non_compliance_report_request_builder.py +2 -3
  240. msgraph/generated/device_management/reports/get_configuration_policy_non_compliance_summary_report/get_configuration_policy_non_compliance_summary_report_request_builder.py +2 -3
  241. msgraph/generated/device_management/reports/get_configuration_setting_non_compliance_report/get_configuration_setting_non_compliance_report_request_builder.py +2 -3
  242. msgraph/generated/device_management/reports/get_device_management_intent_per_setting_contributing_profiles/get_device_management_intent_per_setting_contributing_profiles_request_builder.py +2 -3
  243. msgraph/generated/device_management/reports/get_device_management_intent_settings_report/get_device_management_intent_settings_report_request_builder.py +2 -3
  244. msgraph/generated/device_management/reports/get_device_non_compliance_report/get_device_non_compliance_report_request_builder.py +2 -3
  245. msgraph/generated/device_management/reports/get_devices_without_compliance_policy_report/get_devices_without_compliance_policy_report_request_builder.py +2 -3
  246. msgraph/generated/device_management/reports/get_historical_report/get_historical_report_request_builder.py +2 -3
  247. msgraph/generated/device_management/reports/get_noncompliant_devices_and_settings_report/get_noncompliant_devices_and_settings_report_request_builder.py +2 -3
  248. msgraph/generated/device_management/reports/get_policy_non_compliance_metadata/get_policy_non_compliance_metadata_request_builder.py +2 -3
  249. msgraph/generated/device_management/reports/get_policy_non_compliance_report/get_policy_non_compliance_report_request_builder.py +2 -3
  250. msgraph/generated/device_management/reports/get_policy_non_compliance_summary_report/get_policy_non_compliance_summary_report_request_builder.py +2 -3
  251. msgraph/generated/device_management/reports/get_report_filters/get_report_filters_request_builder.py +2 -3
  252. msgraph/generated/device_management/reports/get_setting_non_compliance_report/get_setting_non_compliance_report_request_builder.py +2 -3
  253. msgraph/generated/device_management/reports/reports_request_builder.py +5 -7
  254. msgraph/generated/device_management/resource_operations/item/resource_operation_item_request_builder.py +7 -10
  255. msgraph/generated/device_management/resource_operations/resource_operations_request_builder.py +5 -7
  256. msgraph/generated/device_management/role_assignments/item/device_and_app_management_role_assignment_item_request_builder.py +7 -10
  257. msgraph/generated/device_management/role_assignments/item/role_definition/role_definition_request_builder.py +3 -3
  258. msgraph/generated/device_management/role_assignments/role_assignments_request_builder.py +5 -7
  259. msgraph/generated/device_management/role_definitions/item/role_assignments/item/role_assignment_item_request_builder.py +7 -10
  260. msgraph/generated/device_management/role_definitions/item/role_assignments/item/role_definition/role_definition_request_builder.py +3 -3
  261. msgraph/generated/device_management/role_definitions/item/role_assignments/role_assignments_request_builder.py +5 -7
  262. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +7 -10
  263. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +5 -7
  264. msgraph/generated/device_management/software_update_status_summary/software_update_status_summary_request_builder.py +3 -4
  265. msgraph/generated/device_management/terms_and_conditions/item/acceptance_statuses/acceptance_statuses_request_builder.py +5 -7
  266. msgraph/generated/device_management/terms_and_conditions/item/acceptance_statuses/item/terms_and_conditions_acceptance_status_item_request_builder.py +7 -10
  267. msgraph/generated/device_management/terms_and_conditions/item/assignments/assignments_request_builder.py +5 -7
  268. msgraph/generated/device_management/terms_and_conditions/item/assignments/item/terms_and_conditions_assignment_item_request_builder.py +7 -10
  269. msgraph/generated/device_management/terms_and_conditions/item/terms_and_conditions_item_request_builder.py +7 -10
  270. msgraph/generated/device_management/terms_and_conditions/terms_and_conditions_request_builder.py +5 -7
  271. msgraph/generated/device_management/virtual_endpoint/virtual_endpoint_request_builder.py +3 -3
  272. msgraph/generated/device_management/windows_autopilot_device_identities/item/assign_user_to_device/assign_user_to_device_request_builder.py +0 -1
  273. msgraph/generated/device_management/windows_autopilot_device_identities/item/unassign_user_from_device/unassign_user_from_device_request_builder.py +0 -1
  274. msgraph/generated/device_management/windows_autopilot_device_identities/item/update_device_properties/update_device_properties_request_builder.py +0 -1
  275. msgraph/generated/device_management/windows_autopilot_device_identities/item/windows_autopilot_device_identity_item_request_builder.py +5 -7
  276. msgraph/generated/device_management/windows_autopilot_device_identities/windows_autopilot_device_identities_request_builder.py +5 -7
  277. msgraph/generated/device_management/windows_information_protection_app_learning_summaries/item/windows_information_protection_app_learning_summary_item_request_builder.py +7 -10
  278. msgraph/generated/device_management/windows_information_protection_app_learning_summaries/windows_information_protection_app_learning_summaries_request_builder.py +5 -7
  279. msgraph/generated/device_management/windows_information_protection_network_learning_summaries/item/windows_information_protection_network_learning_summary_item_request_builder.py +7 -10
  280. msgraph/generated/device_management/windows_information_protection_network_learning_summaries/windows_information_protection_network_learning_summaries_request_builder.py +5 -7
  281. msgraph/generated/device_management/windows_malware_information/item/device_malware_states/device_malware_states_request_builder.py +5 -7
  282. msgraph/generated/device_management/windows_malware_information/item/device_malware_states/item/malware_state_for_windows_device_item_request_builder.py +7 -10
  283. msgraph/generated/device_management/windows_malware_information/item/windows_malware_information_item_request_builder.py +7 -10
  284. msgraph/generated/device_management/windows_malware_information/windows_malware_information_request_builder.py +5 -7
  285. msgraph/generated/drives/item/items/item/invite/invite_request_builder.py +2 -2
  286. msgraph/generated/drives/item/items/item/restore/restore_request_builder.py +2 -2
  287. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  288. msgraph/generated/drives/item/items/item/versions/item/restore_version/restore_version_request_builder.py +3 -3
  289. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  290. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  291. msgraph/generated/education/classes/item/assignments/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  292. msgraph/generated/education/classes/item/assignments/item/resources/item/dependent_resources/dependent_resources_request_builder.py +209 -0
  293. msgraph/generated/education/classes/item/assignments/item/resources/item/dependent_resources/item/education_assignment_resource_item_request_builder.py +188 -0
  294. msgraph/generated/education/classes/item/assignments/item/resources/item/education_assignment_resource_item_request_builder.py +10 -0
  295. msgraph/generated/education/classes/item/assignments/item/submissions/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  296. msgraph/generated/education/classes/item/assignments/item/submissions/item/resources/item/dependent_resources/dependent_resources_request_builder.py +209 -0
  297. msgraph/generated/education/classes/item/assignments/item/submissions/item/resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  298. msgraph/generated/education/classes/item/assignments/item/submissions/item/resources/item/education_submission_resource_item_request_builder.py +10 -0
  299. msgraph/generated/education/classes/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/count/count_request_builder.py +104 -0
  300. msgraph/generated/education/classes/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  301. msgraph/generated/education/classes/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  302. msgraph/generated/education/classes/item/assignments/item/submissions/item/submitted_resources/item/education_submission_resource_item_request_builder.py +10 -0
  303. msgraph/generated/education/me/assignments/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  304. msgraph/generated/education/me/assignments/item/resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  305. msgraph/generated/education/me/assignments/item/resources/item/dependent_resources/item/education_assignment_resource_item_request_builder.py +188 -0
  306. msgraph/generated/education/me/assignments/item/resources/item/education_assignment_resource_item_request_builder.py +10 -0
  307. msgraph/generated/education/me/assignments/item/submissions/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  308. msgraph/generated/education/me/assignments/item/submissions/item/resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  309. msgraph/generated/education/me/assignments/item/submissions/item/resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  310. msgraph/generated/education/me/assignments/item/submissions/item/resources/item/education_submission_resource_item_request_builder.py +10 -0
  311. msgraph/generated/education/me/assignments/item/submissions/item/submitted_resources/item/dependent_resources/count/count_request_builder.py +104 -0
  312. msgraph/generated/education/me/assignments/item/submissions/item/submitted_resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  313. msgraph/generated/education/me/assignments/item/submissions/item/submitted_resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  314. msgraph/generated/education/me/assignments/item/submissions/item/submitted_resources/item/education_submission_resource_item_request_builder.py +10 -0
  315. msgraph/generated/education/reports/reading_assignment_submissions/item/reading_assignment_submission_item_request_builder.py +3 -3
  316. msgraph/generated/education/reports/reading_coach_passages/count/count_request_builder.py +104 -0
  317. msgraph/generated/education/reports/reading_coach_passages/item/reading_coach_passage_item_request_builder.py +188 -0
  318. msgraph/generated/education/reports/reading_coach_passages/reading_coach_passages_request_builder.py +209 -0
  319. msgraph/generated/education/reports/reflect_check_in_responses/item/reflect_check_in_response_item_request_builder.py +3 -3
  320. msgraph/generated/education/reports/reports_request_builder.py +20 -0
  321. msgraph/generated/education/reports/speaker_assignment_submissions/count/count_request_builder.py +104 -0
  322. msgraph/generated/education/reports/speaker_assignment_submissions/item/speaker_assignment_submission_item_request_builder.py +188 -0
  323. msgraph/generated/education/reports/speaker_assignment_submissions/speaker_assignment_submissions_request_builder.py +209 -0
  324. msgraph/generated/education/users/item/assignments/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  325. msgraph/generated/education/users/item/assignments/item/resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  326. msgraph/generated/education/users/item/assignments/item/resources/item/dependent_resources/item/education_assignment_resource_item_request_builder.py +188 -0
  327. msgraph/generated/education/users/item/assignments/item/resources/item/education_assignment_resource_item_request_builder.py +10 -0
  328. msgraph/generated/education/users/item/assignments/item/submissions/item/resources/item/dependent_resources/count/count_request_builder.py +104 -0
  329. msgraph/generated/education/users/item/assignments/item/submissions/item/resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  330. msgraph/generated/education/users/item/assignments/item/submissions/item/resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  331. msgraph/generated/education/users/item/assignments/item/submissions/item/resources/item/education_submission_resource_item_request_builder.py +10 -0
  332. msgraph/generated/education/users/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/count/count_request_builder.py +104 -0
  333. msgraph/generated/education/users/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/dependent_resources_request_builder.py +208 -0
  334. msgraph/generated/education/users/item/assignments/item/submissions/item/submitted_resources/item/dependent_resources/item/education_submission_resource_item_request_builder.py +188 -0
  335. msgraph/generated/education/users/item/assignments/item/submissions/item/submitted_resources/item/education_submission_resource_item_request_builder.py +10 -0
  336. msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
  337. msgraph/generated/groups/item/group_item_request_builder.py +10 -0
  338. msgraph/generated/groups/item/on_premises_sync_behavior/on_premises_sync_behavior_request_builder.py +188 -0
  339. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +5 -5
  340. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  341. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
  342. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +6 -6
  343. msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/execution_scope_request_builder.py +3 -3
  344. msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py +3 -3
  345. msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/execution_scope_request_builder.py +3 -3
  346. msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/execution_scope/item/user_processing_result_item_request_builder.py +3 -3
  347. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  348. msgraph/generated/kiota-dom-export.txt +1760 -80
  349. msgraph/generated/kiota-lock.json +1 -1
  350. msgraph/generated/models/access_package_approval_stage.py +12 -0
  351. msgraph/generated/models/access_package_assignment_request_callback_data.py +12 -0
  352. msgraph/generated/models/access_package_dynamic_approval_stage.py +53 -0
  353. msgraph/generated/models/access_package_request_approval_stage_callback_configuration.py +53 -0
  354. msgraph/generated/models/android_compliance_policy.py +1 -1
  355. msgraph/generated/models/android_store_app.py +1 -1
  356. msgraph/generated/models/android_work_profile_compliance_policy.py +3 -3
  357. msgraph/generated/models/apple_push_notification_certificate.py +1 -1
  358. msgraph/generated/models/assignment_request_approval_stage_callback_data.py +60 -0
  359. msgraph/generated/models/call_event.py +2 -2
  360. msgraph/generated/models/cloud_communications.py +10 -0
  361. msgraph/generated/models/custom_extension_callback_configuration.py +7 -0
  362. msgraph/generated/models/custom_extension_data.py +7 -0
  363. msgraph/generated/models/device_and_app_management_data.py +1 -1
  364. msgraph/generated/models/device_and_app_management_role_assignment.py +1 -1
  365. msgraph/generated/models/device_compliance_policy_setting_state_summary.py +1 -1
  366. msgraph/generated/models/device_enrollment_platform_restrictions_configuration.py +5 -5
  367. msgraph/generated/models/device_health_attestation_state.py +1 -1
  368. msgraph/generated/models/device_management.py +2 -9
  369. msgraph/generated/models/device_management_export_job.py +7 -7
  370. msgraph/generated/models/device_management_reports.py +1 -1
  371. msgraph/generated/models/domain.py +1 -1
  372. msgraph/generated/models/education_ai_feedback_audience_engagement_settings.py +62 -0
  373. msgraph/generated/models/education_ai_feedback_content_settings.py +62 -0
  374. msgraph/generated/models/education_ai_feedback_criteria.py +68 -0
  375. msgraph/generated/models/education_ai_feedback_delivery_settings.py +62 -0
  376. msgraph/generated/models/education_ai_feedback_settings.py +75 -0
  377. msgraph/generated/models/education_assignment_resource.py +4 -0
  378. msgraph/generated/models/education_resource.py +7 -0
  379. msgraph/generated/models/education_speaker_coach_audience_engagement_settings.py +54 -0
  380. msgraph/generated/models/education_speaker_coach_content_settings.py +58 -0
  381. msgraph/generated/models/education_speaker_coach_delivery_settings.py +66 -0
  382. msgraph/generated/models/education_speaker_coach_settings.py +75 -0
  383. msgraph/generated/models/education_speaker_progress_resource.py +95 -0
  384. msgraph/generated/models/education_speech_type.py +8 -0
  385. msgraph/generated/models/education_submission_resource.py +5 -1
  386. msgraph/generated/models/emergency_call_event.py +3 -3
  387. msgraph/generated/models/emergency_caller_info.py +5 -5
  388. msgraph/generated/models/engagement_conversation.py +90 -0
  389. msgraph/generated/models/engagement_conversation_discussion_message.py +56 -0
  390. msgraph/generated/models/engagement_conversation_message.py +136 -0
  391. msgraph/generated/models/{telecom_expense_management_partner_collection_response.py → engagement_conversation_message_collection_response.py} +9 -9
  392. msgraph/generated/models/engagement_conversation_message_reaction.py +74 -0
  393. msgraph/generated/models/engagement_conversation_message_reaction_collection_response.py +58 -0
  394. msgraph/generated/models/engagement_conversation_message_reaction_type.py +66 -0
  395. msgraph/generated/models/engagement_conversation_moderation_state.py +12 -0
  396. msgraph/generated/models/engagement_conversation_question_message.py +60 -0
  397. msgraph/generated/models/engagement_conversation_system_message.py +56 -0
  398. msgraph/generated/models/engagement_creation_mode.py +10 -0
  399. msgraph/generated/models/engagement_identity_set.py +67 -0
  400. msgraph/generated/models/entity.py +77 -7
  401. msgraph/generated/models/group.py +7 -0
  402. msgraph/generated/models/identity_governance/workflow.py +1 -1
  403. msgraph/generated/models/identity_set.py +7 -0
  404. msgraph/generated/models/ios_compliance_policy.py +1 -1
  405. msgraph/generated/models/ios_minimum_operating_system.py +8 -8
  406. msgraph/generated/models/mac_o_s_lob_app.py +2 -2
  407. msgraph/generated/models/mac_o_s_minimum_operating_system.py +12 -12
  408. msgraph/generated/models/managed_app_policy_deployment_summary.py +4 -4
  409. msgraph/generated/models/managed_app_protection.py +1 -1
  410. msgraph/generated/models/managed_device.py +7 -0
  411. msgraph/generated/models/managed_mobile_lob_app.py +2 -2
  412. msgraph/generated/models/management_state.py +30 -0
  413. msgraph/generated/models/mobile_app.py +2 -2
  414. msgraph/generated/models/mobile_app_category.py +1 -1
  415. msgraph/generated/models/mobile_app_content_file.py +8 -8
  416. msgraph/generated/models/mobile_lob_app.py +2 -2
  417. msgraph/generated/models/mobile_threat_defense_connector.py +11 -11
  418. msgraph/generated/models/on_premises_sync_behavior.py +57 -0
  419. msgraph/generated/models/online_meeting.py +3 -0
  420. msgraph/generated/models/online_meeting_engagement_conversation.py +84 -0
  421. msgraph/generated/models/online_meeting_engagement_conversation_collection_response.py +58 -0
  422. msgraph/generated/models/org_contact.py +7 -0
  423. msgraph/generated/models/presence.py +4 -4
  424. msgraph/generated/models/protection_rule_base.py +2 -2
  425. msgraph/generated/models/protection_rule_status.py +2 -0
  426. msgraph/generated/models/protection_source.py +8 -0
  427. msgraph/generated/models/protection_unit_base.py +15 -4
  428. msgraph/generated/models/protection_unit_status.py +3 -0
  429. msgraph/generated/models/reading_coach_passage.py +93 -0
  430. msgraph/generated/models/reading_coach_passage_collection_response.py +58 -0
  431. msgraph/generated/models/reading_coach_story_type.py +8 -0
  432. msgraph/generated/models/report.py +1 -1
  433. msgraph/generated/models/reports_root.py +16 -2
  434. msgraph/generated/models/role_assignment.py +4 -4
  435. msgraph/generated/models/security/case_action.py +1 -0
  436. msgraph/generated/models/security/case_operation.py +9 -2
  437. msgraph/generated/models/security/detection_source.py +2 -0
  438. msgraph/generated/models/security/ediscovery_hold_policy_sync_operation.py +60 -0
  439. msgraph/generated/models/setting_source.py +2 -2
  440. msgraph/generated/models/speaker_assignment_submission.py +130 -0
  441. msgraph/generated/models/speaker_assignment_submission_collection_response.py +58 -0
  442. msgraph/generated/models/update_windows_device_account_action_parameter.py +6 -6
  443. msgraph/generated/models/vpp_token.py +2 -2
  444. msgraph/generated/models/win32_lob_app.py +13 -13
  445. msgraph/generated/models/windows_device_a_d_account.py +2 -2
  446. msgraph/generated/models/windows_device_account.py +1 -1
  447. msgraph/generated/models/windows_device_azure_a_d_account.py +1 -1
  448. msgraph/generated/models/windows_information_protection_policy.py +6 -6
  449. msgraph/generated/models/windows_universal_app_x.py +6 -6
  450. msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
  451. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  452. msgraph/generated/organization/item/set_mobile_device_management_authority/set_mobile_device_management_authority_request_builder.py +0 -1
  453. msgraph/generated/organization/organization_request_builder.py +4 -4
  454. msgraph/generated/reports/device_configuration_device_activity/device_configuration_device_activity_request_builder.py +0 -1
  455. msgraph/generated/reports/device_configuration_user_activity/device_configuration_user_activity_request_builder.py +0 -1
  456. msgraph/generated/reports/reports_request_builder.py +5 -7
  457. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  458. msgraph/generated/sites/sites_request_builder.py +4 -4
  459. msgraph/generated/solutions/backup_restore/protection_units/item/cancel_offboard/cancel_offboard_request_builder.py +82 -0
  460. msgraph/generated/solutions/backup_restore/protection_units/item/offboard/offboard_request_builder.py +82 -0
  461. msgraph/generated/solutions/backup_restore/protection_units/item/protection_unit_base_item_request_builder.py +20 -0
  462. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  463. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  464. msgraph/generated/users/item/get_managed_app_diagnostic_statuses/get_managed_app_diagnostic_statuses_request_builder.py +0 -1
  465. msgraph/generated/users/item/get_managed_app_policies/get_managed_app_policies_request_builder.py +0 -1
  466. msgraph/generated/users/item/get_managed_devices_with_app_failures/get_managed_devices_with_app_failures_request_builder.py +0 -1
  467. msgraph/generated/users/item/managed_devices/item/bypass_activation_lock/bypass_activation_lock_request_builder.py +0 -1
  468. msgraph/generated/users/item/managed_devices/item/clean_windows_device/clean_windows_device_request_builder.py +0 -1
  469. msgraph/generated/users/item/managed_devices/item/delete_user_from_shared_apple_device/delete_user_from_shared_apple_device_request_builder.py +0 -1
  470. msgraph/generated/users/item/managed_devices/item/disable_lost_mode/disable_lost_mode_request_builder.py +0 -1
  471. msgraph/generated/users/item/managed_devices/item/locate_device/locate_device_request_builder.py +0 -1
  472. msgraph/generated/users/item/managed_devices/item/logout_shared_apple_device_active_user/logout_shared_apple_device_active_user_request_builder.py +0 -1
  473. msgraph/generated/users/item/managed_devices/item/reboot_now/reboot_now_request_builder.py +0 -1
  474. msgraph/generated/users/item/managed_devices/item/recover_passcode/recover_passcode_request_builder.py +0 -1
  475. msgraph/generated/users/item/managed_devices/item/remote_lock/remote_lock_request_builder.py +0 -1
  476. msgraph/generated/users/item/managed_devices/item/request_remote_assistance/request_remote_assistance_request_builder.py +0 -1
  477. msgraph/generated/users/item/managed_devices/item/reset_passcode/reset_passcode_request_builder.py +0 -1
  478. msgraph/generated/users/item/managed_devices/item/retire/retire_request_builder.py +0 -1
  479. msgraph/generated/users/item/managed_devices/item/shut_down/shut_down_request_builder.py +0 -1
  480. msgraph/generated/users/item/managed_devices/item/sync_device/sync_device_request_builder.py +2 -3
  481. msgraph/generated/users/item/managed_devices/item/update_windows_device_account/update_windows_device_account_request_builder.py +2 -3
  482. msgraph/generated/users/item/managed_devices/item/windows_defender_scan/windows_defender_scan_request_builder.py +2 -3
  483. msgraph/generated/users/item/managed_devices/item/windows_defender_update_signatures/windows_defender_update_signatures_request_builder.py +2 -3
  484. msgraph/generated/users/item/managed_devices/item/wipe/wipe_request_builder.py +0 -1
  485. msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py +3 -3
  486. msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py +3 -3
  487. msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py +3 -3
  488. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  489. msgraph/generated/users/item/presence/set_presence/set_presence_request_builder.py +2 -2
  490. msgraph/generated/users/item/remove_all_devices_from_management/remove_all_devices_from_management_request_builder.py +0 -1
  491. msgraph/generated/users/item/user_item_request_builder.py +7 -7
  492. msgraph/generated/users/item/wipe_managed_app_registrations_by_device_tag/wipe_managed_app_registrations_by_device_tag_request_builder.py +0 -1
  493. msgraph/generated/users/users_request_builder.py +3 -3
  494. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +7 -7
  495. {msgraph_sdk-1.45.0.dist-info → msgraph_sdk-1.47.0.dist-info}/METADATA +1 -1
  496. {msgraph_sdk-1.45.0.dist-info → msgraph_sdk-1.47.0.dist-info}/RECORD +498 -392
  497. msgraph/generated/models/telecom_expense_management_partner.py +0 -77
  498. {msgraph_sdk-1.45.0.dist-info → msgraph_sdk-1.47.0.dist-info}/WHEEL +0 -0
  499. {msgraph_sdk-1.45.0.dist-info → msgraph_sdk-1.47.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,130 @@
1
+ from __future__ import annotations
2
+ import datetime
3
+ from collections.abc import Callable
4
+ from dataclasses import dataclass, field
5
+ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
6
+ from typing import Any, Optional, TYPE_CHECKING, Union
7
+
8
+ if TYPE_CHECKING:
9
+ from .entity import Entity
10
+
11
+ from .entity import Entity
12
+
13
+ @dataclass
14
+ class SpeakerAssignmentSubmission(Entity, Parsable):
15
+ # ID of the assignment with which this submission is associated.
16
+ assignment_id: Optional[str] = None
17
+ # The average speaking pace of the student, measured in words per minute.
18
+ average_words_per_minute_pace: Optional[int] = None
19
+ # ID of the class this speaker progress is associated with.
20
+ class_id: Optional[str] = None
21
+ # The number of times the student was flagged by Speaker Coach for using a filler word.
22
+ filler_words_occurrences_count: Optional[int] = None
23
+ # The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.
24
+ incorrect_camera_distance_occurrences_count: Optional[int] = None
25
+ # The length of the student submission in seconds.
26
+ length_of_submission_in_seconds: Optional[float] = None
27
+ # The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.
28
+ lost_eye_contact_occurrences_count: Optional[int] = None
29
+ # The number of times the student was flagged by Speaker Coach for speaking in monotone.
30
+ monotone_occurrences_count: Optional[int] = None
31
+ # The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.
32
+ non_inclusive_language_occurrences_count: Optional[int] = None
33
+ # The number of times the student was flagged by Speaker Coach for obstructing the view of their face.
34
+ obstructed_view_occurrences_count: Optional[int] = None
35
+ # The OdataType property
36
+ odata_type: Optional[str] = None
37
+ # The number of times the student was flagged by Speaker Coach for using repetitive language.
38
+ repetitive_language_occurrences_count: Optional[int] = None
39
+ # ID of the user this speaker progress is associated with.
40
+ student_id: Optional[str] = None
41
+ # Date and time of the submission this speaker progress is associated with. 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.
42
+ submission_date_time: Optional[datetime.datetime] = None
43
+ # ID of the submission this speaker progress is associated with.
44
+ submission_id: Optional[str] = None
45
+ # The filler words used most by the student.
46
+ top_filler_words: Optional[list[str]] = None
47
+ # The words mispronounced most by the student.
48
+ top_mispronounced_words: Optional[list[str]] = None
49
+ # The non-inclusive or sensitive words and phrases most used by the student.
50
+ top_non_inclusive_words_and_phrases: Optional[list[str]] = None
51
+ # The words and phrases most repeated by the student.
52
+ top_repetitive_words_and_phrases: Optional[list[str]] = None
53
+ # Total number of words spoken by the student in the submission.
54
+ words_spoken_count: Optional[int] = None
55
+
56
+ @staticmethod
57
+ def create_from_discriminator_value(parse_node: ParseNode) -> SpeakerAssignmentSubmission:
58
+ """
59
+ Creates a new instance of the appropriate class based on discriminator value
60
+ param parse_node: The parse node to use to read the discriminator value and create the object
61
+ Returns: SpeakerAssignmentSubmission
62
+ """
63
+ if parse_node is None:
64
+ raise TypeError("parse_node cannot be null.")
65
+ return SpeakerAssignmentSubmission()
66
+
67
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
68
+ """
69
+ The deserialization information for the current model
70
+ Returns: dict[str, Callable[[ParseNode], None]]
71
+ """
72
+ from .entity import Entity
73
+
74
+ from .entity import Entity
75
+
76
+ fields: dict[str, Callable[[Any], None]] = {
77
+ "assignmentId": lambda n : setattr(self, 'assignment_id', n.get_str_value()),
78
+ "averageWordsPerMinutePace": lambda n : setattr(self, 'average_words_per_minute_pace', n.get_int_value()),
79
+ "classId": lambda n : setattr(self, 'class_id', n.get_str_value()),
80
+ "fillerWordsOccurrencesCount": lambda n : setattr(self, 'filler_words_occurrences_count', n.get_int_value()),
81
+ "incorrectCameraDistanceOccurrencesCount": lambda n : setattr(self, 'incorrect_camera_distance_occurrences_count', n.get_int_value()),
82
+ "lengthOfSubmissionInSeconds": lambda n : setattr(self, 'length_of_submission_in_seconds', n.get_float_value()),
83
+ "lostEyeContactOccurrencesCount": lambda n : setattr(self, 'lost_eye_contact_occurrences_count', n.get_int_value()),
84
+ "monotoneOccurrencesCount": lambda n : setattr(self, 'monotone_occurrences_count', n.get_int_value()),
85
+ "nonInclusiveLanguageOccurrencesCount": lambda n : setattr(self, 'non_inclusive_language_occurrences_count', n.get_int_value()),
86
+ "obstructedViewOccurrencesCount": lambda n : setattr(self, 'obstructed_view_occurrences_count', n.get_int_value()),
87
+ "repetitiveLanguageOccurrencesCount": lambda n : setattr(self, 'repetitive_language_occurrences_count', n.get_int_value()),
88
+ "studentId": lambda n : setattr(self, 'student_id', n.get_str_value()),
89
+ "submissionDateTime": lambda n : setattr(self, 'submission_date_time', n.get_datetime_value()),
90
+ "submissionId": lambda n : setattr(self, 'submission_id', n.get_str_value()),
91
+ "topFillerWords": lambda n : setattr(self, 'top_filler_words', n.get_collection_of_primitive_values(str)),
92
+ "topMispronouncedWords": lambda n : setattr(self, 'top_mispronounced_words', n.get_collection_of_primitive_values(str)),
93
+ "topNonInclusiveWordsAndPhrases": lambda n : setattr(self, 'top_non_inclusive_words_and_phrases', n.get_collection_of_primitive_values(str)),
94
+ "topRepetitiveWordsAndPhrases": lambda n : setattr(self, 'top_repetitive_words_and_phrases', n.get_collection_of_primitive_values(str)),
95
+ "wordsSpokenCount": lambda n : setattr(self, 'words_spoken_count', n.get_int_value()),
96
+ }
97
+ super_fields = super().get_field_deserializers()
98
+ fields.update(super_fields)
99
+ return fields
100
+
101
+ def serialize(self,writer: SerializationWriter) -> None:
102
+ """
103
+ Serializes information the current object
104
+ param writer: Serialization writer to use to serialize this model
105
+ Returns: None
106
+ """
107
+ if writer is None:
108
+ raise TypeError("writer cannot be null.")
109
+ super().serialize(writer)
110
+ writer.write_str_value("assignmentId", self.assignment_id)
111
+ writer.write_int_value("averageWordsPerMinutePace", self.average_words_per_minute_pace)
112
+ writer.write_str_value("classId", self.class_id)
113
+ writer.write_int_value("fillerWordsOccurrencesCount", self.filler_words_occurrences_count)
114
+ writer.write_int_value("incorrectCameraDistanceOccurrencesCount", self.incorrect_camera_distance_occurrences_count)
115
+ writer.write_float_value("lengthOfSubmissionInSeconds", self.length_of_submission_in_seconds)
116
+ writer.write_int_value("lostEyeContactOccurrencesCount", self.lost_eye_contact_occurrences_count)
117
+ writer.write_int_value("monotoneOccurrencesCount", self.monotone_occurrences_count)
118
+ writer.write_int_value("nonInclusiveLanguageOccurrencesCount", self.non_inclusive_language_occurrences_count)
119
+ writer.write_int_value("obstructedViewOccurrencesCount", self.obstructed_view_occurrences_count)
120
+ writer.write_int_value("repetitiveLanguageOccurrencesCount", self.repetitive_language_occurrences_count)
121
+ writer.write_str_value("studentId", self.student_id)
122
+ writer.write_datetime_value("submissionDateTime", self.submission_date_time)
123
+ writer.write_str_value("submissionId", self.submission_id)
124
+ writer.write_collection_of_primitive_values("topFillerWords", self.top_filler_words)
125
+ writer.write_collection_of_primitive_values("topMispronouncedWords", self.top_mispronounced_words)
126
+ writer.write_collection_of_primitive_values("topNonInclusiveWordsAndPhrases", self.top_non_inclusive_words_and_phrases)
127
+ writer.write_collection_of_primitive_values("topRepetitiveWordsAndPhrases", self.top_repetitive_words_and_phrases)
128
+ writer.write_int_value("wordsSpokenCount", self.words_spoken_count)
129
+
130
+
@@ -0,0 +1,58 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
5
+ from typing import Any, Optional, TYPE_CHECKING, Union
6
+
7
+ if TYPE_CHECKING:
8
+ from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
9
+ from .speaker_assignment_submission import SpeakerAssignmentSubmission
10
+
11
+ from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
12
+
13
+ @dataclass
14
+ class SpeakerAssignmentSubmissionCollectionResponse(BaseCollectionPaginationCountResponse, Parsable):
15
+ # The value property
16
+ value: Optional[list[SpeakerAssignmentSubmission]] = None
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> SpeakerAssignmentSubmissionCollectionResponse:
20
+ """
21
+ Creates a new instance of the appropriate class based on discriminator value
22
+ param parse_node: The parse node to use to read the discriminator value and create the object
23
+ Returns: SpeakerAssignmentSubmissionCollectionResponse
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return SpeakerAssignmentSubmissionCollectionResponse()
28
+
29
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
30
+ """
31
+ The deserialization information for the current model
32
+ Returns: dict[str, Callable[[ParseNode], None]]
33
+ """
34
+ from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
35
+ from .speaker_assignment_submission import SpeakerAssignmentSubmission
36
+
37
+ from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
38
+ from .speaker_assignment_submission import SpeakerAssignmentSubmission
39
+
40
+ fields: dict[str, Callable[[Any], None]] = {
41
+ "value": lambda n : setattr(self, 'value', n.get_collection_of_object_values(SpeakerAssignmentSubmission)),
42
+ }
43
+ super_fields = super().get_field_deserializers()
44
+ fields.update(super_fields)
45
+ return fields
46
+
47
+ def serialize(self,writer: SerializationWriter) -> None:
48
+ """
49
+ Serializes information the current object
50
+ param writer: Serialization writer to use to serialize this model
51
+ Returns: None
52
+ """
53
+ if writer is None:
54
+ raise TypeError("writer cannot be null.")
55
+ super().serialize(writer)
56
+ writer.write_collection_of_object_values("value", self.value)
57
+
58
+
@@ -15,19 +15,19 @@ class UpdateWindowsDeviceAccountActionParameter(AdditionalDataHolder, BackedMode
15
15
 
16
16
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
17
17
  additional_data: dict[str, Any] = field(default_factory=dict)
18
- # Not yet documented
18
+ # The calendarSyncEnabled property
19
19
  calendar_sync_enabled: Optional[bool] = None
20
- # Not yet documented
20
+ # The deviceAccount property
21
21
  device_account: Optional[WindowsDeviceAccount] = None
22
- # Not yet documented
22
+ # The deviceAccountEmail property
23
23
  device_account_email: Optional[str] = None
24
- # Not yet documented
24
+ # The exchangeServer property
25
25
  exchange_server: Optional[str] = None
26
26
  # The OdataType property
27
27
  odata_type: Optional[str] = None
28
- # Not yet documented
28
+ # The passwordRotationEnabled property
29
29
  password_rotation_enabled: Optional[bool] = None
30
- # Not yet documented
30
+ # The sessionInitiationProtocalAddress property
31
31
  session_initiation_protocal_address: Optional[str] = None
32
32
 
33
33
  @staticmethod
@@ -18,11 +18,11 @@ class VppToken(Entity, Parsable):
18
18
  """
19
19
  You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens.
20
20
  """
21
- # The Apple ID associated with the given Apple Volume Purchase Program Token.
21
+ # The apple Id associated with the given Apple Volume Purchase Program Token.
22
22
  apple_id: Optional[str] = None
23
23
  # Whether or not apps for the VPP token will be automatically updated.
24
24
  automatically_update_apps: Optional[bool] = None
25
- # The country or region associated with the Apple Volume Purchase Program Token.
25
+ # Whether or not apps for the VPP token will be automatically updated.
26
26
  country_or_region: Optional[str] = None
27
27
  # The expiration date time of the Apple Volume Purchase Program Token.
28
28
  expiration_date_time: Optional[datetime.datetime] = None
@@ -21,33 +21,33 @@ class Win32LobApp(MobileLobApp, Parsable):
21
21
  """
22
22
  # The OdataType property
23
23
  odata_type: Optional[str] = "#microsoft.graph.win32LobApp"
24
- # Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the `allowedArchitectures` property, the value of the `applicableArchitectures` property is set to `none`. Possible values are: `null`, `x86`, `x64`, `arm64`.
24
+ # Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. Possible values are: null, x86, x64, arm64. Possible values are: none, x86, x64, arm, neutral.
25
25
  allowed_architectures: Optional[WindowsArchitecture] = None
26
26
  # Contains properties for Windows architecture.
27
27
  applicable_architectures: Optional[WindowsArchitecture] = None
28
- # The command line to install this app
28
+ # Indicates the command line to install this app. Used to install the Win32 app. Example: msiexec /i 'Orca.Msi' /qn.
29
29
  install_command_line: Optional[str] = None
30
- # The install experience for this app.
30
+ # Indicates the install experience for this app.
31
31
  install_experience: Optional[Win32LobAppInstallExperience] = None
32
- # The value for the minimum CPU speed which is required to install this app.
32
+ # Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from 0 to clock speed from WMI helper.
33
33
  minimum_cpu_speed_in_m_hz: Optional[int] = None
34
- # The value for the minimum free disk space which is required to install this app.
34
+ # Indicates the value for the minimum free disk space which is required to install this app. Allowed range from 0 to driver's maximum available free space.
35
35
  minimum_free_disk_space_in_m_b: Optional[int] = None
36
- # The value for the minimum physical memory which is required to install this app.
36
+ # Indicates the value for the minimum physical memory which is required to install this app. Allowed range from 0 to total physical memory from WMI helper.
37
37
  minimum_memory_in_m_b: Optional[int] = None
38
- # The value for the minimum number of processors which is required to install this app.
38
+ # Indicates the value for the minimum number of processors which is required to install this app. Minimum value is 0.
39
39
  minimum_number_of_processors: Optional[int] = None
40
- # The value for the minimum supported windows release.
40
+ # Indicates the value for the minimum supported windows release. Example: Windows11_23H2.
41
41
  minimum_supported_windows_release: Optional[str] = None
42
- # The MSI details if this Win32 app is an MSI app.
42
+ # Indicates the MSI details if this Win32 app is an MSI app.
43
43
  msi_information: Optional[Win32LobAppMsiInformation] = None
44
- # The return codes for post installation behavior.
44
+ # Indicates the return codes for post installation behavior.
45
45
  return_codes: Optional[list[Win32LobAppReturnCode]] = None
46
- # The detection and requirement rules for this app.
46
+ # Indicates the detection and requirement rules for this app. Possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule.
47
47
  rules: Optional[list[Win32LobAppRule]] = None
48
- # The relative path of the setup file in the encrypted Win32LobApp package.
48
+ # Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: Intel-SA-00075 Detection and Mitigation Tool.msi.
49
49
  setup_file_path: Optional[str] = None
50
- # The command line to uninstall this app
50
+ # Indicates the command line to uninstall this app. Used to uninstall the app. Example: msiexec /x '{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}' /qn.
51
51
  uninstall_command_line: Optional[str] = None
52
52
 
53
53
  @staticmethod
@@ -13,9 +13,9 @@ from .windows_device_account import WindowsDeviceAccount
13
13
  class WindowsDeviceADAccount(WindowsDeviceAccount, Parsable):
14
14
  # The OdataType property
15
15
  odata_type: Optional[str] = "#microsoft.graph.windowsDeviceADAccount"
16
- # Not yet documented
16
+ # The domainName property
17
17
  domain_name: Optional[str] = None
18
- # Not yet documented
18
+ # The userName property
19
19
  user_name: Optional[str] = None
20
20
 
21
21
  @staticmethod
@@ -18,7 +18,7 @@ class WindowsDeviceAccount(AdditionalDataHolder, BackedModel, Parsable):
18
18
  additional_data: dict[str, Any] = field(default_factory=dict)
19
19
  # The OdataType property
20
20
  odata_type: Optional[str] = None
21
- # Not yet documented
21
+ # The password property
22
22
  password: Optional[str] = None
23
23
 
24
24
  @staticmethod
@@ -13,7 +13,7 @@ from .windows_device_account import WindowsDeviceAccount
13
13
  class WindowsDeviceAzureADAccount(WindowsDeviceAccount, Parsable):
14
14
  # The OdataType property
15
15
  odata_type: Optional[str] = "#microsoft.graph.windowsDeviceAzureADAccount"
16
- # Not yet documented
16
+ # The userPrincipalName property
17
17
  user_principal_name: Optional[str] = None
18
18
 
19
19
  @staticmethod
@@ -17,21 +17,21 @@ class WindowsInformationProtectionPolicy(WindowsInformationProtection, Parsable)
17
17
  """
18
18
  # The OdataType property
19
19
  odata_type: Optional[str] = "#microsoft.graph.windowsInformationProtectionPolicy"
20
- # Offline interval before app data is wiped (days)
20
+ # Offline interval before app data is wiped (days) . Valid values 0 to 999
21
21
  days_without_contact_before_unenroll: Optional[int] = None
22
22
  # Enrollment url for the MDM
23
23
  mdm_enrollment_url: Optional[str] = None
24
- # Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999.
24
+ # Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999. Valid values 0 to 999
25
25
  minutes_of_inactivity_before_device_lock: Optional[int] = None
26
- # Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.
26
+ # Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 50
27
27
  number_of_past_pins_remembered: Optional[int] = None
28
- # The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices.
28
+ # The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. Valid values 0 to 999
29
29
  password_maximum_attempt_count: Optional[int] = None
30
- # Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.
30
+ # Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 730
31
31
  pin_expiration_days: Optional[int] = None
32
32
  # Pin Character Requirements
33
33
  pin_lowercase_letters: Optional[WindowsInformationProtectionPinCharacterRequirements] = None
34
- # Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.
34
+ # Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. Valid values 0 to 127
35
35
  pin_minimum_length: Optional[int] = None
36
36
  # Pin Character Requirements
37
37
  pin_special_characters: Optional[WindowsInformationProtectionPinCharacterRequirements] = None
@@ -24,17 +24,17 @@ class WindowsUniversalAppX(MobileLobApp, Parsable):
24
24
  applicable_architectures: Optional[WindowsArchitecture] = None
25
25
  # Contains properties for Windows device type. Multiple values can be selected. Default value is `none`.
26
26
  applicable_device_types: Optional[WindowsDeviceType] = None
27
- # The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app.
27
+ # The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only.
28
28
  committed_contained_apps: Optional[list[MobileContainedApp]] = None
29
- # The Identity Name.
29
+ # The Identity Name of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'Contoso.DemoApp'.
30
30
  identity_name: Optional[str] = None
31
- # The Identity Publisher Hash.
31
+ # The Identity Publisher Hash of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'AB82CD0XYZ'.
32
32
  identity_publisher_hash: Optional[str] = None
33
- # The Identity Resource Identifier.
33
+ # The Identity Resource Identifier of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'TestResourceId'.
34
34
  identity_resource_identifier: Optional[str] = None
35
- # The identity version.
35
+ # The Identity Version of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: '1.0.0.0'.
36
36
  identity_version: Optional[str] = None
37
- # Whether or not the app is a bundle.
37
+ # Whether or not the app is a bundle. If TRUE, app is a bundle; if FALSE, app is not a bundle.
38
38
  is_bundle: Optional[bool] = None
39
39
  # The minimum operating system required for a Windows mobile app.
40
40
  minimum_supported_operating_system: Optional[WindowsMinimumOperatingSystem] = None
@@ -12,27 +12,27 @@ class WorkbookWorksheetProtectionOptions(AdditionalDataHolder, BackedModel, Pars
12
12
 
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
15
- # Represents the worksheet protection option of allowing using auto filter feature.
15
+ # Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
16
16
  allow_auto_filter: Optional[bool] = None
17
- # Represents the worksheet protection option of allowing deleting columns.
17
+ # Indicates whether the worksheet protection option to allow deleting columns is enabled.
18
18
  allow_delete_columns: Optional[bool] = None
19
- # Represents the worksheet protection option of allowing deleting rows.
19
+ # Indicates whether the worksheet protection option to allow deleting rows is enabled.
20
20
  allow_delete_rows: Optional[bool] = None
21
- # Represents the worksheet protection option of allowing formatting cells.
21
+ # Indicates whether the worksheet protection option to allow formatting cells is enabled.
22
22
  allow_format_cells: Optional[bool] = None
23
- # Represents the worksheet protection option of allowing formatting columns.
23
+ # Indicates whether the worksheet protection option to allow formatting columns is enabled.
24
24
  allow_format_columns: Optional[bool] = None
25
- # Represents the worksheet protection option of allowing formatting rows.
25
+ # Indicates whether the worksheet protection option to allow formatting rows is enabled.
26
26
  allow_format_rows: Optional[bool] = None
27
- # Represents the worksheet protection option of allowing inserting columns.
27
+ # Indicates whether the worksheet protection option to allow inserting columns is enabled.
28
28
  allow_insert_columns: Optional[bool] = None
29
- # Represents the worksheet protection option of allowing inserting hyperlinks.
29
+ # Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
30
30
  allow_insert_hyperlinks: Optional[bool] = None
31
- # Represents the worksheet protection option of allowing inserting rows.
31
+ # Indicates whether the worksheet protection option to allow inserting rows is enabled.
32
32
  allow_insert_rows: Optional[bool] = None
33
- # Represents the worksheet protection option of allowing using pivot table feature.
33
+ # Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
34
34
  allow_pivot_tables: Optional[bool] = None
35
- # Represents the worksheet protection option of allowing using sort feature.
35
+ # Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
36
36
  allow_sort: Optional[bool] = None
37
37
  # The OdataType property
38
38
  odata_type: Optional[str] = None
@@ -49,10 +49,10 @@ class BannerLogoRequestBuilder(BaseRequestBuilder):
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[bytes]:
51
51
  """
52
- Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.
52
+ Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: bytes
55
- Find more info here: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0
55
+ Find more info here: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0
56
56
  """
57
57
  request_info = self.to_get_request_information(
58
58
  request_configuration
@@ -104,7 +104,7 @@ class BannerLogoRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.
107
+ Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.
108
108
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
109
109
  Returns: RequestInformation
110
110
  """
@@ -35,7 +35,6 @@ class SetMobileDeviceManagementAuthorityRequestBuilder(BaseRequestBuilder):
35
35
  Set mobile device management authority
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: Optional[SetMobileDeviceManagementAuthorityPostResponse]
38
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0
39
38
  """
40
39
  request_info = self.to_post_request_information(
41
40
  request_configuration
@@ -53,10 +53,10 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> Optional[OrganizationCollectionResponse]:
55
55
  """
56
- List properties and relationships of the organization objects.
56
+ Retrieve a list of organization objects. There's only one organization object in the collection.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[OrganizationCollectionResponse]
59
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -97,7 +97,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
97
97
 
98
98
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
99
99
  """
100
- List properties and relationships of the organization objects.
100
+ Retrieve a list of organization objects. There's only one organization object in the collection.
101
101
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102
102
  Returns: RequestInformation
103
103
  """
@@ -179,7 +179,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
179
179
  @dataclass
180
180
  class OrganizationRequestBuilderGetQueryParameters():
181
181
  """
182
- List properties and relationships of the organization objects.
182
+ Retrieve a list of organization objects. There's only one organization object in the collection.
183
183
  """
184
184
  def get_query_parameter(self,original_name: str) -> str:
185
185
  """
@@ -35,7 +35,6 @@ class DeviceConfigurationDeviceActivityRequestBuilder(BaseRequestBuilder):
35
35
  Metadata for the device configuration device activity report
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: Optional[Report]
38
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0
39
38
  """
40
39
  request_info = self.to_get_request_information(
41
40
  request_configuration
@@ -35,7 +35,6 @@ class DeviceConfigurationUserActivityRequestBuilder(BaseRequestBuilder):
35
35
  Metadata for the device configuration user activity report
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: Optional[Report]
38
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0
39
38
  """
40
39
  request_info = self.to_get_request_information(
41
40
  request_configuration
@@ -142,10 +142,9 @@ class ReportsRequestBuilder(BaseRequestBuilder):
142
142
 
143
143
  async def get(self,request_configuration: Optional[RequestConfiguration[ReportsRequestBuilderGetQueryParameters]] = None) -> Optional[ReportRoot]:
144
144
  """
145
- Read properties and relationships of the reportRoot object.
145
+ Get reports
146
146
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
147
147
  Returns: Optional[ReportRoot]
148
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-get?view=graph-rest-1.0
149
148
  """
150
149
  request_info = self.to_get_request_information(
151
150
  request_configuration
@@ -1330,11 +1329,10 @@ class ReportsRequestBuilder(BaseRequestBuilder):
1330
1329
 
1331
1330
  async def patch(self,body: ReportRoot, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ReportRoot]:
1332
1331
  """
1333
- Update the properties of a reportRoot object.
1332
+ Update reports
1334
1333
  param body: The request body
1335
1334
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
1336
1335
  Returns: Optional[ReportRoot]
1337
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-update?view=graph-rest-1.0
1338
1336
  """
1339
1337
  if body is None:
1340
1338
  raise TypeError("body cannot be null.")
@@ -1354,7 +1352,7 @@ class ReportsRequestBuilder(BaseRequestBuilder):
1354
1352
 
1355
1353
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ReportsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
1356
1354
  """
1357
- Read properties and relationships of the reportRoot object.
1355
+ Get reports
1358
1356
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
1359
1357
  Returns: RequestInformation
1360
1358
  """
@@ -1365,7 +1363,7 @@ class ReportsRequestBuilder(BaseRequestBuilder):
1365
1363
 
1366
1364
  def to_patch_request_information(self,body: ReportRoot, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
1367
1365
  """
1368
- Update the properties of a reportRoot object.
1366
+ Update reports
1369
1367
  param body: The request body
1370
1368
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
1371
1369
  Returns: RequestInformation
@@ -1517,7 +1515,7 @@ class ReportsRequestBuilder(BaseRequestBuilder):
1517
1515
  @dataclass
1518
1516
  class ReportsRequestBuilderGetQueryParameters():
1519
1517
  """
1520
- Read properties and relationships of the reportRoot object.
1518
+ Get reports
1521
1519
  """
1522
1520
  def get_query_parameter(self,original_name: str) -> str:
1523
1521
  """
@@ -58,10 +58,10 @@ class ListItemRequestBuilder(BaseRequestBuilder):
58
58
 
59
59
  async def get(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> Optional[List_]:
60
60
  """
61
- Get a list of rich long-running operations associated with a list.
61
+ Returns the metadata for a list.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[List_]
64
- Find more info here: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
64
+ Find more info here: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
65
65
  """
66
66
  request_info = self.to_get_request_information(
67
67
  request_configuration
@@ -113,7 +113,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
113
113
 
114
114
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
115
115
  """
116
- Get a list of rich long-running operations associated with a list.
116
+ Returns the metadata for a list.
117
117
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
118
118
  Returns: RequestInformation
119
119
  """
@@ -229,7 +229,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
229
229
  @dataclass
230
230
  class ListItemRequestBuilderGetQueryParameters():
231
231
  """
232
- Get a list of rich long-running operations associated with a list.
232
+ Returns the metadata for a list.
233
233
  """
234
234
  def get_query_parameter(self,original_name: str) -> str:
235
235
  """