msgraph-sdk 1.13.0__py3-none-any.whl → 1.15.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 (179) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/app_catalogs/teams_apps/teams_apps_request_builder.py +3 -3
  3. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  4. msgraph/generated/device_app_management/device_app_management_request_builder.py +1 -1
  5. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  6. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  9. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  10. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +7 -7
  13. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
  14. msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
  15. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  16. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +6 -6
  19. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  20. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  21. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  22. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +6 -6
  23. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  24. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +10 -10
  25. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  26. msgraph/generated/drives/item/items/item/discard_checkout/discard_checkout_request_builder.py +78 -0
  27. msgraph/generated/drives/item/items/item/drive_item_item_request_builder.py +10 -0
  28. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  29. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  30. msgraph/generated/groups/item/assign_license/assign_license_request_builder.py +2 -2
  31. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
  32. msgraph/generated/groups/item/group_item_request_builder.py +2 -2
  33. msgraph/generated/groups/item/renew/renew_request_builder.py +2 -2
  34. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
  35. msgraph/generated/groups_with_unique_name/groups_with_unique_name_request_builder.py +2 -2
  36. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +4 -4
  37. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +6 -6
  38. msgraph/generated/information_protection/bitlocker/recovery_keys/recovery_keys_request_builder.py +3 -3
  39. msgraph/generated/kiota-dom-export.txt +1259 -0
  40. msgraph/generated/kiota-lock.json +2 -2
  41. msgraph/generated/models/administrative_unit.py +1 -1
  42. msgraph/generated/models/app_management_restriction_state.py +7 -0
  43. msgraph/generated/models/app_role_assignment.py +2 -2
  44. msgraph/generated/models/application.py +1 -1
  45. msgraph/generated/models/base_item.py +16 -0
  46. msgraph/generated/models/conditional_access_authentication_flows.py +62 -0
  47. msgraph/generated/models/conditional_access_client_applications.py +1 -1
  48. msgraph/generated/models/conditional_access_condition_set.py +9 -1
  49. msgraph/generated/models/conditional_access_transfer_methods.py +8 -0
  50. msgraph/generated/models/device.py +1 -1
  51. msgraph/generated/models/eligibility_filtering_enabled_entities.py +9 -0
  52. msgraph/generated/models/entity.py +32 -0
  53. msgraph/generated/models/file_storage.py +4 -0
  54. msgraph/generated/models/file_storage_container.py +16 -0
  55. msgraph/generated/models/file_storage_container_settings.py +8 -0
  56. msgraph/generated/models/internal_domain_federation.py +4 -0
  57. msgraph/generated/models/key_credential_configuration.py +8 -0
  58. msgraph/generated/models/open_shift.py +7 -3
  59. msgraph/generated/models/org_contact.py +1 -1
  60. msgraph/generated/models/password_credential_configuration.py +8 -0
  61. msgraph/generated/models/recycle_bin.py +70 -0
  62. msgraph/generated/models/recycle_bin_item.py +67 -0
  63. msgraph/generated/models/recycle_bin_item_collection_response.py +60 -0
  64. msgraph/generated/models/recycle_bin_settings.py +53 -0
  65. msgraph/generated/models/security/data_set.py +4 -0
  66. msgraph/generated/models/security/deployment_access_key_type.py +53 -0
  67. msgraph/generated/models/security/deployment_status.py +14 -0
  68. msgraph/generated/models/security/evidence_remediation_status.py +6 -0
  69. msgraph/generated/models/security/identity_container.py +8 -0
  70. msgraph/generated/models/security/network_adapter.py +62 -0
  71. msgraph/generated/models/security/sensor.py +115 -0
  72. msgraph/generated/models/security/sensor_collection_response.py +60 -0
  73. msgraph/generated/models/security/sensor_deployment_package.py +57 -0
  74. msgraph/generated/models/security/sensor_health_status.py +9 -0
  75. msgraph/generated/models/security/sensor_settings.py +74 -0
  76. msgraph/generated/models/security/sensor_type.py +10 -0
  77. msgraph/generated/models/service_principal.py +1 -1
  78. msgraph/generated/models/shift.py +4 -0
  79. msgraph/generated/models/shift_activity.py +2 -2
  80. msgraph/generated/models/site_lock_state.py +9 -0
  81. msgraph/generated/models/time_off.py +5 -1
  82. msgraph/generated/models/user.py +1 -1
  83. msgraph/generated/models/workforce_integration.py +9 -1
  84. msgraph/generated/models/workforce_integration_supported_entities.py +3 -0
  85. msgraph/generated/models/x509_certificate_authentication_method_configuration.py +8 -0
  86. msgraph/generated/models/x509_certificate_c_r_l_validation_configuration.py +66 -0
  87. msgraph/generated/models/x509_certificate_c_r_l_validation_configuration_state.py +7 -0
  88. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  89. msgraph/generated/organization/organization_request_builder.py +4 -4
  90. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  91. msgraph/generated/security/attack_simulation/payloads/item/payload_item_request_builder.py +4 -3
  92. msgraph/generated/security/cases/ediscovery_cases/item/custodians/item/microsoft_graph_security_apply_hold/microsoft_graph_security_apply_hold_request_builder.py +2 -2
  93. msgraph/generated/security/identities/identities_request_builder.py +10 -0
  94. msgraph/generated/security/identities/sensors/count/count_request_builder.py +103 -0
  95. msgraph/generated/security/identities/sensors/item/health_issues/count/count_request_builder.py +103 -0
  96. msgraph/generated/security/identities/sensors/item/health_issues/health_issues_request_builder.py +161 -0
  97. msgraph/generated/security/identities/sensors/item/health_issues/item/health_issue_item_request_builder.py +106 -0
  98. msgraph/generated/security/identities/sensors/item/sensor_item_request_builder.py +200 -0
  99. msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_access_key/microsoft_graph_security_get_deployment_access_key_request_builder.py +80 -0
  100. msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_package_uri/microsoft_graph_security_get_deployment_package_uri_request_builder.py +80 -0
  101. msgraph/generated/security/identities/sensors/microsoft_graph_security_regenerate_deployment_access_key/microsoft_graph_security_regenerate_deployment_access_key_request_builder.py +80 -0
  102. msgraph/generated/security/identities/sensors/sensors_request_builder.py +238 -0
  103. msgraph/generated/solutions/virtual_events/townhalls/item/virtual_event_townhall_item_request_builder.py +5 -5
  104. msgraph/generated/solutions/virtual_events/townhalls/townhalls_request_builder.py +3 -3
  105. msgraph/generated/solutions/virtual_events/webinars/item/virtual_event_webinar_item_request_builder.py +5 -5
  106. msgraph/generated/storage/file_storage/containers/item/file_storage_container_item_request_builder.py +40 -0
  107. msgraph/generated/storage/file_storage/containers/item/lock/lock_post_request_body.py +58 -0
  108. msgraph/generated/storage/file_storage/containers/item/lock/lock_request_builder.py +85 -0
  109. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/created_by_user_request_builder.py +126 -0
  110. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  111. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  112. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  113. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/count/count_request_builder.py +103 -0
  114. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/created_by_user_request_builder.py +126 -0
  115. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  116. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  117. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  118. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  119. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  120. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  121. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  122. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/recycle_bin_item_item_request_builder.py +207 -0
  123. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/items_request_builder.py +207 -0
  124. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  125. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  126. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  127. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  128. msgraph/generated/storage/file_storage/containers/item/recycle_bin/recycle_bin_request_builder.py +217 -0
  129. msgraph/generated/storage/file_storage/containers/item/restore/restore_request_builder.py +80 -0
  130. msgraph/generated/storage/file_storage/containers/item/unlock/unlock_request_builder.py +77 -0
  131. msgraph/generated/storage/file_storage/deleted_containers/count/count_request_builder.py +103 -0
  132. msgraph/generated/storage/file_storage/deleted_containers/deleted_containers_request_builder.py +207 -0
  133. msgraph/generated/storage/file_storage/deleted_containers/item/activate/activate_request_builder.py +77 -0
  134. msgraph/generated/storage/file_storage/deleted_containers/item/drive/drive_request_builder.py +106 -0
  135. msgraph/generated/storage/file_storage/deleted_containers/item/file_storage_container_item_request_builder.py +267 -0
  136. msgraph/generated/storage/file_storage/deleted_containers/item/lock/lock_post_request_body.py +58 -0
  137. msgraph/generated/storage/file_storage/deleted_containers/item/lock/lock_request_builder.py +85 -0
  138. msgraph/generated/storage/file_storage/deleted_containers/item/permanent_delete/permanent_delete_request_builder.py +77 -0
  139. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/count/count_request_builder.py +103 -0
  140. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_post_request_body.py +62 -0
  141. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_post_response.py +60 -0
  142. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_request_builder.py +89 -0
  143. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/permission_item_request_builder.py +197 -0
  144. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/permissions_request_builder.py +207 -0
  145. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/created_by_user_request_builder.py +126 -0
  146. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  147. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  148. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  149. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/count/count_request_builder.py +103 -0
  150. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/created_by_user_request_builder.py +126 -0
  151. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  152. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  153. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  154. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  155. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  156. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  157. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  158. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/recycle_bin_item_item_request_builder.py +207 -0
  159. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/items_request_builder.py +207 -0
  160. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  161. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  162. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  163. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  164. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/recycle_bin_request_builder.py +217 -0
  165. msgraph/generated/storage/file_storage/deleted_containers/item/restore/restore_request_builder.py +80 -0
  166. msgraph/generated/storage/file_storage/deleted_containers/item/unlock/unlock_request_builder.py +77 -0
  167. msgraph/generated/storage/file_storage/file_storage_request_builder.py +10 -0
  168. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
  169. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  170. msgraph/generated/users/item/authentication/email_methods/email_methods_request_builder.py +2 -2
  171. msgraph/generated/users/item/authentication/email_methods/item/email_authentication_method_item_request_builder.py +2 -2
  172. msgraph/generated/users/item/authentication/microsoft_authenticator_methods/item/microsoft_authenticator_authentication_method_item_request_builder.py +2 -2
  173. msgraph/generated/users/item/authentication/phone_methods/item/phone_authentication_method_item_request_builder.py +2 -2
  174. msgraph/generated/users/item/user_item_request_builder.py +8 -8
  175. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +8 -8
  176. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/METADATA +1 -1
  177. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/RECORD +179 -89
  178. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/LICENSE +0 -0
  179. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/WHEEL +0 -0
@@ -71,7 +71,7 @@ class PhoneAuthenticationMethodItemRequestBuilder(BaseRequestBuilder):
71
71
 
72
72
  async def patch(self,body: PhoneAuthenticationMethod, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[PhoneAuthenticationMethod]:
73
73
  """
74
- Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.
74
+ Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. Self-service operations aren't supported.
75
75
  param body: The request body
76
76
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
77
77
  Returns: Optional[PhoneAuthenticationMethod]
@@ -117,7 +117,7 @@ class PhoneAuthenticationMethodItemRequestBuilder(BaseRequestBuilder):
117
117
 
118
118
  def to_patch_request_information(self,body: PhoneAuthenticationMethod, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
119
119
  """
120
- Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.
120
+ Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. Self-service operations aren't supported.
121
121
  param body: The request body
122
122
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
123
123
  Returns: RequestInformation
@@ -107,10 +107,10 @@ class UserItemRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
109
109
  """
110
- Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
110
+ Deletes a user.
111
111
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112
112
  Returns: None
113
- Find more info here: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
113
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
114
114
  """
115
115
  request_info = self.to_delete_request_information(
116
116
  request_configuration
@@ -141,10 +141,10 @@ class UserItemRequestBuilder(BaseRequestBuilder):
141
141
 
142
142
  async def get(self,request_configuration: Optional[RequestConfiguration[UserItemRequestBuilderGetQueryParameters]] = None) -> Optional[User]:
143
143
  """
144
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
144
+ Read properties and relationships of the user object.
145
145
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
146
146
  Returns: Optional[User]
147
- Find more info here: https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0
147
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0
148
148
  """
149
149
  request_info = self.to_get_request_information(
150
150
  request_configuration
@@ -166,7 +166,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
166
166
  param body: The request body
167
167
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
168
168
  Returns: Optional[User]
169
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0
169
+ Find more info here: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
170
170
  """
171
171
  if body is None:
172
172
  raise TypeError("body cannot be null.")
@@ -201,7 +201,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
201
201
 
202
202
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
203
203
  """
204
- Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
204
+ Deletes a user.
205
205
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
206
206
  Returns: RequestInformation
207
207
  """
@@ -212,7 +212,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
212
212
 
213
213
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UserItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
214
214
  """
215
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
215
+ Read properties and relationships of the user object.
216
216
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
217
217
  Returns: RequestInformation
218
218
  """
@@ -922,7 +922,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
922
922
  @dataclass
923
923
  class UserItemRequestBuilderGetQueryParameters():
924
924
  """
925
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
925
+ Read properties and relationships of the user object.
926
926
  """
927
927
  def get_query_parameter(self,original_name: str) -> str:
928
928
  """
@@ -34,10 +34,10 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
34
34
 
35
35
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
36
36
  """
37
- Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
37
+ Deletes a user.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: None
40
- Find more info here: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
40
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
41
41
  """
42
42
  request_info = self.to_delete_request_information(
43
43
  request_configuration
@@ -53,10 +53,10 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[UsersWithUserPrincipalNameRequestBuilderGetQueryParameters]] = None) -> Optional[User]:
55
55
  """
56
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
56
+ Read properties and relationships of the user object.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[User]
59
- Find more info here: https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -78,7 +78,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
78
78
  param body: The request body
79
79
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
80
80
  Returns: Optional[User]
81
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -98,7 +98,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
98
98
 
99
99
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
100
100
  """
101
- Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
101
+ Deletes a user.
102
102
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
103
103
  Returns: RequestInformation
104
104
  """
@@ -109,7 +109,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UsersWithUserPrincipalNameRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
112
+ Read properties and relationships of the user object.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -153,7 +153,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
153
153
  @dataclass
154
154
  class UsersWithUserPrincipalNameRequestBuilderGetQueryParameters():
155
155
  """
156
- Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.
156
+ Read properties and relationships of the user object.
157
157
  """
158
158
  def get_query_parameter(self,original_name: str) -> str:
159
159
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: msgraph-sdk
3
- Version: 1.13.0
3
+ Version: 1.15.0
4
4
  Summary: The Microsoft Graph Python SDK
5
5
  Keywords: msgraph,openAPI,Microsoft,Graph
6
6
  Author-email: Microsoft <graphtooling+python@microsoft.com>