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
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from collections.abc import Callable
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
|
|
5
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
9
|
+
from .work_plan_recurrence import WorkPlanRecurrence
|
|
10
|
+
|
|
11
|
+
from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
12
|
+
|
|
13
|
+
@dataclass
|
|
14
|
+
class WorkPlanRecurrenceCollectionResponse(BaseCollectionPaginationCountResponse, Parsable):
|
|
15
|
+
# The value property
|
|
16
|
+
value: Optional[list[WorkPlanRecurrence]] = None
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> WorkPlanRecurrenceCollectionResponse:
|
|
20
|
+
"""
|
|
21
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
22
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
23
|
+
Returns: WorkPlanRecurrenceCollectionResponse
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return WorkPlanRecurrenceCollectionResponse()
|
|
28
|
+
|
|
29
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
30
|
+
"""
|
|
31
|
+
The deserialization information for the current model
|
|
32
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
33
|
+
"""
|
|
34
|
+
from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
35
|
+
from .work_plan_recurrence import WorkPlanRecurrence
|
|
36
|
+
|
|
37
|
+
from .base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
38
|
+
from .work_plan_recurrence import WorkPlanRecurrence
|
|
39
|
+
|
|
40
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
41
|
+
"value": lambda n : setattr(self, 'value', n.get_collection_of_object_values(WorkPlanRecurrence)),
|
|
42
|
+
}
|
|
43
|
+
super_fields = super().get_field_deserializers()
|
|
44
|
+
fields.update(super_fields)
|
|
45
|
+
return fields
|
|
46
|
+
|
|
47
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
48
|
+
"""
|
|
49
|
+
Serializes information the current object
|
|
50
|
+
param writer: Serialization writer to use to serialize this model
|
|
51
|
+
Returns: None
|
|
52
|
+
"""
|
|
53
|
+
if writer is None:
|
|
54
|
+
raise TypeError("writer cannot be null.")
|
|
55
|
+
super().serialize(writer)
|
|
56
|
+
writer.write_collection_of_object_values("value", self.value)
|
|
57
|
+
|
|
58
|
+
|
|
@@ -11,7 +11,7 @@ from .entity import Entity
|
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
13
|
class WorkbookApplication(Entity, Parsable):
|
|
14
|
-
# Returns the calculation mode used in the workbook.
|
|
14
|
+
# Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual.
|
|
15
15
|
calculation_mode: Optional[str] = None
|
|
16
16
|
# The OdataType property
|
|
17
17
|
odata_type: Optional[str] = None
|
|
@@ -20,7 +20,7 @@ class WorkbookNamedItem(Entity, Parsable):
|
|
|
20
20
|
odata_type: Optional[str] = None
|
|
21
21
|
# Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
|
|
22
22
|
scope: Optional[str] = None
|
|
23
|
-
# The type of reference is associated with the name.
|
|
23
|
+
# The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
|
|
24
24
|
type: Optional[str] = None
|
|
25
25
|
# Indicates whether the object is visible.
|
|
26
26
|
visible: Optional[bool] = None
|
|
@@ -23,7 +23,7 @@ class WorkbookRangeFormat(Entity, Parsable):
|
|
|
23
23
|
fill: Optional[WorkbookRangeFill] = None
|
|
24
24
|
# Returns the font object defined on the overall range selected Read-only.
|
|
25
25
|
font: Optional[WorkbookRangeFont] = None
|
|
26
|
-
# The horizontal alignment for the specified object.
|
|
26
|
+
# The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.
|
|
27
27
|
horizontal_alignment: Optional[str] = None
|
|
28
28
|
# The OdataType property
|
|
29
29
|
odata_type: Optional[str] = None
|
|
@@ -31,7 +31,7 @@ class WorkbookRangeFormat(Entity, Parsable):
|
|
|
31
31
|
protection: Optional[WorkbookFormatProtection] = None
|
|
32
32
|
# The height of all rows in the range. If the row heights aren't uniform null will be returned.
|
|
33
33
|
row_height: Optional[float] = None
|
|
34
|
-
# The vertical alignment for the specified object.
|
|
34
|
+
# The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.
|
|
35
35
|
vertical_alignment: Optional[str] = None
|
|
36
36
|
# Indicates whether Excel wraps the text in the object. A null value indicates that the entire range doesn't have a uniform wrap setting.
|
|
37
37
|
wrap_text: Optional[bool] = None
|
|
@@ -41,7 +41,7 @@ class WorkbookTable(Entity, Parsable):
|
|
|
41
41
|
show_totals: Optional[bool] = None
|
|
42
42
|
# The sorting for the table. Read-only.
|
|
43
43
|
sort: Optional[WorkbookTableSort] = None
|
|
44
|
-
# A constant value that represents the Table style.
|
|
44
|
+
# A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
|
|
45
45
|
style: Optional[str] = None
|
|
46
46
|
# The worksheet containing the current table. Read-only.
|
|
47
47
|
worksheet: Optional[WorkbookWorksheet] = None
|
|
@@ -20,13 +20,13 @@ class WorkforceIntegration(ChangeTrackedEntity, Parsable):
|
|
|
20
20
|
api_version: Optional[int] = None
|
|
21
21
|
# Name of the workforce integration.
|
|
22
22
|
display_name: Optional[str] = None
|
|
23
|
-
# Support to view eligibility-filtered results.
|
|
23
|
+
# Support to view eligibility-filtered results. The possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: timeOffReason.
|
|
24
24
|
eligibility_filtering_enabled_entities: Optional[EligibilityFilteringEnabledEntities] = None
|
|
25
25
|
# The workforce integration encryption resource.
|
|
26
26
|
encryption: Optional[WorkforceIntegrationEncryption] = None
|
|
27
27
|
# Indicates whether this workforce integration is currently active and available.
|
|
28
28
|
is_active: Optional[bool] = None
|
|
29
|
-
# The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications.
|
|
29
|
+
# The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard , timeOffReason , timeOff , timeOffRequest.
|
|
30
30
|
supported_entities: Optional[WorkforceIntegrationSupportedEntities] = None
|
|
31
31
|
# Workforce Integration URL for callbacks from the Shifts service.
|
|
32
32
|
url: Optional[str] = None
|
|
@@ -17,7 +17,7 @@ class WorkforceIntegrationEncryption(AdditionalDataHolder, BackedModel, Parsable
|
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
18
|
# The OdataType property
|
|
19
19
|
odata_type: Optional[str] = None
|
|
20
|
-
#
|
|
20
|
+
# The possible values are: sharedSecret, unknownFutureValue.
|
|
21
21
|
protocol: Optional[WorkforceIntegrationEncryptionProtocol] = None
|
|
22
22
|
# Encryption shared secret.
|
|
23
23
|
secret: Optional[str] = None
|
|
@@ -14,16 +14,18 @@ from .place import Place
|
|
|
14
14
|
class Workspace(Place, Parsable):
|
|
15
15
|
# The OdataType property
|
|
16
16
|
odata_type: Optional[str] = "#microsoft.graph.workspace"
|
|
17
|
-
# The
|
|
17
|
+
# The maximum number of individual desks within a workspace.
|
|
18
18
|
capacity: Optional[int] = None
|
|
19
|
-
# The
|
|
19
|
+
# The name of the display device (for example, monitor or projector) that is available in the workspace.
|
|
20
20
|
display_device_name: Optional[str] = None
|
|
21
|
-
# The
|
|
21
|
+
# The email address that is associated with the workspace. This email address is used for booking.
|
|
22
22
|
email_address: Optional[str] = None
|
|
23
|
-
# The mode
|
|
23
|
+
# The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.
|
|
24
24
|
mode: Optional[PlaceMode] = None
|
|
25
|
-
#
|
|
25
|
+
# A short, friendly name for the workspace, often used for easier identification or display in the UI.
|
|
26
26
|
nickname: Optional[str] = None
|
|
27
|
+
# An alternative immutable unique identifier of the workspace. Read-only.
|
|
28
|
+
place_id: Optional[str] = None
|
|
27
29
|
|
|
28
30
|
@staticmethod
|
|
29
31
|
def create_from_discriminator_value(parse_node: ParseNode) -> Workspace:
|
|
@@ -53,6 +55,7 @@ class Workspace(Place, Parsable):
|
|
|
53
55
|
"emailAddress": lambda n : setattr(self, 'email_address', n.get_str_value()),
|
|
54
56
|
"mode": lambda n : setattr(self, 'mode', n.get_object_value(PlaceMode)),
|
|
55
57
|
"nickname": lambda n : setattr(self, 'nickname', n.get_str_value()),
|
|
58
|
+
"placeId": lambda n : setattr(self, 'place_id', n.get_str_value()),
|
|
56
59
|
}
|
|
57
60
|
super_fields = super().get_field_deserializers()
|
|
58
61
|
fields.update(super_fields)
|
|
@@ -72,5 +75,6 @@ class Workspace(Place, Parsable):
|
|
|
72
75
|
writer.write_str_value("emailAddress", self.email_address)
|
|
73
76
|
writer.write_object_value("mode", self.mode)
|
|
74
77
|
writer.write_str_value("nickname", self.nickname)
|
|
78
|
+
writer.write_str_value("placeId", self.place_id)
|
|
75
79
|
|
|
76
80
|
|
|
@@ -33,9 +33,10 @@ class GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> Optional[BuildingCollectionResponse]:
|
|
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[BuildingCollectionResponse]
|
|
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 GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
53
54
|
|
|
54
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = 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 GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
@dataclass
|
|
85
86
|
class GraphBuildingRequestBuilderGetQueryParameters():
|
|
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
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphDeskRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = None) -> Optional[DeskCollectionResponse]:
|
|
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[DeskCollectionResponse]
|
|
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 GraphDeskRequestBuilder(BaseRequestBuilder):
|
|
|
53
54
|
|
|
54
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = 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 GraphDeskRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
@dataclass
|
|
85
86
|
class GraphDeskRequestBuilderGetQueryParameters():
|
|
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
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphFloorRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = None) -> Optional[FloorCollectionResponse]:
|
|
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[FloorCollectionResponse]
|
|
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 GraphFloorRequestBuilder(BaseRequestBuilder):
|
|
|
53
54
|
|
|
54
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = 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 GraphFloorRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
@dataclass
|
|
85
86
|
class GraphFloorRequestBuilderGetQueryParameters():
|
|
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
|
"""
|
|
@@ -33,7 +33,7 @@ class GraphRoomRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[RoomCollectionResponse]:
|
|
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[RoomCollectionResponse]
|
|
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
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphSectionRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> Optional[SectionCollectionResponse]:
|
|
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[SectionCollectionResponse]
|
|
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
|
"""
|
|
@@ -33,9 +33,10 @@ class GraphWorkspaceRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> Optional[WorkspaceCollectionResponse]:
|
|
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[WorkspaceCollectionResponse]
|
|
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
|
"""
|
|
@@ -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
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[CheckInClaimCollectionResponse]
|
|
55
55
|
"""
|
|
@@ -69,10 +69,11 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
69
69
|
|
|
70
70
|
async def post(self,body: CheckInClaim, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
71
71
|
"""
|
|
72
|
-
Create new
|
|
72
|
+
Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
|
|
73
73
|
param body: The request body
|
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
75
75
|
Returns: Optional[CheckInClaim]
|
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0
|
|
76
77
|
"""
|
|
77
78
|
if body is None:
|
|
78
79
|
raise TypeError("body cannot be null.")
|
|
@@ -92,7 +93,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
92
93
|
|
|
93
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
95
|
"""
|
|
95
|
-
|
|
96
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
96
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
98
|
Returns: RequestInformation
|
|
98
99
|
"""
|
|
@@ -103,7 +104,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
103
104
|
|
|
104
105
|
def to_post_request_information(self,body: CheckInClaim, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
|
105
106
|
"""
|
|
106
|
-
Create new
|
|
107
|
+
Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
|
|
107
108
|
param body: The request body
|
|
108
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
110
|
Returns: RequestInformation
|
|
@@ -138,7 +139,7 @@ class CheckInsRequestBuilder(BaseRequestBuilder):
|
|
|
138
139
|
@dataclass
|
|
139
140
|
class CheckInsRequestBuilderGetQueryParameters():
|
|
140
141
|
"""
|
|
141
|
-
|
|
142
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
142
143
|
"""
|
|
143
144
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
145
|
"""
|
msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
CHANGED
|
@@ -50,9 +50,10 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[CheckInClaim]
|
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0
|
|
56
57
|
"""
|
|
57
58
|
request_info = self.to_get_request_information(
|
|
58
59
|
request_configuration
|
|
@@ -104,7 +105,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
105
|
|
|
105
106
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
107
|
"""
|
|
107
|
-
|
|
108
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
108
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
110
|
Returns: RequestInformation
|
|
110
111
|
"""
|
|
@@ -148,7 +149,7 @@ class CheckInClaimCalendarEventItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
149
|
@dataclass
|
|
149
150
|
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
|
|
150
151
|
"""
|
|
151
|
-
|
|
152
|
+
Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
|
|
152
153
|
"""
|
|
153
154
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
155
|
"""
|
|
@@ -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
|
"""
|
|
@@ -34,9 +34,10 @@ class GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
34
34
|
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> Optional[Building]:
|
|
36
36
|
"""
|
|
37
|
-
Get
|
|
37
|
+
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.
|
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
Returns: Optional[Building]
|
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
|
|
40
41
|
"""
|
|
41
42
|
request_info = self.to_get_request_information(
|
|
42
43
|
request_configuration
|
|
@@ -54,7 +55,7 @@ class GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
54
55
|
|
|
55
56
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
56
57
|
"""
|
|
57
|
-
Get
|
|
58
|
+
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
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
59
60
|
Returns: RequestInformation
|
|
60
61
|
"""
|
|
@@ -94,7 +95,7 @@ class GraphBuildingRequestBuilder(BaseRequestBuilder):
|
|
|
94
95
|
@dataclass
|
|
95
96
|
class GraphBuildingRequestBuilderGetQueryParameters():
|
|
96
97
|
"""
|
|
97
|
-
Get
|
|
98
|
+
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.
|
|
98
99
|
"""
|
|
99
100
|
def get_query_parameter(self,original_name: str) -> str:
|
|
100
101
|
"""
|
|
@@ -49,9 +49,10 @@ class FootprintsRequestBuilder(BaseRequestBuilder):
|
|
|
49
49
|
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[FootprintsRequestBuilderGetQueryParameters]] = None) -> Optional[FootprintMapCollectionResponse]:
|
|
51
51
|
"""
|
|
52
|
-
Get footprints
|
|
52
|
+
Get a list of footprintMap objects for building footprints and their properties.
|
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
54
|
Returns: Optional[FootprintMapCollectionResponse]
|
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0
|
|
55
56
|
"""
|
|
56
57
|
request_info = self.to_get_request_information(
|
|
57
58
|
request_configuration
|
|
@@ -92,7 +93,7 @@ class FootprintsRequestBuilder(BaseRequestBuilder):
|
|
|
92
93
|
|
|
93
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FootprintsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
94
95
|
"""
|
|
95
|
-
Get footprints
|
|
96
|
+
Get a list of footprintMap objects for building footprints and their properties.
|
|
96
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
97
98
|
Returns: RequestInformation
|
|
98
99
|
"""
|
|
@@ -138,7 +139,7 @@ class FootprintsRequestBuilder(BaseRequestBuilder):
|
|
|
138
139
|
@dataclass
|
|
139
140
|
class FootprintsRequestBuilderGetQueryParameters():
|
|
140
141
|
"""
|
|
141
|
-
Get footprints
|
|
142
|
+
Get a list of footprintMap objects for building footprints and their properties.
|
|
142
143
|
"""
|
|
143
144
|
def get_query_parameter(self,original_name: str) -> str:
|
|
144
145
|
"""
|
|
@@ -50,7 +50,7 @@ class FootprintMapItemRequestBuilder(BaseRequestBuilder):
|
|
|
50
50
|
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[FootprintMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[FootprintMap]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
|
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
Returns: Optional[FootprintMap]
|
|
56
56
|
"""
|
|
@@ -104,7 +104,7 @@ class FootprintMapItemRequestBuilder(BaseRequestBuilder):
|
|
|
104
104
|
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FootprintMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
|
|
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 FootprintMapItemRequestBuilder(BaseRequestBuilder):
|
|
|
148
148
|
@dataclass
|
|
149
149
|
class FootprintMapItemRequestBuilderGetQueryParameters():
|
|
150
150
|
"""
|
|
151
|
-
|
|
151
|
+
Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
|
|
152
152
|
"""
|
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
|
154
154
|
"""
|