msgraph-sdk 1.50.0__py3-none-any.whl → 1.52.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/admin/admin_request_builder.py +10 -0
- msgraph/generated/admin/teams/teams_request_builder.py +198 -0
- msgraph/generated/admin/teams/user_configurations/count/count_request_builder.py +104 -0
- msgraph/generated/admin/teams/user_configurations/item/teams_user_configuration_item_request_builder.py +199 -0
- msgraph/generated/admin/teams/user_configurations/item/user/mailbox_settings/mailbox_settings_request_builder.py +152 -0
- msgraph/generated/admin/teams/user_configurations/item/user/service_provisioning_errors/count/count_request_builder.py +104 -0
- msgraph/generated/admin/teams/user_configurations/item/user/service_provisioning_errors/service_provisioning_errors_request_builder.py +147 -0
- msgraph/generated/admin/teams/user_configurations/item/user/user_request_builder.py +127 -0
- msgraph/generated/admin/teams/user_configurations/user_configurations_request_builder.py +209 -0
- msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py +5 -5
- msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py +3 -3
- msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py +3 -3
- msgraph/generated/communications/adhoc_calls/adhoc_calls_request_builder.py +208 -0
- msgraph/generated/communications/adhoc_calls/count/count_request_builder.py +104 -0
- msgraph/generated/communications/adhoc_calls/item/adhoc_call_item_request_builder.py +208 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/count/count_request_builder.py +104 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/delta/delta_get_response.py +58 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/delta/delta_request_builder.py +137 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/item/call_recording_item_request_builder.py +198 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/item/content/content_request_builder.py +160 -0
- msgraph/generated/communications/adhoc_calls/item/recordings/recordings_request_builder.py +218 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/count/count_request_builder.py +104 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/delta/delta_get_response.py +58 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/delta/delta_request_builder.py +137 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/item/call_transcript_item_request_builder.py +208 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/item/content/content_request_builder.py +160 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/item/metadata_content/metadata_content_request_builder.py +157 -0
- msgraph/generated/communications/adhoc_calls/item/transcripts/transcripts_request_builder.py +218 -0
- msgraph/generated/communications/communications_request_builder.py +10 -0
- msgraph/generated/communications/presences/item/clear_automatic_location/clear_automatic_location_request_builder.py +79 -0
- msgraph/generated/communications/presences/item/clear_location/clear_location_request_builder.py +79 -0
- msgraph/generated/communications/presences/item/presence_item_request_builder.py +40 -0
- msgraph/generated/communications/presences/item/set_automatic_location/set_automatic_location_post_request_body.py +61 -0
- msgraph/generated/communications/presences/item/set_automatic_location/set_automatic_location_request_builder.py +87 -0
- msgraph/generated/communications/presences/item/set_manual_location/set_manual_location_post_request_body.py +61 -0
- msgraph/generated/communications/presences/item/set_manual_location/set_manual_location_request_builder.py +87 -0
- msgraph/generated/device_management/virtual_endpoint/cloud_p_cs/item/cloud_p_c_item_request_builder.py +20 -0
- msgraph/generated/device_management/virtual_endpoint/cloud_p_cs/item/reprovision/reprovision_post_request_body.py +64 -0
- msgraph/generated/device_management/virtual_endpoint/cloud_p_cs/item/reprovision/reprovision_request_builder.py +87 -0
- msgraph/generated/device_management/virtual_endpoint/cloud_p_cs/item/retrieve_cloud_pc_launch_detail/retrieve_cloud_pc_launch_detail_request_builder.py +82 -0
- msgraph/generated/device_management/virtual_endpoint/report/report_request_builder.py +198 -0
- msgraph/generated/device_management/virtual_endpoint/report/retrieve_cloud_pc_recommendation_reports/retrieve_cloud_pc_recommendation_reports_post_request_body.py +85 -0
- msgraph/generated/device_management/virtual_endpoint/report/retrieve_cloud_pc_recommendation_reports/retrieve_cloud_pc_recommendation_reports_request_builder.py +87 -0
- msgraph/generated/device_management/virtual_endpoint/virtual_endpoint_request_builder.py +10 -0
- msgraph/generated/drives/item/recent/recent_request_builder.py +3 -0
- msgraph/generated/drives/item/shared_with_me/shared_with_me_request_builder.py +3 -0
- msgraph/generated/kiota-dom-export.txt +1954 -1
- msgraph/generated/kiota-lock.json +1 -1
- msgraph/generated/models/access_review_history_definition.py +1 -1
- msgraph/generated/models/account_target_content.py +1 -1
- msgraph/generated/models/action_item.py +62 -0
- msgraph/generated/models/adhoc_call.py +67 -0
- msgraph/generated/models/adhoc_call_collection_response.py +58 -0
- msgraph/generated/models/admin.py +7 -0
- msgraph/generated/models/agreement_acceptance.py +1 -1
- msgraph/generated/models/ai_online_meeting.py +60 -0
- msgraph/generated/models/ai_user.py +7 -0
- msgraph/generated/models/alert.py +1 -1
- msgraph/generated/models/allowed_target_scope.py +1 -0
- msgraph/generated/models/alteration_response.py +1 -1
- msgraph/generated/models/application.py +1 -1
- msgraph/generated/models/applied_conditional_access_policy.py +1 -1
- msgraph/generated/models/assigned_place_mode.py +2 -2
- msgraph/generated/models/attachment_item.py +1 -1
- msgraph/generated/models/attack_simulation_operation.py +1 -1
- msgraph/generated/models/attendance_record.py +1 -1
- msgraph/generated/models/attribute_definition_metadata_entry.py +1 -1
- msgraph/generated/models/authentication_method_configuration.py +1 -1
- msgraph/generated/models/authentication_method_feature_configuration.py +1 -1
- msgraph/generated/models/authorization_policy.py +1 -1
- msgraph/generated/models/availability_item.py +1 -1
- msgraph/generated/models/base_map_feature.py +1 -1
- msgraph/generated/models/bit_locker_removable_drive_policy.py +1 -1
- msgraph/generated/models/building.py +9 -2
- msgraph/generated/models/building_map.py +3 -3
- msgraph/generated/models/calculated_column.py +2 -2
- msgraph/generated/models/calendar.py +2 -2
- msgraph/generated/models/calendar_permission.py +1 -1
- msgraph/generated/models/call.py +2 -2
- msgraph/generated/models/call_ai_insight.py +91 -0
- msgraph/generated/models/call_ai_insight_view_point.py +61 -0
- msgraph/generated/models/call_ended_event_message_detail.py +1 -1
- msgraph/generated/models/call_media_state.py +1 -1
- msgraph/generated/models/call_recording_event_message_detail.py +1 -1
- msgraph/generated/models/call_records/call_record.py +1 -1
- msgraph/generated/models/call_records/media_stream.py +2 -2
- msgraph/generated/models/call_records/session.py +1 -1
- msgraph/generated/models/call_started_event_message_detail.py +1 -1
- msgraph/generated/models/check_in_claim.py +2 -2
- msgraph/generated/models/cloud_app_security_session_control.py +1 -1
- msgraph/generated/models/cloud_communications.py +7 -0
- msgraph/generated/models/cloud_p_c.py +1 -1
- msgraph/generated/models/cloud_pc_device_image.py +3 -3
- msgraph/generated/models/cloud_pc_domain_join_configuration.py +2 -2
- msgraph/generated/models/cloud_pc_gallery_image.py +1 -1
- msgraph/generated/models/cloud_pc_launch_detail.py +73 -0
- msgraph/generated/models/cloud_pc_on_premises_connection_health_check.py +1 -1
- msgraph/generated/models/cloud_pc_operating_system.py +7 -0
- msgraph/generated/models/cloud_pc_provisioning_policy.py +1 -1
- msgraph/generated/models/cloud_pc_recommendation_report_type.py +6 -0
- msgraph/generated/models/cloud_pc_report.py +53 -0
- msgraph/generated/models/cloud_pc_restore_point_setting.py +1 -1
- msgraph/generated/models/cloud_pc_user_account_type.py +7 -0
- msgraph/generated/models/communications_identity_set.py +1 -1
- msgraph/generated/models/company_subscription.py +1 -1
- msgraph/generated/models/conditional_access_condition_set.py +4 -4
- msgraph/generated/models/conditional_access_external_tenants.py +1 -1
- msgraph/generated/models/conditional_access_platforms.py +2 -2
- msgraph/generated/models/contract.py +1 -1
- msgraph/generated/models/custom_training_setting.py +1 -1
- msgraph/generated/models/data_policy_operation.py +1 -1
- msgraph/generated/models/desk.py +10 -3
- msgraph/generated/models/device.py +3 -3
- msgraph/generated/models/directory_audit.py +1 -1
- msgraph/generated/models/education_assignment.py +1 -1
- msgraph/generated/models/education_assignment_defaults.py +1 -1
- msgraph/generated/models/education_class.py +1 -1
- msgraph/generated/models/education_module.py +1 -1
- msgraph/generated/models/education_organization.py +1 -1
- msgraph/generated/models/education_submission.py +1 -1
- msgraph/generated/models/education_user.py +1 -1
- msgraph/generated/models/email_authentication_method_configuration.py +1 -1
- msgraph/generated/models/email_file_assessment_request.py +1 -1
- msgraph/generated/models/end_user_notification.py +3 -3
- msgraph/generated/models/end_user_notification_setting.py +2 -2
- msgraph/generated/models/entity.py +84 -0
- msgraph/generated/models/event.py +3 -3
- msgraph/generated/models/event_message_response.py +1 -1
- msgraph/generated/models/external_connectors/connection_operation.py +1 -1
- msgraph/generated/models/external_connectors/external_connection.py +1 -1
- msgraph/generated/models/external_connectors/identity.py +1 -1
- msgraph/generated/models/fido2_authentication_method.py +1 -1
- msgraph/generated/models/fido2_key_restrictions.py +1 -1
- msgraph/generated/models/file_hash.py +1 -1
- msgraph/generated/models/file_storage.py +16 -2
- msgraph/generated/models/file_storage_container.py +7 -0
- msgraph/generated/models/file_storage_container_billing_classification.py +8 -0
- msgraph/generated/models/file_storage_container_billing_status.py +7 -0
- msgraph/generated/models/file_storage_container_type.py +96 -0
- msgraph/generated/models/file_storage_container_type_app_permission.py +20 -0
- msgraph/generated/models/file_storage_container_type_app_permission_grant.py +69 -0
- msgraph/generated/models/file_storage_container_type_app_permission_grant_collection_response.py +58 -0
- msgraph/generated/models/file_storage_container_type_collection_response.py +58 -0
- msgraph/generated/models/file_storage_container_type_registration.py +103 -0
- msgraph/generated/models/file_storage_container_type_registration_collection_response.py +58 -0
- msgraph/generated/models/file_storage_container_type_registration_settings.py +89 -0
- msgraph/generated/models/file_storage_container_type_settings.py +96 -0
- msgraph/generated/models/file_storage_container_type_settings_override.py +11 -0
- msgraph/generated/models/filter_operator_schema.py +1 -1
- msgraph/generated/models/fixture_map.py +1 -1
- msgraph/generated/models/floor.py +1 -1
- msgraph/generated/models/group.py +1 -1
- msgraph/generated/models/initiator.py +1 -1
- msgraph/generated/models/invitation.py +1 -1
- msgraph/generated/models/invitation_redemption_identity_provider_configuration.py +2 -2
- msgraph/generated/models/landing_page.py +2 -2
- msgraph/generated/models/learning_content.py +1 -1
- msgraph/generated/models/learning_course_activity.py +1 -1
- msgraph/generated/models/level_map.py +4 -4
- msgraph/generated/models/list_item.py +7 -0
- msgraph/generated/models/login_page.py +2 -2
- msgraph/generated/models/mail_assessment_request.py +1 -1
- msgraph/generated/models/mail_tips.py +1 -1
- msgraph/generated/models/mailbox_details.py +2 -2
- msgraph/generated/models/mailbox_settings.py +2 -2
- msgraph/generated/models/malware_state_for_windows_device.py +2 -2
- msgraph/generated/models/max_work_location_details.py +9 -0
- msgraph/generated/models/meeting_note.py +69 -0
- msgraph/generated/models/meeting_note_subpoint.py +58 -0
- msgraph/generated/models/mention_event.py +70 -0
- msgraph/generated/models/microsoft_custom_training_setting.py +1 -1
- msgraph/generated/models/microsoft_managed_desktop.py +1 -1
- msgraph/generated/models/microsoft_training_assignment_mapping.py +1 -1
- msgraph/generated/models/network_connection.py +3 -3
- msgraph/generated/models/notebook.py +1 -1
- msgraph/generated/models/o_auth_consent_app_detail.py +1 -1
- msgraph/generated/models/object_definition_metadata_entry.py +1 -1
- msgraph/generated/models/object_mapping_metadata_entry.py +1 -1
- msgraph/generated/models/online_meeting_base.py +24 -4
- msgraph/generated/models/online_meeting_restricted.py +2 -2
- msgraph/generated/models/online_meeting_sensitivity_label_assignment.py +54 -0
- msgraph/generated/models/participant_info.py +1 -1
- msgraph/generated/models/partners/billing/operation.py +1 -1
- msgraph/generated/models/payload.py +8 -8
- msgraph/generated/models/persistent_browser_session_control.py +1 -1
- msgraph/generated/models/phone_authentication_method.py +2 -2
- msgraph/generated/models/place.py +7 -7
- msgraph/generated/models/place_feature_enablement.py +8 -0
- msgraph/generated/models/place_mode.py +7 -0
- msgraph/generated/models/planner_plan_container.py +1 -1
- msgraph/generated/models/platform_credential_authentication_method.py +2 -2
- msgraph/generated/models/positive_reinforcement_notification.py +1 -1
- msgraph/generated/models/presence.py +7 -0
- msgraph/generated/models/printer_capabilities.py +2 -2
- msgraph/generated/models/process.py +1 -1
- msgraph/generated/models/provisioning_object_summary.py +1 -1
- msgraph/generated/models/provisioning_status_info.py +1 -1
- msgraph/generated/models/provisioning_step.py +2 -2
- msgraph/generated/models/registry_key_state.py +3 -3
- msgraph/generated/models/remote_desktop_security_configuration.py +1 -1
- msgraph/generated/models/resource_link.py +2 -2
- msgraph/generated/models/resource_specific_permission_grant.py +1 -1
- msgraph/generated/models/response_status.py +1 -1
- msgraph/generated/models/restore_point_search_result.py +1 -1
- msgraph/generated/models/retention_label_settings.py +1 -1
- msgraph/generated/models/risk_detection.py +5 -5
- msgraph/generated/models/risky_user.py +3 -3
- msgraph/generated/models/room.py +12 -1
- msgraph/generated/models/schedule_change_request.py +2 -2
- msgraph/generated/models/search/answer_variant.py +1 -1
- msgraph/generated/models/search/bookmark.py +1 -1
- msgraph/generated/models/search/qna.py +1 -1
- msgraph/generated/models/search_request.py +1 -1
- msgraph/generated/models/section_map.py +1 -1
- msgraph/generated/models/security/active_directory_domain_evidence.py +61 -0
- msgraph/generated/models/security/ai_agent_evidence.py +1 -1
- msgraph/generated/models/security/alert.py +4 -4
- msgraph/generated/models/security/alert_evidence.py +7 -0
- msgraph/generated/models/security/case_operation.py +2 -2
- msgraph/generated/models/security/data_source_container.py +1 -1
- msgraph/generated/models/security/device_evidence.py +8 -1
- msgraph/generated/models/security/ediscovery_add_to_review_set_operation.py +4 -4
- msgraph/generated/models/security/ediscovery_case.py +7 -0
- msgraph/generated/models/security/ediscovery_case_member.py +68 -0
- msgraph/generated/models/security/ediscovery_case_member_collection_response.py +58 -0
- msgraph/generated/models/security/ediscovery_case_settings.py +1 -1
- msgraph/generated/models/security/ediscovery_estimate_operation.py +1 -1
- msgraph/generated/models/security/ediscovery_export_operation.py +2 -2
- msgraph/generated/models/security/ediscovery_review_tag.py +1 -1
- msgraph/generated/models/security/ediscovery_search.py +1 -1
- msgraph/generated/models/security/ediscovery_search_export_operation.py +2 -2
- msgraph/generated/models/security/google_cloud_resource_evidence.py +1 -1
- msgraph/generated/models/security/incident.py +2 -2
- msgraph/generated/models/security/kubernetes_cluster_evidence.py +1 -1
- msgraph/generated/models/security/kubernetes_service_port.py +1 -1
- msgraph/generated/models/security/mailbox_configuration_evidence.py +6 -6
- msgraph/generated/models/security/recipient_type.py +7 -0
- msgraph/generated/models/security/teams_message_evidence.py +2 -2
- msgraph/generated/models/security/unified_group_source.py +1 -1
- msgraph/generated/models/security/user_source.py +1 -1
- msgraph/generated/models/security_resource.py +1 -1
- msgraph/generated/models/send_dtmf_tones_operation.py +1 -1
- msgraph/generated/models/sensitivity_label.py +4 -0
- msgraph/generated/models/service_health_issue_post.py +1 -1
- msgraph/generated/models/service_principal.py +1 -1
- msgraph/generated/models/service_principal_risk_detection.py +1 -1
- msgraph/generated/models/sharepoint_settings.py +3 -3
- msgraph/generated/models/sign_in.py +1 -1
- msgraph/generated/models/sign_in_frequency_session_control.py +1 -1
- msgraph/generated/models/simulation.py +4 -4
- msgraph/generated/models/simulation_notification.py +1 -1
- msgraph/generated/models/site_collection.py +1 -1
- msgraph/generated/models/subject_rights_request.py +3 -3
- msgraph/generated/models/subject_rights_request_history.py +2 -2
- msgraph/generated/models/subject_rights_request_stage_detail.py +2 -2
- msgraph/generated/models/subject_set.py +7 -0
- msgraph/generated/models/subscribed_sku.py +2 -2
- msgraph/generated/models/synchronization_metadata_entry.py +1 -1
- msgraph/generated/models/target_agent_identity_sponsors_or_owners.py +53 -0
- msgraph/generated/models/target_resource.py +1 -1
- msgraph/generated/models/team_fun_settings.py +1 -1
- msgraph/generated/models/teams_administration/account_type.py +11 -0
- msgraph/generated/models/teams_administration/assigned_telephone_number.py +65 -0
- msgraph/generated/models/teams_administration/assignment_category.py +8 -0
- msgraph/generated/models/teams_administration/assignment_type.py +7 -0
- msgraph/generated/models/teams_administration/effective_policy_assignment.py +65 -0
- msgraph/generated/models/teams_administration/policy_assignment.py +73 -0
- msgraph/generated/models/teams_administration/teams_admin_root.py +60 -0
- msgraph/generated/models/teams_administration/teams_user_configuration.py +106 -0
- msgraph/generated/models/teams_administration/teams_user_configuration_collection_response.py +58 -0
- msgraph/generated/models/teams_app_definition.py +1 -1
- msgraph/generated/models/teamwork_activity_topic.py +1 -1
- msgraph/generated/models/teamwork_application_identity.py +1 -1
- msgraph/generated/models/teamwork_conversation_identity.py +1 -1
- msgraph/generated/models/teamwork_user_identity.py +1 -1
- msgraph/generated/models/term_store/group.py +1 -1
- msgraph/generated/models/term_store/relation.py +1 -1
- msgraph/generated/models/threat_assessment_request.py +3 -3
- msgraph/generated/models/threat_assessment_result.py +1 -1
- msgraph/generated/models/time_card.py +1 -1
- msgraph/generated/models/time_off_details.py +58 -0
- msgraph/generated/models/training.py +3 -3
- msgraph/generated/models/training_reminder_notification.py +1 -1
- msgraph/generated/models/training_setting.py +1 -1
- msgraph/generated/models/unavailable_place_mode.py +57 -0
- msgraph/generated/models/unit_map.py +1 -1
- msgraph/generated/models/user.py +14 -0
- msgraph/generated/models/user_experience_analytics_app_health_app_performance_by_o_s_version.py +2 -2
- msgraph/generated/models/user_experience_analytics_app_health_application_performance.py +2 -2
- msgraph/generated/models/user_experience_analytics_app_health_device_performance_details.py +2 -2
- msgraph/generated/models/user_registration_details.py +2 -2
- msgraph/generated/models/user_registration_feature_summary.py +2 -2
- msgraph/generated/models/user_registration_method_summary.py +2 -2
- msgraph/generated/models/user_security_state.py +3 -3
- msgraph/generated/models/user_settings.py +8 -1
- msgraph/generated/models/user_training_event_info.py +1 -1
- msgraph/generated/models/user_training_status_info.py +1 -1
- msgraph/generated/models/user_work_location.py +72 -0
- msgraph/generated/models/virtual_endpoint.py +7 -0
- msgraph/generated/models/virtual_event_townhall.py +1 -1
- msgraph/generated/models/virtual_event_webinar.py +1 -1
- msgraph/generated/models/win32_lob_app.py +2 -2
- msgraph/generated/models/win32_lob_app_power_shell_script_rule.py +1 -1
- msgraph/generated/models/windows365_switch_compatibility_failure_reason_type.py +7 -0
- msgraph/generated/models/windows_device_malware_state.py +5 -5
- msgraph/generated/models/windows_hello_for_business_authentication_method.py +1 -1
- msgraph/generated/models/windows_malware_information.py +2 -2
- msgraph/generated/models/windows_protection_state.py +2 -2
- msgraph/generated/models/windows_update_for_business_configuration.py +2 -2
- msgraph/generated/models/work_hours_and_locations_setting.py +74 -0
- msgraph/generated/models/work_location_source.py +9 -0
- msgraph/generated/models/work_location_type.py +9 -0
- msgraph/generated/models/work_location_update_scope.py +7 -0
- msgraph/generated/models/work_plan_occurrence.py +86 -0
- msgraph/generated/models/work_plan_occurrence_collection_response.py +58 -0
- msgraph/generated/models/work_plan_recurrence.py +82 -0
- msgraph/generated/models/work_plan_recurrence_collection_response.py +58 -0
- msgraph/generated/models/workbook_application.py +1 -1
- msgraph/generated/models/workbook_named_item.py +1 -1
- msgraph/generated/models/workbook_range_format.py +2 -2
- msgraph/generated/models/workbook_table.py +1 -1
- msgraph/generated/models/workforce_integration.py +2 -2
- msgraph/generated/models/workforce_integration_encryption.py +1 -1
- msgraph/generated/models/workspace.py +9 -5
- msgraph/generated/places/graph_building/graph_building_request_builder.py +4 -3
- msgraph/generated/places/graph_desk/graph_desk_request_builder.py +4 -3
- msgraph/generated/places/graph_floor/graph_floor_request_builder.py +4 -3
- msgraph/generated/places/graph_room/graph_room_request_builder.py +3 -3
- msgraph/generated/places/graph_section/graph_section_request_builder.py +4 -3
- msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py +4 -3
- msgraph/generated/places/item/check_ins/check_ins_request_builder.py +6 -5
- msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_building/graph_building_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py +9 -7
- msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py +9 -7
- msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py +4 -3
- msgraph/generated/places/item/graph_building/map/map_request_builder.py +7 -5
- msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py +4 -3
- msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py +4 -3
- msgraph/generated/places/item/graph_room/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room/graph_room_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_section/graph_section_request_builder.py +4 -3
- msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py +3 -3
- msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py +3 -3
- msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py +4 -3
- msgraph/generated/places/item/place_item_request_builder.py +5 -4
- msgraph/generated/places/places_request_builder.py +3 -2
- msgraph/generated/security/cases/ediscovery_cases/item/case_members/case_members_request_builder.py +210 -0
- msgraph/generated/security/cases/ediscovery_cases/item/case_members/count/count_request_builder.py +104 -0
- msgraph/generated/security/cases/ediscovery_cases/item/case_members/item/ediscovery_case_member_item_request_builder.py +189 -0
- msgraph/generated/security/cases/ediscovery_cases/item/ediscovery_case_item_request_builder.py +10 -0
- msgraph/generated/security/secure_score_control_profiles/item/secure_score_control_profile_item_request_builder.py +2 -2
- msgraph/generated/solutions/backup_restore/service_apps/item/service_app_item_request_builder.py +2 -2
- msgraph/generated/storage/file_storage/container_type_registrations/container_type_registrations_request_builder.py +209 -0
- msgraph/generated/storage/file_storage/container_type_registrations/count/count_request_builder.py +104 -0
- msgraph/generated/storage/file_storage/container_type_registrations/item/application_permission_grants/application_permission_grants_request_builder.py +209 -0
- msgraph/generated/storage/file_storage/container_type_registrations/item/application_permission_grants/count/count_request_builder.py +104 -0
- msgraph/generated/storage/file_storage/container_type_registrations/item/application_permission_grants/item/file_storage_container_type_app_permission_grant_app_item_request_builder.py +191 -0
- msgraph/generated/storage/file_storage/container_type_registrations/item/file_storage_container_type_registration_item_request_builder.py +201 -0
- msgraph/generated/storage/file_storage/container_types/container_types_request_builder.py +210 -0
- msgraph/generated/storage/file_storage/container_types/count/count_request_builder.py +104 -0
- msgraph/generated/storage/file_storage/container_types/item/file_storage_container_type_item_request_builder.py +191 -0
- msgraph/generated/storage/file_storage/containers/item/file_storage_container_item_request_builder.py +3 -3
- msgraph/generated/storage/file_storage/deleted_containers/deleted_containers_request_builder.py +3 -3
- msgraph/generated/storage/file_storage/deleted_containers/item/file_storage_container_item_request_builder.py +3 -3
- msgraph/generated/storage/file_storage/file_storage_request_builder.py +20 -0
- msgraph/generated/users/item/adhoc_calls/adhoc_calls_request_builder.py +208 -0
- msgraph/generated/users/item/adhoc_calls/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/adhoc_calls/item/adhoc_call_item_request_builder.py +208 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/delta/delta_get_response.py +58 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/delta/delta_request_builder.py +137 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/item/call_recording_item_request_builder.py +199 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/item/content/content_request_builder.py +161 -0
- msgraph/generated/users/item/adhoc_calls/item/recordings/recordings_request_builder.py +218 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/delta/delta_get_response.py +58 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/delta/delta_request_builder.py +137 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/item/call_transcript_item_request_builder.py +209 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/item/content/content_request_builder.py +161 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/item/metadata_content/metadata_content_request_builder.py +157 -0
- msgraph/generated/users/item/adhoc_calls/item/transcripts/transcripts_request_builder.py +218 -0
- msgraph/generated/users/item/cloud_p_cs/item/cloud_p_c_item_request_builder.py +20 -0
- msgraph/generated/users/item/cloud_p_cs/item/reprovision/reprovision_post_request_body.py +64 -0
- msgraph/generated/users/item/cloud_p_cs/item/reprovision/reprovision_request_builder.py +87 -0
- msgraph/generated/users/item/cloud_p_cs/item/retrieve_cloud_pc_launch_detail/retrieve_cloud_pc_launch_detail_request_builder.py +82 -0
- msgraph/generated/users/item/mail_folders/item/child_folders/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/mail_folders/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/on_premises_sync_behavior/on_premises_sync_behavior_request_builder.py +188 -0
- msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py +3 -3
- msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py +3 -3
- msgraph/generated/users/item/online_meetings/item/transcripts/item/call_transcript_item_request_builder.py +3 -3
- msgraph/generated/users/item/online_meetings/item/transcripts/item/content/content_request_builder.py +2 -2
- msgraph/generated/users/item/online_meetings/item/transcripts/item/metadata_content/metadata_content_request_builder.py +2 -2
- msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py +3 -3
- msgraph/generated/users/item/presence/clear_automatic_location/clear_automatic_location_request_builder.py +79 -0
- msgraph/generated/users/item/presence/clear_location/clear_location_request_builder.py +79 -0
- msgraph/generated/users/item/presence/presence_request_builder.py +40 -0
- msgraph/generated/users/item/presence/set_automatic_location/set_automatic_location_post_request_body.py +61 -0
- msgraph/generated/users/item/presence/set_automatic_location/set_automatic_location_request_builder.py +87 -0
- msgraph/generated/users/item/presence/set_manual_location/set_manual_location_post_request_body.py +61 -0
- msgraph/generated/users/item/presence/set_manual_location/set_manual_location_request_builder.py +87 -0
- msgraph/generated/users/item/settings/settings_request_builder.py +10 -0
- msgraph/generated/users/item/settings/windows/item/windows_setting_item_request_builder.py +3 -3
- msgraph/generated/users/item/settings/windows/windows_request_builder.py +3 -3
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences/item/work_plan_occurrence_item_request_builder.py +188 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences/occurrences_request_builder.py +218 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences/set_current_location/set_current_location_post_request_body.py +68 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences/set_current_location/set_current_location_request_builder.py +87 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences_view_with_start_date_time_with_end_date_time/occurrences_view_with_start_date_time_with_end_date_time_get_response.py +58 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/occurrences_view_with_start_date_time_with_end_date_time/occurrences_view_with_start_date_time_with_end_date_time_request_builder.py +143 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/recurrences/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/recurrences/item/work_plan_recurrence_item_request_builder.py +188 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/recurrences/recurrences_request_builder.py +208 -0
- msgraph/generated/users/item/settings/work_hours_and_locations/work_hours_and_locations_request_builder.py +188 -0
- msgraph/generated/users/item/user_item_request_builder.py +20 -0
- {msgraph_sdk-1.50.0.dist-info → msgraph_sdk-1.52.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.50.0.dist-info → msgraph_sdk-1.52.0.dist-info}/RECORD +445 -305
- {msgraph_sdk-1.50.0.dist-info → msgraph_sdk-1.52.0.dist-info}/WHEEL +0 -0
- {msgraph_sdk-1.50.0.dist-info → msgraph_sdk-1.52.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -33,7 +33,7 @@ class GraphRoomRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[Room]:
|
|
35
35
|
"""
|
|
36
|
-
Get a collection of the specified type of place objects defined in
|
|
36
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
Returns: Optional[Room]
|
|
39
39
|
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
|
|
@@ -54,7 +54,7 @@ class GraphRoomRequestBuilder(BaseRequestBuilder):
|
|
|
54
54
|
|
|
55
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
56
56
|
"""
|
|
57
|
-
Get a collection of the specified type of place objects defined in
|
|
57
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
59
59
|
Returns: RequestInformation
|
|
60
60
|
"""
|
|
@@ -85,7 +85,7 @@ class GraphRoomRequestBuilder(BaseRequestBuilder):
|
|
|
85
85
|
@dataclass
|
|
86
86
|
class GraphRoomRequestBuilderGetQueryParameters():
|
|
87
87
|
"""
|
|
88
|
-
Get a collection of the specified type of place objects defined in
|
|
88
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
89
89
|
"""
|
|
90
90
|
def get_query_parameter(self,original_name: str) -> str:
|
|
91
91
|
"""
|
|
@@ -49,7 +49,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -92,7 +92,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
92
|
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
94
|
"""
|
|
95
|
-
|
|
95
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
97
|
Returns: RequestInformation
|
|
98
98
|
"""
|
|
@@ -138,7 +138,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
138
|
@dataclass
|
|
139
139
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
142
142
|
"""
|
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
144
|
"""
|
|
@@ -50,7 +50,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
Returns: RequestInformation
|
|
110
110
|
"""
|
|
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|
msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py
CHANGED
|
@@ -49,7 +49,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -92,7 +92,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
92
|
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
94
|
"""
|
|
95
|
-
|
|
95
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
97
|
Returns: RequestInformation
|
|
98
98
|
"""
|
|
@@ -138,7 +138,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
138
|
@dataclass
|
|
139
139
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
142
142
|
"""
|
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
144
|
"""
|
|
@@ -50,7 +50,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
Returns: RequestInformation
|
|
110
110
|
"""
|
|
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|
msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py
CHANGED
|
@@ -49,7 +49,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -92,7 +92,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
92
|
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
94
|
"""
|
|
95
|
-
|
|
95
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
97
|
Returns: RequestInformation
|
|
98
98
|
"""
|
|
@@ -138,7 +138,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
138
|
@dataclass
|
|
139
139
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
142
142
|
"""
|
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
144
|
"""
|
|
@@ -50,7 +50,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
Returns: RequestInformation
|
|
110
110
|
"""
|
|
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|
|
@@ -49,7 +49,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -92,7 +92,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
92
|
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
94
|
"""
|
|
95
|
-
|
|
95
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
97
|
Returns: RequestInformation
|
|
98
98
|
"""
|
|
@@ -138,7 +138,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
138
|
@dataclass
|
|
139
139
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
142
142
|
"""
|
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
144
|
"""
|
|
@@ -50,7 +50,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
Returns: RequestInformation
|
|
110
110
|
"""
|
|
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphSectionRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> Optional[Section]:
|
|
35
35
|
"""
|
|
36
|
-
Get
|
|
36
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
Returns: Optional[Section]
|
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
|
|
39
40
|
"""
|
|
40
41
|
request_info = self.to_get_request_information(
|
|
41
42
|
request_configuration
|
|
@@ -53,7 +54,7 @@ class GraphSectionRequestBuilder(BaseRequestBuilder):
|
|
|
53
54
|
|
|
54
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
55
56
|
"""
|
|
56
|
-
Get
|
|
57
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
57
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
58
59
|
Returns: RequestInformation
|
|
59
60
|
"""
|
|
@@ -84,7 +85,7 @@ class GraphSectionRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
@dataclass
|
|
85
86
|
class GraphSectionRequestBuilderGetQueryParameters():
|
|
86
87
|
"""
|
|
87
|
-
Get
|
|
88
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
88
89
|
"""
|
|
89
90
|
def get_query_parameter(self,original_name: str) -> str:
|
|
90
91
|
"""
|
|
@@ -49,7 +49,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -92,7 +92,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
92
|
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
94
|
"""
|
|
95
|
-
|
|
95
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
97
|
Returns: RequestInformation
|
|
98
98
|
"""
|
|
@@ -138,7 +138,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
138
|
@dataclass
|
|
139
139
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
142
142
|
"""
|
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
144
|
"""
|
|
@@ -50,7 +50,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
109
|
Returns: RequestInformation
|
|
110
110
|
"""
|
|
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphWorkspaceRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> Optional[Workspace]:
|
|
35
35
|
"""
|
|
36
|
-
Get
|
|
36
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
Returns: Optional[Workspace]
|
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
|
|
39
40
|
"""
|
|
40
41
|
request_info = self.to_get_request_information(
|
|
41
42
|
request_configuration
|
|
@@ -53,7 +54,7 @@ class GraphWorkspaceRequestBuilder(BaseRequestBuilder):
|
|
|
53
54
|
|
|
54
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
55
56
|
"""
|
|
56
|
-
Get
|
|
57
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
57
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
58
59
|
Returns: RequestInformation
|
|
59
60
|
"""
|
|
@@ -84,7 +85,7 @@ class GraphWorkspaceRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
@dataclass
|
|
85
86
|
class GraphWorkspaceRequestBuilderGetQueryParameters():
|
|
86
87
|
"""
|
|
87
|
-
Get
|
|
88
|
+
Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
|
|
88
89
|
"""
|
|
89
90
|
def get_query_parameter(self,original_name: str) -> str:
|
|
90
91
|
"""
|
|
@@ -41,9 +41,10 @@ class PlaceItemRequestBuilder(BaseRequestBuilder):
|
|
|
41
41
|
|
|
42
42
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
|
43
43
|
"""
|
|
44
|
-
Delete
|
|
44
|
+
Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.
|
|
45
45
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
Returns: None
|
|
47
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0
|
|
47
48
|
"""
|
|
48
49
|
request_info = self.to_delete_request_information(
|
|
49
50
|
request_configuration
|
|
@@ -59,7 +60,7 @@ class PlaceItemRequestBuilder(BaseRequestBuilder):
|
|
|
59
60
|
|
|
60
61
|
async def patch(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Place]:
|
|
61
62
|
"""
|
|
62
|
-
Update the properties of place object
|
|
63
|
+
Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.
|
|
63
64
|
param body: The request body
|
|
64
65
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
66
|
Returns: Optional[Place]
|
|
@@ -83,7 +84,7 @@ class PlaceItemRequestBuilder(BaseRequestBuilder):
|
|
|
83
84
|
|
|
84
85
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
|
85
86
|
"""
|
|
86
|
-
Delete
|
|
87
|
+
Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.
|
|
87
88
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
88
89
|
Returns: RequestInformation
|
|
89
90
|
"""
|
|
@@ -94,7 +95,7 @@ class PlaceItemRequestBuilder(BaseRequestBuilder):
|
|
|
94
95
|
|
|
95
96
|
def to_patch_request_information(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
|
96
97
|
"""
|
|
97
|
-
Update the properties of place object
|
|
98
|
+
Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.
|
|
98
99
|
param body: The request body
|
|
99
100
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
100
101
|
Returns: RequestInformation
|
|
@@ -55,10 +55,11 @@ class PlacesRequestBuilder(BaseRequestBuilder):
|
|
|
55
55
|
|
|
56
56
|
async def post(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Place]:
|
|
57
57
|
"""
|
|
58
|
-
|
|
58
|
+
Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.
|
|
59
59
|
param body: The request body
|
|
60
60
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
61
|
Returns: Optional[Place]
|
|
62
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0
|
|
62
63
|
"""
|
|
63
64
|
if body is None:
|
|
64
65
|
raise TypeError("body cannot be null.")
|
|
@@ -78,7 +79,7 @@ class PlacesRequestBuilder(BaseRequestBuilder):
|
|
|
78
79
|
|
|
79
80
|
def to_post_request_information(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
|
80
81
|
"""
|
|
81
|
-
|
|
82
|
+
Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.
|
|
82
83
|
param body: The request body
|
|
83
84
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
84
85
|
Returns: RequestInformation
|