msgraph-sdk 1.49.0__py3-none-any.whl → 1.50.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 (176) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/chats/item/chat_item_request_builder.py +10 -0
  3. msgraph/generated/chats/item/remove_all_access_for_user/remove_all_access_for_user_post_request_body.py +57 -0
  4. msgraph/generated/chats/item/remove_all_access_for_user/remove_all_access_for_user_request_builder.py +87 -0
  5. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +4 -3
  6. msgraph/generated/kiota-dom-export.txt +1830 -6
  7. msgraph/generated/kiota-lock.json +1 -1
  8. msgraph/generated/models/assigned_place_mode.py +61 -0
  9. msgraph/generated/models/base_map_feature.py +104 -0
  10. msgraph/generated/models/building.py +67 -0
  11. msgraph/generated/models/building_collection_response.py +58 -0
  12. msgraph/generated/models/building_map.py +71 -0
  13. msgraph/generated/models/channel.py +1 -1
  14. msgraph/generated/models/communications_guest_identity.py +4 -0
  15. msgraph/generated/models/copilot_report_root.py +53 -0
  16. msgraph/generated/models/desk.py +71 -0
  17. msgraph/generated/models/desk_collection_response.py +58 -0
  18. msgraph/generated/models/drop_in_place_mode.py +53 -0
  19. msgraph/generated/models/education_assignment.py +1 -1
  20. msgraph/generated/models/education_assignment_defaults.py +1 -1
  21. msgraph/generated/models/entity.py +177 -0
  22. msgraph/generated/models/external_connectors/property_.py +1 -1
  23. msgraph/generated/models/file_storage_container.py +7 -0
  24. msgraph/generated/models/fixture_map.py +57 -0
  25. msgraph/generated/models/fixture_map_collection_response.py +58 -0
  26. msgraph/generated/models/floor.py +57 -0
  27. msgraph/generated/models/floor_collection_response.py +58 -0
  28. msgraph/generated/models/footprint_map.py +53 -0
  29. msgraph/generated/models/footprint_map_collection_response.py +58 -0
  30. msgraph/generated/models/identity_governance/user_inactivity_trigger.py +57 -0
  31. msgraph/generated/models/identity_governance/workflow_execution_trigger.py +7 -0
  32. msgraph/generated/models/level_map.py +78 -0
  33. msgraph/generated/models/level_map_collection_response.py +58 -0
  34. msgraph/generated/models/mailbox_details.py +58 -0
  35. msgraph/generated/models/place.py +51 -0
  36. msgraph/generated/models/place_mode.py +80 -0
  37. msgraph/generated/models/planner_plan_container.py +1 -1
  38. msgraph/generated/models/reservable_place_mode.py +53 -0
  39. msgraph/generated/models/resource_link.py +69 -0
  40. msgraph/generated/models/resource_link_type.py +6 -0
  41. msgraph/generated/models/restore_session_base.py +1 -1
  42. msgraph/generated/models/risk_detection.py +1 -1
  43. msgraph/generated/models/risk_service_principal_activity.py +1 -1
  44. msgraph/generated/models/risk_user_activity.py +1 -1
  45. msgraph/generated/models/risky_service_principal.py +1 -1
  46. msgraph/generated/models/risky_user.py +1 -1
  47. msgraph/generated/models/room.py +0 -12
  48. msgraph/generated/models/room_list.py +7 -0
  49. msgraph/generated/models/search_request.py +1 -1
  50. msgraph/generated/models/section.py +53 -0
  51. msgraph/generated/models/section_collection_response.py +58 -0
  52. msgraph/generated/models/section_map.py +57 -0
  53. msgraph/generated/models/section_map_collection_response.py +58 -0
  54. msgraph/generated/models/security/account.py +72 -0
  55. msgraph/generated/models/security/action.py +11 -0
  56. msgraph/generated/models/security/ai_agent_evidence.py +72 -0
  57. msgraph/generated/models/security/ai_agent_platform.py +9 -0
  58. msgraph/generated/models/security/alert_evidence.py +7 -0
  59. msgraph/generated/models/security/ediscovery_export_operation.py +1 -1
  60. msgraph/generated/models/security/identity_accounts.py +92 -0
  61. msgraph/generated/models/security/identity_accounts_collection_response.py +58 -0
  62. msgraph/generated/models/security/identity_container.py +7 -0
  63. msgraph/generated/models/security/identity_provider.py +8 -0
  64. msgraph/generated/models/security/invoke_action_result.py +76 -0
  65. msgraph/generated/models/security/user.py +61 -0
  66. msgraph/generated/models/service_principal_risk_detection.py +2 -2
  67. msgraph/generated/models/share_point_migration_container_info.py +62 -0
  68. msgraph/generated/models/share_point_migration_event.py +127 -0
  69. msgraph/generated/models/share_point_migration_event_collection_response.py +58 -0
  70. msgraph/generated/models/share_point_migration_finish_manifest_file_upload_event.py +57 -0
  71. msgraph/generated/models/share_point_migration_job.py +67 -0
  72. msgraph/generated/models/share_point_migration_job_cancelled_event.py +61 -0
  73. msgraph/generated/models/share_point_migration_job_collection_response.py +58 -0
  74. msgraph/generated/models/share_point_migration_job_deleted_event.py +53 -0
  75. msgraph/generated/models/share_point_migration_job_error_event.py +86 -0
  76. msgraph/generated/models/share_point_migration_job_error_level.py +9 -0
  77. msgraph/generated/models/share_point_migration_job_postponed_event.py +70 -0
  78. msgraph/generated/models/share_point_migration_job_progress_event.py +121 -0
  79. msgraph/generated/models/share_point_migration_job_queued_event.py +53 -0
  80. msgraph/generated/models/share_point_migration_job_start_event.py +61 -0
  81. msgraph/generated/models/share_point_migration_object_type.py +14 -0
  82. msgraph/generated/models/sign_in.py +1 -1
  83. msgraph/generated/models/subject_rights_request_history.py +1 -1
  84. msgraph/generated/models/subject_rights_request_stage_detail.py +1 -1
  85. msgraph/generated/models/unit_map.py +57 -0
  86. msgraph/generated/models/unit_map_collection_response.py +58 -0
  87. msgraph/generated/models/workforce_integration.py +1 -1
  88. msgraph/generated/models/workspace.py +76 -0
  89. msgraph/generated/models/workspace_collection_response.py +58 -0
  90. msgraph/generated/places/graph_building/count/count_request_builder.py +104 -0
  91. msgraph/generated/places/graph_building/graph_building_request_builder.py +147 -0
  92. msgraph/generated/places/graph_desk/count/count_request_builder.py +104 -0
  93. msgraph/generated/places/graph_desk/graph_desk_request_builder.py +147 -0
  94. msgraph/generated/places/graph_floor/count/count_request_builder.py +104 -0
  95. msgraph/generated/places/graph_floor/graph_floor_request_builder.py +147 -0
  96. msgraph/generated/places/graph_section/count/count_request_builder.py +104 -0
  97. msgraph/generated/places/graph_section/graph_section_request_builder.py +147 -0
  98. msgraph/generated/places/graph_workspace/count/count_request_builder.py +104 -0
  99. msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py +147 -0
  100. msgraph/generated/places/item/descendants/descendants_get_response.py +58 -0
  101. msgraph/generated/places/item/descendants/descendants_request_builder.py +137 -0
  102. msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py +208 -0
  103. msgraph/generated/places/item/graph_building/check_ins/count/count_request_builder.py +104 -0
  104. msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  105. msgraph/generated/places/item/graph_building/graph_building_request_builder.py +127 -0
  106. msgraph/generated/places/item/graph_building/map/footprints/count/count_request_builder.py +104 -0
  107. msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py +208 -0
  108. msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py +188 -0
  109. msgraph/generated/places/item/graph_building/map/levels/count/count_request_builder.py +104 -0
  110. msgraph/generated/places/item/graph_building/map/levels/item/fixtures/count/count_request_builder.py +104 -0
  111. msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py +208 -0
  112. msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py +188 -0
  113. msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py +218 -0
  114. msgraph/generated/places/item/graph_building/map/levels/item/sections/count/count_request_builder.py +104 -0
  115. msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py +188 -0
  116. msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py +208 -0
  117. msgraph/generated/places/item/graph_building/map/levels/item/units/count/count_request_builder.py +104 -0
  118. msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py +188 -0
  119. msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py +208 -0
  120. msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py +208 -0
  121. msgraph/generated/places/item/graph_building/map/map_request_builder.py +208 -0
  122. msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py +208 -0
  123. msgraph/generated/places/item/graph_desk/check_ins/count/count_request_builder.py +104 -0
  124. msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  125. msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py +117 -0
  126. msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py +208 -0
  127. msgraph/generated/places/item/graph_floor/check_ins/count/count_request_builder.py +104 -0
  128. msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  129. msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py +117 -0
  130. msgraph/generated/places/item/graph_room_list/graph_room_list_request_builder.py +10 -0
  131. msgraph/generated/places/item/graph_room_list/workspaces/count/count_request_builder.py +104 -0
  132. msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py +208 -0
  133. msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/count/count_request_builder.py +104 -0
  134. msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  135. msgraph/generated/places/item/graph_room_list/workspaces/item/workspace_item_request_builder.py +198 -0
  136. msgraph/generated/places/item/graph_room_list/workspaces/workspaces_request_builder.py +208 -0
  137. msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py +208 -0
  138. msgraph/generated/places/item/graph_section/check_ins/count/count_request_builder.py +104 -0
  139. msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  140. msgraph/generated/places/item/graph_section/graph_section_request_builder.py +117 -0
  141. msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py +208 -0
  142. msgraph/generated/places/item/graph_workspace/check_ins/count/count_request_builder.py +104 -0
  143. msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +188 -0
  144. msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py +117 -0
  145. msgraph/generated/places/item/place_item_request_builder.py +60 -0
  146. msgraph/generated/places/places_request_builder.py +50 -0
  147. msgraph/generated/security/identities/identities_request_builder.py +10 -0
  148. msgraph/generated/security/identities/identity_accounts/count/count_request_builder.py +104 -0
  149. msgraph/generated/security/identities/identity_accounts/identity_accounts_request_builder.py +209 -0
  150. msgraph/generated/security/identities/identity_accounts/item/identity_accounts_item_request_builder.py +199 -0
  151. msgraph/generated/security/identities/identity_accounts/item/microsoft_graph_security_invoke_action/invoke_action_post_request_body.py +68 -0
  152. msgraph/generated/security/identities/identity_accounts/item/microsoft_graph_security_invoke_action/microsoft_graph_security_invoke_action_request_builder.py +90 -0
  153. msgraph/generated/solutions/virtual_events/webinars/item/registrations/item/sessions/sessions_request_builder.py +3 -3
  154. msgraph/generated/storage/file_storage/containers/item/file_storage_container_item_request_builder.py +20 -0
  155. msgraph/generated/storage/file_storage/containers/item/migration_jobs/count/count_request_builder.py +104 -0
  156. msgraph/generated/storage/file_storage/containers/item/migration_jobs/item/progress_events/count/count_request_builder.py +104 -0
  157. msgraph/generated/storage/file_storage/containers/item/migration_jobs/item/progress_events/item/share_point_migration_event_item_request_builder.py +188 -0
  158. msgraph/generated/storage/file_storage/containers/item/migration_jobs/item/progress_events/progress_events_request_builder.py +208 -0
  159. msgraph/generated/storage/file_storage/containers/item/migration_jobs/item/share_point_migration_job_item_request_builder.py +198 -0
  160. msgraph/generated/storage/file_storage/containers/item/migration_jobs/migration_jobs_request_builder.py +208 -0
  161. msgraph/generated/storage/file_storage/containers/item/provision_migration_containers/provision_migration_containers_request_builder.py +81 -0
  162. msgraph/generated/storage/file_storage/deleted_containers/item/file_storage_container_item_request_builder.py +20 -0
  163. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/count/count_request_builder.py +104 -0
  164. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/item/progress_events/count/count_request_builder.py +104 -0
  165. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/item/progress_events/item/share_point_migration_event_item_request_builder.py +188 -0
  166. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/item/progress_events/progress_events_request_builder.py +208 -0
  167. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/item/share_point_migration_job_item_request_builder.py +198 -0
  168. msgraph/generated/storage/file_storage/deleted_containers/item/migration_jobs/migration_jobs_request_builder.py +208 -0
  169. msgraph/generated/storage/file_storage/deleted_containers/item/provision_migration_containers/provision_migration_containers_request_builder.py +81 -0
  170. msgraph/generated/users/item/chats/item/chat_item_request_builder.py +10 -0
  171. msgraph/generated/users/item/chats/item/remove_all_access_for_user/remove_all_access_for_user_post_request_body.py +57 -0
  172. msgraph/generated/users/item/chats/item/remove_all_access_for_user/remove_all_access_for_user_request_builder.py +87 -0
  173. {msgraph_sdk-1.49.0.dist-info → msgraph_sdk-1.50.0.dist-info}/METADATA +1 -1
  174. {msgraph_sdk-1.49.0.dist-info → msgraph_sdk-1.50.0.dist-info}/RECORD +176 -44
  175. {msgraph_sdk-1.49.0.dist-info → msgraph_sdk-1.50.0.dist-info}/WHEEL +0 -0
  176. {msgraph_sdk-1.49.0.dist-info → msgraph_sdk-1.50.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,209 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.base_request_builder import BaseRequestBuilder
5
+ from kiota_abstractions.base_request_configuration import RequestConfiguration
6
+ from kiota_abstractions.default_query_parameters import QueryParameters
7
+ from kiota_abstractions.get_path_parameters import get_path_parameters
8
+ from kiota_abstractions.method import Method
9
+ from kiota_abstractions.request_adapter import RequestAdapter
10
+ from kiota_abstractions.request_information import RequestInformation
11
+ from kiota_abstractions.request_option import RequestOption
12
+ from kiota_abstractions.serialization import Parsable, ParsableFactory
13
+ from typing import Any, Optional, TYPE_CHECKING, Union
14
+ from warnings import warn
15
+
16
+ if TYPE_CHECKING:
17
+ from ....models.o_data_errors.o_data_error import ODataError
18
+ from ....models.security.identity_accounts import IdentityAccounts
19
+ from ....models.security.identity_accounts_collection_response import IdentityAccountsCollectionResponse
20
+ from .count.count_request_builder import CountRequestBuilder
21
+ from .item.identity_accounts_item_request_builder import IdentityAccountsItemRequestBuilder
22
+
23
+ class IdentityAccountsRequestBuilder(BaseRequestBuilder):
24
+ """
25
+ Provides operations to manage the identityAccounts property of the microsoft.graph.security.identityContainer entity.
26
+ """
27
+ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, dict[str, Any]]) -> None:
28
+ """
29
+ Instantiates a new IdentityAccountsRequestBuilder and sets the default values.
30
+ param path_parameters: The raw url or the url-template parameters for the request.
31
+ param request_adapter: The request adapter to use to execute the requests.
32
+ Returns: None
33
+ """
34
+ super().__init__(request_adapter, "{+baseurl}/security/identities/identityAccounts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
35
+
36
+ def by_identity_accounts_id(self,identity_accounts_id: str) -> IdentityAccountsItemRequestBuilder:
37
+ """
38
+ Provides operations to manage the identityAccounts property of the microsoft.graph.security.identityContainer entity.
39
+ param identity_accounts_id: The unique identifier of identityAccounts
40
+ Returns: IdentityAccountsItemRequestBuilder
41
+ """
42
+ if identity_accounts_id is None:
43
+ raise TypeError("identity_accounts_id cannot be null.")
44
+ from .item.identity_accounts_item_request_builder import IdentityAccountsItemRequestBuilder
45
+
46
+ url_tpl_params = get_path_parameters(self.path_parameters)
47
+ url_tpl_params["identityAccounts%2Did"] = identity_accounts_id
48
+ return IdentityAccountsItemRequestBuilder(self.request_adapter, url_tpl_params)
49
+
50
+ async def get(self,request_configuration: Optional[RequestConfiguration[IdentityAccountsRequestBuilderGetQueryParameters]] = None) -> Optional[IdentityAccountsCollectionResponse]:
51
+ """
52
+ Get a list of the identityAccounts objects and their properties.
53
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
+ Returns: Optional[IdentityAccountsCollectionResponse]
55
+ Find more info here: https://learn.microsoft.com/graph/api/security-identitycontainer-list-identityaccounts?view=graph-rest-1.0
56
+ """
57
+ request_info = self.to_get_request_information(
58
+ request_configuration
59
+ )
60
+ from ....models.o_data_errors.o_data_error import ODataError
61
+
62
+ error_mapping: dict[str, type[ParsableFactory]] = {
63
+ "XXX": ODataError,
64
+ }
65
+ if not self.request_adapter:
66
+ raise Exception("Http core is null")
67
+ from ....models.security.identity_accounts_collection_response import IdentityAccountsCollectionResponse
68
+
69
+ return await self.request_adapter.send_async(request_info, IdentityAccountsCollectionResponse, error_mapping)
70
+
71
+ async def post(self,body: IdentityAccounts, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[IdentityAccounts]:
72
+ """
73
+ Create new navigation property to identityAccounts for security
74
+ param body: The request body
75
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
76
+ Returns: Optional[IdentityAccounts]
77
+ """
78
+ if body is None:
79
+ raise TypeError("body cannot be null.")
80
+ request_info = self.to_post_request_information(
81
+ body, request_configuration
82
+ )
83
+ from ....models.o_data_errors.o_data_error import ODataError
84
+
85
+ error_mapping: dict[str, type[ParsableFactory]] = {
86
+ "XXX": ODataError,
87
+ }
88
+ if not self.request_adapter:
89
+ raise Exception("Http core is null")
90
+ from ....models.security.identity_accounts import IdentityAccounts
91
+
92
+ return await self.request_adapter.send_async(request_info, IdentityAccounts, error_mapping)
93
+
94
+ def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[IdentityAccountsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
95
+ """
96
+ Get a list of the identityAccounts objects and their properties.
97
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
+ Returns: RequestInformation
99
+ """
100
+ request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
101
+ request_info.configure(request_configuration)
102
+ request_info.headers.try_add("Accept", "application/json")
103
+ return request_info
104
+
105
+ def to_post_request_information(self,body: IdentityAccounts, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
+ """
107
+ Create new navigation property to identityAccounts for security
108
+ param body: The request body
109
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
+ Returns: RequestInformation
111
+ """
112
+ if body is None:
113
+ raise TypeError("body cannot be null.")
114
+ request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
115
+ request_info.configure(request_configuration)
116
+ request_info.headers.try_add("Accept", "application/json")
117
+ request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
118
+ return request_info
119
+
120
+ def with_url(self,raw_url: str) -> IdentityAccountsRequestBuilder:
121
+ """
122
+ Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
123
+ param raw_url: The raw URL to use for the request builder.
124
+ Returns: IdentityAccountsRequestBuilder
125
+ """
126
+ if raw_url is None:
127
+ raise TypeError("raw_url cannot be null.")
128
+ return IdentityAccountsRequestBuilder(self.request_adapter, raw_url)
129
+
130
+ @property
131
+ def count(self) -> CountRequestBuilder:
132
+ """
133
+ Provides operations to count the resources in the collection.
134
+ """
135
+ from .count.count_request_builder import CountRequestBuilder
136
+
137
+ return CountRequestBuilder(self.request_adapter, self.path_parameters)
138
+
139
+ @dataclass
140
+ class IdentityAccountsRequestBuilderGetQueryParameters():
141
+ """
142
+ Get a list of the identityAccounts objects and their properties.
143
+ """
144
+ def get_query_parameter(self,original_name: str) -> str:
145
+ """
146
+ Maps the query parameters names to their encoded names for the URI template parsing.
147
+ param original_name: The original query parameter name in the class.
148
+ Returns: str
149
+ """
150
+ if original_name is None:
151
+ raise TypeError("original_name cannot be null.")
152
+ if original_name == "count":
153
+ return "%24count"
154
+ if original_name == "expand":
155
+ return "%24expand"
156
+ if original_name == "filter":
157
+ return "%24filter"
158
+ if original_name == "orderby":
159
+ return "%24orderby"
160
+ if original_name == "search":
161
+ return "%24search"
162
+ if original_name == "select":
163
+ return "%24select"
164
+ if original_name == "skip":
165
+ return "%24skip"
166
+ if original_name == "top":
167
+ return "%24top"
168
+ return original_name
169
+
170
+ # Include count of items
171
+ count: Optional[bool] = None
172
+
173
+ # Expand related entities
174
+ expand: Optional[list[str]] = None
175
+
176
+ # Filter items by property values
177
+ filter: Optional[str] = None
178
+
179
+ # Order items by property values
180
+ orderby: Optional[list[str]] = None
181
+
182
+ # Search items by search phrases
183
+ search: Optional[str] = None
184
+
185
+ # Select properties to be returned
186
+ select: Optional[list[str]] = None
187
+
188
+ # Skip the first n items
189
+ skip: Optional[int] = None
190
+
191
+ # Show only the first n items
192
+ top: Optional[int] = None
193
+
194
+
195
+ @dataclass
196
+ class IdentityAccountsRequestBuilderGetRequestConfiguration(RequestConfiguration[IdentityAccountsRequestBuilderGetQueryParameters]):
197
+ """
198
+ Configuration for the request such as headers, query parameters, and middleware options.
199
+ """
200
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
201
+
202
+ @dataclass
203
+ class IdentityAccountsRequestBuilderPostRequestConfiguration(RequestConfiguration[QueryParameters]):
204
+ """
205
+ Configuration for the request such as headers, query parameters, and middleware options.
206
+ """
207
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
208
+
209
+
@@ -0,0 +1,199 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.base_request_builder import BaseRequestBuilder
5
+ from kiota_abstractions.base_request_configuration import RequestConfiguration
6
+ from kiota_abstractions.default_query_parameters import QueryParameters
7
+ from kiota_abstractions.get_path_parameters import get_path_parameters
8
+ from kiota_abstractions.method import Method
9
+ from kiota_abstractions.request_adapter import RequestAdapter
10
+ from kiota_abstractions.request_information import RequestInformation
11
+ from kiota_abstractions.request_option import RequestOption
12
+ from kiota_abstractions.serialization import Parsable, ParsableFactory
13
+ from typing import Any, Optional, TYPE_CHECKING, Union
14
+ from warnings import warn
15
+
16
+ if TYPE_CHECKING:
17
+ from .....models.o_data_errors.o_data_error import ODataError
18
+ from .....models.security.identity_accounts import IdentityAccounts
19
+ from .microsoft_graph_security_invoke_action.microsoft_graph_security_invoke_action_request_builder import MicrosoftGraphSecurityInvokeActionRequestBuilder
20
+
21
+ class IdentityAccountsItemRequestBuilder(BaseRequestBuilder):
22
+ """
23
+ Provides operations to manage the identityAccounts property of the microsoft.graph.security.identityContainer entity.
24
+ """
25
+ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, dict[str, Any]]) -> None:
26
+ """
27
+ Instantiates a new IdentityAccountsItemRequestBuilder and sets the default values.
28
+ param path_parameters: The raw url or the url-template parameters for the request.
29
+ param request_adapter: The request adapter to use to execute the requests.
30
+ Returns: None
31
+ """
32
+ super().__init__(request_adapter, "{+baseurl}/security/identities/identityAccounts/{identityAccounts%2Did}{?%24expand,%24select}", path_parameters)
33
+
34
+ async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
35
+ """
36
+ Delete navigation property identityAccounts for security
37
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
38
+ Returns: None
39
+ """
40
+ request_info = self.to_delete_request_information(
41
+ request_configuration
42
+ )
43
+ from .....models.o_data_errors.o_data_error import ODataError
44
+
45
+ error_mapping: dict[str, type[ParsableFactory]] = {
46
+ "XXX": ODataError,
47
+ }
48
+ if not self.request_adapter:
49
+ raise Exception("Http core is null")
50
+ return await self.request_adapter.send_no_response_content_async(request_info, error_mapping)
51
+
52
+ async def get(self,request_configuration: Optional[RequestConfiguration[IdentityAccountsItemRequestBuilderGetQueryParameters]] = None) -> Optional[IdentityAccounts]:
53
+ """
54
+ Read the properties and relationships of a single identity security account object. This allows retrieving information about available identity accounts.
55
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
+ Returns: Optional[IdentityAccounts]
57
+ Find more info here: https://learn.microsoft.com/graph/api/security-identityaccounts-get?view=graph-rest-1.0
58
+ """
59
+ request_info = self.to_get_request_information(
60
+ request_configuration
61
+ )
62
+ from .....models.o_data_errors.o_data_error import ODataError
63
+
64
+ error_mapping: dict[str, type[ParsableFactory]] = {
65
+ "XXX": ODataError,
66
+ }
67
+ if not self.request_adapter:
68
+ raise Exception("Http core is null")
69
+ from .....models.security.identity_accounts import IdentityAccounts
70
+
71
+ return await self.request_adapter.send_async(request_info, IdentityAccounts, error_mapping)
72
+
73
+ async def patch(self,body: IdentityAccounts, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[IdentityAccounts]:
74
+ """
75
+ Update the navigation property identityAccounts in security
76
+ param body: The request body
77
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
+ Returns: Optional[IdentityAccounts]
79
+ """
80
+ if body is None:
81
+ raise TypeError("body cannot be null.")
82
+ request_info = self.to_patch_request_information(
83
+ body, request_configuration
84
+ )
85
+ from .....models.o_data_errors.o_data_error import ODataError
86
+
87
+ error_mapping: dict[str, type[ParsableFactory]] = {
88
+ "XXX": ODataError,
89
+ }
90
+ if not self.request_adapter:
91
+ raise Exception("Http core is null")
92
+ from .....models.security.identity_accounts import IdentityAccounts
93
+
94
+ return await self.request_adapter.send_async(request_info, IdentityAccounts, error_mapping)
95
+
96
+ def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
97
+ """
98
+ Delete navigation property identityAccounts for security
99
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
100
+ Returns: RequestInformation
101
+ """
102
+ request_info = RequestInformation(Method.DELETE, self.url_template, self.path_parameters)
103
+ request_info.configure(request_configuration)
104
+ request_info.headers.try_add("Accept", "application/json")
105
+ return request_info
106
+
107
+ def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[IdentityAccountsItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
108
+ """
109
+ Read the properties and relationships of a single identity security account object. This allows retrieving information about available identity accounts.
110
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
+ Returns: RequestInformation
112
+ """
113
+ request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
114
+ request_info.configure(request_configuration)
115
+ request_info.headers.try_add("Accept", "application/json")
116
+ return request_info
117
+
118
+ def to_patch_request_information(self,body: IdentityAccounts, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
119
+ """
120
+ Update the navigation property identityAccounts in security
121
+ param body: The request body
122
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
123
+ Returns: RequestInformation
124
+ """
125
+ if body is None:
126
+ raise TypeError("body cannot be null.")
127
+ request_info = RequestInformation(Method.PATCH, self.url_template, self.path_parameters)
128
+ request_info.configure(request_configuration)
129
+ request_info.headers.try_add("Accept", "application/json")
130
+ request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
131
+ return request_info
132
+
133
+ def with_url(self,raw_url: str) -> IdentityAccountsItemRequestBuilder:
134
+ """
135
+ Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
136
+ param raw_url: The raw URL to use for the request builder.
137
+ Returns: IdentityAccountsItemRequestBuilder
138
+ """
139
+ if raw_url is None:
140
+ raise TypeError("raw_url cannot be null.")
141
+ return IdentityAccountsItemRequestBuilder(self.request_adapter, raw_url)
142
+
143
+ @property
144
+ def microsoft_graph_security_invoke_action(self) -> MicrosoftGraphSecurityInvokeActionRequestBuilder:
145
+ """
146
+ Provides operations to call the invokeAction method.
147
+ """
148
+ from .microsoft_graph_security_invoke_action.microsoft_graph_security_invoke_action_request_builder import MicrosoftGraphSecurityInvokeActionRequestBuilder
149
+
150
+ return MicrosoftGraphSecurityInvokeActionRequestBuilder(self.request_adapter, self.path_parameters)
151
+
152
+ @dataclass
153
+ class IdentityAccountsItemRequestBuilderDeleteRequestConfiguration(RequestConfiguration[QueryParameters]):
154
+ """
155
+ Configuration for the request such as headers, query parameters, and middleware options.
156
+ """
157
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
158
+
159
+ @dataclass
160
+ class IdentityAccountsItemRequestBuilderGetQueryParameters():
161
+ """
162
+ Read the properties and relationships of a single identity security account object. This allows retrieving information about available identity accounts.
163
+ """
164
+ def get_query_parameter(self,original_name: str) -> str:
165
+ """
166
+ Maps the query parameters names to their encoded names for the URI template parsing.
167
+ param original_name: The original query parameter name in the class.
168
+ Returns: str
169
+ """
170
+ if original_name is None:
171
+ raise TypeError("original_name cannot be null.")
172
+ if original_name == "expand":
173
+ return "%24expand"
174
+ if original_name == "select":
175
+ return "%24select"
176
+ return original_name
177
+
178
+ # Expand related entities
179
+ expand: Optional[list[str]] = None
180
+
181
+ # Select properties to be returned
182
+ select: Optional[list[str]] = None
183
+
184
+
185
+ @dataclass
186
+ class IdentityAccountsItemRequestBuilderGetRequestConfiguration(RequestConfiguration[IdentityAccountsItemRequestBuilderGetQueryParameters]):
187
+ """
188
+ Configuration for the request such as headers, query parameters, and middleware options.
189
+ """
190
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
191
+
192
+ @dataclass
193
+ class IdentityAccountsItemRequestBuilderPatchRequestConfiguration(RequestConfiguration[QueryParameters]):
194
+ """
195
+ Configuration for the request such as headers, query parameters, and middleware options.
196
+ """
197
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
198
+
199
+
@@ -0,0 +1,68 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
5
+ from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
6
+ from typing import Any, Optional, TYPE_CHECKING, Union
7
+
8
+ if TYPE_CHECKING:
9
+ from ......models.security.action import Action
10
+ from ......models.security.identity_provider import IdentityProvider
11
+
12
+ @dataclass
13
+ class InvokeActionPostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
14
+ # Stores model information.
15
+ backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
16
+
17
+ # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
18
+ additional_data: dict[str, Any] = field(default_factory=dict)
19
+ # The accountId property
20
+ account_id: Optional[str] = None
21
+ # The action property
22
+ action: Optional[Action] = None
23
+ # The identityProvider property
24
+ identity_provider: Optional[IdentityProvider] = None
25
+
26
+ @staticmethod
27
+ def create_from_discriminator_value(parse_node: ParseNode) -> InvokeActionPostRequestBody:
28
+ """
29
+ Creates a new instance of the appropriate class based on discriminator value
30
+ param parse_node: The parse node to use to read the discriminator value and create the object
31
+ Returns: InvokeActionPostRequestBody
32
+ """
33
+ if parse_node is None:
34
+ raise TypeError("parse_node cannot be null.")
35
+ return InvokeActionPostRequestBody()
36
+
37
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
38
+ """
39
+ The deserialization information for the current model
40
+ Returns: dict[str, Callable[[ParseNode], None]]
41
+ """
42
+ from ......models.security.action import Action
43
+ from ......models.security.identity_provider import IdentityProvider
44
+
45
+ from ......models.security.action import Action
46
+ from ......models.security.identity_provider import IdentityProvider
47
+
48
+ fields: dict[str, Callable[[Any], None]] = {
49
+ "accountId": lambda n : setattr(self, 'account_id', n.get_str_value()),
50
+ "action": lambda n : setattr(self, 'action', n.get_enum_value(Action)),
51
+ "identityProvider": lambda n : setattr(self, 'identity_provider', n.get_enum_value(IdentityProvider)),
52
+ }
53
+ return fields
54
+
55
+ def serialize(self,writer: SerializationWriter) -> None:
56
+ """
57
+ Serializes information the current object
58
+ param writer: Serialization writer to use to serialize this model
59
+ Returns: None
60
+ """
61
+ if writer is None:
62
+ raise TypeError("writer cannot be null.")
63
+ writer.write_str_value("accountId", self.account_id)
64
+ writer.write_enum_value("action", self.action)
65
+ writer.write_enum_value("identityProvider", self.identity_provider)
66
+ writer.write_additional_data_value(self.additional_data)
67
+
68
+
@@ -0,0 +1,90 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.base_request_builder import BaseRequestBuilder
5
+ from kiota_abstractions.base_request_configuration import RequestConfiguration
6
+ from kiota_abstractions.default_query_parameters import QueryParameters
7
+ from kiota_abstractions.get_path_parameters import get_path_parameters
8
+ from kiota_abstractions.method import Method
9
+ from kiota_abstractions.request_adapter import RequestAdapter
10
+ from kiota_abstractions.request_information import RequestInformation
11
+ from kiota_abstractions.request_option import RequestOption
12
+ from kiota_abstractions.serialization import Parsable, ParsableFactory
13
+ from typing import Any, Optional, TYPE_CHECKING, Union
14
+ from warnings import warn
15
+
16
+ if TYPE_CHECKING:
17
+ from ......models.o_data_errors.o_data_error import ODataError
18
+ from ......models.security.invoke_action_result import InvokeActionResult
19
+ from .invoke_action_post_request_body import InvokeActionPostRequestBody
20
+
21
+ class MicrosoftGraphSecurityInvokeActionRequestBuilder(BaseRequestBuilder):
22
+ """
23
+ Provides operations to call the invokeAction method.
24
+ """
25
+ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, dict[str, Any]]) -> None:
26
+ """
27
+ Instantiates a new MicrosoftGraphSecurityInvokeActionRequestBuilder and sets the default values.
28
+ param path_parameters: The raw url or the url-template parameters for the request.
29
+ param request_adapter: The request adapter to use to execute the requests.
30
+ Returns: None
31
+ """
32
+ super().__init__(request_adapter, "{+baseurl}/security/identities/identityAccounts/{identityAccounts%2Did}/microsoft.graph.security.invokeAction", path_parameters)
33
+
34
+ async def post(self,body: InvokeActionPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[InvokeActionResult]:
35
+ """
36
+ Perform actions such as revoking accounts and forcing password reset for identity accounts that are observed in Microsoft Defender for Identity. This action allows reading and performing identity security actions on behalf of the signed-in identity.
37
+ param body: The request body
38
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
+ Returns: Optional[InvokeActionResult]
40
+ Find more info here: https://learn.microsoft.com/graph/api/security-identityaccounts-invokeaction?view=graph-rest-1.0
41
+ """
42
+ if body is None:
43
+ raise TypeError("body cannot be null.")
44
+ request_info = self.to_post_request_information(
45
+ body, request_configuration
46
+ )
47
+ from ......models.o_data_errors.o_data_error import ODataError
48
+
49
+ error_mapping: dict[str, type[ParsableFactory]] = {
50
+ "XXX": ODataError,
51
+ }
52
+ if not self.request_adapter:
53
+ raise Exception("Http core is null")
54
+ from ......models.security.invoke_action_result import InvokeActionResult
55
+
56
+ return await self.request_adapter.send_async(request_info, InvokeActionResult, error_mapping)
57
+
58
+ def to_post_request_information(self,body: InvokeActionPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
+ """
60
+ Perform actions such as revoking accounts and forcing password reset for identity accounts that are observed in Microsoft Defender for Identity. This action allows reading and performing identity security actions on behalf of the signed-in identity.
61
+ param body: The request body
62
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
+ Returns: RequestInformation
64
+ """
65
+ if body is None:
66
+ raise TypeError("body cannot be null.")
67
+ request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
68
+ request_info.configure(request_configuration)
69
+ request_info.headers.try_add("Accept", "application/json")
70
+ request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
71
+ return request_info
72
+
73
+ def with_url(self,raw_url: str) -> MicrosoftGraphSecurityInvokeActionRequestBuilder:
74
+ """
75
+ Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
76
+ param raw_url: The raw URL to use for the request builder.
77
+ Returns: MicrosoftGraphSecurityInvokeActionRequestBuilder
78
+ """
79
+ if raw_url is None:
80
+ raise TypeError("raw_url cannot be null.")
81
+ return MicrosoftGraphSecurityInvokeActionRequestBuilder(self.request_adapter, raw_url)
82
+
83
+ @dataclass
84
+ class MicrosoftGraphSecurityInvokeActionRequestBuilderPostRequestConfiguration(RequestConfiguration[QueryParameters]):
85
+ """
86
+ Configuration for the request such as headers, query parameters, and middleware options.
87
+ """
88
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
89
+
90
+
@@ -48,7 +48,7 @@ class SessionsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[SessionsRequestBuilderGetQueryParameters]] = None) -> Optional[VirtualEventSessionCollectionResponse]:
50
50
  """
51
- Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The rest of session properties will be null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
51
+ Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The remaining session properties are null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[VirtualEventSessionCollectionResponse]
54
54
  Find more info here: https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0
@@ -69,7 +69,7 @@ class SessionsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SessionsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
71
71
  """
72
- Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The rest of session properties will be null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
72
+ Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The remaining session properties are null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
73
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
74
74
  Returns: RequestInformation
75
75
  """
@@ -100,7 +100,7 @@ class SessionsRequestBuilder(BaseRequestBuilder):
100
100
  @dataclass
101
101
  class SessionsRequestBuilderGetQueryParameters():
102
102
  """
103
- Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The rest of session properties will be null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
103
+ Get a list of sessions summaries that a registrant registered for in a webinar. A session summary contains only the endDateTime, id, joinWebUrl, startDateTime, and subject of a virtual event session. The remaining session properties are null. To get all the properties of a virtualEventSession, use the Get virtualEventSession method.
104
104
  """
105
105
  def get_query_parameter(self,original_name: str) -> str:
106
106
  """
@@ -20,8 +20,10 @@ if TYPE_CHECKING:
20
20
  from .columns.columns_request_builder import ColumnsRequestBuilder
21
21
  from .drive.drive_request_builder import DriveRequestBuilder
22
22
  from .lock.lock_request_builder import LockRequestBuilder
23
+ from .migration_jobs.migration_jobs_request_builder import MigrationJobsRequestBuilder
23
24
  from .permanent_delete.permanent_delete_request_builder import PermanentDeleteRequestBuilder
24
25
  from .permissions.permissions_request_builder import PermissionsRequestBuilder
26
+ from .provision_migration_containers.provision_migration_containers_request_builder import ProvisionMigrationContainersRequestBuilder
25
27
  from .recycle_bin.recycle_bin_request_builder import RecycleBinRequestBuilder
26
28
  from .restore.restore_request_builder import RestoreRequestBuilder
27
29
  from .unlock.unlock_request_builder import UnlockRequestBuilder
@@ -183,6 +185,15 @@ class FileStorageContainerItemRequestBuilder(BaseRequestBuilder):
183
185
 
184
186
  return LockRequestBuilder(self.request_adapter, self.path_parameters)
185
187
 
188
+ @property
189
+ def migration_jobs(self) -> MigrationJobsRequestBuilder:
190
+ """
191
+ Provides operations to manage the migrationJobs property of the microsoft.graph.fileStorageContainer entity.
192
+ """
193
+ from .migration_jobs.migration_jobs_request_builder import MigrationJobsRequestBuilder
194
+
195
+ return MigrationJobsRequestBuilder(self.request_adapter, self.path_parameters)
196
+
186
197
  @property
187
198
  def permanent_delete(self) -> PermanentDeleteRequestBuilder:
188
199
  """
@@ -201,6 +212,15 @@ class FileStorageContainerItemRequestBuilder(BaseRequestBuilder):
201
212
 
202
213
  return PermissionsRequestBuilder(self.request_adapter, self.path_parameters)
203
214
 
215
+ @property
216
+ def provision_migration_containers(self) -> ProvisionMigrationContainersRequestBuilder:
217
+ """
218
+ Provides operations to call the provisionMigrationContainers method.
219
+ """
220
+ from .provision_migration_containers.provision_migration_containers_request_builder import ProvisionMigrationContainersRequestBuilder
221
+
222
+ return ProvisionMigrationContainersRequestBuilder(self.request_adapter, self.path_parameters)
223
+
204
224
  @property
205
225
  def recycle_bin(self) -> RecycleBinRequestBuilder:
206
226
  """