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
|
@@ -8,6 +8,7 @@ if TYPE_CHECKING:
|
|
|
8
8
|
from .entity import Entity
|
|
9
9
|
from .out_of_office_settings import OutOfOfficeSettings
|
|
10
10
|
from .presence_status_message import PresenceStatusMessage
|
|
11
|
+
from .user_work_location import UserWorkLocation
|
|
11
12
|
|
|
12
13
|
from .entity import Entity
|
|
13
14
|
|
|
@@ -25,6 +26,8 @@ class Presence(Entity, Parsable):
|
|
|
25
26
|
sequence_number: Optional[str] = None
|
|
26
27
|
# The presence status message of a user.
|
|
27
28
|
status_message: Optional[PresenceStatusMessage] = None
|
|
29
|
+
# Represents the user’s aggregated work location state.
|
|
30
|
+
work_location: Optional[UserWorkLocation] = None
|
|
28
31
|
|
|
29
32
|
@staticmethod
|
|
30
33
|
def create_from_discriminator_value(parse_node: ParseNode) -> Presence:
|
|
@@ -45,10 +48,12 @@ class Presence(Entity, Parsable):
|
|
|
45
48
|
from .entity import Entity
|
|
46
49
|
from .out_of_office_settings import OutOfOfficeSettings
|
|
47
50
|
from .presence_status_message import PresenceStatusMessage
|
|
51
|
+
from .user_work_location import UserWorkLocation
|
|
48
52
|
|
|
49
53
|
from .entity import Entity
|
|
50
54
|
from .out_of_office_settings import OutOfOfficeSettings
|
|
51
55
|
from .presence_status_message import PresenceStatusMessage
|
|
56
|
+
from .user_work_location import UserWorkLocation
|
|
52
57
|
|
|
53
58
|
fields: dict[str, Callable[[Any], None]] = {
|
|
54
59
|
"activity": lambda n : setattr(self, 'activity', n.get_str_value()),
|
|
@@ -56,6 +61,7 @@ class Presence(Entity, Parsable):
|
|
|
56
61
|
"outOfOfficeSettings": lambda n : setattr(self, 'out_of_office_settings', n.get_object_value(OutOfOfficeSettings)),
|
|
57
62
|
"sequenceNumber": lambda n : setattr(self, 'sequence_number', n.get_str_value()),
|
|
58
63
|
"statusMessage": lambda n : setattr(self, 'status_message', n.get_object_value(PresenceStatusMessage)),
|
|
64
|
+
"workLocation": lambda n : setattr(self, 'work_location', n.get_object_value(UserWorkLocation)),
|
|
59
65
|
}
|
|
60
66
|
super_fields = super().get_field_deserializers()
|
|
61
67
|
fields.update(super_fields)
|
|
@@ -74,5 +80,6 @@ class Presence(Entity, Parsable):
|
|
|
74
80
|
writer.write_str_value("availability", self.availability)
|
|
75
81
|
writer.write_object_value("outOfOfficeSettings", self.out_of_office_settings)
|
|
76
82
|
writer.write_object_value("statusMessage", self.status_message)
|
|
83
|
+
writer.write_object_value("workLocation", self.work_location)
|
|
77
84
|
|
|
78
85
|
|
|
@@ -49,9 +49,9 @@ class PrinterCapabilities(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
49
49
|
is_page_range_supported: Optional[bool] = None
|
|
50
50
|
# A list of supported left margins(in microns) for the printer.
|
|
51
51
|
left_margins: Optional[list[int]] = None
|
|
52
|
-
# The media (
|
|
52
|
+
# The media (for example, paper) colors supported by the printer.
|
|
53
53
|
media_colors: Optional[list[str]] = None
|
|
54
|
-
# The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes.
|
|
54
|
+
# The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.
|
|
55
55
|
media_sizes: Optional[list[str]] = None
|
|
56
56
|
# The media types supported by the printer.
|
|
57
57
|
media_types: Optional[list[str]] = None
|
|
@@ -25,7 +25,7 @@ class Process(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
25
25
|
created_date_time: Optional[datetime.datetime] = None
|
|
26
26
|
# Complex type containing file hashes (cryptographic and location-sensitive).
|
|
27
27
|
file_hash: Optional[FileHash] = None
|
|
28
|
-
# The integrity level of the process.
|
|
28
|
+
# The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.
|
|
29
29
|
integrity_level: Optional[ProcessIntegrityLevel] = None
|
|
30
30
|
# True if the process is elevated.
|
|
31
31
|
is_elevated: Optional[bool] = None
|
|
@@ -36,7 +36,7 @@ class ProvisioningObjectSummary(Entity, Parsable):
|
|
|
36
36
|
modified_properties: Optional[list[ModifiedProperty]] = None
|
|
37
37
|
# The OdataType property
|
|
38
38
|
odata_type: Optional[str] = None
|
|
39
|
-
# Indicates the activity name or the operation name.
|
|
39
|
+
# Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).
|
|
40
40
|
provisioning_action: Optional[ProvisioningAction] = None
|
|
41
41
|
# Details of provisioning status.
|
|
42
42
|
provisioning_status_info: Optional[ProvisioningStatusInfo] = None
|
|
@@ -20,7 +20,7 @@ class ProvisioningStatusInfo(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
20
20
|
error_information: Optional[ProvisioningErrorInfo] = None
|
|
21
21
|
# The OdataType property
|
|
22
22
|
odata_type: Optional[str] = None
|
|
23
|
-
#
|
|
23
|
+
# The possible values are: success, warning, failure, skipped, unknownFutureValue.
|
|
24
24
|
status: Optional[ProvisioningResult] = None
|
|
25
25
|
|
|
26
26
|
@staticmethod
|
|
@@ -25,9 +25,9 @@ class ProvisioningStep(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
25
25
|
name: Optional[str] = None
|
|
26
26
|
# The OdataType property
|
|
27
27
|
odata_type: Optional[str] = None
|
|
28
|
-
# Type of step.
|
|
28
|
+
# Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
|
|
29
29
|
provisioning_step_type: Optional[ProvisioningStepType] = None
|
|
30
|
-
# Status of the step.
|
|
30
|
+
# Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.
|
|
31
31
|
status: Optional[ProvisioningResult] = None
|
|
32
32
|
|
|
33
33
|
@staticmethod
|
|
@@ -17,7 +17,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
17
17
|
|
|
18
18
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
19
19
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
20
|
-
# A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default.
|
|
20
|
+
# A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.
|
|
21
21
|
hive: Optional[RegistryHive] = None
|
|
22
22
|
# Current (i.e. changed) registry key (excludes HIVE).
|
|
23
23
|
key: Optional[str] = None
|
|
@@ -29,7 +29,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
29
29
|
old_value_data: Optional[str] = None
|
|
30
30
|
# Previous (i.e. before changed) registry key value name.
|
|
31
31
|
old_value_name: Optional[str] = None
|
|
32
|
-
# Operation that changed the registry key name and/or value.
|
|
32
|
+
# Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.
|
|
33
33
|
operation: Optional[RegistryOperation] = None
|
|
34
34
|
# Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection).
|
|
35
35
|
process_id: Optional[int] = None
|
|
@@ -37,7 +37,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
37
37
|
value_data: Optional[str] = None
|
|
38
38
|
# Current (i.e. changed) registry key value name
|
|
39
39
|
value_name: Optional[str] = None
|
|
40
|
-
# Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ
|
|
40
|
+
# Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.
|
|
41
41
|
value_type: Optional[RegistryValueType] = None
|
|
42
42
|
|
|
43
43
|
@staticmethod
|
|
@@ -16,7 +16,7 @@ class RemoteDesktopSecurityConfiguration(Entity, Parsable):
|
|
|
16
16
|
is_remote_desktop_protocol_enabled: Optional[bool] = None
|
|
17
17
|
# The OdataType property
|
|
18
18
|
odata_type: Optional[str] = None
|
|
19
|
-
# The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.
|
|
19
|
+
# The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand.
|
|
20
20
|
target_device_groups: Optional[list[TargetDeviceGroup]] = None
|
|
21
21
|
|
|
22
22
|
@staticmethod
|
|
@@ -17,11 +17,11 @@ class ResourceLink(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
18
|
# The linkType property
|
|
19
19
|
link_type: Optional[ResourceLinkType] = None
|
|
20
|
-
# The
|
|
20
|
+
# The link text that is visible in the Places app. The maximum length is 200 characters.
|
|
21
21
|
name: Optional[str] = None
|
|
22
22
|
# The OdataType property
|
|
23
23
|
odata_type: Optional[str] = None
|
|
24
|
-
# The
|
|
24
|
+
# The URL of the resource link. The maximum length is 200 characters.
|
|
25
25
|
value: Optional[str] = None
|
|
26
26
|
|
|
27
27
|
@staticmethod
|
|
@@ -19,7 +19,7 @@ class ResourceSpecificPermissionGrant(DirectoryObject, Parsable):
|
|
|
19
19
|
client_id: Optional[str] = None
|
|
20
20
|
# The name of the resource-specific permission. Read-only.
|
|
21
21
|
permission: Optional[str] = None
|
|
22
|
-
# The type of permission.
|
|
22
|
+
# The type of permission. The possible values are: Application, Delegated. Read-only.
|
|
23
23
|
permission_type: Optional[str] = None
|
|
24
24
|
# ID of the Microsoft Entra app that is hosting the resource. Read-only.
|
|
25
25
|
resource_app_id: Optional[str] = None
|
|
@@ -18,7 +18,7 @@ class ResponseStatus(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
18
18
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
19
19
|
# The OdataType property
|
|
20
20
|
odata_type: Optional[str] = None
|
|
21
|
-
# The response type.
|
|
21
|
+
# The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none.
|
|
22
22
|
response: Optional[ResponseType] = None
|
|
23
23
|
# The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
|
|
24
24
|
time: Optional[datetime.datetime] = None
|
|
@@ -15,7 +15,7 @@ class RestorePointSearchResult(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
15
15
|
|
|
16
16
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
|
-
# Total number of
|
|
18
|
+
# Total number of mailbox items that can be restored for a granular restore session.
|
|
19
19
|
artifact_hit_count: Optional[int] = None
|
|
20
20
|
# The OdataType property
|
|
21
21
|
odata_type: Optional[str] = None
|
|
@@ -15,7 +15,7 @@ class RetentionLabelSettings(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
15
15
|
|
|
16
16
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
|
-
# Describes the item behavior during retention period.
|
|
18
|
+
# Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.
|
|
19
19
|
behavior_during_retention_period: Optional[BehaviorDuringRetentionPeriod] = None
|
|
20
20
|
# Specifies whether updates to document content are allowed. Read-only.
|
|
21
21
|
is_content_update_allowed: Optional[bool] = None
|
|
@@ -19,7 +19,7 @@ from .entity import Entity
|
|
|
19
19
|
|
|
20
20
|
@dataclass
|
|
21
21
|
class RiskDetection(Entity, Parsable):
|
|
22
|
-
# Indicates the activity type the detected risk is linked to.
|
|
22
|
+
# Indicates the activity type the detected risk is linked to.
|
|
23
23
|
activity: Optional[ActivityType] = None
|
|
24
24
|
# Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z
|
|
25
25
|
activity_date_time: Optional[datetime.datetime] = None
|
|
@@ -29,7 +29,7 @@ class RiskDetection(Entity, Parsable):
|
|
|
29
29
|
correlation_id: Optional[str] = None
|
|
30
30
|
# Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: 2014-01-01T00:00:00Z
|
|
31
31
|
detected_date_time: Optional[datetime.datetime] = None
|
|
32
|
-
# Timing of the detected risk (real-time/offline).
|
|
32
|
+
# Timing of the detected risk (real-time/offline). The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.
|
|
33
33
|
detection_timing_type: Optional[RiskDetectionTimingType] = None
|
|
34
34
|
# Provides the IP address of the client from where the risk occurred.
|
|
35
35
|
ip_address: Optional[str] = None
|
|
@@ -45,13 +45,13 @@ class RiskDetection(Entity, Parsable):
|
|
|
45
45
|
risk_detail: Optional[RiskDetail] = None
|
|
46
46
|
# The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, suspiciousSendingPatterns, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.
|
|
47
47
|
risk_event_type: Optional[str] = None
|
|
48
|
-
# Level of the detected risk.
|
|
48
|
+
# Level of the detected risk. The possible values are: low, medium, high, hidden, none, unknownFutureValue.
|
|
49
49
|
risk_level: Optional[RiskLevel] = None
|
|
50
|
-
# The state of a detected risky user or sign-in.
|
|
50
|
+
# The state of a detected risky user or sign-in. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
|
|
51
51
|
risk_state: Optional[RiskState] = None
|
|
52
52
|
# Source of the risk detection. For example, activeDirectory.
|
|
53
53
|
source: Optional[str] = None
|
|
54
|
-
# Indicates the type of token issuer for the detected sign-in risk.
|
|
54
|
+
# Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue.
|
|
55
55
|
token_issuer_type: Optional[TokenIssuerType] = None
|
|
56
56
|
# The user principal name (UPN) of the user.
|
|
57
57
|
user_display_name: Optional[str] = None
|
|
@@ -18,7 +18,7 @@ from .entity import Entity
|
|
|
18
18
|
class RiskyUser(Entity, Parsable):
|
|
19
19
|
# The activity related to user risk level change
|
|
20
20
|
history: Optional[list[RiskyUserHistoryItem]] = None
|
|
21
|
-
# Indicates whether the user is deleted.
|
|
21
|
+
# Indicates whether the user is deleted. The possible values are: true, false.
|
|
22
22
|
is_deleted: Optional[bool] = None
|
|
23
23
|
# Indicates whether the backend is processing a user's risky state.
|
|
24
24
|
is_processing: Optional[bool] = None
|
|
@@ -28,9 +28,9 @@ class RiskyUser(Entity, Parsable):
|
|
|
28
28
|
risk_detail: Optional[RiskDetail] = None
|
|
29
29
|
# The date and time that the risky user was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
30
30
|
risk_last_updated_date_time: Optional[datetime.datetime] = None
|
|
31
|
-
# Level of the detected risky user.
|
|
31
|
+
# Level of the detected risky user. The possible values are: low, medium, high, hidden, none, unknownFutureValue.
|
|
32
32
|
risk_level: Optional[RiskLevel] = None
|
|
33
|
-
# State of the user's risk.
|
|
33
|
+
# State of the user's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
|
|
34
34
|
risk_state: Optional[RiskState] = None
|
|
35
35
|
# Risky user display name.
|
|
36
36
|
user_display_name: Optional[str] = None
|
msgraph/generated/models/room.py
CHANGED
|
@@ -7,6 +7,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
7
7
|
if TYPE_CHECKING:
|
|
8
8
|
from .booking_type import BookingType
|
|
9
9
|
from .place import Place
|
|
10
|
+
from .place_feature_enablement import PlaceFeatureEnablement
|
|
10
11
|
|
|
11
12
|
from .place import Place
|
|
12
13
|
|
|
@@ -16,7 +17,7 @@ class Room(Place, Parsable):
|
|
|
16
17
|
odata_type: Optional[str] = "#microsoft.graph.room"
|
|
17
18
|
# Specifies the name of the audio device in the room.
|
|
18
19
|
audio_device_name: Optional[str] = None
|
|
19
|
-
# Type of room. Possible values are standard,
|
|
20
|
+
# Type of room. Possible values are: unknown, standard, reserved.
|
|
20
21
|
booking_type: Optional[BookingType] = None
|
|
21
22
|
# Specifies the building name or building number that the room is in.
|
|
22
23
|
building: Optional[str] = None
|
|
@@ -32,6 +33,10 @@ class Room(Place, Parsable):
|
|
|
32
33
|
floor_number: Optional[int] = None
|
|
33
34
|
# Specifies a nickname for the room, for example, 'conf room'.
|
|
34
35
|
nickname: Optional[str] = None
|
|
36
|
+
# An alternative immutable unique identifier of the room. Read-only.
|
|
37
|
+
place_id: Optional[str] = None
|
|
38
|
+
# The teamsEnabledState property
|
|
39
|
+
teams_enabled_state: Optional[PlaceFeatureEnablement] = None
|
|
35
40
|
# Specifies the name of the video device in the room.
|
|
36
41
|
video_device_name: Optional[str] = None
|
|
37
42
|
|
|
@@ -53,9 +58,11 @@ class Room(Place, Parsable):
|
|
|
53
58
|
"""
|
|
54
59
|
from .booking_type import BookingType
|
|
55
60
|
from .place import Place
|
|
61
|
+
from .place_feature_enablement import PlaceFeatureEnablement
|
|
56
62
|
|
|
57
63
|
from .booking_type import BookingType
|
|
58
64
|
from .place import Place
|
|
65
|
+
from .place_feature_enablement import PlaceFeatureEnablement
|
|
59
66
|
|
|
60
67
|
fields: dict[str, Callable[[Any], None]] = {
|
|
61
68
|
"audioDeviceName": lambda n : setattr(self, 'audio_device_name', n.get_str_value()),
|
|
@@ -67,6 +74,8 @@ class Room(Place, Parsable):
|
|
|
67
74
|
"floorLabel": lambda n : setattr(self, 'floor_label', n.get_str_value()),
|
|
68
75
|
"floorNumber": lambda n : setattr(self, 'floor_number', n.get_int_value()),
|
|
69
76
|
"nickname": lambda n : setattr(self, 'nickname', n.get_str_value()),
|
|
77
|
+
"placeId": lambda n : setattr(self, 'place_id', n.get_str_value()),
|
|
78
|
+
"teamsEnabledState": lambda n : setattr(self, 'teams_enabled_state', n.get_enum_value(PlaceFeatureEnablement)),
|
|
70
79
|
"videoDeviceName": lambda n : setattr(self, 'video_device_name', n.get_str_value()),
|
|
71
80
|
}
|
|
72
81
|
super_fields = super().get_field_deserializers()
|
|
@@ -91,6 +100,8 @@ class Room(Place, Parsable):
|
|
|
91
100
|
writer.write_str_value("floorLabel", self.floor_label)
|
|
92
101
|
writer.write_int_value("floorNumber", self.floor_number)
|
|
93
102
|
writer.write_str_value("nickname", self.nickname)
|
|
103
|
+
writer.write_str_value("placeId", self.place_id)
|
|
104
|
+
writer.write_enum_value("teamsEnabledState", self.teams_enabled_state)
|
|
94
105
|
writer.write_str_value("videoDeviceName", self.video_device_name)
|
|
95
106
|
|
|
96
107
|
|
|
@@ -20,7 +20,7 @@ from .change_tracked_entity import ChangeTrackedEntity
|
|
|
20
20
|
class ScheduleChangeRequest(ChangeTrackedEntity, Parsable):
|
|
21
21
|
# The OdataType property
|
|
22
22
|
odata_type: Optional[str] = "#microsoft.graph.scheduleChangeRequest"
|
|
23
|
-
# Indicates who the request is assigned to.
|
|
23
|
+
# Indicates who the request is assigned to. The possible values are: sender, recipient, manager, system, unknownFutureValue.
|
|
24
24
|
assigned_to: Optional[ScheduleChangeRequestActor] = None
|
|
25
25
|
# The date and time when the manager approved or declined the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
26
26
|
manager_action_date_time: Optional[datetime.datetime] = None
|
|
@@ -34,7 +34,7 @@ class ScheduleChangeRequest(ChangeTrackedEntity, Parsable):
|
|
|
34
34
|
sender_message: Optional[str] = None
|
|
35
35
|
# The user ID of the sender of the scheduleChangeRequest.
|
|
36
36
|
sender_user_id: Optional[str] = None
|
|
37
|
-
# The state of the scheduleChangeRequest.
|
|
37
|
+
# The state of the scheduleChangeRequest. The possible values are: pending, approved, declined, unknownFutureValue.
|
|
38
38
|
state: Optional[ScheduleChangeState] = None
|
|
39
39
|
|
|
40
40
|
@staticmethod
|
|
@@ -23,7 +23,7 @@ class AnswerVariant(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
23
23
|
language_tag: Optional[str] = None
|
|
24
24
|
# The OdataType property
|
|
25
25
|
odata_type: Optional[str] = None
|
|
26
|
-
# The device or operating system that can view this answer variation.
|
|
26
|
+
# The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
|
|
27
27
|
platform: Optional[DevicePlatformType] = None
|
|
28
28
|
# The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.
|
|
29
29
|
web_url: Optional[str] = None
|
|
@@ -32,7 +32,7 @@ class Bookmark(SearchAnswer, Parsable):
|
|
|
32
32
|
language_tags: Optional[list[str]] = None
|
|
33
33
|
# The OdataType property
|
|
34
34
|
odata_type: Optional[str] = None
|
|
35
|
-
# List of devices and operating systems that are able to view this bookmark.
|
|
35
|
+
# List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
|
|
36
36
|
platforms: Optional[list[DevicePlatformType]] = None
|
|
37
37
|
# List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.
|
|
38
38
|
power_app_ids: Optional[list[str]] = None
|
|
@@ -30,7 +30,7 @@ class Qna(SearchAnswer, Parsable):
|
|
|
30
30
|
language_tags: Optional[list[str]] = None
|
|
31
31
|
# The OdataType property
|
|
32
32
|
odata_type: Optional[str] = None
|
|
33
|
-
# List of devices and operating systems that are able to view this QnA.
|
|
33
|
+
# List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
|
|
34
34
|
platforms: Optional[list[DevicePlatformType]] = None
|
|
35
35
|
# The state property
|
|
36
36
|
state: Optional[AnswerState] = None
|
|
@@ -32,7 +32,7 @@ class SearchRequest(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
32
32
|
content_sources: Optional[list[str]] = None
|
|
33
33
|
# This triggers hybrid sort for messages : the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.
|
|
34
34
|
enable_top_results: Optional[bool] = None
|
|
35
|
-
# One or more types of resources expected in the response.
|
|
35
|
+
# One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
|
|
36
36
|
entity_types: Optional[list[EntityType]] = None
|
|
37
37
|
# Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft 365 Copilot connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional.
|
|
38
38
|
fields: Optional[list[str]] = None
|
|
@@ -13,7 +13,7 @@ from .base_map_feature import BaseMapFeature
|
|
|
13
13
|
class SectionMap(BaseMapFeature, Parsable):
|
|
14
14
|
# The OdataType property
|
|
15
15
|
odata_type: Optional[str] = "#microsoft.graph.sectionMap"
|
|
16
|
-
#
|
|
16
|
+
# Identifier of the section to which this sectionMap belongs.
|
|
17
17
|
place_id: Optional[str] = None
|
|
18
18
|
|
|
19
19
|
@staticmethod
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from collections.abc import Callable
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
|
|
5
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from .alert_evidence import AlertEvidence
|
|
9
|
+
|
|
10
|
+
from .alert_evidence import AlertEvidence
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class ActiveDirectoryDomainEvidence(AlertEvidence, Parsable):
|
|
14
|
+
# The OdataType property
|
|
15
|
+
odata_type: Optional[str] = "#microsoft.graph.security.activeDirectoryDomainEvidence"
|
|
16
|
+
# The activeDirectoryDomainName property
|
|
17
|
+
active_directory_domain_name: Optional[str] = None
|
|
18
|
+
# The trustedDomains property
|
|
19
|
+
trusted_domains: Optional[list[ActiveDirectoryDomainEvidence]] = None
|
|
20
|
+
|
|
21
|
+
@staticmethod
|
|
22
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> ActiveDirectoryDomainEvidence:
|
|
23
|
+
"""
|
|
24
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
25
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
26
|
+
Returns: ActiveDirectoryDomainEvidence
|
|
27
|
+
"""
|
|
28
|
+
if parse_node is None:
|
|
29
|
+
raise TypeError("parse_node cannot be null.")
|
|
30
|
+
return ActiveDirectoryDomainEvidence()
|
|
31
|
+
|
|
32
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
33
|
+
"""
|
|
34
|
+
The deserialization information for the current model
|
|
35
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
36
|
+
"""
|
|
37
|
+
from .alert_evidence import AlertEvidence
|
|
38
|
+
|
|
39
|
+
from .alert_evidence import AlertEvidence
|
|
40
|
+
|
|
41
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
42
|
+
"activeDirectoryDomainName": lambda n : setattr(self, 'active_directory_domain_name', n.get_str_value()),
|
|
43
|
+
"trustedDomains": lambda n : setattr(self, 'trusted_domains', n.get_collection_of_object_values(ActiveDirectoryDomainEvidence)),
|
|
44
|
+
}
|
|
45
|
+
super_fields = super().get_field_deserializers()
|
|
46
|
+
fields.update(super_fields)
|
|
47
|
+
return fields
|
|
48
|
+
|
|
49
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
50
|
+
"""
|
|
51
|
+
Serializes information the current object
|
|
52
|
+
param writer: Serialization writer to use to serialize this model
|
|
53
|
+
Returns: None
|
|
54
|
+
"""
|
|
55
|
+
if writer is None:
|
|
56
|
+
raise TypeError("writer cannot be null.")
|
|
57
|
+
super().serialize(writer)
|
|
58
|
+
writer.write_str_value("activeDirectoryDomainName", self.active_directory_domain_name)
|
|
59
|
+
writer.write_collection_of_object_values("trustedDomains", self.trusted_domains)
|
|
60
|
+
|
|
61
|
+
|
|
@@ -18,7 +18,7 @@ class AiAgentEvidence(AlertEvidence, Parsable):
|
|
|
18
18
|
agent_id: Optional[str] = None
|
|
19
19
|
# The display name for the AI agent.
|
|
20
20
|
agent_name: Optional[str] = None
|
|
21
|
-
# Type of the platform the agent runs on.
|
|
21
|
+
# Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.
|
|
22
22
|
hosting_platform_type: Optional[AiAgentPlatform] = None
|
|
23
23
|
# The instructions of the agent.
|
|
24
24
|
instructions: Optional[str] = None
|
|
@@ -34,7 +34,7 @@ class Alert(Entity, Parsable):
|
|
|
34
34
|
assigned_to: Optional[str] = None
|
|
35
35
|
# The attack kill-chain category that the alert belongs to. Aligned with the MITRE ATT&CK framework.
|
|
36
36
|
category: Optional[str] = None
|
|
37
|
-
# Specifies whether the alert represents a true threat.
|
|
37
|
+
# Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.
|
|
38
38
|
classification: Optional[AlertClassification] = None
|
|
39
39
|
# Array of comments created by the Security Operations (SecOps) team during the alert management process.
|
|
40
40
|
comments: Optional[list[AlertComment]] = None
|
|
@@ -44,11 +44,11 @@ class Alert(Entity, Parsable):
|
|
|
44
44
|
custom_details: Optional[Dictionary] = None
|
|
45
45
|
# String value describing each alert.
|
|
46
46
|
description: Optional[str] = None
|
|
47
|
-
# Detection technology or sensor that identified the notable component or activity.
|
|
47
|
+
# Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.
|
|
48
48
|
detection_source: Optional[DetectionSource] = None
|
|
49
49
|
# The ID of the detector that triggered the alert.
|
|
50
50
|
detector_id: Optional[str] = None
|
|
51
|
-
# Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack.
|
|
51
|
+
# Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.
|
|
52
52
|
determination: Optional[AlertDetermination] = None
|
|
53
53
|
# Collection of evidence related to the alert.
|
|
54
54
|
evidence: Optional[list[AlertEvidence]] = None
|
|
@@ -58,7 +58,7 @@ class Alert(Entity, Parsable):
|
|
|
58
58
|
incident_id: Optional[str] = None
|
|
59
59
|
# URL for the incident page in the Microsoft 365 Defender portal.
|
|
60
60
|
incident_web_url: Optional[str] = None
|
|
61
|
-
# Information on the current status of the investigation.
|
|
61
|
+
# Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.
|
|
62
62
|
investigation_state: Optional[InvestigationState] = None
|
|
63
63
|
# The oldest activity associated with the alert.
|
|
64
64
|
last_activity_date_time: Optional[datetime.datetime] = None
|
|
@@ -7,6 +7,7 @@ from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFact
|
|
|
7
7
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
8
8
|
|
|
9
9
|
if TYPE_CHECKING:
|
|
10
|
+
from .active_directory_domain_evidence import ActiveDirectoryDomainEvidence
|
|
10
11
|
from .ai_agent_evidence import AiAgentEvidence
|
|
11
12
|
from .amazon_resource_evidence import AmazonResourceEvidence
|
|
12
13
|
from .analyzed_message_evidence import AnalyzedMessageEvidence
|
|
@@ -96,6 +97,10 @@ class AlertEvidence(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
96
97
|
mapping_value = child_node.get_str_value() if child_node else None
|
|
97
98
|
except AttributeError:
|
|
98
99
|
mapping_value = None
|
|
100
|
+
if mapping_value and mapping_value.casefold() == "#microsoft.graph.security.activeDirectoryDomainEvidence".casefold():
|
|
101
|
+
from .active_directory_domain_evidence import ActiveDirectoryDomainEvidence
|
|
102
|
+
|
|
103
|
+
return ActiveDirectoryDomainEvidence()
|
|
99
104
|
if mapping_value and mapping_value.casefold() == "#microsoft.graph.security.aiAgentEvidence".casefold():
|
|
100
105
|
from .ai_agent_evidence import AiAgentEvidence
|
|
101
106
|
|
|
@@ -291,6 +296,7 @@ class AlertEvidence(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
291
296
|
The deserialization information for the current model
|
|
292
297
|
Returns: dict[str, Callable[[ParseNode], None]]
|
|
293
298
|
"""
|
|
299
|
+
from .active_directory_domain_evidence import ActiveDirectoryDomainEvidence
|
|
294
300
|
from .ai_agent_evidence import AiAgentEvidence
|
|
295
301
|
from .amazon_resource_evidence import AmazonResourceEvidence
|
|
296
302
|
from .analyzed_message_evidence import AnalyzedMessageEvidence
|
|
@@ -342,6 +348,7 @@ class AlertEvidence(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
342
348
|
from .url_evidence import UrlEvidence
|
|
343
349
|
from .user_evidence import UserEvidence
|
|
344
350
|
|
|
351
|
+
from .active_directory_domain_evidence import ActiveDirectoryDomainEvidence
|
|
345
352
|
from .ai_agent_evidence import AiAgentEvidence
|
|
346
353
|
from .amazon_resource_evidence import AmazonResourceEvidence
|
|
347
354
|
from .analyzed_message_evidence import AnalyzedMessageEvidence
|
|
@@ -25,7 +25,7 @@ from ..entity import Entity
|
|
|
25
25
|
|
|
26
26
|
@dataclass
|
|
27
27
|
class CaseOperation(Entity, Parsable):
|
|
28
|
-
# The type of action the operation represents.
|
|
28
|
+
# The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.
|
|
29
29
|
action: Optional[CaseAction] = None
|
|
30
30
|
# The date and time the operation was completed.
|
|
31
31
|
completed_date_time: Optional[datetime.datetime] = None
|
|
@@ -39,7 +39,7 @@ class CaseOperation(Entity, Parsable):
|
|
|
39
39
|
percent_progress: Optional[int] = None
|
|
40
40
|
# Contains success and failure-specific result information.
|
|
41
41
|
result_info: Optional[ResultInfo] = None
|
|
42
|
-
# The status of the case operation.
|
|
42
|
+
# The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.
|
|
43
43
|
status: Optional[CaseOperationStatus] = None
|
|
44
44
|
|
|
45
45
|
@staticmethod
|
|
@@ -28,7 +28,7 @@ class DataSourceContainer(Entity, Parsable):
|
|
|
28
28
|
odata_type: Optional[str] = None
|
|
29
29
|
# Date and time that the dataSourceContainer was released from the case.
|
|
30
30
|
released_date_time: Optional[datetime.datetime] = None
|
|
31
|
-
# Latest status of the dataSourceContainer.
|
|
31
|
+
# Latest status of the dataSourceContainer. The possible values are: Active, Released.
|
|
32
32
|
status: Optional[DataSourceContainerStatus] = None
|
|
33
33
|
|
|
34
34
|
@staticmethod
|