msgraph-sdk 1.31.0__py3-none-any.whl → 1.32.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 (94) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  3. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  4. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  5. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  6. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  8. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +3 -3
  10. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  12. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +4 -4
  13. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  14. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
  15. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  17. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +3 -3
  19. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  20. msgraph/generated/drives/item/items/item/copy/copy_request_builder.py +2 -3
  21. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  22. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  23. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  24. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  25. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  26. msgraph/generated/education/classes/item/assignments/assignments_request_builder.py +1 -1
  27. msgraph/generated/education/classes/item/assignments/item/resources/resources_request_builder.py +1 -1
  28. msgraph/generated/groups/item/team/schedule/time_cards/clock_in/clock_in_post_request_body.py +4 -0
  29. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
  30. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +6 -6
  31. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +7 -7
  32. msgraph/generated/identity_protection/risky_users/confirm_safe/confirm_safe_post_request_body.py +50 -0
  33. msgraph/generated/identity_protection/risky_users/confirm_safe/confirm_safe_request_builder.py +86 -0
  34. msgraph/generated/identity_protection/risky_users/risky_users_request_builder.py +10 -0
  35. msgraph/generated/kiota-dom-export.txt +34 -24
  36. msgraph/generated/kiota-lock.json +1 -1
  37. msgraph/generated/models/ai_interaction.py +12 -12
  38. msgraph/generated/models/ai_interaction_attachment.py +19 -16
  39. msgraph/generated/models/ai_interaction_context.py +17 -14
  40. msgraph/generated/models/ai_interaction_link.py +17 -14
  41. msgraph/generated/models/ai_interaction_mention.py +13 -14
  42. msgraph/generated/models/ai_interaction_mentioned_identity_set.py +1 -1
  43. msgraph/generated/models/ai_user.py +1 -1
  44. msgraph/generated/models/app_scope.py +2 -2
  45. msgraph/generated/models/application.py +1 -1
  46. msgraph/generated/models/audit_activity_initiator.py +2 -2
  47. msgraph/generated/models/drive_protection_units_bulk_addition_job.py +2 -2
  48. msgraph/generated/models/drive_restore_artifacts_bulk_addition_request.py +2 -2
  49. msgraph/generated/models/exchange_restore_session.py +1 -1
  50. msgraph/generated/models/mailbox_protection_units_bulk_addition_job.py +2 -2
  51. msgraph/generated/models/mailbox_restore_artifacts_bulk_addition_request.py +2 -2
  52. msgraph/generated/models/offer_shift_request.py +4 -4
  53. msgraph/generated/models/one_drive_for_business_restore_session.py +2 -2
  54. msgraph/generated/models/protection_rule_base.py +1 -1
  55. msgraph/generated/models/protection_units_bulk_job_base.py +6 -6
  56. msgraph/generated/models/restore_artifacts_bulk_request_base.py +11 -11
  57. msgraph/generated/models/schedule_change_request.py +8 -8
  58. msgraph/generated/models/search_request.py +1 -1
  59. msgraph/generated/models/security/alert.py +2 -2
  60. msgraph/generated/models/share_point_restore_session.py +1 -1
  61. msgraph/generated/models/site_protection_units_bulk_addition_job.py +2 -2
  62. msgraph/generated/models/site_restore_artifacts_bulk_addition_request.py +2 -2
  63. msgraph/generated/models/swap_shifts_change_request.py +1 -1
  64. msgraph/generated/models/time_off_request.py +2 -2
  65. msgraph/generated/organization/item/organization_item_request_builder.py +4 -4
  66. msgraph/generated/organization/organization_request_builder.py +4 -4
  67. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  68. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  69. msgraph/generated/sites/sites_request_builder.py +4 -4
  70. msgraph/generated/solutions/backup_restore/exchange_protection_policies/item/mailbox_protection_units_bulk_addition_jobs/item/mailbox_protection_units_bulk_addition_job_item_request_builder.py +4 -3
  71. msgraph/generated/solutions/backup_restore/exchange_protection_policies/item/mailbox_protection_units_bulk_addition_jobs/mailbox_protection_units_bulk_addition_jobs_request_builder.py +4 -3
  72. msgraph/generated/solutions/backup_restore/exchange_restore_sessions/item/mailbox_restore_artifacts_bulk_addition_requests/item/mailbox_restore_artifacts_bulk_addition_request_item_request_builder.py +7 -5
  73. msgraph/generated/solutions/backup_restore/exchange_restore_sessions/item/mailbox_restore_artifacts_bulk_addition_requests/mailbox_restore_artifacts_bulk_addition_requests_request_builder.py +7 -5
  74. msgraph/generated/solutions/backup_restore/one_drive_for_business_protection_policies/item/drive_protection_units_bulk_addition_jobs/drive_protection_units_bulk_addition_jobs_request_builder.py +4 -3
  75. msgraph/generated/solutions/backup_restore/one_drive_for_business_protection_policies/item/drive_protection_units_bulk_addition_jobs/item/drive_protection_units_bulk_addition_job_item_request_builder.py +4 -3
  76. msgraph/generated/solutions/backup_restore/one_drive_for_business_restore_sessions/item/drive_restore_artifacts/item/drive_restore_artifact_item_request_builder.py +3 -3
  77. msgraph/generated/solutions/backup_restore/one_drive_for_business_restore_sessions/item/drive_restore_artifacts_bulk_addition_requests/drive_restore_artifacts_bulk_addition_requests_request_builder.py +7 -5
  78. msgraph/generated/solutions/backup_restore/one_drive_for_business_restore_sessions/item/drive_restore_artifacts_bulk_addition_requests/item/drive_restore_artifacts_bulk_addition_request_item_request_builder.py +7 -5
  79. msgraph/generated/solutions/backup_restore/share_point_protection_policies/item/site_protection_units_bulk_addition_jobs/item/site_protection_units_bulk_addition_job_item_request_builder.py +4 -3
  80. msgraph/generated/solutions/backup_restore/share_point_protection_policies/item/site_protection_units_bulk_addition_jobs/site_protection_units_bulk_addition_jobs_request_builder.py +4 -3
  81. msgraph/generated/solutions/backup_restore/share_point_restore_sessions/item/site_restore_artifacts_bulk_addition_requests/item/site_restore_artifacts_bulk_addition_request_item_request_builder.py +7 -5
  82. msgraph/generated/solutions/backup_restore/share_point_restore_sessions/item/site_restore_artifacts_bulk_addition_requests/site_restore_artifacts_bulk_addition_requests_request_builder.py +7 -5
  83. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  84. msgraph/generated/teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +4 -0
  85. msgraph/generated/teams/item/schedule/time_off_requests/time_off_requests_request_builder.py +3 -2
  86. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  87. msgraph/generated/users/item/joined_teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +4 -0
  88. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  89. msgraph/generated/users/item/user_item_request_builder.py +3 -3
  90. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +3 -3
  91. {msgraph_sdk-1.31.0.dist-info → msgraph_sdk-1.32.0.dist-info}/METADATA +1 -1
  92. {msgraph_sdk-1.31.0.dist-info → msgraph_sdk-1.32.0.dist-info}/RECORD +94 -92
  93. {msgraph_sdk-1.31.0.dist-info → msgraph_sdk-1.32.0.dist-info}/WHEEL +0 -0
  94. {msgraph_sdk-1.31.0.dist-info → msgraph_sdk-1.32.0.dist-info}/licenses/LICENSE +0 -0
@@ -15,9 +15,9 @@ from .restore_session_base import RestoreSessionBase
15
15
  class OneDriveForBusinessRestoreSession(RestoreSessionBase, Parsable):
16
16
  # The OdataType property
17
17
  odata_type: Optional[str] = "#microsoft.graph.oneDriveForBusinessRestoreSession"
18
- # A collection of restore points and destination details that can be used to restore a OneDrive for Business drive.
18
+ # A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive.
19
19
  drive_restore_artifacts: Optional[list[DriveRestoreArtifact]] = None
20
- # The driveRestoreArtifactsBulkAdditionRequests property
20
+ # A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive.
21
21
  drive_restore_artifacts_bulk_addition_requests: Optional[list[DriveRestoreArtifactsBulkAdditionRequest]] = None
22
22
 
23
23
  @staticmethod
@@ -24,7 +24,7 @@ class ProtectionRuleBase(Entity, Parsable):
24
24
  created_date_time: Optional[datetime.datetime] = None
25
25
  # Contains error details if an operation on a rule fails.
26
26
  error: Optional[PublicError] = None
27
- # true indicates that the protection rule is dynamic; false that it's static. Currently, only static rules are supported.
27
+ # The isAutoApplyEnabled property
28
28
  is_auto_apply_enabled: Optional[bool] = None
29
29
  # The identity of the person who last modified the rule.
30
30
  last_modified_by: Optional[IdentitySet] = None
@@ -18,17 +18,17 @@ from .entity import Entity
18
18
 
19
19
  @dataclass
20
20
  class ProtectionUnitsBulkJobBase(Entity, Parsable):
21
- # The createdBy property
21
+ # The identity of person who created the job.
22
22
  created_by: Optional[IdentitySet] = None
23
- # The createdDateTime property
23
+ # The time of creation of the job.
24
24
  created_date_time: Optional[datetime.datetime] = None
25
- # The displayName property
25
+ # The name of the protection units bulk addition job.
26
26
  display_name: Optional[str] = None
27
- # The error property
27
+ # Error details containing resource resolution failures, if any.
28
28
  error: Optional[PublicError] = None
29
- # The lastModifiedBy property
29
+ # The identity of the person who last modified the job.
30
30
  last_modified_by: Optional[IdentitySet] = None
31
- # The lastModifiedDateTime property
31
+ # Timestamp of the last modification made to the job.
32
32
  last_modified_date_time: Optional[datetime.datetime] = None
33
33
  # The OdataType property
34
34
  odata_type: Optional[str] = None
@@ -22,31 +22,31 @@ from .entity import Entity
22
22
 
23
23
  @dataclass
24
24
  class RestoreArtifactsBulkRequestBase(Entity, Parsable):
25
- # The createdBy property
25
+ # The identity of the person who created the bulk request.
26
26
  created_by: Optional[IdentitySet] = None
27
- # The createdDateTime property
27
+ # The time when the bulk request was created.
28
28
  created_date_time: Optional[datetime.datetime] = None
29
- # The destinationType property
29
+ # Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.
30
30
  destination_type: Optional[DestinationType] = None
31
- # The displayName property
31
+ # Name of the addition request.
32
32
  display_name: Optional[str] = None
33
- # The error property
33
+ # Error details are populated for resource resolution failures.
34
34
  error: Optional[PublicError] = None
35
- # The lastModifiedBy property
35
+ # Identity of the person who last modified this entity.
36
36
  last_modified_by: Optional[IdentitySet] = None
37
- # The lastModifiedDateTime property
37
+ # Timestamp when this entity was last modified.
38
38
  last_modified_date_time: Optional[datetime.datetime] = None
39
39
  # The OdataType property
40
40
  odata_type: Optional[str] = None
41
- # The protectionTimePeriod property
41
+ # The start and end date and time of the protection period.
42
42
  protection_time_period: Optional[TimePeriod] = None
43
- # The protectionUnitIds property
43
+ # Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use.
44
44
  protection_unit_ids: Optional[list[str]] = None
45
- # The restorePointPreference property
45
+ # Indicates which restore point to return. The possible values are: oldest, latest, unknownFutureValue.
46
46
  restore_point_preference: Optional[RestorePointPreference] = None
47
47
  # The status property
48
48
  status: Optional[RestoreArtifactsBulkRequestStatus] = None
49
- # The tags property
49
+ # The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.
50
50
  tags: Optional[RestorePointTags] = None
51
51
 
52
52
  @staticmethod
@@ -20,21 +20,21 @@ from .change_tracked_entity import ChangeTrackedEntity
20
20
  class ScheduleChangeRequest(ChangeTrackedEntity, Parsable):
21
21
  # The OdataType property
22
22
  odata_type: Optional[str] = "#microsoft.graph.scheduleChangeRequest"
23
- # The assignedTo property
23
+ # Indicates who the request is assigned to. Possible values are: sender, recipient, manager, system, unknownFutureValue.
24
24
  assigned_to: Optional[ScheduleChangeRequestActor] = None
25
- # The managerActionDateTime property
25
+ # The date and time when the manager approved or declined the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
26
26
  manager_action_date_time: Optional[datetime.datetime] = None
27
- # The managerActionMessage property
27
+ # The message sent by the manager regarding the scheduleChangeRequest. Optional.
28
28
  manager_action_message: Optional[str] = None
29
- # The managerUserId property
29
+ # The user ID of the manager who approved or declined the scheduleChangeRequest.
30
30
  manager_user_id: Optional[str] = None
31
- # The senderDateTime property
31
+ # The date and time when the sender sent the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
32
32
  sender_date_time: Optional[datetime.datetime] = None
33
- # The senderMessage property
33
+ # The message sent by the sender of the scheduleChangeRequest. Optional.
34
34
  sender_message: Optional[str] = None
35
- # The senderUserId property
35
+ # The user ID of the sender of the scheduleChangeRequest.
36
36
  sender_user_id: Optional[str] = None
37
- # The state property
37
+ # The state of the scheduleChangeRequest. Possible values are: pending, approved, declined, unknownFutureValue.
38
38
  state: Optional[ScheduleChangeState] = None
39
39
 
40
40
  @staticmethod
@@ -34,7 +34,7 @@ class SearchRequest(AdditionalDataHolder, BackedModel, Parsable):
34
34
  enable_top_results: Optional[bool] = None
35
35
  # One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
36
36
  entity_types: Optional[list[EntityType]] = None
37
- # Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft Graph connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional.
37
+ # Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft 365 Copilot connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional.
38
38
  fields: Optional[list[str]] = None
39
39
  # Specifies the offset for the search results. Offset 0 returns the very first result. Optional.
40
40
  from_: Optional[int] = None
@@ -39,11 +39,11 @@ class Alert(Entity, Parsable):
39
39
  comments: Optional[list[AlertComment]] = None
40
40
  # Time when Microsoft 365 Defender created the alert.
41
41
  created_date_time: Optional[datetime.datetime] = None
42
- # The customDetails property
42
+ # User defined custom fields with string values.
43
43
  custom_details: Optional[Dictionary] = None
44
44
  # String value describing each alert.
45
45
  description: Optional[str] = None
46
- # Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl.
46
+ # Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence.
47
47
  detection_source: Optional[DetectionSource] = None
48
48
  # The ID of the detector that triggered the alert.
49
49
  detector_id: Optional[str] = None
@@ -17,7 +17,7 @@ class SharePointRestoreSession(RestoreSessionBase, Parsable):
17
17
  odata_type: Optional[str] = "#microsoft.graph.sharePointRestoreSession"
18
18
  # A collection of restore points and destination details that can be used to restore SharePoint sites.
19
19
  site_restore_artifacts: Optional[list[SiteRestoreArtifact]] = None
20
- # The siteRestoreArtifactsBulkAdditionRequests property
20
+ # A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites.
21
21
  site_restore_artifacts_bulk_addition_requests: Optional[list[SiteRestoreArtifactsBulkAdditionRequest]] = None
22
22
 
23
23
  @staticmethod
@@ -13,9 +13,9 @@ from .protection_units_bulk_job_base import ProtectionUnitsBulkJobBase
13
13
  class SiteProtectionUnitsBulkAdditionJob(ProtectionUnitsBulkJobBase, Parsable):
14
14
  # The OdataType property
15
15
  odata_type: Optional[str] = "#microsoft.graph.siteProtectionUnitsBulkAdditionJob"
16
- # The siteIds property
16
+ # The list of SharePoint site IDs to add to the SharePoint protection policy.
17
17
  site_ids: Optional[list[str]] = None
18
- # The siteWebUrls property
18
+ # The list of SharePoint site URLs to add to the SharePoint protection policy.
19
19
  site_web_urls: Optional[list[str]] = None
20
20
 
21
21
  @staticmethod
@@ -13,9 +13,9 @@ from .restore_artifacts_bulk_request_base import RestoreArtifactsBulkRequestBase
13
13
  class SiteRestoreArtifactsBulkAdditionRequest(RestoreArtifactsBulkRequestBase, Parsable):
14
14
  # The OdataType property
15
15
  odata_type: Optional[str] = None
16
- # The siteIds property
16
+ # The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation.
17
17
  site_ids: Optional[list[str]] = None
18
- # The siteWebUrls property
18
+ # The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation.
19
19
  site_web_urls: Optional[list[str]] = None
20
20
 
21
21
  @staticmethod
@@ -13,7 +13,7 @@ from .offer_shift_request import OfferShiftRequest
13
13
  class SwapShiftsChangeRequest(OfferShiftRequest, Parsable):
14
14
  # The OdataType property
15
15
  odata_type: Optional[str] = "#microsoft.graph.swapShiftsChangeRequest"
16
- # ShiftId for the recipient user with whom the request is to swap.
16
+ # The recipient's Shift ID
17
17
  recipient_shift_id: Optional[str] = None
18
18
 
19
19
  @staticmethod
@@ -14,9 +14,9 @@ from .schedule_change_request import ScheduleChangeRequest
14
14
  class TimeOffRequest(ScheduleChangeRequest, Parsable):
15
15
  # The OdataType property
16
16
  odata_type: Optional[str] = "#microsoft.graph.timeOffRequest"
17
- # The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
17
+ # The date and time the time off ends in ISO 8601 format and in UTC time.
18
18
  end_date_time: Optional[datetime.datetime] = None
19
- # The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
19
+ # The date and time the time off starts in ISO 8601 format and in UTC time.
20
20
  start_date_time: Optional[datetime.datetime] = None
21
21
  # The reason for the time off.
22
22
  time_off_reason_id: Optional[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
- 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.
62
+ Read properties and relationships of the organization object.
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/organization-get?view=graph-rest-1.0
65
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0
66
66
  """
67
67
  request_info = self.to_get_request_information(
68
68
  request_configuration
@@ -114,7 +114,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
114
114
 
115
115
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
116
116
  """
117
- 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.
117
+ Read properties and relationships of the organization object.
118
118
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
119
119
  Returns: RequestInformation
120
120
  """
@@ -239,7 +239,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
239
239
  @dataclass
240
240
  class OrganizationItemRequestBuilderGetQueryParameters():
241
241
  """
242
- 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.
242
+ Read properties and relationships of the organization object.
243
243
  """
244
244
  def get_query_parameter(self,original_name: str) -> str:
245
245
  """
@@ -53,10 +53,10 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> Optional[OrganizationCollectionResponse]:
55
55
  """
56
- List properties and relationships of the organization objects.
56
+ Retrieve a list of organization objects. There's only one organization object in the collection.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[OrganizationCollectionResponse]
59
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -97,7 +97,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
97
97
 
98
98
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
99
99
  """
100
- List properties and relationships of the organization objects.
100
+ Retrieve a list of organization objects. There's only one organization object in the collection.
101
101
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102
102
  Returns: RequestInformation
103
103
  """
@@ -179,7 +179,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
179
179
  @dataclass
180
180
  class OrganizationRequestBuilderGetQueryParameters():
181
181
  """
182
- List properties and relationships of the organization objects.
182
+ Retrieve a list of organization objects. There's only one organization object in the collection.
183
183
  """
184
184
  def get_query_parameter(self,original_name: str) -> str:
185
185
  """
@@ -72,11 +72,11 @@ class IdentitySynchronizationRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def put(self,body: CrossTenantIdentitySyncPolicyPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CrossTenantIdentitySyncPolicyPartner]:
74
74
  """
75
- Create a cross-tenant user synchronization policy for a partner-specific configuration.
75
+ Update the user synchronization policy of a partner-specific configuration.
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[CrossTenantIdentitySyncPolicyPartner]
79
- Find more info here: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -117,7 +117,7 @@ class IdentitySynchronizationRequestBuilder(BaseRequestBuilder):
117
117
 
118
118
  def to_put_request_information(self,body: CrossTenantIdentitySyncPolicyPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
119
119
  """
120
- Create a cross-tenant user synchronization policy for a partner-specific configuration.
120
+ Update the user synchronization policy of a partner-specific configuration.
121
121
  param body: The request body
122
122
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
123
123
  Returns: RequestInformation
@@ -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
@@ -112,7 +112,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
112
112
 
113
113
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
114
114
  """
115
- Returns the metadata for a list.
115
+ Get a list of rich long-running operations associated with a list.
116
116
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
117
117
  Returns: RequestInformation
118
118
  """
@@ -228,7 +228,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
228
228
  @dataclass
229
229
  class ListItemRequestBuilderGetQueryParameters():
230
230
  """
231
- Returns the metadata for a list.
231
+ Get a list of rich long-running operations associated with a list.
232
232
  """
233
233
  def get_query_parameter(self,original_name: str) -> str:
234
234
  """
@@ -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
- 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.
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.
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-search?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/site-list?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
- 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.
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.
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
- 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.
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.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -32,9 +32,10 @@ class MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder
32
32
 
33
33
  async def get(self,request_configuration: Optional[RequestConfiguration[MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters]] = None) -> Optional[MailboxProtectionUnitsBulkAdditionJob]:
34
34
  """
35
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
35
+ Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy.
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: Optional[MailboxProtectionUnitsBulkAdditionJob]
38
+ Find more info here: https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0
38
39
  """
39
40
  request_info = self.to_get_request_information(
40
41
  request_configuration
@@ -52,7 +53,7 @@ class MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder
52
53
 
53
54
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
54
55
  """
55
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
56
+ Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy.
56
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
58
  Returns: RequestInformation
58
59
  """
@@ -74,7 +75,7 @@ class MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder
74
75
  @dataclass
75
76
  class MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters():
76
77
  """
77
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
78
+ Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy.
78
79
  """
79
80
  def get_query_parameter(self,original_name: str) -> str:
80
81
  """
@@ -48,9 +48,10 @@ class MailboxProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters]] = None) -> Optional[MailboxProtectionUnitsBulkAdditionJobCollectionResponse]:
50
50
  """
51
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
51
+ Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[MailboxProtectionUnitsBulkAdditionJobCollectionResponse]
54
+ Find more info here: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-1.0
54
55
  """
55
56
  request_info = self.to_get_request_information(
56
57
  request_configuration
@@ -68,7 +69,7 @@ class MailboxProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
68
69
 
69
70
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
70
71
  """
71
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
72
+ Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy.
72
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
73
74
  Returns: RequestInformation
74
75
  """
@@ -99,7 +100,7 @@ class MailboxProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
99
100
  @dataclass
100
101
  class MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters():
101
102
  """
102
- Get mailboxProtectionUnitsBulkAdditionJobs from solutions
103
+ Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy.
103
104
  """
104
105
  def get_query_parameter(self,original_name: str) -> str:
105
106
  """
@@ -32,9 +32,10 @@ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder(BaseRequestBu
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Delete navigation property mailboxRestoreArtifactsBulkAdditionRequests for solutions
35
+ Delete a mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession.
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/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0
38
39
  """
39
40
  request_info = self.to_delete_request_information(
40
41
  request_configuration
@@ -50,9 +51,10 @@ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder(BaseRequestBu
50
51
 
51
52
  async def get(self,request_configuration: Optional[RequestConfiguration[MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters]] = None) -> Optional[MailboxRestoreArtifactsBulkAdditionRequest]:
52
53
  """
53
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
54
+ Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession.
54
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
56
  Returns: Optional[MailboxRestoreArtifactsBulkAdditionRequest]
57
+ Find more info here: https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0
56
58
  """
57
59
  request_info = self.to_get_request_information(
58
60
  request_configuration
@@ -93,7 +95,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder(BaseRequestBu
93
95
 
94
96
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
95
97
  """
96
- Delete navigation property mailboxRestoreArtifactsBulkAdditionRequests for solutions
98
+ Delete a mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession.
97
99
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
100
  Returns: RequestInformation
99
101
  """
@@ -103,7 +105,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder(BaseRequestBu
103
105
 
104
106
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
105
107
  """
106
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
108
+ Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession.
107
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
108
110
  Returns: RequestInformation
109
111
  """
@@ -147,7 +149,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder(BaseRequestBu
147
149
  @dataclass
148
150
  class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters():
149
151
  """
150
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
152
+ Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession.
151
153
  """
152
154
  def get_query_parameter(self,original_name: str) -> str:
153
155
  """
@@ -49,9 +49,10 @@ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder(BaseRequestBuild
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters]] = None) -> Optional[MailboxRestoreArtifactsBulkAdditionRequestCollectionResponse]:
51
51
  """
52
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
52
+ Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[MailboxRestoreArtifactsBulkAdditionRequestCollectionResponse]
55
+ Find more info here: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0
55
56
  """
56
57
  request_info = self.to_get_request_information(
57
58
  request_configuration
@@ -69,10 +70,11 @@ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder(BaseRequestBuild
69
70
 
70
71
  async def post(self,body: MailboxRestoreArtifactsBulkAdditionRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MailboxRestoreArtifactsBulkAdditionRequest]:
71
72
  """
72
- Create new navigation property to mailboxRestoreArtifactsBulkAdditionRequests for solutions
73
+ Create a new mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. The following steps describe how to create and manage an exchangeRestoreSession with bulk artifact additions:
73
74
  param body: The request body
74
75
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
76
  Returns: Optional[MailboxRestoreArtifactsBulkAdditionRequest]
77
+ Find more info here: https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0
76
78
  """
77
79
  if body is None:
78
80
  raise TypeError("body cannot be null.")
@@ -92,7 +94,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder(BaseRequestBuild
92
94
 
93
95
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
94
96
  """
95
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
97
+ Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size.
96
98
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
97
99
  Returns: RequestInformation
98
100
  """
@@ -103,7 +105,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder(BaseRequestBuild
103
105
 
104
106
  def to_post_request_information(self,body: MailboxRestoreArtifactsBulkAdditionRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
105
107
  """
106
- Create new navigation property to mailboxRestoreArtifactsBulkAdditionRequests for solutions
108
+ Create a new mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. The following steps describe how to create and manage an exchangeRestoreSession with bulk artifact additions:
107
109
  param body: The request body
108
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
109
111
  Returns: RequestInformation
@@ -138,7 +140,7 @@ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder(BaseRequestBuild
138
140
  @dataclass
139
141
  class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters():
140
142
  """
141
- Get mailboxRestoreArtifactsBulkAdditionRequests from solutions
143
+ Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size.
142
144
  """
143
145
  def get_query_parameter(self,original_name: str) -> str:
144
146
  """
@@ -48,9 +48,10 @@ class DriveProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters]] = None) -> Optional[DriveProtectionUnitsBulkAdditionJobCollectionResponse]:
50
50
  """
51
- Get driveProtectionUnitsBulkAdditionJobs from solutions
51
+ Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[DriveProtectionUnitsBulkAdditionJobCollectionResponse]
54
+ Find more info here: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-1.0
54
55
  """
55
56
  request_info = self.to_get_request_information(
56
57
  request_configuration
@@ -68,7 +69,7 @@ class DriveProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
68
69
 
69
70
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
70
71
  """
71
- Get driveProtectionUnitsBulkAdditionJobs from solutions
72
+ Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy.
72
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
73
74
  Returns: RequestInformation
74
75
  """
@@ -99,7 +100,7 @@ class DriveProtectionUnitsBulkAdditionJobsRequestBuilder(BaseRequestBuilder):
99
100
  @dataclass
100
101
  class DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters():
101
102
  """
102
- Get driveProtectionUnitsBulkAdditionJobs from solutions
103
+ Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy.
103
104
  """
104
105
  def get_query_parameter(self,original_name: str) -> str:
105
106
  """
@@ -32,9 +32,10 @@ class DriveProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def get(self,request_configuration: Optional[RequestConfiguration[DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters]] = None) -> Optional[DriveProtectionUnitsBulkAdditionJob]:
34
34
  """
35
- Get driveProtectionUnitsBulkAdditionJobs from solutions
35
+ Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy.
36
36
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
37
37
  Returns: Optional[DriveProtectionUnitsBulkAdditionJob]
38
+ Find more info here: https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0
38
39
  """
39
40
  request_info = self.to_get_request_information(
40
41
  request_configuration
@@ -52,7 +53,7 @@ class DriveProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder):
52
53
 
53
54
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
54
55
  """
55
- Get driveProtectionUnitsBulkAdditionJobs from solutions
56
+ Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy.
56
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
58
  Returns: RequestInformation
58
59
  """
@@ -74,7 +75,7 @@ class DriveProtectionUnitsBulkAdditionJobItemRequestBuilder(BaseRequestBuilder):
74
75
  @dataclass
75
76
  class DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters():
76
77
  """
77
- Get driveProtectionUnitsBulkAdditionJobs from solutions
78
+ Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy.
78
79
  """
79
80
  def get_query_parameter(self,original_name: str) -> str:
80
81
  """