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
|
@@ -12,6 +12,7 @@ if TYPE_CHECKING:
|
|
|
12
12
|
from .device_risk_score import DeviceRiskScore
|
|
13
13
|
from .logged_on_user import LoggedOnUser
|
|
14
14
|
from .onboarding_status import OnboardingStatus
|
|
15
|
+
from .resource_access_event import ResourceAccessEvent
|
|
15
16
|
from .vm_metadata import VmMetadata
|
|
16
17
|
|
|
17
18
|
from .alert_evidence import AlertEvidence
|
|
@@ -22,7 +23,7 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
22
23
|
odata_type: Optional[str] = "#microsoft.graph.security.deviceEvidence"
|
|
23
24
|
# A unique identifier assigned to a device by Microsoft Entra ID when device is Microsoft Entra joined.
|
|
24
25
|
azure_ad_device_id: Optional[str] = None
|
|
25
|
-
# State of the Defender
|
|
26
|
+
# State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue.
|
|
26
27
|
defender_av_status: Optional[DefenderAvStatus] = None
|
|
27
28
|
# The fully qualified domain name (FQDN) for the device.
|
|
28
29
|
device_dns_name: Optional[str] = None
|
|
@@ -56,6 +57,8 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
56
57
|
rbac_group_id: Optional[int] = None
|
|
57
58
|
# The name of the RBAC device group.
|
|
58
59
|
rbac_group_name: Optional[str] = None
|
|
60
|
+
# Information on resource access attempts made by the user account.
|
|
61
|
+
resource_access_events: Optional[list[ResourceAccessEvent]] = None
|
|
59
62
|
# Risk score as evaluated by Microsoft Defender for Endpoint. The possible values are: none, informational, low, medium, high, unknownFutureValue.
|
|
60
63
|
risk_score: Optional[DeviceRiskScore] = None
|
|
61
64
|
# The version of the operating system platform.
|
|
@@ -85,6 +88,7 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
85
88
|
from .device_risk_score import DeviceRiskScore
|
|
86
89
|
from .logged_on_user import LoggedOnUser
|
|
87
90
|
from .onboarding_status import OnboardingStatus
|
|
91
|
+
from .resource_access_event import ResourceAccessEvent
|
|
88
92
|
from .vm_metadata import VmMetadata
|
|
89
93
|
|
|
90
94
|
from .alert_evidence import AlertEvidence
|
|
@@ -93,6 +97,7 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
93
97
|
from .device_risk_score import DeviceRiskScore
|
|
94
98
|
from .logged_on_user import LoggedOnUser
|
|
95
99
|
from .onboarding_status import OnboardingStatus
|
|
100
|
+
from .resource_access_event import ResourceAccessEvent
|
|
96
101
|
from .vm_metadata import VmMetadata
|
|
97
102
|
|
|
98
103
|
fields: dict[str, Callable[[Any], None]] = {
|
|
@@ -114,6 +119,7 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
114
119
|
"osPlatform": lambda n : setattr(self, 'os_platform', n.get_str_value()),
|
|
115
120
|
"rbacGroupId": lambda n : setattr(self, 'rbac_group_id', n.get_int_value()),
|
|
116
121
|
"rbacGroupName": lambda n : setattr(self, 'rbac_group_name', n.get_str_value()),
|
|
122
|
+
"resourceAccessEvents": lambda n : setattr(self, 'resource_access_events', n.get_collection_of_object_values(ResourceAccessEvent)),
|
|
117
123
|
"riskScore": lambda n : setattr(self, 'risk_score', n.get_enum_value(DeviceRiskScore)),
|
|
118
124
|
"version": lambda n : setattr(self, 'version', n.get_str_value()),
|
|
119
125
|
"vmMetadata": lambda n : setattr(self, 'vm_metadata', n.get_object_value(VmMetadata)),
|
|
@@ -149,6 +155,7 @@ class DeviceEvidence(AlertEvidence, Parsable):
|
|
|
149
155
|
writer.write_str_value("osPlatform", self.os_platform)
|
|
150
156
|
writer.write_int_value("rbacGroupId", self.rbac_group_id)
|
|
151
157
|
writer.write_str_value("rbacGroupName", self.rbac_group_name)
|
|
158
|
+
writer.write_collection_of_object_values("resourceAccessEvents", self.resource_access_events)
|
|
152
159
|
writer.write_enum_value("riskScore", self.risk_score)
|
|
153
160
|
writer.write_str_value("version", self.version)
|
|
154
161
|
writer.write_object_value("vmMetadata", self.vm_metadata)
|
|
@@ -18,13 +18,13 @@ from .case_operation import CaseOperation
|
|
|
18
18
|
|
|
19
19
|
@dataclass
|
|
20
20
|
class EdiscoveryAddToReviewSetOperation(CaseOperation, Parsable):
|
|
21
|
-
# The options to add items to the review set.
|
|
21
|
+
# The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.
|
|
22
22
|
additional_data_options: Optional[AdditionalDataOptions] = None
|
|
23
|
-
# Specifies the number of most recent versions of cloud attachments to collect.
|
|
23
|
+
# Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.
|
|
24
24
|
cloud_attachment_version: Optional[CloudAttachmentVersion] = None
|
|
25
|
-
# Specifies the number of most recent versions of SharePoint documents to collect.
|
|
25
|
+
# Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.
|
|
26
26
|
document_version: Optional[DocumentVersion] = None
|
|
27
|
-
# The items to include in the review set.
|
|
27
|
+
# The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
|
|
28
28
|
items_to_include: Optional[ItemsToInclude] = None
|
|
29
29
|
# The OdataType property
|
|
30
30
|
odata_type: Optional[str] = None
|
|
@@ -9,6 +9,7 @@ if TYPE_CHECKING:
|
|
|
9
9
|
from ..identity_set import IdentitySet
|
|
10
10
|
from .case import Case
|
|
11
11
|
from .case_operation import CaseOperation
|
|
12
|
+
from .ediscovery_case_member import EdiscoveryCaseMember
|
|
12
13
|
from .ediscovery_case_settings import EdiscoveryCaseSettings
|
|
13
14
|
from .ediscovery_custodian import EdiscoveryCustodian
|
|
14
15
|
from .ediscovery_noncustodial_data_source import EdiscoveryNoncustodialDataSource
|
|
@@ -22,6 +23,8 @@ from .case import Case
|
|
|
22
23
|
class EdiscoveryCase(Case, Parsable):
|
|
23
24
|
# The OdataType property
|
|
24
25
|
odata_type: Optional[str] = "#microsoft.graph.security.ediscoveryCase"
|
|
26
|
+
# Represents members of an eDiscovery case.
|
|
27
|
+
case_members: Optional[list[EdiscoveryCaseMember]] = None
|
|
25
28
|
# The user who closed the case.
|
|
26
29
|
closed_by: Optional[IdentitySet] = None
|
|
27
30
|
# The date and time when the case was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
|
|
@@ -62,6 +65,7 @@ class EdiscoveryCase(Case, Parsable):
|
|
|
62
65
|
from ..identity_set import IdentitySet
|
|
63
66
|
from .case import Case
|
|
64
67
|
from .case_operation import CaseOperation
|
|
68
|
+
from .ediscovery_case_member import EdiscoveryCaseMember
|
|
65
69
|
from .ediscovery_case_settings import EdiscoveryCaseSettings
|
|
66
70
|
from .ediscovery_custodian import EdiscoveryCustodian
|
|
67
71
|
from .ediscovery_noncustodial_data_source import EdiscoveryNoncustodialDataSource
|
|
@@ -72,6 +76,7 @@ class EdiscoveryCase(Case, Parsable):
|
|
|
72
76
|
from ..identity_set import IdentitySet
|
|
73
77
|
from .case import Case
|
|
74
78
|
from .case_operation import CaseOperation
|
|
79
|
+
from .ediscovery_case_member import EdiscoveryCaseMember
|
|
75
80
|
from .ediscovery_case_settings import EdiscoveryCaseSettings
|
|
76
81
|
from .ediscovery_custodian import EdiscoveryCustodian
|
|
77
82
|
from .ediscovery_noncustodial_data_source import EdiscoveryNoncustodialDataSource
|
|
@@ -80,6 +85,7 @@ class EdiscoveryCase(Case, Parsable):
|
|
|
80
85
|
from .ediscovery_search import EdiscoverySearch
|
|
81
86
|
|
|
82
87
|
fields: dict[str, Callable[[Any], None]] = {
|
|
88
|
+
"caseMembers": lambda n : setattr(self, 'case_members', n.get_collection_of_object_values(EdiscoveryCaseMember)),
|
|
83
89
|
"closedBy": lambda n : setattr(self, 'closed_by', n.get_object_value(IdentitySet)),
|
|
84
90
|
"closedDateTime": lambda n : setattr(self, 'closed_date_time', n.get_datetime_value()),
|
|
85
91
|
"custodians": lambda n : setattr(self, 'custodians', n.get_collection_of_object_values(EdiscoveryCustodian)),
|
|
@@ -104,6 +110,7 @@ class EdiscoveryCase(Case, Parsable):
|
|
|
104
110
|
if writer is None:
|
|
105
111
|
raise TypeError("writer cannot be null.")
|
|
106
112
|
super().serialize(writer)
|
|
113
|
+
writer.write_collection_of_object_values("caseMembers", self.case_members)
|
|
107
114
|
writer.write_object_value("closedBy", self.closed_by)
|
|
108
115
|
writer.write_datetime_value("closedDateTime", self.closed_date_time)
|
|
109
116
|
writer.write_collection_of_object_values("custodians", self.custodians)
|
|
@@ -0,0 +1,68 @@
|
|
|
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 ..entity import Entity
|
|
9
|
+
from .recipient_type import RecipientType
|
|
10
|
+
|
|
11
|
+
from ..entity import Entity
|
|
12
|
+
|
|
13
|
+
@dataclass
|
|
14
|
+
class EdiscoveryCaseMember(Entity, Parsable):
|
|
15
|
+
# The display name of the eDiscovery case member. Allowed only for case members of type roleGroup.
|
|
16
|
+
display_name: Optional[str] = None
|
|
17
|
+
# The OdataType property
|
|
18
|
+
odata_type: Optional[str] = None
|
|
19
|
+
# Specifies the recipient type of the eDiscovery case member. The possible values are: user, roleGroup, unknownFutureValue.
|
|
20
|
+
recipient_type: Optional[RecipientType] = None
|
|
21
|
+
# The smtp address of the eDiscovery case member. Allowed only for case members of type user.
|
|
22
|
+
smtp_address: Optional[str] = None
|
|
23
|
+
|
|
24
|
+
@staticmethod
|
|
25
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> EdiscoveryCaseMember:
|
|
26
|
+
"""
|
|
27
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
28
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
29
|
+
Returns: EdiscoveryCaseMember
|
|
30
|
+
"""
|
|
31
|
+
if parse_node is None:
|
|
32
|
+
raise TypeError("parse_node cannot be null.")
|
|
33
|
+
return EdiscoveryCaseMember()
|
|
34
|
+
|
|
35
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
36
|
+
"""
|
|
37
|
+
The deserialization information for the current model
|
|
38
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
39
|
+
"""
|
|
40
|
+
from ..entity import Entity
|
|
41
|
+
from .recipient_type import RecipientType
|
|
42
|
+
|
|
43
|
+
from ..entity import Entity
|
|
44
|
+
from .recipient_type import RecipientType
|
|
45
|
+
|
|
46
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
47
|
+
"displayName": lambda n : setattr(self, 'display_name', n.get_str_value()),
|
|
48
|
+
"recipientType": lambda n : setattr(self, 'recipient_type', n.get_collection_of_enum_values(RecipientType)),
|
|
49
|
+
"smtpAddress": lambda n : setattr(self, 'smtp_address', n.get_str_value()),
|
|
50
|
+
}
|
|
51
|
+
super_fields = super().get_field_deserializers()
|
|
52
|
+
fields.update(super_fields)
|
|
53
|
+
return fields
|
|
54
|
+
|
|
55
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
56
|
+
"""
|
|
57
|
+
Serializes information the current object
|
|
58
|
+
param writer: Serialization writer to use to serialize this model
|
|
59
|
+
Returns: None
|
|
60
|
+
"""
|
|
61
|
+
if writer is None:
|
|
62
|
+
raise TypeError("writer cannot be null.")
|
|
63
|
+
super().serialize(writer)
|
|
64
|
+
writer.write_str_value("displayName", self.display_name)
|
|
65
|
+
writer.write_enum_value("recipientType", self.recipient_type)
|
|
66
|
+
writer.write_str_value("smtpAddress", self.smtp_address)
|
|
67
|
+
|
|
68
|
+
|
|
@@ -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 .ediscovery_case_member import EdiscoveryCaseMember
|
|
10
|
+
|
|
11
|
+
from ..base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
12
|
+
|
|
13
|
+
@dataclass
|
|
14
|
+
class EdiscoveryCaseMemberCollectionResponse(BaseCollectionPaginationCountResponse, Parsable):
|
|
15
|
+
# The value property
|
|
16
|
+
value: Optional[list[EdiscoveryCaseMember]] = None
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> EdiscoveryCaseMemberCollectionResponse:
|
|
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: EdiscoveryCaseMemberCollectionResponse
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return EdiscoveryCaseMemberCollectionResponse()
|
|
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 .ediscovery_case_member import EdiscoveryCaseMember
|
|
36
|
+
|
|
37
|
+
from ..base_collection_pagination_count_response import BaseCollectionPaginationCountResponse
|
|
38
|
+
from .ediscovery_case_member import EdiscoveryCaseMember
|
|
39
|
+
|
|
40
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
41
|
+
"value": lambda n : setattr(self, 'value', n.get_collection_of_object_values(EdiscoveryCaseMember)),
|
|
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
|
+
|
|
@@ -24,7 +24,7 @@ class EdiscoveryCaseSettings(Entity, Parsable):
|
|
|
24
24
|
odata_type: Optional[str] = None
|
|
25
25
|
# The redundancy (near duplicate and email threading) detection settings for the case.
|
|
26
26
|
redundancy_detection: Optional[RedundancyDetectionSettings] = None
|
|
27
|
-
# The settings of the review set for the case.
|
|
27
|
+
# The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue.
|
|
28
28
|
review_set_settings: Optional[ReviewSetSettings] = None
|
|
29
29
|
# The Topic Modeling (Themes) settings for the case.
|
|
30
30
|
topic_modeling: Optional[TopicModelingSettings] = None
|
|
@@ -28,7 +28,7 @@ class EdiscoveryEstimateOperation(CaseOperation, Parsable):
|
|
|
28
28
|
search: Optional[EdiscoverySearch] = None
|
|
29
29
|
# The number of mailboxes that had search hits.
|
|
30
30
|
site_count: Optional[int] = None
|
|
31
|
-
# The options to generate statistics.
|
|
31
|
+
# The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.
|
|
32
32
|
statistics_options: Optional[StatisticsOptions] = None
|
|
33
33
|
# The estimated count of unindexed items for the collection.
|
|
34
34
|
unindexed_item_count: Optional[int] = None
|
|
@@ -20,9 +20,9 @@ class EdiscoveryExportOperation(CaseOperation, Parsable):
|
|
|
20
20
|
description: Optional[str] = None
|
|
21
21
|
# Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
|
|
22
22
|
export_file_metadata: Optional[list[ExportFileMetadata]] = None
|
|
23
|
-
# The options provided for the export. For more information, see reviewSet: export.
|
|
23
|
+
# The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.
|
|
24
24
|
export_options: Optional[ExportOptions] = None
|
|
25
|
-
# The options that specify the structure of the export. For more information, see reviewSet: export.
|
|
25
|
+
# The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.
|
|
26
26
|
export_structure: Optional[ExportFileStructure] = None
|
|
27
27
|
# The OdataType property
|
|
28
28
|
odata_type: Optional[str] = None
|
|
@@ -14,7 +14,7 @@ from .tag import Tag
|
|
|
14
14
|
class EdiscoveryReviewTag(Tag, Parsable):
|
|
15
15
|
# The OdataType property
|
|
16
16
|
odata_type: Optional[str] = "#microsoft.graph.security.ediscoveryReviewTag"
|
|
17
|
-
# Indicates whether a single or multiple child tags can be associated with a document.
|
|
17
|
+
# Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.
|
|
18
18
|
child_selectability: Optional[ChildSelectability] = None
|
|
19
19
|
# Returns the tags that are a child of a tag.
|
|
20
20
|
child_tags: Optional[list[EdiscoveryReviewTag]] = None
|
|
@@ -24,7 +24,7 @@ class EdiscoverySearch(Search, Parsable):
|
|
|
24
24
|
additional_sources: Optional[list[DataSource]] = None
|
|
25
25
|
# Custodian sources that are included in the eDiscovery search.
|
|
26
26
|
custodian_sources: Optional[list[DataSource]] = None
|
|
27
|
-
# When specified, the collection spans across a service for an entire workload.
|
|
27
|
+
# When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
|
|
28
28
|
data_source_scopes: Optional[DataSourceScopes] = None
|
|
29
29
|
# The last estimate operation associated with the eDiscovery search.
|
|
30
30
|
last_estimate_statistics_operation: Optional[EdiscoveryEstimateOperation] = None
|
|
@@ -21,13 +21,13 @@ from .case_operation import CaseOperation
|
|
|
21
21
|
class EdiscoverySearchExportOperation(CaseOperation, Parsable):
|
|
22
22
|
# The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue, htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport.
|
|
23
23
|
additional_options: Optional[AdditionalOptions] = None
|
|
24
|
-
# The versions of cloud attachments to include in messages.
|
|
24
|
+
# The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue.
|
|
25
25
|
cloud_attachment_version: Optional[CloudAttachmentVersion] = None
|
|
26
26
|
# The description of the export by the user.
|
|
27
27
|
description: Optional[str] = None
|
|
28
28
|
# The name of export provided by the user.
|
|
29
29
|
display_name: Optional[str] = None
|
|
30
|
-
# The versions of files in SharePoint to include.
|
|
30
|
+
# The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue.
|
|
31
31
|
document_version: Optional[DocumentVersion] = None
|
|
32
32
|
# Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
|
|
33
33
|
export_criteria: Optional[ExportCriteria] = None
|
|
@@ -18,7 +18,7 @@ class GoogleCloudResourceEvidence(AlertEvidence, Parsable):
|
|
|
18
18
|
full_resource_name: Optional[str] = None
|
|
19
19
|
# The zone or region where the resource is located.
|
|
20
20
|
location: Optional[str] = None
|
|
21
|
-
# The type of location.
|
|
21
|
+
# The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue.
|
|
22
22
|
location_type: Optional[GoogleCloudLocationType] = None
|
|
23
23
|
# The Google project ID as defined by the user.
|
|
24
24
|
project_id: Optional[str] = None
|
|
@@ -22,7 +22,7 @@ class Incident(Entity, Parsable):
|
|
|
22
22
|
alerts: Optional[list[Alert]] = None
|
|
23
23
|
# Owner of the incident, or null if no owner is assigned. Free editable text.
|
|
24
24
|
assigned_to: Optional[str] = None
|
|
25
|
-
# The specification for the incident.
|
|
25
|
+
# The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.
|
|
26
26
|
classification: Optional[AlertClassification] = None
|
|
27
27
|
# Array of comments created by the Security Operations (SecOps) team when the incident is managed.
|
|
28
28
|
comments: Optional[list[AlertComment]] = None
|
|
@@ -32,7 +32,7 @@ class Incident(Entity, Parsable):
|
|
|
32
32
|
custom_tags: Optional[list[str]] = None
|
|
33
33
|
# Description of the incident.
|
|
34
34
|
description: Optional[str] = None
|
|
35
|
-
# Specifies the determination of the incident.
|
|
35
|
+
# Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.
|
|
36
36
|
determination: Optional[AlertDetermination] = None
|
|
37
37
|
# The incident name.
|
|
38
38
|
display_name: Optional[str] = None
|
|
@@ -20,7 +20,7 @@ class KubernetesClusterEvidence(AlertEvidence, Parsable):
|
|
|
20
20
|
distribution: Optional[str] = None
|
|
21
21
|
# The cluster name.
|
|
22
22
|
name: Optional[str] = None
|
|
23
|
-
# The platform the cluster runs on.
|
|
23
|
+
# The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.
|
|
24
24
|
platform: Optional[KubernetesPlatform] = None
|
|
25
25
|
# The kubernetes version of the cluster.
|
|
26
26
|
version: Optional[str] = None
|
|
@@ -25,7 +25,7 @@ class KubernetesServicePort(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
25
25
|
odata_type: Optional[str] = None
|
|
26
26
|
# The port that this service exposes.
|
|
27
27
|
port: Optional[int] = None
|
|
28
|
-
# The protocol name.
|
|
28
|
+
# The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.
|
|
29
29
|
protocol: Optional[ContainerPortProtocol] = None
|
|
30
30
|
# The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME.
|
|
31
31
|
target_port: Optional[str] = None
|
|
@@ -15,17 +15,17 @@ from .alert_evidence import AlertEvidence
|
|
|
15
15
|
class MailboxConfigurationEvidence(AlertEvidence, Parsable):
|
|
16
16
|
# The OdataType property
|
|
17
17
|
odata_type: Optional[str] = "#microsoft.graph.security.mailboxConfigurationEvidence"
|
|
18
|
-
# The
|
|
18
|
+
# The unique identifier of the mailbox configuration.
|
|
19
19
|
configuration_id: Optional[str] = None
|
|
20
|
-
# The
|
|
20
|
+
# The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue.
|
|
21
21
|
configuration_type: Optional[MailboxConfigurationType] = None
|
|
22
|
-
# The
|
|
22
|
+
# The display name of the mailbox.
|
|
23
23
|
display_name: Optional[str] = None
|
|
24
|
-
# The
|
|
24
|
+
# The external directory object identifier of the mailbox.
|
|
25
25
|
external_directory_object_id: Optional[UUID] = None
|
|
26
|
-
# The
|
|
26
|
+
# The primary email address of the mailbox.
|
|
27
27
|
mailbox_primary_address: Optional[str] = None
|
|
28
|
-
# The
|
|
28
|
+
# The user principal name (UPN) of the mailbox.
|
|
29
29
|
upn: Optional[str] = None
|
|
30
30
|
|
|
31
31
|
@staticmethod
|
|
@@ -24,9 +24,9 @@ class TeamsMessageEvidence(AlertEvidence, Parsable):
|
|
|
24
24
|
campaign_id: Optional[str] = None
|
|
25
25
|
# The channel ID associated with this Teams message.
|
|
26
26
|
channel_id: Optional[str] = None
|
|
27
|
-
# The delivery action of this Teams message.
|
|
27
|
+
# The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.
|
|
28
28
|
delivery_action: Optional[TeamsMessageDeliveryAction] = None
|
|
29
|
-
# The delivery location of this Teams message.
|
|
29
|
+
# The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue.
|
|
30
30
|
delivery_location: Optional[TeamsDeliveryLocation] = None
|
|
31
31
|
# The list of file entities that are attached to this Teams message.
|
|
32
32
|
files: Optional[list[FileEvidence]] = None
|
|
@@ -17,7 +17,7 @@ class UnifiedGroupSource(DataSource, Parsable):
|
|
|
17
17
|
odata_type: Optional[str] = "#microsoft.graph.security.unifiedGroupSource"
|
|
18
18
|
# The group property
|
|
19
19
|
group: Optional[Group] = None
|
|
20
|
-
# Specifies which sources are included in this group.
|
|
20
|
+
# Specifies which sources are included in this group. The possible values are: mailbox, site.
|
|
21
21
|
included_sources: Optional[SourceType] = None
|
|
22
22
|
|
|
23
23
|
@staticmethod
|
|
@@ -16,7 +16,7 @@ class UserSource(DataSource, Parsable):
|
|
|
16
16
|
odata_type: Optional[str] = "#microsoft.graph.security.userSource"
|
|
17
17
|
# Email address of the user's mailbox.
|
|
18
18
|
email: Optional[str] = None
|
|
19
|
-
# Specifies which sources are included in this group.
|
|
19
|
+
# Specifies which sources are included in this group. The possible values are: mailbox, site.
|
|
20
20
|
included_sources: Optional[SourceType] = None
|
|
21
21
|
# The URL of the user's OneDrive for Business site. Read-only.
|
|
22
22
|
site_web_url: Optional[str] = None
|
|
@@ -19,7 +19,7 @@ class SecurityResource(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
19
19
|
odata_type: Optional[str] = None
|
|
20
20
|
# Name of the resource that is related to current alert. Required.
|
|
21
21
|
resource: Optional[str] = None
|
|
22
|
-
# Represents type of security resources related to an alert.
|
|
22
|
+
# Represents type of security resources related to an alert. The possible values are: attacked, related.
|
|
23
23
|
resource_type: Optional[SecurityResourceType] = None
|
|
24
24
|
|
|
25
25
|
@staticmethod
|
|
@@ -12,7 +12,7 @@ from .comms_operation import CommsOperation
|
|
|
12
12
|
|
|
13
13
|
@dataclass
|
|
14
14
|
class SendDtmfTonesOperation(CommsOperation, Parsable):
|
|
15
|
-
# The results of the action.
|
|
15
|
+
# The results of the action. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue.
|
|
16
16
|
completion_reason: Optional[SendDtmfCompletionReason] = None
|
|
17
17
|
# The OdataType property
|
|
18
18
|
odata_type: Optional[str] = None
|
|
@@ -21,6 +21,8 @@ class SensitivityLabel(Entity, Parsable):
|
|
|
21
21
|
description: Optional[str] = None
|
|
22
22
|
# The displayName property
|
|
23
23
|
display_name: Optional[str] = None
|
|
24
|
+
# The hasProtection property
|
|
25
|
+
has_protection: Optional[bool] = None
|
|
24
26
|
# The isDefault property
|
|
25
27
|
is_default: Optional[bool] = None
|
|
26
28
|
# The isEndpointProtectionEnabled property
|
|
@@ -71,6 +73,7 @@ class SensitivityLabel(Entity, Parsable):
|
|
|
71
73
|
"autoTooltip": lambda n : setattr(self, 'auto_tooltip', n.get_str_value()),
|
|
72
74
|
"description": lambda n : setattr(self, 'description', n.get_str_value()),
|
|
73
75
|
"displayName": lambda n : setattr(self, 'display_name', n.get_str_value()),
|
|
76
|
+
"hasProtection": lambda n : setattr(self, 'has_protection', n.get_bool_value()),
|
|
74
77
|
"isDefault": lambda n : setattr(self, 'is_default', n.get_bool_value()),
|
|
75
78
|
"isEndpointProtectionEnabled": lambda n : setattr(self, 'is_endpoint_protection_enabled', n.get_bool_value()),
|
|
76
79
|
"isScopedToUser": lambda n : setattr(self, 'is_scoped_to_user', n.get_bool_value()),
|
|
@@ -98,6 +101,7 @@ class SensitivityLabel(Entity, Parsable):
|
|
|
98
101
|
writer.write_str_value("autoTooltip", self.auto_tooltip)
|
|
99
102
|
writer.write_str_value("description", self.description)
|
|
100
103
|
writer.write_str_value("displayName", self.display_name)
|
|
104
|
+
writer.write_bool_value("hasProtection", self.has_protection)
|
|
101
105
|
writer.write_bool_value("isDefault", self.is_default)
|
|
102
106
|
writer.write_bool_value("isEndpointProtectionEnabled", self.is_endpoint_protection_enabled)
|
|
103
107
|
writer.write_bool_value("isScopedToUser", self.is_scoped_to_user)
|
|
@@ -23,7 +23,7 @@ class ServiceHealthIssuePost(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
23
23
|
description: Optional[ItemBody] = None
|
|
24
24
|
# The OdataType property
|
|
25
25
|
odata_type: Optional[str] = None
|
|
26
|
-
# The post type of the service issue historical post.
|
|
26
|
+
# The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.
|
|
27
27
|
post_type: Optional[PostType] = None
|
|
28
28
|
|
|
29
29
|
@staticmethod
|
|
@@ -72,7 +72,7 @@ class ServicePrincipal(DirectoryObject, Parsable):
|
|
|
72
72
|
delegated_permission_classifications: Optional[list[DelegatedPermissionClassification]] = None
|
|
73
73
|
# Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps displays the application description in this field. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
|
|
74
74
|
description: Optional[str] = None
|
|
75
|
-
# Specifies whether Microsoft has disabled the registered application.
|
|
75
|
+
# Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
|
|
76
76
|
disabled_by_microsoft_status: Optional[str] = None
|
|
77
77
|
# The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
|
|
78
78
|
display_name: Optional[str] = None
|
|
@@ -19,7 +19,7 @@ from .entity import Entity
|
|
|
19
19
|
|
|
20
20
|
@dataclass
|
|
21
21
|
class ServicePrincipalRiskDetection(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 when 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 2014-01-01T00:00:00Z
|
|
25
25
|
activity_date_time: Optional[datetime.datetime] = None
|
|
@@ -26,7 +26,7 @@ class SharepointSettings(Entity, Parsable):
|
|
|
26
26
|
excluded_file_extensions_for_sync_app: Optional[list[str]] = None
|
|
27
27
|
# Specifies the idle session sign-out policies for the tenant.
|
|
28
28
|
idle_session_sign_out: Optional[IdleSessionSignOut] = None
|
|
29
|
-
# Specifies the image tagging option for the tenant.
|
|
29
|
+
# Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced.
|
|
30
30
|
image_tagging_option: Optional[ImageTaggingChoice] = None
|
|
31
31
|
# Indicates whether comments are allowed on modern site pages in SharePoint.
|
|
32
32
|
is_commenting_on_site_pages_enabled: Optional[bool] = None
|
|
@@ -66,9 +66,9 @@ class SharepointSettings(Entity, Parsable):
|
|
|
66
66
|
sharing_allowed_domain_list: Optional[list[str]] = None
|
|
67
67
|
# Collection of email domains that are blocked for sharing outside the organization.
|
|
68
68
|
sharing_blocked_domain_list: Optional[list[str]] = None
|
|
69
|
-
# Sharing capability for the tenant.
|
|
69
|
+
# Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly.
|
|
70
70
|
sharing_capability: Optional[SharingCapabilities] = None
|
|
71
|
-
# Specifies the external sharing mode for domains.
|
|
71
|
+
# Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList.
|
|
72
72
|
sharing_domain_restriction_mode: Optional[SharingDomainRestrictionMode] = None
|
|
73
73
|
# The value of the team site managed path. This is the path under which new team sites will be created.
|
|
74
74
|
site_creation_default_managed_path: Optional[str] = None
|
|
@@ -29,7 +29,7 @@ class SignIn(Entity, Parsable):
|
|
|
29
29
|
applied_conditional_access_policies: Optional[list[AppliedConditionalAccessPolicy]] = None
|
|
30
30
|
# Identifies the client used for the sign-in activity. Modern authentication clients include Browser, modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq).
|
|
31
31
|
client_app_used: Optional[str] = None
|
|
32
|
-
# Reports status of an activated conditional access policy.
|
|
32
|
+
# Reports status of an activated conditional access policy. The possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq).
|
|
33
33
|
conditional_access_status: Optional[ConditionalAccessStatus] = None
|
|
34
34
|
# The request ID sent from the client when the sign-in is initiated. Used to troubleshoot sign-in activity. Supports $filter (eq).
|
|
35
35
|
correlation_id: Optional[str] = None
|
|
@@ -20,7 +20,7 @@ class SignInFrequencySessionControl(ConditionalAccessSessionControl, Parsable):
|
|
|
20
20
|
authentication_type: Optional[SignInFrequencyAuthenticationType] = None
|
|
21
21
|
# The possible values are timeBased, everyTime, unknownFutureValue. Sign-in frequency of everyTime is available for risky users, risky sign-ins, and Intune device enrollment. For more information, see Require reauthentication every time.
|
|
22
22
|
frequency_interval: Optional[SignInFrequencyInterval] = None
|
|
23
|
-
#
|
|
23
|
+
# The possible values are: days, hours.
|
|
24
24
|
type: Optional[SigninFrequencyType] = None
|
|
25
25
|
# The number of days or hours.
|
|
26
26
|
value: Optional[int] = None
|
|
@@ -25,9 +25,9 @@ from .entity import Entity
|
|
|
25
25
|
|
|
26
26
|
@dataclass
|
|
27
27
|
class Simulation(Entity, Parsable):
|
|
28
|
-
# The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby.
|
|
28
|
+
# The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
|
|
29
29
|
attack_technique: Optional[SimulationAttackTechnique] = None
|
|
30
|
-
# Attack type of the attack simulation and training campaign. Supports $filter and $orderby.
|
|
30
|
+
# Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
|
|
31
31
|
attack_type: Optional[SimulationAttackType] = None
|
|
32
32
|
# Unique identifier for the attack simulation automation.
|
|
33
33
|
automation_id: Optional[str] = None
|
|
@@ -67,11 +67,11 @@ class Simulation(Entity, Parsable):
|
|
|
67
67
|
odata_type: Optional[str] = None
|
|
68
68
|
# The payload associated with a simulation during its creation.
|
|
69
69
|
payload: Optional[Payload] = None
|
|
70
|
-
# Method of delivery of the phishing payload used in the attack simulation and training campaign.
|
|
70
|
+
# Method of delivery of the phishing payload used in the attack simulation and training campaign. The possible values are: unknown, sms, email, teams, unknownFutureValue.
|
|
71
71
|
payload_delivery_platform: Optional[PayloadDeliveryPlatform] = None
|
|
72
72
|
# Report of the attack simulation and training campaign.
|
|
73
73
|
report: Optional[SimulationReport] = None
|
|
74
|
-
# Status of the attack simulation and training campaign. Supports $filter and $orderby.
|
|
74
|
+
# Status of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue.
|
|
75
75
|
status: Optional[SimulationStatus] = None
|
|
76
76
|
# Details about the training settings for a simulation.
|
|
77
77
|
training_setting: Optional[TrainingSetting] = None
|
|
@@ -14,7 +14,7 @@ from .base_end_user_notification import BaseEndUserNotification
|
|
|
14
14
|
class SimulationNotification(BaseEndUserNotification, Parsable):
|
|
15
15
|
# The OdataType property
|
|
16
16
|
odata_type: Optional[str] = "#microsoft.graph.simulationNotification"
|
|
17
|
-
# Target user type.
|
|
17
|
+
# Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.
|
|
18
18
|
targetted_user_type: Optional[TargettedUserType] = None
|
|
19
19
|
|
|
20
20
|
@staticmethod
|
|
@@ -16,7 +16,7 @@ class SiteCollection(AdditionalDataHolder, BackedModel, Parsable):
|
|
|
16
16
|
|
|
17
17
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
18
18
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
19
|
-
# Represents whether the site collection is recently archived, fully archived, or reactivating.
|
|
19
|
+
# Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.
|
|
20
20
|
archival_details: Optional[SiteArchivalDetails] = None
|
|
21
21
|
# The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.
|
|
22
22
|
data_location_code: Optional[str] = None
|