msgraph-sdk 1.13.0__py3-none-any.whl → 1.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/app_catalogs/teams_apps/teams_apps_request_builder.py +3 -3
  3. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  4. msgraph/generated/device_app_management/device_app_management_request_builder.py +1 -1
  5. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  6. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  9. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  10. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +7 -7
  13. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
  14. msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
  15. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  16. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +6 -6
  19. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  20. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  21. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  22. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +6 -6
  23. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  24. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +10 -10
  25. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  26. msgraph/generated/drives/item/items/item/discard_checkout/discard_checkout_request_builder.py +78 -0
  27. msgraph/generated/drives/item/items/item/drive_item_item_request_builder.py +10 -0
  28. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  29. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  30. msgraph/generated/groups/item/assign_license/assign_license_request_builder.py +2 -2
  31. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
  32. msgraph/generated/groups/item/group_item_request_builder.py +2 -2
  33. msgraph/generated/groups/item/renew/renew_request_builder.py +2 -2
  34. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
  35. msgraph/generated/groups_with_unique_name/groups_with_unique_name_request_builder.py +2 -2
  36. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +4 -4
  37. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +6 -6
  38. msgraph/generated/information_protection/bitlocker/recovery_keys/recovery_keys_request_builder.py +3 -3
  39. msgraph/generated/kiota-dom-export.txt +1259 -0
  40. msgraph/generated/kiota-lock.json +2 -2
  41. msgraph/generated/models/administrative_unit.py +1 -1
  42. msgraph/generated/models/app_management_restriction_state.py +7 -0
  43. msgraph/generated/models/app_role_assignment.py +2 -2
  44. msgraph/generated/models/application.py +1 -1
  45. msgraph/generated/models/base_item.py +16 -0
  46. msgraph/generated/models/conditional_access_authentication_flows.py +62 -0
  47. msgraph/generated/models/conditional_access_client_applications.py +1 -1
  48. msgraph/generated/models/conditional_access_condition_set.py +9 -1
  49. msgraph/generated/models/conditional_access_transfer_methods.py +8 -0
  50. msgraph/generated/models/device.py +1 -1
  51. msgraph/generated/models/eligibility_filtering_enabled_entities.py +9 -0
  52. msgraph/generated/models/entity.py +32 -0
  53. msgraph/generated/models/file_storage.py +4 -0
  54. msgraph/generated/models/file_storage_container.py +16 -0
  55. msgraph/generated/models/file_storage_container_settings.py +8 -0
  56. msgraph/generated/models/internal_domain_federation.py +4 -0
  57. msgraph/generated/models/key_credential_configuration.py +8 -0
  58. msgraph/generated/models/open_shift.py +7 -3
  59. msgraph/generated/models/org_contact.py +1 -1
  60. msgraph/generated/models/password_credential_configuration.py +8 -0
  61. msgraph/generated/models/recycle_bin.py +70 -0
  62. msgraph/generated/models/recycle_bin_item.py +67 -0
  63. msgraph/generated/models/recycle_bin_item_collection_response.py +60 -0
  64. msgraph/generated/models/recycle_bin_settings.py +53 -0
  65. msgraph/generated/models/security/data_set.py +4 -0
  66. msgraph/generated/models/security/deployment_access_key_type.py +53 -0
  67. msgraph/generated/models/security/deployment_status.py +14 -0
  68. msgraph/generated/models/security/evidence_remediation_status.py +6 -0
  69. msgraph/generated/models/security/identity_container.py +8 -0
  70. msgraph/generated/models/security/network_adapter.py +62 -0
  71. msgraph/generated/models/security/sensor.py +115 -0
  72. msgraph/generated/models/security/sensor_collection_response.py +60 -0
  73. msgraph/generated/models/security/sensor_deployment_package.py +57 -0
  74. msgraph/generated/models/security/sensor_health_status.py +9 -0
  75. msgraph/generated/models/security/sensor_settings.py +74 -0
  76. msgraph/generated/models/security/sensor_type.py +10 -0
  77. msgraph/generated/models/service_principal.py +1 -1
  78. msgraph/generated/models/shift.py +4 -0
  79. msgraph/generated/models/shift_activity.py +2 -2
  80. msgraph/generated/models/site_lock_state.py +9 -0
  81. msgraph/generated/models/time_off.py +5 -1
  82. msgraph/generated/models/user.py +1 -1
  83. msgraph/generated/models/workforce_integration.py +9 -1
  84. msgraph/generated/models/workforce_integration_supported_entities.py +3 -0
  85. msgraph/generated/models/x509_certificate_authentication_method_configuration.py +8 -0
  86. msgraph/generated/models/x509_certificate_c_r_l_validation_configuration.py +66 -0
  87. msgraph/generated/models/x509_certificate_c_r_l_validation_configuration_state.py +7 -0
  88. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  89. msgraph/generated/organization/organization_request_builder.py +4 -4
  90. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  91. msgraph/generated/security/attack_simulation/payloads/item/payload_item_request_builder.py +4 -3
  92. msgraph/generated/security/cases/ediscovery_cases/item/custodians/item/microsoft_graph_security_apply_hold/microsoft_graph_security_apply_hold_request_builder.py +2 -2
  93. msgraph/generated/security/identities/identities_request_builder.py +10 -0
  94. msgraph/generated/security/identities/sensors/count/count_request_builder.py +103 -0
  95. msgraph/generated/security/identities/sensors/item/health_issues/count/count_request_builder.py +103 -0
  96. msgraph/generated/security/identities/sensors/item/health_issues/health_issues_request_builder.py +161 -0
  97. msgraph/generated/security/identities/sensors/item/health_issues/item/health_issue_item_request_builder.py +106 -0
  98. msgraph/generated/security/identities/sensors/item/sensor_item_request_builder.py +200 -0
  99. msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_access_key/microsoft_graph_security_get_deployment_access_key_request_builder.py +80 -0
  100. msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_package_uri/microsoft_graph_security_get_deployment_package_uri_request_builder.py +80 -0
  101. msgraph/generated/security/identities/sensors/microsoft_graph_security_regenerate_deployment_access_key/microsoft_graph_security_regenerate_deployment_access_key_request_builder.py +80 -0
  102. msgraph/generated/security/identities/sensors/sensors_request_builder.py +238 -0
  103. msgraph/generated/solutions/virtual_events/townhalls/item/virtual_event_townhall_item_request_builder.py +5 -5
  104. msgraph/generated/solutions/virtual_events/townhalls/townhalls_request_builder.py +3 -3
  105. msgraph/generated/solutions/virtual_events/webinars/item/virtual_event_webinar_item_request_builder.py +5 -5
  106. msgraph/generated/storage/file_storage/containers/item/file_storage_container_item_request_builder.py +40 -0
  107. msgraph/generated/storage/file_storage/containers/item/lock/lock_post_request_body.py +58 -0
  108. msgraph/generated/storage/file_storage/containers/item/lock/lock_request_builder.py +85 -0
  109. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/created_by_user_request_builder.py +126 -0
  110. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  111. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  112. msgraph/generated/storage/file_storage/containers/item/recycle_bin/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  113. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/count/count_request_builder.py +103 -0
  114. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/created_by_user_request_builder.py +126 -0
  115. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  116. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  117. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  118. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  119. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  120. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  121. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  122. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/item/recycle_bin_item_item_request_builder.py +207 -0
  123. msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/items_request_builder.py +207 -0
  124. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  125. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  126. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  127. msgraph/generated/storage/file_storage/containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  128. msgraph/generated/storage/file_storage/containers/item/recycle_bin/recycle_bin_request_builder.py +217 -0
  129. msgraph/generated/storage/file_storage/containers/item/restore/restore_request_builder.py +80 -0
  130. msgraph/generated/storage/file_storage/containers/item/unlock/unlock_request_builder.py +77 -0
  131. msgraph/generated/storage/file_storage/deleted_containers/count/count_request_builder.py +103 -0
  132. msgraph/generated/storage/file_storage/deleted_containers/deleted_containers_request_builder.py +207 -0
  133. msgraph/generated/storage/file_storage/deleted_containers/item/activate/activate_request_builder.py +77 -0
  134. msgraph/generated/storage/file_storage/deleted_containers/item/drive/drive_request_builder.py +106 -0
  135. msgraph/generated/storage/file_storage/deleted_containers/item/file_storage_container_item_request_builder.py +267 -0
  136. msgraph/generated/storage/file_storage/deleted_containers/item/lock/lock_post_request_body.py +58 -0
  137. msgraph/generated/storage/file_storage/deleted_containers/item/lock/lock_request_builder.py +85 -0
  138. msgraph/generated/storage/file_storage/deleted_containers/item/permanent_delete/permanent_delete_request_builder.py +77 -0
  139. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/count/count_request_builder.py +103 -0
  140. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_post_request_body.py +62 -0
  141. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_post_response.py +60 -0
  142. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/grant/grant_request_builder.py +89 -0
  143. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/item/permission_item_request_builder.py +197 -0
  144. msgraph/generated/storage/file_storage/deleted_containers/item/permissions/permissions_request_builder.py +207 -0
  145. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/created_by_user_request_builder.py +126 -0
  146. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  147. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  148. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  149. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/count/count_request_builder.py +103 -0
  150. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/created_by_user_request_builder.py +126 -0
  151. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  152. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  153. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/created_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  154. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  155. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  156. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  157. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  158. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/item/recycle_bin_item_item_request_builder.py +207 -0
  159. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/items/items_request_builder.py +207 -0
  160. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/last_modified_by_user_request_builder.py +126 -0
  161. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/mailbox_settings/mailbox_settings_request_builder.py +151 -0
  162. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/count/count_request_builder.py +103 -0
  163. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/last_modified_by_user/service_provisioning_errors/service_provisioning_errors_request_builder.py +146 -0
  164. msgraph/generated/storage/file_storage/deleted_containers/item/recycle_bin/recycle_bin_request_builder.py +217 -0
  165. msgraph/generated/storage/file_storage/deleted_containers/item/restore/restore_request_builder.py +80 -0
  166. msgraph/generated/storage/file_storage/deleted_containers/item/unlock/unlock_request_builder.py +77 -0
  167. msgraph/generated/storage/file_storage/file_storage_request_builder.py +10 -0
  168. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
  169. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  170. msgraph/generated/users/item/authentication/email_methods/email_methods_request_builder.py +2 -2
  171. msgraph/generated/users/item/authentication/email_methods/item/email_authentication_method_item_request_builder.py +2 -2
  172. msgraph/generated/users/item/authentication/microsoft_authenticator_methods/item/microsoft_authenticator_authentication_method_item_request_builder.py +2 -2
  173. msgraph/generated/users/item/authentication/phone_methods/item/phone_authentication_method_item_request_builder.py +2 -2
  174. msgraph/generated/users/item/user_item_request_builder.py +8 -8
  175. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +8 -8
  176. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/METADATA +1 -1
  177. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/RECORD +179 -89
  178. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/LICENSE +0 -0
  179. {msgraph_sdk-1.13.0.dist-info → msgraph_sdk-1.15.0.dist-info}/WHEEL +0 -0
msgraph/_version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # The SDK version
2
2
  # x-release-please-start-version
3
- VERSION: str = '1.13.0'
3
+ VERSION: str = '1.15.0'
4
4
  # x-release-please-end
@@ -48,7 +48,7 @@ class TeamsAppsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[TeamsAppsRequestBuilderGetQueryParameters]] = None) -> Optional[TeamsAppCollectionResponse]:
50
50
  """
51
- List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
51
+ List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[TeamsAppCollectionResponse]
54
54
  Find more info here: https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0
@@ -93,7 +93,7 @@ class TeamsAppsRequestBuilder(BaseRequestBuilder):
93
93
 
94
94
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[TeamsAppsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
95
95
  """
96
- List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
96
+ List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: RequestInformation
99
99
  """
@@ -139,7 +139,7 @@ class TeamsAppsRequestBuilder(BaseRequestBuilder):
139
139
  @dataclass
140
140
  class TeamsAppsRequestBuilderGetQueryParameters():
141
141
  """
142
- List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
142
+ List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
143
143
  """
144
144
  def get_query_parameter(self,original_name: str) -> str:
145
145
  """
@@ -70,11 +70,11 @@ class MessagesRequestBuilder(BaseRequestBuilder):
70
70
 
71
71
  async def post(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ChatMessage]:
72
72
  """
73
- Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
73
+ Send a new chatMessage in the specified channel or a chat.
74
74
  param body: The request body
75
75
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
76
76
  Returns: Optional[ChatMessage]
77
- Find more info here: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0
77
+ Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
78
78
  """
79
79
  if body is None:
80
80
  raise TypeError("body cannot be null.")
@@ -105,7 +105,7 @@ class MessagesRequestBuilder(BaseRequestBuilder):
105
105
 
106
106
  def to_post_request_information(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
107
107
  """
108
- Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
108
+ Send a new chatMessage in the specified channel or a chat.
109
109
  param body: The request body
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
@@ -71,7 +71,7 @@ class DeviceAppManagementRequestBuilder(BaseRequestBuilder):
71
71
  param body: The request body
72
72
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
73
73
  Returns: Optional[DeviceAppManagement]
74
- Find more info here: https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-update?view=graph-rest-1.0
74
+ Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0
75
75
  """
76
76
  if body is None:
77
77
  raise TypeError("body cannot be null.")
@@ -50,10 +50,10 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
50
50
 
51
51
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppPolicy]:
52
52
  """
53
- Read properties and relationships of the windowsInformationProtection object.
53
+ Read properties and relationships of the targetedManagedAppProtection object.
54
54
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
55
  Returns: Optional[ManagedAppPolicy]
56
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0
56
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0
57
57
  """
58
58
  request_info = self.to_get_request_information(
59
59
  request_configuration
@@ -105,7 +105,7 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
105
105
 
106
106
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
107
107
  """
108
- Read properties and relationships of the windowsInformationProtection object.
108
+ Read properties and relationships of the targetedManagedAppProtection object.
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
111
111
  """
@@ -158,7 +158,7 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
158
158
  @dataclass
159
159
  class ManagedAppPolicyItemRequestBuilderGetQueryParameters():
160
160
  """
161
- Read properties and relationships of the windowsInformationProtection object.
161
+ Read properties and relationships of the targetedManagedAppProtection object.
162
162
  """
163
163
  def get_query_parameter(self,original_name: str) -> str:
164
164
  """
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
35
35
  param body: The request body
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/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
39
39
  """
40
40
  if body is None:
41
41
  raise TypeError("body cannot be null.")
@@ -48,10 +48,10 @@ class ManagedAppPoliciesRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppPoliciesRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppPolicyCollectionResponse]:
50
50
  """
51
- List properties and relationships of the managedAppProtection objects.
51
+ List properties and relationships of the targetedManagedAppProtection objects.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[ManagedAppPolicyCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -92,7 +92,7 @@ class ManagedAppPoliciesRequestBuilder(BaseRequestBuilder):
92
92
 
93
93
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppPoliciesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
94
94
  """
95
- List properties and relationships of the managedAppProtection objects.
95
+ List properties and relationships of the targetedManagedAppProtection objects.
96
96
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
97
97
  Returns: RequestInformation
98
98
  """
@@ -138,7 +138,7 @@ class ManagedAppPoliciesRequestBuilder(BaseRequestBuilder):
138
138
  @dataclass
139
139
  class ManagedAppPoliciesRequestBuilderGetQueryParameters():
140
140
  """
141
- List properties and relationships of the managedAppProtection objects.
141
+ List properties and relationships of the targetedManagedAppProtection objects.
142
142
  """
143
143
  def get_query_parameter(self,original_name: str) -> str:
144
144
  """
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
35
35
  param body: The request body
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/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
39
39
  """
40
40
  if body is None:
41
41
  raise TypeError("body cannot be null.")
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
35
35
  param body: The request body
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/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
39
39
  """
40
40
  if body is None:
41
41
  raise TypeError("body cannot be null.")
@@ -49,10 +49,10 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppRegistrationsRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppRegistrationCollectionResponse]:
51
51
  """
52
- List properties and relationships of the iosManagedAppRegistration objects.
52
+ List properties and relationships of the managedAppRegistration objects.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[ManagedAppRegistrationCollectionResponse]
55
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0
55
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0
56
56
  """
57
57
  request_info = self.to_get_request_information(
58
58
  request_configuration
@@ -94,7 +94,7 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
94
94
 
95
95
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppRegistrationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
96
96
  """
97
- List properties and relationships of the iosManagedAppRegistration objects.
97
+ List properties and relationships of the managedAppRegistration objects.
98
98
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
99
99
  Returns: RequestInformation
100
100
  """
@@ -149,7 +149,7 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
149
149
  @dataclass
150
150
  class ManagedAppRegistrationsRequestBuilderGetQueryParameters():
151
151
  """
152
- List properties and relationships of the iosManagedAppRegistration objects.
152
+ List properties and relationships of the managedAppRegistration objects.
153
153
  """
154
154
  def get_query_parameter(self,original_name: str) -> str:
155
155
  """
@@ -48,10 +48,10 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppStatusCollectionResponse]:
50
50
  """
51
- List properties and relationships of the managedAppStatus objects.
51
+ List properties and relationships of the managedAppStatusRaw objects.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[ManagedAppStatusCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -92,7 +92,7 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
92
92
 
93
93
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
94
94
  """
95
- List properties and relationships of the managedAppStatus objects.
95
+ List properties and relationships of the managedAppStatusRaw objects.
96
96
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
97
97
  Returns: RequestInformation
98
98
  """
@@ -138,7 +138,7 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
138
138
  @dataclass
139
139
  class ManagedAppStatusesRequestBuilderGetQueryParameters():
140
140
  """
141
- List properties and relationships of the managedAppStatus objects.
141
+ List properties and relationships of the managedAppStatusRaw objects.
142
142
  """
143
143
  def get_query_parameter(self,original_name: str) -> str:
144
144
  """
@@ -48,10 +48,10 @@ class AssignmentsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookAssignmentCollectionResponse]:
50
50
  """
51
- List properties and relationships of the managedEBookAssignment objects.
51
+ List properties and relationships of the iosVppEBookAssignment objects.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[ManagedEBookAssignmentCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -69,11 +69,11 @@ class AssignmentsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
71
71
  """
72
- Create a new managedEBookAssignment object.
72
+ Create a new iosVppEBookAssignment object.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[ManagedEBookAssignment]
76
- Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0
76
+ Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0
77
77
  """
78
78
  if body is None:
79
79
  raise TypeError("body cannot be null.")
@@ -93,7 +93,7 @@ class AssignmentsRequestBuilder(BaseRequestBuilder):
93
93
 
94
94
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
95
95
  """
96
- List properties and relationships of the managedEBookAssignment objects.
96
+ List properties and relationships of the iosVppEBookAssignment objects.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: RequestInformation
99
99
  """
@@ -104,7 +104,7 @@ class AssignmentsRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Create a new managedEBookAssignment object.
107
+ Create a new iosVppEBookAssignment object.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -139,7 +139,7 @@ class AssignmentsRequestBuilder(BaseRequestBuilder):
139
139
  @dataclass
140
140
  class AssignmentsRequestBuilderGetQueryParameters():
141
141
  """
142
- List properties and relationships of the managedEBookAssignment objects.
142
+ List properties and relationships of the iosVppEBookAssignment objects.
143
143
  """
144
144
  def get_query_parameter(self,original_name: str) -> str:
145
145
  """
@@ -31,10 +31,10 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
31
31
 
32
32
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
33
33
  """
34
- Deletes a iosVppEBookAssignment.
34
+ Deletes a managedEBookAssignment.
35
35
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
36
36
  Returns: None
37
- Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0
37
+ Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0
38
38
  """
39
39
  request_info = self.to_delete_request_information(
40
40
  request_configuration
@@ -50,10 +50,10 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
50
50
 
51
51
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
52
52
  """
53
- Read properties and relationships of the managedEBookAssignment object.
53
+ Read properties and relationships of the iosVppEBookAssignment object.
54
54
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
55
  Returns: Optional[ManagedEBookAssignment]
56
- Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0
56
+ Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0
57
57
  """
58
58
  request_info = self.to_get_request_information(
59
59
  request_configuration
@@ -95,7 +95,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
95
95
 
96
96
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
97
97
  """
98
- Deletes a iosVppEBookAssignment.
98
+ Deletes a managedEBookAssignment.
99
99
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
100
100
  Returns: RequestInformation
101
101
  """
@@ -106,7 +106,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
106
106
 
107
107
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
108
108
  """
109
- Read properties and relationships of the managedEBookAssignment object.
109
+ Read properties and relationships of the iosVppEBookAssignment object.
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
112
112
  """
@@ -150,7 +150,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
150
150
  @dataclass
151
151
  class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters():
152
152
  """
153
- Read properties and relationships of the managedEBookAssignment object.
153
+ Read properties and relationships of the iosVppEBookAssignment object.
154
154
  """
155
155
  def get_query_parameter(self,original_name: str) -> str:
156
156
  """
@@ -55,10 +55,10 @@ class ManagedEBookItemRequestBuilder(BaseRequestBuilder):
55
55
 
56
56
  async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBookItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBook]:
57
57
  """
58
- Read properties and relationships of the managedEBook object.
58
+ Read properties and relationships of the iosVppEBook object.
59
59
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
60
60
  Returns: Optional[ManagedEBook]
61
- Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0
61
+ Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0
62
62
  """
63
63
  request_info = self.to_get_request_information(
64
64
  request_configuration
@@ -111,7 +111,7 @@ class ManagedEBookItemRequestBuilder(BaseRequestBuilder):
111
111
 
112
112
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBookItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
113
113
  """
114
- Read properties and relationships of the managedEBook object.
114
+ Read properties and relationships of the iosVppEBook object.
115
115
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
116
116
  Returns: RequestInformation
117
117
  """
@@ -200,7 +200,7 @@ class ManagedEBookItemRequestBuilder(BaseRequestBuilder):
200
200
  @dataclass
201
201
  class ManagedEBookItemRequestBuilderGetQueryParameters():
202
202
  """
203
- Read properties and relationships of the managedEBook object.
203
+ Read properties and relationships of the iosVppEBook object.
204
204
  """
205
205
  def get_query_parameter(self,original_name: str) -> str:
206
206
  """
@@ -50,10 +50,10 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
50
50
 
51
51
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
52
52
  """
53
- Deletes a windowsUniversalAppX.
53
+ Deletes a iosStoreApp.
54
54
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
55
  Returns: None
56
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-delete?view=graph-rest-1.0
56
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-delete?view=graph-rest-1.0
57
57
  """
58
58
  request_info = self.to_delete_request_information(
59
59
  request_configuration
@@ -69,10 +69,10 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> Optional[MobileApp]:
71
71
  """
72
- Read properties and relationships of the managedAndroidLobApp object.
72
+ Read properties and relationships of the windowsWebApp object.
73
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
74
74
  Returns: Optional[MobileApp]
75
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0
75
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-get?view=graph-rest-1.0
76
76
  """
77
77
  request_info = self.to_get_request_information(
78
78
  request_configuration
@@ -90,11 +90,11 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
90
90
 
91
91
  async def patch(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
92
92
  """
93
- Update the properties of a windowsMicrosoftEdgeApp object.
93
+ Update the properties of a androidLobApp object.
94
94
  param body: The request body
95
95
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
96
96
  Returns: Optional[MobileApp]
97
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-update?view=graph-rest-1.0
97
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-update?view=graph-rest-1.0
98
98
  """
99
99
  if body is None:
100
100
  raise TypeError("body cannot be null.")
@@ -114,7 +114,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
114
114
 
115
115
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
116
116
  """
117
- Deletes a windowsUniversalAppX.
117
+ Deletes a iosStoreApp.
118
118
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
119
119
  Returns: RequestInformation
120
120
  """
@@ -125,7 +125,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
125
125
 
126
126
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
127
127
  """
128
- Read properties and relationships of the managedAndroidLobApp object.
128
+ Read properties and relationships of the windowsWebApp object.
129
129
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
130
130
  Returns: RequestInformation
131
131
  """
@@ -136,7 +136,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
136
136
 
137
137
  def to_patch_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
138
138
  """
139
- Update the properties of a windowsMicrosoftEdgeApp object.
139
+ Update the properties of a androidLobApp object.
140
140
  param body: The request body
141
141
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
142
142
  Returns: RequestInformation
@@ -340,7 +340,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
340
340
  @dataclass
341
341
  class MobileAppItemRequestBuilderGetQueryParameters():
342
342
  """
343
- Read properties and relationships of the managedAndroidLobApp object.
343
+ Read properties and relationships of the windowsWebApp object.
344
344
  """
345
345
  def get_query_parameter(self,original_name: str) -> str:
346
346
  """
@@ -64,10 +64,10 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
64
64
 
65
65
  async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> Optional[MobileAppCollectionResponse]:
66
66
  """
67
- List properties and relationships of the iosiPadOSWebClip objects.
67
+ List properties and relationships of the webApp objects.
68
68
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
69
69
  Returns: Optional[MobileAppCollectionResponse]
70
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-list?view=graph-rest-1.0
70
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-webapp-list?view=graph-rest-1.0
71
71
  """
72
72
  request_info = self.to_get_request_information(
73
73
  request_configuration
@@ -85,11 +85,11 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
85
85
 
86
86
  async def post(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
87
87
  """
88
- Create a new windowsMobileMSI object.
88
+ Create a new macOSOfficeSuiteApp object.
89
89
  param body: The request body
90
90
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
91
91
  Returns: Optional[MobileApp]
92
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-create?view=graph-rest-1.0
92
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0
93
93
  """
94
94
  if body is None:
95
95
  raise TypeError("body cannot be null.")
@@ -109,7 +109,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- List properties and relationships of the iosiPadOSWebClip objects.
112
+ List properties and relationships of the webApp objects.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -120,7 +120,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
120
120
 
121
121
  def to_post_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
122
122
  """
123
- Create a new windowsMobileMSI object.
123
+ Create a new macOSOfficeSuiteApp object.
124
124
  param body: The request body
125
125
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
126
126
  Returns: RequestInformation
@@ -299,7 +299,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
299
299
  @dataclass
300
300
  class MobileAppsRequestBuilderGetQueryParameters():
301
301
  """
302
- List properties and relationships of the iosiPadOSWebClip objects.
302
+ List properties and relationships of the webApp objects.
303
303
  """
304
304
  def get_query_parameter(self,original_name: str) -> str:
305
305
  """
@@ -48,10 +48,10 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicyCollectionResponse]:
50
50
  """
51
- List properties and relationships of the macOSCompliancePolicy objects.
51
+ List properties and relationships of the windows81CompliancePolicy objects.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[DeviceCompliancePolicyCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -69,11 +69,11 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
71
71
  """
72
- Create a new androidWorkProfileCompliancePolicy object.
72
+ Create a new androidCompliancePolicy object.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[DeviceCompliancePolicy]
76
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0
76
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-create?view=graph-rest-1.0
77
77
  """
78
78
  if body is None:
79
79
  raise TypeError("body cannot be null.")
@@ -93,7 +93,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
93
93
 
94
94
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
95
95
  """
96
- List properties and relationships of the macOSCompliancePolicy objects.
96
+ List properties and relationships of the windows81CompliancePolicy objects.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: RequestInformation
99
99
  """
@@ -104,7 +104,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Create a new androidWorkProfileCompliancePolicy object.
107
+ Create a new androidCompliancePolicy object.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -139,7 +139,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
139
139
  @dataclass
140
140
  class DeviceCompliancePoliciesRequestBuilderGetQueryParameters():
141
141
  """
142
- List properties and relationships of the macOSCompliancePolicy objects.
142
+ List properties and relationships of the windows81CompliancePolicy objects.
143
143
  """
144
144
  def get_query_parameter(self,original_name: str) -> str:
145
145
  """
@@ -40,10 +40,10 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
40
40
 
41
41
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
42
42
  """
43
- Deletes a windowsPhone81CompliancePolicy.
43
+ Deletes a windows10MobileCompliancePolicy.
44
44
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
45
45
  Returns: None
46
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-delete?view=graph-rest-1.0
46
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0
47
47
  """
48
48
  request_info = self.to_delete_request_information(
49
49
  request_configuration
@@ -80,11 +80,11 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
80
80
 
81
81
  async def patch(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
82
82
  """
83
- Update the properties of a iosCompliancePolicy object.
83
+ Update the properties of a windows10CompliancePolicy object.
84
84
  param body: The request body
85
85
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
86
86
  Returns: Optional[DeviceCompliancePolicy]
87
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-update?view=graph-rest-1.0
87
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0
88
88
  """
89
89
  if body is None:
90
90
  raise TypeError("body cannot be null.")
@@ -104,7 +104,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Deletes a windowsPhone81CompliancePolicy.
107
+ Deletes a windows10MobileCompliancePolicy.
108
108
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
109
109
  Returns: RequestInformation
110
110
  """
@@ -126,7 +126,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
126
126
 
127
127
  def to_patch_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
128
128
  """
129
- Update the properties of a iosCompliancePolicy object.
129
+ Update the properties of a windows10CompliancePolicy object.
130
130
  param body: The request body
131
131
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
132
132
  Returns: RequestInformation