msgraph-sdk 1.24.0__py3-none-any.whl → 1.26.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 (69) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/applications/item/owners/ref/ref_request_builder.py +2 -2
  3. msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
  4. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  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/managed_app_policies_request_builder.py +4 -4
  7. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +4 -4
  10. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  13. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  14. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  15. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  19. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  20. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
  21. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  22. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +6 -6
  23. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  24. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  25. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  26. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  27. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  28. msgraph/generated/groups/groups_request_builder.py +3 -3
  29. msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
  30. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +5 -5
  31. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +5 -5
  32. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  33. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +7 -7
  34. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  35. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +6 -6
  36. msgraph/generated/kiota-dom-export.txt +135 -0
  37. msgraph/generated/kiota-lock.json +2 -2
  38. msgraph/generated/models/application.py +1 -1
  39. msgraph/generated/models/cloud_pc_provisioning_policy.py +1 -1
  40. msgraph/generated/models/cloud_pc_provisioning_policy_autopatch.py +1 -1
  41. msgraph/generated/models/conditional_access_applications.py +1 -1
  42. msgraph/generated/organization/item/organization_item_request_builder.py +4 -4
  43. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  44. msgraph/generated/sites/sites_request_builder.py +4 -4
  45. msgraph/generated/solutions/backup_restore/protection_units/graph_drive_protection_unit/count/count_request_builder.py +104 -0
  46. msgraph/generated/solutions/backup_restore/protection_units/graph_drive_protection_unit/graph_drive_protection_unit_request_builder.py +148 -0
  47. msgraph/generated/solutions/backup_restore/protection_units/graph_mailbox_protection_unit/count/count_request_builder.py +104 -0
  48. msgraph/generated/solutions/backup_restore/protection_units/graph_mailbox_protection_unit/graph_mailbox_protection_unit_request_builder.py +148 -0
  49. msgraph/generated/solutions/backup_restore/protection_units/graph_site_protection_unit/count/count_request_builder.py +104 -0
  50. msgraph/generated/solutions/backup_restore/protection_units/graph_site_protection_unit/graph_site_protection_unit_request_builder.py +148 -0
  51. msgraph/generated/solutions/backup_restore/protection_units/item/graph_drive_protection_unit/graph_drive_protection_unit_request_builder.py +108 -0
  52. msgraph/generated/solutions/backup_restore/protection_units/item/graph_mailbox_protection_unit/graph_mailbox_protection_unit_request_builder.py +108 -0
  53. msgraph/generated/solutions/backup_restore/protection_units/item/graph_site_protection_unit/graph_site_protection_unit_request_builder.py +108 -0
  54. msgraph/generated/solutions/backup_restore/protection_units/item/protection_unit_base_item_request_builder.py +30 -0
  55. msgraph/generated/solutions/backup_restore/protection_units/protection_units_request_builder.py +30 -0
  56. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
  57. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  58. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  59. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  60. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  61. msgraph/generated/users/item/retry_service_provisioning/retry_service_provisioning_request_builder.py +2 -2
  62. msgraph/generated/users/item/revoke_sign_in_sessions/revoke_sign_in_sessions_request_builder.py +2 -2
  63. msgraph/generated/users/item/user_item_request_builder.py +2 -2
  64. msgraph/generated/users/users_request_builder.py +2 -2
  65. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +2 -2
  66. {msgraph_sdk-1.24.0.dist-info → msgraph_sdk-1.26.0.dist-info}/METADATA +1 -1
  67. {msgraph_sdk-1.24.0.dist-info → msgraph_sdk-1.26.0.dist-info}/RECORD +69 -60
  68. {msgraph_sdk-1.24.0.dist-info → msgraph_sdk-1.26.0.dist-info}/WHEEL +1 -1
  69. {msgraph_sdk-1.24.0.dist-info → msgraph_sdk-1.26.0.dist-info}/licenses/LICENSE +0 -0
@@ -32,10 +32,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Delete an ipNamedLocation object.
35
+ Delete a countryNamedLocation object.
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: None
38
- Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0
39
39
  """
40
40
  request_info = self.to_delete_request_information(
41
41
  request_configuration
@@ -51,10 +51,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
51
51
 
52
52
  async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
53
53
  """
54
- Retrieve the properties and relationships of a countryNamedLocation object.
54
+ Retrieve the properties and relationships of a namedLocation object.
55
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
56
  Returns: Optional[NamedLocation]
57
- Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0
57
+ Find more info here: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0
58
58
  """
59
59
  request_info = self.to_get_request_information(
60
60
  request_configuration
@@ -96,7 +96,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- Delete an ipNamedLocation object.
99
+ Delete a countryNamedLocation object.
100
100
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101
101
  Returns: RequestInformation
102
102
  """
@@ -107,7 +107,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
109
109
  """
110
- Retrieve the properties and relationships of a countryNamedLocation object.
110
+ Retrieve the properties and relationships of a namedLocation object.
111
111
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112
112
  Returns: RequestInformation
113
113
  """
@@ -151,7 +151,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
151
151
  @dataclass
152
152
  class NamedLocationItemRequestBuilderGetQueryParameters():
153
153
  """
154
- Retrieve the properties and relationships of a countryNamedLocation object.
154
+ Retrieve the properties and relationships of a namedLocation object.
155
155
  """
156
156
  def get_query_parameter(self,original_name: str) -> str:
157
157
  """
@@ -58,10 +58,10 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
58
58
 
59
59
  async def get(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> Optional[AccessPackage]:
60
60
  """
61
- Retrieve the properties and relationships of an accessPackage object.
61
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[AccessPackage]
64
- Find more info here: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0
64
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
65
65
  """
66
66
  request_info = self.to_get_request_information(
67
67
  request_configuration
@@ -114,7 +114,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
114
114
 
115
115
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
116
116
  """
117
- Retrieve the properties and relationships of an accessPackage object.
117
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
118
118
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
119
119
  Returns: RequestInformation
120
120
  """
@@ -221,7 +221,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
221
221
  @dataclass
222
222
  class AccessPackageItemRequestBuilderGetQueryParameters():
223
223
  """
224
- Retrieve the properties and relationships of an accessPackage object.
224
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
225
225
  """
226
226
  def get_query_parameter(self,original_name: str) -> str:
227
227
  """
@@ -32,10 +32,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- 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:
35
+ 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:
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: None
38
- Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
39
39
  """
40
40
  request_info = self.to_delete_request_information(
41
41
  request_configuration
@@ -72,11 +72,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
74
74
  """
75
- Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
75
+ Update the properties of an accessPackageAssignmentWorkflowExtension object.
76
76
  param body: The request body
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: Optional[CustomCalloutExtension]
79
- Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -96,7 +96,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- 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:
99
+ 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:
100
100
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101
101
  Returns: RequestInformation
102
102
  """
@@ -118,7 +118,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
118
118
 
119
119
  def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120
120
  """
121
- Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
121
+ Update the properties of an accessPackageAssignmentWorkflowExtension object.
122
122
  param body: The request body
123
123
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
124
124
  Returns: RequestInformation
@@ -169216,6 +169216,135 @@ msgraph.generated.solutions.backupRestore.protectionUnits.count.CountRequestBuil
169216
169216
  msgraph.generated.solutions.backupRestore.protectionUnits.count.CountRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):RequestInformation
169217
169217
  msgraph.generated.solutions.backupRestore.protectionUnits.count.CountRequestBuilder::|public|url_template:str
169218
169218
  msgraph.generated.solutions.backupRestore.protectionUnits.count.CountRequestBuilder::|public|with_url(raw_url:str):CountRequestBuilder
169219
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder-->BaseRequestBuilder
169220
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
169221
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169222
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|search:str
169223
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration[CountRequestBuilderGetQueryParameters]
169224
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169225
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|get(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):int
169226
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169227
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|request_adapter:RequestAdapter
169228
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):RequestInformation
169229
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|url_template:str
169230
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.count.CountRequestBuilder::|public|with_url(raw_url:str):CountRequestBuilder
169231
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder-->BaseRequestBuilder
169232
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|count:bool
169233
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169234
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|filter:str
169235
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169236
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|orderby:list[str]
169237
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|search:str
169238
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169239
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|skip:int
169240
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|top:int
169241
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]
169242
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169243
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
169244
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]):DriveProtectionUnitCollectionResponse
169245
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169246
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169247
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169248
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|url_template:str
169249
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphDriveProtectionUnitRequestBuilder
169250
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder-->BaseRequestBuilder
169251
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
169252
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169253
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|search:str
169254
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration[CountRequestBuilderGetQueryParameters]
169255
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169256
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|get(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):int
169257
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169258
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|request_adapter:RequestAdapter
169259
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):RequestInformation
169260
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|url_template:str
169261
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.count.CountRequestBuilder::|public|with_url(raw_url:str):CountRequestBuilder
169262
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder-->BaseRequestBuilder
169263
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|count:bool
169264
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169265
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|filter:str
169266
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169267
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|orderby:list[str]
169268
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|search:str
169269
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169270
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|skip:int
169271
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|top:int
169272
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]
169273
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169274
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
169275
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]):MailboxProtectionUnitCollectionResponse
169276
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169277
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169278
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169279
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|url_template:str
169280
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphMailboxProtectionUnitRequestBuilder
169281
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder-->BaseRequestBuilder
169282
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
169283
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169284
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|search:str
169285
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration[CountRequestBuilderGetQueryParameters]
169286
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169287
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|get(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):int
169288
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169289
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|request_adapter:RequestAdapter
169290
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[CountRequestBuilderGetQueryParameters]):RequestInformation
169291
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|url_template:str
169292
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.count.CountRequestBuilder::|public|with_url(raw_url:str):CountRequestBuilder
169293
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder-->BaseRequestBuilder
169294
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|count:bool
169295
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169296
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|filter:str
169297
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169298
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|orderby:list[str]
169299
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|search:str
169300
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169301
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|skip:int
169302
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|top:int
169303
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]
169304
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169305
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
169306
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]):SiteProtectionUnitCollectionResponse
169307
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169308
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169309
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169310
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|url_template:str
169311
+ msgraph.generated.solutions.backupRestore.protectionUnits.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphSiteProtectionUnitRequestBuilder
169312
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder-->BaseRequestBuilder
169313
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169314
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169315
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169316
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder.GraphDriveProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]
169317
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169318
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]):DriveProtectionUnit
169319
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169320
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169321
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphDriveProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169322
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|url_template:str
169323
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphDriveProtectionUnit.GraphDriveProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphDriveProtectionUnitRequestBuilder
169324
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder-->BaseRequestBuilder
169325
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169326
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169327
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169328
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder.GraphMailboxProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]
169329
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169330
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]):MailboxProtectionUnit
169331
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169332
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169333
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphMailboxProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169334
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|url_template:str
169335
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphMailboxProtectionUnit.GraphMailboxProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphMailboxProtectionUnitRequestBuilder
169336
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder-->BaseRequestBuilder
169337
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|expand:list[str]
169338
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
169339
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|select:list[str]
169340
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder.GraphSiteProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]
169341
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169342
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|get(request_configuration?:RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]):SiteProtectionUnit
169343
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169344
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|request_adapter:RequestAdapter
169345
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[GraphSiteProtectionUnitRequestBuilderGetQueryParameters]):RequestInformation
169346
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|url_template:str
169347
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.graphSiteProtectionUnit.GraphSiteProtectionUnitRequestBuilder::|public|with_url(raw_url:str):GraphSiteProtectionUnitRequestBuilder
169219
169348
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder-->BaseRequestBuilder
169220
169349
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder.ProtectionUnitBaseItemRequestBuilderGetQueryParameters::|public|expand:list[str]
169221
169350
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder.ProtectionUnitBaseItemRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
@@ -169223,6 +169352,9 @@ msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBas
169223
169352
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder.ProtectionUnitBaseItemRequestBuilderGetRequestConfiguration-->RequestConfiguration[ProtectionUnitBaseItemRequestBuilderGetQueryParameters]
169224
169353
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169225
169354
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|get(request_configuration?:RequestConfiguration[ProtectionUnitBaseItemRequestBuilderGetQueryParameters]):ProtectionUnitBase
169355
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|graph_drive_protection_unit:GraphDriveProtectionUnitRequestBuilder
169356
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|graph_mailbox_protection_unit:GraphMailboxProtectionUnitRequestBuilder
169357
+ msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|graph_site_protection_unit:GraphSiteProtectionUnitRequestBuilder
169226
169358
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169227
169359
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|request_adapter:RequestAdapter
169228
169360
  msgraph.generated.solutions.backupRestore.protectionUnits.item.ProtectionUnitBaseItemRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[ProtectionUnitBaseItemRequestBuilderGetQueryParameters]):RequestInformation
@@ -169243,6 +169375,9 @@ msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequest
169243
169375
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|constructor(path_parameters:Union[str, dict[str, Any]]; request_adapter:RequestAdapter):None
169244
169376
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|count:CountRequestBuilder
169245
169377
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|get(request_configuration?:RequestConfiguration[ProtectionUnitsRequestBuilderGetQueryParameters]):ProtectionUnitBaseCollectionResponse
169378
+ msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|graph_drive_protection_unit:GraphDriveProtectionUnitRequestBuilder
169379
+ msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|graph_mailbox_protection_unit:GraphMailboxProtectionUnitRequestBuilder
169380
+ msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|graph_site_protection_unit:GraphSiteProtectionUnitRequestBuilder
169246
169381
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|path_parameters:Union[str, dict[str, Any]]
169247
169382
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|request_adapter:RequestAdapter
169248
169383
  msgraph.generated.solutions.backupRestore.protectionUnits.ProtectionUnitsRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[ProtectionUnitsRequestBuilderGetQueryParameters]):RequestInformation
@@ -1,8 +1,8 @@
1
1
  {
2
- "descriptionHash": "2FC18210AD40923936BB0AA1873648A7B9C92D3CB6A179FA143999B0089CCFB69B3EC258EBA9FBAD631DFD92B875297B664F047D1E8EA16EBFA32A32EB82972A",
2
+ "descriptionHash": "7C21E5292136F51EDE311E5EF9D2390655FD04CA7FAF54D01D1670833E4045CA092A62011AB3A54E5FC300E03ABC50BE07F1129E431B7F04AFF79516AB2803C3",
3
3
  "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
4
4
  "lockFileVersion": "1.0.0",
5
- "kiotaVersion": "1.24.0",
5
+ "kiotaVersion": "1.25.0",
6
6
  "clientClassName": "BaseGraphServiceClient",
7
7
  "typeAccessModifier": "Public",
8
8
  "clientNamespaceName": "msgraph.generated",
@@ -96,7 +96,7 @@ class Application(DirectoryObject, Parsable):
96
96
  oauth2_require_post_response: Optional[bool] = None
97
97
  # Application developers can configure optional claims in their Microsoft Entra applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app.
98
98
  optional_claims: Optional[OptionalClaims] = None
99
- # Directory objects that are owners of this application. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
99
+ # Directory objects that are owners of this application. The owners are a set of nonadmin users or service principals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
100
100
  owners: Optional[list[DirectoryObject]] = None
101
101
  # Specifies parental control settings for an application.
102
102
  parental_control_settings: Optional[ParentalControlSettings] = None
@@ -22,7 +22,7 @@ class CloudPcProvisioningPolicy(Entity, Parsable):
22
22
  alternate_resource_url: Optional[str] = None
23
23
  # A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
24
24
  assignments: Optional[list[CloudPcProvisioningPolicyAssignment]] = None
25
- # The autopatch property
25
+ # Indicates the Windows Autopatch settings for Cloud PCs using this provisioning policy. The settings take effect when the tenant enrolls in Autopatch and the managedType of the microsoftManagedDesktop property is set as starterManaged. Supports $select.
26
26
  autopatch: Optional[CloudPcProvisioningPolicyAutopatch] = None
27
27
  # The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
28
28
  cloud_pc_group_display_name: Optional[str] = None
@@ -12,7 +12,7 @@ class CloudPcProvisioningPolicyAutopatch(AdditionalDataHolder, BackedModel, Pars
12
12
 
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
15
- # The autopatchGroupId property
15
+ # The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy.
16
16
  autopatch_group_id: Optional[str] = None
17
17
  # The OdataType property
18
18
  odata_type: Optional[str] = None
@@ -15,7 +15,7 @@ class ConditionalAccessApplications(AdditionalDataHolder, BackedModel, Parsable)
15
15
 
16
16
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
17
17
  additional_data: dict[str, Any] = field(default_factory=dict)
18
- # The applicationFilter property
18
+ # Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications.
19
19
  application_filter: Optional[ConditionalAccessFilter] = None
20
20
  # Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals
21
21
  exclude_applications: Optional[list[str]] = None
@@ -59,10 +59,10 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
59
59
 
60
60
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationItemRequestBuilderGetQueryParameters]] = None) -> Optional[Organization]:
61
61
  """
62
- Read properties and relationships of the organization object.
62
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
63
63
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
64
64
  Returns: Optional[Organization]
65
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0
65
+ Find more info here: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0
66
66
  """
67
67
  request_info = self.to_get_request_information(
68
68
  request_configuration
@@ -115,7 +115,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
115
115
 
116
116
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
117
117
  """
118
- Read properties and relationships of the organization object.
118
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
119
119
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120
120
  Returns: RequestInformation
121
121
  """
@@ -240,7 +240,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
240
240
  @dataclass
241
241
  class OrganizationItemRequestBuilderGetQueryParameters():
242
242
  """
243
- Read properties and relationships of the organization object.
243
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
244
244
  """
245
245
  def get_query_parameter(self,original_name: str) -> str:
246
246
  """
@@ -58,10 +58,10 @@ class ListItemRequestBuilder(BaseRequestBuilder):
58
58
 
59
59
  async def get(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> Optional[List_]:
60
60
  """
61
- Returns the metadata for a list.
61
+ Get a list of rich long-running operations associated with a list.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[List_]
64
- Find more info here: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
64
+ Find more info here: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
65
65
  """
66
66
  request_info = self.to_get_request_information(
67
67
  request_configuration
@@ -113,7 +113,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
113
113
 
114
114
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
115
115
  """
116
- Returns the metadata for a list.
116
+ Get a list of rich long-running operations associated with a list.
117
117
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
118
118
  Returns: RequestInformation
119
119
  """
@@ -229,7 +229,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
229
229
  @dataclass
230
230
  class ListItemRequestBuilderGetQueryParameters():
231
231
  """
232
- Returns the metadata for a list.
232
+ Get a list of rich long-running operations associated with a list.
233
233
  """
234
234
  def get_query_parameter(self,original_name: str) -> str:
235
235
  """
@@ -52,10 +52,10 @@ class SitesRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> Optional[SiteCollectionResponse]:
54
54
  """
55
- List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
55
+ Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[SiteCollectionResponse]
58
- Find more info here: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -73,7 +73,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
73
73
 
74
74
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
75
75
  """
76
- List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
76
+ Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: RequestInformation
79
79
  """
@@ -140,7 +140,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
140
140
  @dataclass
141
141
  class SitesRequestBuilderGetQueryParameters():
142
142
  """
143
- List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
143
+ Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -0,0 +1,104 @@
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
+
19
+ class CountRequestBuilder(BaseRequestBuilder):
20
+ """
21
+ Provides operations to count the resources in the collection.
22
+ """
23
+ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, dict[str, Any]]) -> None:
24
+ """
25
+ Instantiates a new CountRequestBuilder and sets the default values.
26
+ param path_parameters: The raw url or the url-template parameters for the request.
27
+ param request_adapter: The request adapter to use to execute the requests.
28
+ Returns: None
29
+ """
30
+ super().__init__(request_adapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.driveProtectionUnit/$count{?%24filter,%24search}", path_parameters)
31
+
32
+ async def get(self,request_configuration: Optional[RequestConfiguration[CountRequestBuilderGetQueryParameters]] = None) -> Optional[int]:
33
+ """
34
+ Get the number of the resource
35
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
36
+ Returns: Optional[int]
37
+ """
38
+ request_info = self.to_get_request_information(
39
+ request_configuration
40
+ )
41
+ from ......models.o_data_errors.o_data_error import ODataError
42
+
43
+ error_mapping: dict[str, type[ParsableFactory]] = {
44
+ "XXX": ODataError,
45
+ }
46
+ if not self.request_adapter:
47
+ raise Exception("Http core is null")
48
+ return await self.request_adapter.send_primitive_async(request_info, "int", error_mapping)
49
+
50
+ def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CountRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
51
+ """
52
+ Get the number of the resource
53
+ param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
+ Returns: RequestInformation
55
+ """
56
+ request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
57
+ request_info.configure(request_configuration)
58
+ request_info.headers.try_add("Accept", "text/plain;q=0.9")
59
+ return request_info
60
+
61
+ def with_url(self,raw_url: str) -> CountRequestBuilder:
62
+ """
63
+ Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
64
+ param raw_url: The raw URL to use for the request builder.
65
+ Returns: CountRequestBuilder
66
+ """
67
+ if raw_url is None:
68
+ raise TypeError("raw_url cannot be null.")
69
+ return CountRequestBuilder(self.request_adapter, raw_url)
70
+
71
+ @dataclass
72
+ class CountRequestBuilderGetQueryParameters():
73
+ """
74
+ Get the number of the resource
75
+ """
76
+ def get_query_parameter(self,original_name: str) -> str:
77
+ """
78
+ Maps the query parameters names to their encoded names for the URI template parsing.
79
+ param original_name: The original query parameter name in the class.
80
+ Returns: str
81
+ """
82
+ if original_name is None:
83
+ raise TypeError("original_name cannot be null.")
84
+ if original_name == "filter":
85
+ return "%24filter"
86
+ if original_name == "search":
87
+ return "%24search"
88
+ return original_name
89
+
90
+ # Filter items by property values
91
+ filter: Optional[str] = None
92
+
93
+ # Search items by search phrases
94
+ search: Optional[str] = None
95
+
96
+
97
+ @dataclass
98
+ class CountRequestBuilderGetRequestConfiguration(RequestConfiguration[CountRequestBuilderGetQueryParameters]):
99
+ """
100
+ Configuration for the request such as headers, query parameters, and middleware options.
101
+ """
102
+ warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
103
+
104
+