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
@@ -52,10 +52,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
54
54
  """
55
- Get a thread object.
55
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[ConversationThread]
58
- Find more info here: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -108,7 +108,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
108
108
 
109
109
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
110
110
  """
111
- Get a thread object.
111
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
112
112
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
113
113
  Returns: RequestInformation
114
114
  """
@@ -170,7 +170,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
170
170
  @dataclass
171
171
  class ConversationThreadItemRequestBuilderGetQueryParameters():
172
172
  """
173
- Get a thread object.
173
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
174
174
  """
175
175
  def get_query_parameter(self,original_name: str) -> str:
176
176
  """
@@ -34,7 +34,7 @@ class GroupsWithUniqueNameRequestBuilder(BaseRequestBuilder):
34
34
 
35
35
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
36
36
  """
37
- Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.
37
+ Delete a group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: None
40
40
  Find more info here: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0
@@ -98,7 +98,7 @@ class GroupsWithUniqueNameRequestBuilder(BaseRequestBuilder):
98
98
 
99
99
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
100
100
  """
101
- Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.
101
+ Delete a group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.
102
102
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
103
103
  Returns: RequestInformation
104
104
  """
@@ -50,10 +50,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
50
50
 
51
51
  async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
52
52
  """
53
- Retrieve the properties and relationships of a namedLocation object.
53
+ Retrieve the properties and relationships of an ipNamedLocation object.
54
54
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
55
  Returns: Optional[NamedLocation]
56
- Find more info here: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0
56
+ Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0
57
57
  """
58
58
  request_info = self.to_get_request_information(
59
59
  request_configuration
@@ -106,7 +106,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
106
106
 
107
107
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
108
108
  """
109
- Retrieve the properties and relationships of a namedLocation object.
109
+ Retrieve the properties and relationships of an ipNamedLocation object.
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
112
112
  """
@@ -150,7 +150,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
150
150
  @dataclass
151
151
  class NamedLocationItemRequestBuilderGetQueryParameters():
152
152
  """
153
- Retrieve the properties and relationships of a namedLocation object.
153
+ Retrieve the properties and relationships of an ipNamedLocation object.
154
154
  """
155
155
  def get_query_parameter(self,original_name: str) -> str:
156
156
  """
@@ -31,10 +31,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
31
31
 
32
32
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
33
33
  """
34
- Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
34
+ Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
35
35
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
36
36
  Returns: None
37
- Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
37
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
38
38
  """
39
39
  request_info = self.to_delete_request_information(
40
40
  request_configuration
@@ -71,11 +71,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
71
71
 
72
72
  async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
73
73
  """
74
- Update the properties of an accessPackageAssignmentWorkflowExtension object.
74
+ Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
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[CustomCalloutExtension]
78
- Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0
78
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0
79
79
  """
80
80
  if body is None:
81
81
  raise TypeError("body cannot be null.")
@@ -95,7 +95,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
95
95
 
96
96
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
97
97
  """
98
- Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
98
+ Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
99
99
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
100
100
  Returns: RequestInformation
101
101
  """
@@ -117,7 +117,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
117
117
 
118
118
  def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
119
119
  """
120
- Update the properties of an accessPackageAssignmentWorkflowExtension object.
120
+ Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
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
@@ -47,7 +47,7 @@ class RecoveryKeysRequestBuilder(BaseRequestBuilder):
47
47
 
48
48
  async def get(self,request_configuration: Optional[RequestConfiguration[RecoveryKeysRequestBuilderGetQueryParameters]] = None) -> Optional[BitlockerRecoveryKeyCollectionResponse]:
49
49
  """
50
- Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.
50
+ Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process.
51
51
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
52
52
  Returns: Optional[BitlockerRecoveryKeyCollectionResponse]
53
53
  Find more info here: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0
@@ -68,7 +68,7 @@ class RecoveryKeysRequestBuilder(BaseRequestBuilder):
68
68
 
69
69
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RecoveryKeysRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
70
70
  """
71
- Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.
71
+ Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process.
72
72
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
73
73
  Returns: RequestInformation
74
74
  """
@@ -99,7 +99,7 @@ class RecoveryKeysRequestBuilder(BaseRequestBuilder):
99
99
  @dataclass
100
100
  class RecoveryKeysRequestBuilderGetQueryParameters():
101
101
  """
102
- Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.
102
+ Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process.
103
103
  """
104
104
  def get_query_parameter(self,original_name: str) -> str:
105
105
  """