msgraph-sdk 1.20.0__py3-none-any.whl → 1.22.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.
- msgraph/_version.py +1 -1
- msgraph/generated/base_graph_service_client.py +0 -10
- msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/communications/online_meetings/online_meetings_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +3 -3
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +7 -7
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_post_request_body.py → groups/item/team/channels/item/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/{app_role_assignments/item/check_member_groups/check_member_groups_post_response.py → groups/item/team/channels/item/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/{app_role_assignments/item/get_member_objects/get_member_objects_request_builder.py → groups/item/team/channels/item/all_members/add/add_request_builder.py} +20 -20
- msgraph/generated/groups/item/team/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/groups/item/team/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_post_response.py → groups/item/team/channels/item/all_members/remove/remove_post_response.py} +14 -11
- msgraph/generated/groups/item/team/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/groups/item/team/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_post_request_body.py → groups/item/team/primary_channel/all_members/add/add_post_request_body.py} +15 -12
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_post_response.py → groups/item/team/primary_channel/all_members/add/add_post_response.py} +13 -13
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_request_builder.py → groups/item/team/primary_channel/all_members/add/add_request_builder.py} +20 -20
- msgraph/generated/{app_role_assignments/app_role_assignments_request_builder.py → groups/item/team/primary_channel/all_members/all_members_request_builder.py} +54 -74
- msgraph/generated/{app_role_assignments/delta/delta_request_builder.py → groups/item/team/primary_channel/all_members/count/count_request_builder.py} +19 -53
- msgraph/generated/groups/item/team/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_response.py → groups/item/team/primary_channel/all_members/remove/remove_post_response.py} +13 -13
- msgraph/generated/groups/item/team/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/groups/item/team/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/groups/item/team/schedule/day_notes/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/groups/item/team/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/groups/item/team/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/groups/item/team/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/clock_out/clock_out_request_builder.py +89 -0
- msgraph/generated/{app_role_assignments/item/restore/restore_request_builder.py → groups/item/team/schedule/time_cards/item/confirm/confirm_request_builder.py} +18 -18
- msgraph/generated/groups/item/team/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_request_builder.py → groups/item/team/schedule/time_cards/item/start_break/start_break_request_builder.py} +19 -19
- msgraph/generated/{app_role_assignments/item/app_role_assignment_item_request_builder.py → groups/item/team/schedule/time_cards/item/time_card_item_request_builder.py} +53 -63
- msgraph/generated/groups/item/team/schedule/time_cards/time_cards_request_builder.py +218 -0
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/count/count_request_builder.py +3 -3
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/identity_providers_request_builder.py +4 -4
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/item/identity_provider_item_request_builder.py +3 -3
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_providers/available_provider_types/available_provider_types_request_builder.py +3 -3
- msgraph/generated/identity_providers/count/count_request_builder.py +3 -3
- msgraph/generated/identity_providers/identity_providers_request_builder.py +6 -6
- msgraph/generated/identity_providers/item/identity_provider_item_request_builder.py +7 -7
- msgraph/generated/kiota-dom-export.txt +1557 -291
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/models/allowed_lobby_admitter_roles.py +7 -0
- msgraph/generated/models/application.py +8 -1
- msgraph/generated/models/authentication_behaviors.py +62 -0
- msgraph/generated/models/calendar.py +3 -3
- msgraph/generated/models/change_tracked_entity.py +18 -0
- msgraph/generated/models/channel.py +4 -0
- msgraph/generated/models/confirmed_by.py +8 -0
- msgraph/generated/models/day_note.py +69 -0
- msgraph/generated/{app_role_assignments/delta/delta_get_response.py → models/day_note_collection_response.py} +13 -13
- msgraph/generated/models/device.py +1 -1
- msgraph/generated/models/entity.py +14 -0
- msgraph/generated/models/event.py +15 -15
- msgraph/generated/models/event_message.py +1 -1
- msgraph/generated/models/external_connectors/rule_operation.py +1 -0
- msgraph/generated/models/meeting_live_share_options.py +7 -0
- msgraph/generated/models/message.py +2 -2
- msgraph/generated/models/online_meeting_base.py +26 -0
- msgraph/generated/models/parental_control_settings.py +1 -1
- msgraph/generated/models/schedule.py +32 -0
- msgraph/generated/models/scheduling_group.py +4 -0
- msgraph/generated/models/search/bookmark.py +1 -1
- msgraph/generated/models/search/qna.py +1 -1
- msgraph/generated/models/service_principal.py +1 -1
- msgraph/generated/models/sign_in_activity.py +2 -2
- msgraph/generated/models/time_card.py +103 -0
- msgraph/generated/models/time_card_break.py +76 -0
- msgraph/generated/models/time_card_collection_response.py +58 -0
- msgraph/generated/models/time_card_entry.py +72 -0
- msgraph/generated/{app_role_assignments/validate_properties/validate_properties_post_request_body.py → models/time_card_event.py} +28 -21
- msgraph/generated/models/time_card_state.py +8 -0
- msgraph/generated/models/time_clock_settings.py +61 -0
- msgraph/generated/models/time_off_reason.py +4 -0
- msgraph/generated/models/user.py +3 -3
- msgraph/generated/models/workforce_integration_supported_entities.py +1 -0
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/approvers_request_builder.py +4 -4
- msgraph/generated/privacy/subject_rights_requests/item/approvers/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/mailbox_settings/mailbox_settings_request_builder.py +5 -5
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/service_provisioning_errors/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/service_provisioning_errors/service_provisioning_errors_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/user_item_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers_with_user_principal_name/approvers_with_user_principal_name_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/collaborators_request_builder.py +4 -4
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/mailbox_settings/mailbox_settings_request_builder.py +5 -5
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/service_provisioning_errors/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/service_provisioning_errors/service_provisioning_errors_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/user_item_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators_with_user_principal_name/collaborators_with_user_principal_name_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/get_final_attachment/get_final_attachment_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/get_final_report/get_final_report_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/notes/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/notes/item/authored_note_item_request_builder.py +7 -7
- msgraph/generated/privacy/subject_rights_requests/item/notes/notes_request_builder.py +6 -6
- msgraph/generated/privacy/subject_rights_requests/item/subject_rights_request_item_request_builder.py +9 -9
- msgraph/generated/privacy/subject_rights_requests/item/team/team_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/subject_rights_requests_request_builder.py +6 -6
- msgraph/generated/security/alerts/alerts_request_builder.py +6 -6
- msgraph/generated/security/alerts/count/count_request_builder.py +3 -3
- msgraph/generated/security/alerts/item/alert_item_request_builder.py +5 -5
- msgraph/generated/service_principals/item/owners/owners_request_builder.py +3 -3
- msgraph/generated/service_principals/item/owners/ref/ref_request_builder.py +3 -3
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/{app_role_assignments/item/check_member_groups/check_member_groups_post_request_body.py → teams/item/channels/item/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/teams/item/channels/item/all_members/add/add_post_response.py +58 -0
- msgraph/generated/teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teams/item/channels/item/all_members/all_members_request_builder.py +229 -0
- msgraph/generated/teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +6 -6
- msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_request_body.py → teams/item/primary_channel/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/teams/item/primary_channel/all_members/add/add_post_response.py +58 -0
- msgraph/generated/teams/item/primary_channel/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teams/item/primary_channel/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/teams/item/primary_channel/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teams/item/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/{app_role_assignments → teams/item/schedule/day_notes}/count/count_request_builder.py +3 -3
- msgraph/generated/teams/item/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/teams/item/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/teams/item/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/teams/item/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_request_builder.py → teams/item/schedule/time_cards/item/clock_out/clock_out_request_builder.py} +19 -20
- msgraph/generated/teams/item/schedule/time_cards/item/confirm/confirm_request_builder.py +82 -0
- msgraph/generated/teams/item/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/teams/item/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/item/start_break/start_break_request_builder.py +89 -0
- msgraph/generated/teams/item/schedule/time_cards/item/time_card_item_request_builder.py +229 -0
- msgraph/generated/teams/item/schedule/time_cards/time_cards_request_builder.py +220 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/get_member_groups/get_member_groups_post_response.py → teamwork/deleted_teams/item/channels/item/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/get_member_objects/get_member_objects_post_response.py → users/item/joined_teams/item/primary_channel/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/clock_out/clock_out_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/confirm/confirm_request_builder.py +82 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/start_break/start_break_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/time_card_item_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/time_cards_request_builder.py +218 -0
- msgraph/generated/users/item/user_item_request_builder.py +2 -2
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +2 -2
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/METADATA +3 -2
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/RECORD +259 -164
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/WHEEL +1 -1
- msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_request_builder.py +0 -90
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_request_body.py +0 -50
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_request_builder.py +0 -90
- msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_request_body.py +0 -50
- msgraph/generated/app_role_assignments/validate_properties/validate_properties_request_builder.py +0 -87
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info/licenses}/LICENSE +0 -0
@@ -1,48 +1,55 @@
|
|
1
1
|
from __future__ import annotations
|
2
|
+
import datetime
|
2
3
|
from collections.abc import Callable
|
3
4
|
from dataclasses import dataclass, field
|
4
5
|
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
5
6
|
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
6
7
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
7
|
-
|
8
|
+
|
9
|
+
if TYPE_CHECKING:
|
10
|
+
from .item_body import ItemBody
|
8
11
|
|
9
12
|
@dataclass
|
10
|
-
class
|
13
|
+
class TimeCardEvent(AdditionalDataHolder, BackedModel, Parsable):
|
11
14
|
# Stores model information.
|
12
15
|
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
13
16
|
|
14
17
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
15
18
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
16
|
-
# The
|
17
|
-
|
18
|
-
#
|
19
|
-
|
20
|
-
#
|
21
|
-
|
22
|
-
# The
|
23
|
-
|
19
|
+
# The time the entry is recorded.
|
20
|
+
date_time: Optional[datetime.datetime] = None
|
21
|
+
# Indicates whether this action happens at an approved location.
|
22
|
+
is_at_approved_location: Optional[bool] = None
|
23
|
+
# Notes about the timeCardEvent.
|
24
|
+
notes: Optional[ItemBody] = None
|
25
|
+
# The OdataType property
|
26
|
+
odata_type: Optional[str] = None
|
24
27
|
|
25
28
|
@staticmethod
|
26
|
-
def create_from_discriminator_value(parse_node: ParseNode) ->
|
29
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> TimeCardEvent:
|
27
30
|
"""
|
28
31
|
Creates a new instance of the appropriate class based on discriminator value
|
29
32
|
param parse_node: The parse node to use to read the discriminator value and create the object
|
30
|
-
Returns:
|
33
|
+
Returns: TimeCardEvent
|
31
34
|
"""
|
32
35
|
if parse_node is None:
|
33
36
|
raise TypeError("parse_node cannot be null.")
|
34
|
-
return
|
37
|
+
return TimeCardEvent()
|
35
38
|
|
36
39
|
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
37
40
|
"""
|
38
41
|
The deserialization information for the current model
|
39
42
|
Returns: dict[str, Callable[[ParseNode], None]]
|
40
43
|
"""
|
44
|
+
from .item_body import ItemBody
|
45
|
+
|
46
|
+
from .item_body import ItemBody
|
47
|
+
|
41
48
|
fields: dict[str, Callable[[Any], None]] = {
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
49
|
+
"dateTime": lambda n : setattr(self, 'date_time', n.get_datetime_value()),
|
50
|
+
"isAtApprovedLocation": lambda n : setattr(self, 'is_at_approved_location', n.get_bool_value()),
|
51
|
+
"notes": lambda n : setattr(self, 'notes', n.get_object_value(ItemBody)),
|
52
|
+
"@odata.type": lambda n : setattr(self, 'odata_type', n.get_str_value()),
|
46
53
|
}
|
47
54
|
return fields
|
48
55
|
|
@@ -54,10 +61,10 @@ class ValidatePropertiesPostRequestBody(AdditionalDataHolder, BackedModel, Parsa
|
|
54
61
|
"""
|
55
62
|
if writer is None:
|
56
63
|
raise TypeError("writer cannot be null.")
|
57
|
-
writer.
|
58
|
-
writer.
|
59
|
-
writer.
|
60
|
-
writer.
|
64
|
+
writer.write_datetime_value("dateTime", self.date_time)
|
65
|
+
writer.write_bool_value("isAtApprovedLocation", self.is_at_approved_location)
|
66
|
+
writer.write_object_value("notes", self.notes)
|
67
|
+
writer.write_str_value("@odata.type", self.odata_type)
|
61
68
|
writer.write_additional_data_value(self.additional_data)
|
62
69
|
|
63
70
|
|
@@ -0,0 +1,61 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from collections.abc import Callable
|
3
|
+
from dataclasses import dataclass, field
|
4
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
5
|
+
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
6
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
7
|
+
|
8
|
+
if TYPE_CHECKING:
|
9
|
+
from .geo_coordinates import GeoCoordinates
|
10
|
+
|
11
|
+
@dataclass
|
12
|
+
class TimeClockSettings(AdditionalDataHolder, BackedModel, Parsable):
|
13
|
+
# Stores model information.
|
14
|
+
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
15
|
+
|
16
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
17
|
+
additional_data: dict[str, Any] = field(default_factory=dict)
|
18
|
+
# The approved location of the timeClock.
|
19
|
+
approved_location: Optional[GeoCoordinates] = None
|
20
|
+
# The OdataType property
|
21
|
+
odata_type: Optional[str] = None
|
22
|
+
|
23
|
+
@staticmethod
|
24
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> TimeClockSettings:
|
25
|
+
"""
|
26
|
+
Creates a new instance of the appropriate class based on discriminator value
|
27
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
28
|
+
Returns: TimeClockSettings
|
29
|
+
"""
|
30
|
+
if parse_node is None:
|
31
|
+
raise TypeError("parse_node cannot be null.")
|
32
|
+
return TimeClockSettings()
|
33
|
+
|
34
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
35
|
+
"""
|
36
|
+
The deserialization information for the current model
|
37
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
38
|
+
"""
|
39
|
+
from .geo_coordinates import GeoCoordinates
|
40
|
+
|
41
|
+
from .geo_coordinates import GeoCoordinates
|
42
|
+
|
43
|
+
fields: dict[str, Callable[[Any], None]] = {
|
44
|
+
"approvedLocation": lambda n : setattr(self, 'approved_location', n.get_object_value(GeoCoordinates)),
|
45
|
+
"@odata.type": lambda n : setattr(self, 'odata_type', n.get_str_value()),
|
46
|
+
}
|
47
|
+
return fields
|
48
|
+
|
49
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
50
|
+
"""
|
51
|
+
Serializes information the current object
|
52
|
+
param writer: Serialization writer to use to serialize this model
|
53
|
+
Returns: None
|
54
|
+
"""
|
55
|
+
if writer is None:
|
56
|
+
raise TypeError("writer cannot be null.")
|
57
|
+
writer.write_object_value("approvedLocation", self.approved_location)
|
58
|
+
writer.write_str_value("@odata.type", self.odata_type)
|
59
|
+
writer.write_additional_data_value(self.additional_data)
|
60
|
+
|
61
|
+
|
@@ -14,6 +14,8 @@ from .change_tracked_entity import ChangeTrackedEntity
|
|
14
14
|
class TimeOffReason(ChangeTrackedEntity, Parsable):
|
15
15
|
# The OdataType property
|
16
16
|
odata_type: Optional[str] = "#microsoft.graph.timeOffReason"
|
17
|
+
# The code of the timeOffReason to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters.
|
18
|
+
code: Optional[str] = None
|
17
19
|
# The name of the timeOffReason. Required.
|
18
20
|
display_name: Optional[str] = None
|
19
21
|
# Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required.
|
@@ -44,6 +46,7 @@ class TimeOffReason(ChangeTrackedEntity, Parsable):
|
|
44
46
|
from .time_off_reason_icon_type import TimeOffReasonIconType
|
45
47
|
|
46
48
|
fields: dict[str, Callable[[Any], None]] = {
|
49
|
+
"code": lambda n : setattr(self, 'code', n.get_str_value()),
|
47
50
|
"displayName": lambda n : setattr(self, 'display_name', n.get_str_value()),
|
48
51
|
"iconType": lambda n : setattr(self, 'icon_type', n.get_enum_value(TimeOffReasonIconType)),
|
49
52
|
"isActive": lambda n : setattr(self, 'is_active', n.get_bool_value()),
|
@@ -61,6 +64,7 @@ class TimeOffReason(ChangeTrackedEntity, Parsable):
|
|
61
64
|
if writer is None:
|
62
65
|
raise TypeError("writer cannot be null.")
|
63
66
|
super().serialize(writer)
|
67
|
+
writer.write_str_value("code", self.code)
|
64
68
|
writer.write_str_value("displayName", self.display_name)
|
65
69
|
writer.write_enum_value("iconType", self.icon_type)
|
66
70
|
writer.write_bool_value("isActive", self.is_active)
|
msgraph/generated/models/user.py
CHANGED
@@ -116,7 +116,7 @@ class User(DirectoryObject, Parsable):
|
|
116
116
|
contact_folders: Optional[list[ContactFolder]] = None
|
117
117
|
# The user's contacts. Read-only. Nullable.
|
118
118
|
contacts: Optional[list[Contact]] = None
|
119
|
-
# The country
|
119
|
+
# The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
|
120
120
|
country: Optional[str] = None
|
121
121
|
# The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).
|
122
122
|
created_date_time: Optional[datetime.datetime] = None
|
@@ -268,7 +268,7 @@ class User(DirectoryObject, Parsable):
|
|
268
268
|
photos: Optional[list[ProfilePhoto]] = None
|
269
269
|
# Entry-point to the Planner resource that might exist for a user. Read-only.
|
270
270
|
planner: Optional[PlannerUser] = None
|
271
|
-
# The postal code for the user's postal address. The postal code is specific to the user's country
|
271
|
+
# The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
|
272
272
|
postal_code: Optional[str] = None
|
273
273
|
# The preferred data location for the user. For more information, see OneDrive Online Multi-Geo.
|
274
274
|
preferred_data_location: Optional[str] = None
|
@@ -322,7 +322,7 @@ class User(DirectoryObject, Parsable):
|
|
322
322
|
todo: Optional[Todo] = None
|
323
323
|
# The groups, including nested groups, and directory roles that a user is a member of. Nullable.
|
324
324
|
transitive_member_of: Optional[list[DirectoryObject]] = None
|
325
|
-
# A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
|
325
|
+
# A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
|
326
326
|
usage_location: Optional[str] = None
|
327
327
|
# The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.
|
328
328
|
user_principal_name: Optional[str] = None
|
@@ -9,6 +9,7 @@ class WorkforceIntegrationSupportedEntities(str, Enum):
|
|
9
9
|
OpenShiftRequest = "openShiftRequest",
|
10
10
|
OfferShiftRequest = "offerShiftRequest",
|
11
11
|
UnknownFutureValue = "unknownFutureValue",
|
12
|
+
TimeCard = "timeCard",
|
12
13
|
TimeOffReason = "timeOffReason",
|
13
14
|
TimeOff = "timeOff",
|
14
15
|
TimeOffRequest = "timeOffRequest",
|
@@ -80,11 +80,11 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
80
80
|
|
81
81
|
async def patch(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Organization]:
|
82
82
|
"""
|
83
|
-
Update the properties of
|
83
|
+
Update the properties of a organization 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[Organization]
|
87
|
-
Find more info here: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
|
87
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0
|
88
88
|
"""
|
89
89
|
if body is None:
|
90
90
|
raise TypeError("body cannot be null.")
|
@@ -126,7 +126,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
def to_patch_request_information(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
128
128
|
"""
|
129
|
-
Update the properties of
|
129
|
+
Update the properties of a organization 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
|
@@ -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
|
-
|
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/
|
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
|
-
|
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
|
-
|
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
|
-
|
75
|
+
Create a cross-tenant user synchronization policy for 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/
|
79
|
+
Find more info here: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0
|
80
80
|
"""
|
81
81
|
if body is None:
|
82
82
|
raise TypeError("body cannot be null.")
|
@@ -118,7 +118,7 @@ class IdentitySynchronizationRequestBuilder(BaseRequestBuilder):
|
|
118
118
|
|
119
119
|
def to_put_request_information(self,body: CrossTenantIdentitySyncPolicyPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
120
120
|
"""
|
121
|
-
|
121
|
+
Create a cross-tenant user synchronization policy for a partner-specific configuration.
|
122
122
|
param body: The request body
|
123
123
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
124
124
|
Returns: RequestInformation
|
@@ -35,7 +35,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[int]
|
37
37
|
"""
|
38
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
38
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
39
39
|
request_info = self.to_get_request_information(
|
40
40
|
request_configuration
|
41
41
|
)
|
@@ -54,7 +54,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: RequestInformation
|
56
56
|
"""
|
57
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
57
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
58
58
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
59
59
|
request_info.configure(request_configuration)
|
60
60
|
request_info.headers.try_add("Accept", "text/plain;q=0.9")
|
@@ -66,7 +66,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
66
66
|
param raw_url: The raw URL to use for the request builder.
|
67
67
|
Returns: CountRequestBuilder
|
68
68
|
"""
|
69
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
69
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
70
70
|
if raw_url is None:
|
71
71
|
raise TypeError("raw_url cannot be null.")
|
72
72
|
return CountRequestBuilder(self.request_adapter, raw_url)
|
msgraph/generated/privacy/subject_rights_requests/item/approvers/approvers_request_builder.py
CHANGED
@@ -38,7 +38,7 @@ class ApproversRequestBuilder(BaseRequestBuilder):
|
|
38
38
|
param user_id: The unique identifier of user
|
39
39
|
Returns: UserItemRequestBuilder
|
40
40
|
"""
|
41
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
41
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
42
42
|
if user_id is None:
|
43
43
|
raise TypeError("user_id cannot be null.")
|
44
44
|
from .item.user_item_request_builder import UserItemRequestBuilder
|
@@ -53,7 +53,7 @@ class ApproversRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[UserCollectionResponse]
|
55
55
|
"""
|
56
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
56
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
59
59
|
)
|
@@ -74,7 +74,7 @@ class ApproversRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: RequestInformation
|
76
76
|
"""
|
77
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
77
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
78
78
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
79
79
|
request_info.configure(request_configuration)
|
80
80
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -86,7 +86,7 @@ class ApproversRequestBuilder(BaseRequestBuilder):
|
|
86
86
|
param raw_url: The raw URL to use for the request builder.
|
87
87
|
Returns: ApproversRequestBuilder
|
88
88
|
"""
|
89
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
89
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
90
90
|
if raw_url is None:
|
91
91
|
raise TypeError("raw_url cannot be null.")
|
92
92
|
return ApproversRequestBuilder(self.request_adapter, raw_url)
|
msgraph/generated/privacy/subject_rights_requests/item/approvers/count/count_request_builder.py
CHANGED
@@ -35,7 +35,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[int]
|
37
37
|
"""
|
38
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
38
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
39
39
|
request_info = self.to_get_request_information(
|
40
40
|
request_configuration
|
41
41
|
)
|
@@ -54,7 +54,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: RequestInformation
|
56
56
|
"""
|
57
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
57
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
58
58
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
59
59
|
request_info.configure(request_configuration)
|
60
60
|
request_info.headers.try_add("Accept", "text/plain;q=0.9")
|
@@ -66,7 +66,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
66
66
|
param raw_url: The raw URL to use for the request builder.
|
67
67
|
Returns: CountRequestBuilder
|
68
68
|
"""
|
69
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
69
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
70
70
|
if raw_url is None:
|
71
71
|
raise TypeError("raw_url cannot be null.")
|
72
72
|
return CountRequestBuilder(self.request_adapter, raw_url)
|
@@ -36,7 +36,7 @@ class MailboxSettingsRequestBuilder(BaseRequestBuilder):
|
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[MailboxSettings]
|
38
38
|
"""
|
39
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
39
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
40
40
|
request_info = self.to_get_request_information(
|
41
41
|
request_configuration
|
42
42
|
)
|
@@ -58,7 +58,7 @@ class MailboxSettingsRequestBuilder(BaseRequestBuilder):
|
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[MailboxSettings]
|
60
60
|
"""
|
61
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
61
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
62
62
|
if body is None:
|
63
63
|
raise TypeError("body cannot be null.")
|
64
64
|
request_info = self.to_patch_request_information(
|
@@ -81,7 +81,7 @@ class MailboxSettingsRequestBuilder(BaseRequestBuilder):
|
|
81
81
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
82
82
|
Returns: RequestInformation
|
83
83
|
"""
|
84
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
84
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
85
85
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
86
86
|
request_info.configure(request_configuration)
|
87
87
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -94,7 +94,7 @@ class MailboxSettingsRequestBuilder(BaseRequestBuilder):
|
|
94
94
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
95
95
|
Returns: RequestInformation
|
96
96
|
"""
|
97
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
97
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
98
98
|
if body is None:
|
99
99
|
raise TypeError("body cannot be null.")
|
100
100
|
request_info = RequestInformation(Method.PATCH, self.url_template, self.path_parameters)
|
@@ -109,7 +109,7 @@ class MailboxSettingsRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
param raw_url: The raw URL to use for the request builder.
|
110
110
|
Returns: MailboxSettingsRequestBuilder
|
111
111
|
"""
|
112
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
112
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
113
113
|
if raw_url is None:
|
114
114
|
raise TypeError("raw_url cannot be null.")
|
115
115
|
return MailboxSettingsRequestBuilder(self.request_adapter, raw_url)
|
@@ -35,7 +35,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[int]
|
37
37
|
"""
|
38
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
38
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
39
39
|
request_info = self.to_get_request_information(
|
40
40
|
request_configuration
|
41
41
|
)
|
@@ -54,7 +54,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: RequestInformation
|
56
56
|
"""
|
57
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
57
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
58
58
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
59
59
|
request_info.configure(request_configuration)
|
60
60
|
request_info.headers.try_add("Accept", "text/plain;q=0.9")
|
@@ -66,7 +66,7 @@ class CountRequestBuilder(BaseRequestBuilder):
|
|
66
66
|
param raw_url: The raw URL to use for the request builder.
|
67
67
|
Returns: CountRequestBuilder
|
68
68
|
"""
|
69
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
69
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
70
70
|
if raw_url is None:
|
71
71
|
raise TypeError("raw_url cannot be null.")
|
72
72
|
return CountRequestBuilder(self.request_adapter, raw_url)
|
@@ -37,7 +37,7 @@ class ServiceProvisioningErrorsRequestBuilder(BaseRequestBuilder):
|
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: Optional[ServiceProvisioningErrorCollectionResponse]
|
39
39
|
"""
|
40
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
40
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
41
41
|
request_info = self.to_get_request_information(
|
42
42
|
request_configuration
|
43
43
|
)
|
@@ -58,7 +58,7 @@ class ServiceProvisioningErrorsRequestBuilder(BaseRequestBuilder):
|
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
60
60
|
"""
|
61
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
61
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
62
62
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
63
63
|
request_info.configure(request_configuration)
|
64
64
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -70,7 +70,7 @@ class ServiceProvisioningErrorsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
param raw_url: The raw URL to use for the request builder.
|
71
71
|
Returns: ServiceProvisioningErrorsRequestBuilder
|
72
72
|
"""
|
73
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
73
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
74
74
|
if raw_url is None:
|
75
75
|
raise TypeError("raw_url cannot be null.")
|
76
76
|
return ServiceProvisioningErrorsRequestBuilder(self.request_adapter, raw_url)
|
msgraph/generated/privacy/subject_rights_requests/item/approvers/item/user_item_request_builder.py
CHANGED
@@ -38,7 +38,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[User]
|
40
40
|
"""
|
41
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
41
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
42
42
|
request_info = self.to_get_request_information(
|
43
43
|
request_configuration
|
44
44
|
)
|
@@ -59,7 +59,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
Returns: RequestInformation
|
61
61
|
"""
|
62
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
62
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
63
63
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
64
64
|
request_info.configure(request_configuration)
|
65
65
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -71,7 +71,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
param raw_url: The raw URL to use for the request builder.
|
72
72
|
Returns: UserItemRequestBuilder
|
73
73
|
"""
|
74
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
74
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
75
75
|
if raw_url is None:
|
76
76
|
raise TypeError("raw_url cannot be null.")
|
77
77
|
return UserItemRequestBuilder(self.request_adapter, raw_url)
|
@@ -39,7 +39,7 @@ class ApproversWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
|
|
39
39
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
40
40
|
Returns: Optional[User]
|
41
41
|
"""
|
42
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
42
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
43
43
|
request_info = self.to_get_request_information(
|
44
44
|
request_configuration
|
45
45
|
)
|
@@ -60,7 +60,7 @@ class ApproversWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
|
|
60
60
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
61
61
|
Returns: RequestInformation
|
62
62
|
"""
|
63
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
63
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
64
64
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
65
65
|
request_info.configure(request_configuration)
|
66
66
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -72,7 +72,7 @@ class ApproversWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
param raw_url: The raw URL to use for the request builder.
|
73
73
|
Returns: ApproversWithUserPrincipalNameRequestBuilder
|
74
74
|
"""
|
75
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
75
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
76
76
|
if raw_url is None:
|
77
77
|
raise TypeError("raw_url cannot be null.")
|
78
78
|
return ApproversWithUserPrincipalNameRequestBuilder(self.request_adapter, raw_url)
|
@@ -38,7 +38,7 @@ class CollaboratorsRequestBuilder(BaseRequestBuilder):
|
|
38
38
|
param user_id: The unique identifier of user
|
39
39
|
Returns: UserItemRequestBuilder
|
40
40
|
"""
|
41
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
41
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
42
42
|
if user_id is None:
|
43
43
|
raise TypeError("user_id cannot be null.")
|
44
44
|
from .item.user_item_request_builder import UserItemRequestBuilder
|
@@ -53,7 +53,7 @@ class CollaboratorsRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[UserCollectionResponse]
|
55
55
|
"""
|
56
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
56
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
59
59
|
)
|
@@ -74,7 +74,7 @@ class CollaboratorsRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: RequestInformation
|
76
76
|
"""
|
77
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
77
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
78
78
|
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
79
79
|
request_info.configure(request_configuration)
|
80
80
|
request_info.headers.try_add("Accept", "application/json")
|
@@ -86,7 +86,7 @@ class CollaboratorsRequestBuilder(BaseRequestBuilder):
|
|
86
86
|
param raw_url: The raw URL to use for the request builder.
|
87
87
|
Returns: CollaboratorsRequestBuilder
|
88
88
|
"""
|
89
|
-
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate", DeprecationWarning)
|
89
|
+
warn("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20", DeprecationWarning)
|
90
90
|
if raw_url is None:
|
91
91
|
raise TypeError("raw_url cannot be null.")
|
92
92
|
return CollaboratorsRequestBuilder(self.request_adapter, raw_url)
|