msgraph-sdk 1.37.0__py3-none-any.whl → 1.39.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/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +7 -7
- msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +3 -3
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +3 -3
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +3 -3
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +1 -1
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +7 -7
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +6 -6
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +2665 -0
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/models/compute_rights_and_inheritance_result.py +72 -0
- msgraph/generated/models/conditional_access_session_control.py +7 -0
- msgraph/generated/models/conditional_access_session_controls.py +7 -0
- msgraph/generated/models/data_security_and_governance.py +7 -0
- msgraph/generated/models/drive_recipient.py +1 -1
- msgraph/generated/models/entity.py +28 -0
- msgraph/generated/models/fido2_authentication_method_configuration.py +1 -1
- msgraph/generated/models/label_action_source.py +9 -0
- msgraph/generated/models/label_content_right.py +14 -0
- msgraph/generated/models/protected_content.py +62 -0
- msgraph/generated/models/secure_sign_in_session_control.py +53 -0
- msgraph/generated/models/security/aad_risk_detection_audit_record.py +53 -0
- msgraph/generated/models/security/aed_audit_record.py +53 -0
- msgraph/generated/models/security/ai_app_interaction_audit_record.py +53 -0
- msgraph/generated/models/security/aip_file_deleted.py +53 -0
- msgraph/generated/models/security/aip_heart_beat.py +53 -0
- msgraph/generated/models/security/aip_protection_action_log_request.py +53 -0
- msgraph/generated/models/security/aip_scanner_discover_event.py +53 -0
- msgraph/generated/models/security/aip_sensitivity_label_action_log_request.py +53 -0
- msgraph/generated/models/security/air_admin_action_investigation_data.py +53 -0
- msgraph/generated/models/security/air_investigation_data.py +53 -0
- msgraph/generated/models/security/air_manual_investigation_data.py +53 -0
- msgraph/generated/models/security/attack_sim_admin_audit_record.py +53 -0
- msgraph/generated/models/security/audit_core_root.py +60 -0
- msgraph/generated/models/security/audit_data.py +1963 -0
- msgraph/generated/models/security/audit_log_query.py +115 -0
- msgraph/generated/models/security/audit_log_query_collection_response.py +58 -0
- msgraph/generated/models/security/audit_log_query_status.py +10 -0
- msgraph/generated/models/security/audit_log_record.py +111 -0
- msgraph/generated/models/security/audit_log_record_collection_response.py +58 -0
- msgraph/generated/models/security/audit_log_record_type.py +292 -0
- msgraph/generated/models/security/audit_log_user_type.py +16 -0
- msgraph/generated/models/security/audit_search_audit_record.py +53 -0
- msgraph/generated/models/security/azure_active_directory_account_logon_audit_record.py +53 -0
- msgraph/generated/models/security/azure_active_directory_audit_record.py +53 -0
- msgraph/generated/models/security/azure_active_directory_base_audit_record.py +53 -0
- msgraph/generated/models/security/azure_active_directory_sts_logon_audit_record.py +53 -0
- msgraph/generated/models/security/campaign_audit_record.py +53 -0
- msgraph/generated/models/security/case_audit_record.py +53 -0
- msgraph/generated/models/security/case_investigation.py +53 -0
- msgraph/generated/models/security/cdp_cold_crawl_status_record.py +53 -0
- msgraph/generated/models/security/cdp_content_explorer_aggregate_record.py +53 -0
- msgraph/generated/models/security/cdp_dlp_sensitive_audit_record.py +53 -0
- msgraph/generated/models/security/cdp_dlp_sensitive_endpoint_audit_record.py +53 -0
- msgraph/generated/models/security/cdp_log_record.py +53 -0
- msgraph/generated/models/security/cdp_ocr_billing_record.py +53 -0
- msgraph/generated/models/security/cdp_resource_scope_change_event_record.py +53 -0
- msgraph/generated/models/security/cerner_s_m_s_link_record.py +53 -0
- msgraph/generated/models/security/cerner_s_m_s_settings_update_record.py +53 -0
- msgraph/generated/models/security/cerner_s_m_s_unlink_record.py +53 -0
- msgraph/generated/models/security/compliance_connector_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_d_l_m_exchange_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_d_l_m_share_point_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_applications_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_applications_classification_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_base_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_classification_base_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_classification_base_cdp_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_endpoint_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_endpoint_discovery_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_exchange_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_exchange_classification_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_exchange_classification_cdp_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_exchange_discovery_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_share_point_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_share_point_classification_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_dlp_share_point_classification_extended_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_manager_action_record.py +53 -0
- msgraph/generated/models/security/compliance_supervision_base_audit_record.py +53 -0
- msgraph/generated/models/security/compliance_supervision_exchange_audit_record.py +53 -0
- msgraph/generated/models/security/consumption_resource_audit_record.py +53 -0
- msgraph/generated/models/security/copilot_interaction_audit_record.py +53 -0
- msgraph/generated/models/security/core_reporting_settings_audit_record.py +53 -0
- msgraph/generated/models/security/cortana_briefing_audit_record.py +53 -0
- msgraph/generated/models/security/cps_common_policy_audit_record.py +53 -0
- msgraph/generated/models/security/cps_policy_config_audit_record.py +53 -0
- msgraph/generated/models/security/crm_base_audit_record.py +53 -0
- msgraph/generated/models/security/crm_entity_operation_audit_record.py +53 -0
- msgraph/generated/models/security/customer_key_service_encryption_audit_record.py +53 -0
- msgraph/generated/models/security/data_center_security_base_audit_record.py +53 -0
- msgraph/generated/models/security/data_center_security_cmdlet_audit_record.py +53 -0
- msgraph/generated/models/security/data_governance_audit_record.py +53 -0
- msgraph/generated/models/security/data_insights_rest_api_audit_record.py +53 -0
- msgraph/generated/models/security/data_lake_export_operation_audit_record.py +53 -0
- msgraph/generated/models/security/data_share_operation_audit_record.py +53 -0
- msgraph/generated/models/security/default_audit_data.py +53 -0
- msgraph/generated/models/security/defender_security_alert_base_record.py +53 -0
- msgraph/generated/models/security/delete_certificate_record.py +53 -0
- msgraph/generated/models/security/disable_consent_record.py +53 -0
- msgraph/generated/models/security/discovery_audit_record.py +53 -0
- msgraph/generated/models/security/dlp_endpoint_audit_record.py +53 -0
- msgraph/generated/models/security/dlp_sensitive_information_type_cmdlet_record.py +53 -0
- msgraph/generated/models/security/dlp_sensitive_information_type_rule_package_cmdlet_record.py +53 -0
- msgraph/generated/models/security/download_certificate_record.py +53 -0
- msgraph/generated/models/security/dynamics365_business_central_audit_record.py +53 -0
- msgraph/generated/models/security/enable_consent_record.py +53 -0
- msgraph/generated/models/security/epic_s_m_s_link_record.py +53 -0
- msgraph/generated/models/security/epic_s_m_s_settings_update_record.py +53 -0
- msgraph/generated/models/security/epic_s_m_s_unlink_record.py +53 -0
- msgraph/generated/models/security/exchange_admin_audit_record.py +53 -0
- msgraph/generated/models/security/exchange_aggregated_mailbox_audit_record.py +53 -0
- msgraph/generated/models/security/exchange_aggregated_operation_record.py +53 -0
- msgraph/generated/models/security/exchange_mailbox_audit_base_record.py +53 -0
- msgraph/generated/models/security/exchange_mailbox_audit_group_record.py +53 -0
- msgraph/generated/models/security/exchange_mailbox_audit_record.py +53 -0
- msgraph/generated/models/security/fhir_base_url_add_record.py +53 -0
- msgraph/generated/models/security/fhir_base_url_approve_record.py +53 -0
- msgraph/generated/models/security/fhir_base_url_delete_record.py +53 -0
- msgraph/generated/models/security/fhir_base_url_update_record.py +53 -0
- msgraph/generated/models/security/healthcare_signal_record.py +53 -0
- msgraph/generated/models/security/hosted_rpa_audit_record.py +53 -0
- msgraph/generated/models/security/hr_signal_audit_record.py +53 -0
- msgraph/generated/models/security/hygiene_event_record.py +53 -0
- msgraph/generated/models/security/information_barrier_policy_application_audit_record.py +53 -0
- msgraph/generated/models/security/information_worker_protection_audit_record.py +53 -0
- msgraph/generated/models/security/insider_risk_scoped_user_insights_record.py +53 -0
- msgraph/generated/models/security/insider_risk_scoped_users_record.py +53 -0
- msgraph/generated/models/security/irm_security_alert_record.py +53 -0
- msgraph/generated/models/security/irm_user_defined_detection_record.py +53 -0
- msgraph/generated/models/security/kaizala_audit_record.py +53 -0
- msgraph/generated/models/security/label_analytics_aggregate_audit_record.py +53 -0
- msgraph/generated/models/security/label_content_explorer_audit_record.py +53 -0
- msgraph/generated/models/security/large_content_metadata_audit_record.py +53 -0
- msgraph/generated/models/security/m365_compliance_connector_audit_record.py +53 -0
- msgraph/generated/models/security/m365_d_a_a_d_audit_record.py +53 -0
- msgraph/generated/models/security/m_s365_d_custom_detection_audit_record.py +53 -0
- msgraph/generated/models/security/m_s365_d_incident_audit_record.py +53 -0
- msgraph/generated/models/security/m_s365_d_suppression_rule_audit_record.py +53 -0
- msgraph/generated/models/security/mail_submission_data.py +53 -0
- msgraph/generated/models/security/managed_services_audit_record.py +53 -0
- msgraph/generated/models/security/managed_tenants_audit_record.py +53 -0
- msgraph/generated/models/security/mapg_alerts_audit_record.py +53 -0
- msgraph/generated/models/security/mapg_onboard_audit_record.py +53 -0
- msgraph/generated/models/security/mapg_policy_audit_record.py +53 -0
- msgraph/generated/models/security/mcas_alerts_audit_record.py +53 -0
- msgraph/generated/models/security/mda_data_security_signal_record.py +53 -0
- msgraph/generated/models/security/mdatp_audit_record.py +53 -0
- msgraph/generated/models/security/mdc_events_record.py +53 -0
- msgraph/generated/models/security/mdi_audit_record.py +53 -0
- msgraph/generated/models/security/mesh_worlds_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft365_backup_backup_item_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft365_backup_backup_policy_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft365_backup_restore_item_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft365_backup_restore_task_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_defender_experts_base_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_defender_experts_x_d_r_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_flow_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_forms_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_graph_data_connect_consent.py +53 -0
- msgraph/generated/models/security/microsoft_graph_data_connect_operation.py +53 -0
- msgraph/generated/models/security/microsoft_purview_data_map_operation_record.py +53 -0
- msgraph/generated/models/security/microsoft_purview_metadata_policy_operation_record.py +53 -0
- msgraph/generated/models/security/microsoft_purview_policy_operation_record.py +53 -0
- msgraph/generated/models/security/microsoft_purview_privacy_audit_event.py +53 -0
- msgraph/generated/models/security/microsoft_stream_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_admin_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_analytics_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_device_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_retention_label_action_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_sensitivity_label_action_audit_record.py +53 -0
- msgraph/generated/models/security/microsoft_teams_shifts_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_exchange_item_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_item_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_policy_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_progress_feedback_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_share_point_item_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_share_point_policy_location_audit_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_simulation_share_point_completion_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_simulation_share_point_progress_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_simulation_statistics_record.py +53 -0
- msgraph/generated/models/security/mip_auto_label_simulation_status_record.py +53 -0
- msgraph/generated/models/security/mip_exact_data_match_audit_record.py +53 -0
- msgraph/generated/models/security/mip_label_analytics_audit_record.py +53 -0
- msgraph/generated/models/security/mip_label_audit_record.py +53 -0
- msgraph/generated/models/security/msde_general_settings_audit_record.py +53 -0
- msgraph/generated/models/security/msde_indicators_settings_audit_record.py +53 -0
- msgraph/generated/models/security/msde_response_actions_audit_record.py +53 -0
- msgraph/generated/models/security/msde_roles_settings_audit_record.py +53 -0
- msgraph/generated/models/security/mstic_nation_state_notification_record.py +53 -0
- msgraph/generated/models/security/multi_stage_disposition_audit_record.py +53 -0
- msgraph/generated/models/security/my_analytics_settings_audit_record.py +53 -0
- msgraph/generated/models/security/office_native_audit_record.py +53 -0
- msgraph/generated/models/security/ome_portal_audit_record.py +53 -0
- msgraph/generated/models/security/on_premises_file_share_scanner_dlp_audit_record.py +53 -0
- msgraph/generated/models/security/on_premises_scanner_dlp_audit_record.py +53 -0
- msgraph/generated/models/security/on_premises_share_point_scanner_dlp_audit_record.py +53 -0
- msgraph/generated/models/security/one_drive_audit_record.py +53 -0
- msgraph/generated/models/security/owa_get_access_token_for_resource_audit_record.py +53 -0
- msgraph/generated/models/security/people_admin_settings_audit_record.py +53 -0
- msgraph/generated/models/security/physical_badging_signal_audit_record.py +53 -0
- msgraph/generated/models/security/planner_copy_plan_audit_record.py +53 -0
- msgraph/generated/models/security/planner_plan_audit_record.py +53 -0
- msgraph/generated/models/security/planner_plan_list_audit_record.py +53 -0
- msgraph/generated/models/security/planner_roster_audit_record.py +53 -0
- msgraph/generated/models/security/planner_roster_sensitivity_label_audit_record.py +53 -0
- msgraph/generated/models/security/planner_task_audit_record.py +53 -0
- msgraph/generated/models/security/planner_task_list_audit_record.py +53 -0
- msgraph/generated/models/security/planner_tenant_settings_audit_record.py +53 -0
- msgraph/generated/models/security/power_apps_audit_app_record.py +53 -0
- msgraph/generated/models/security/power_apps_audit_plan_record.py +53 -0
- msgraph/generated/models/security/power_apps_audit_resource_record.py +53 -0
- msgraph/generated/models/security/power_bi_audit_record.py +53 -0
- msgraph/generated/models/security/power_bi_dlp_audit_record.py +53 -0
- msgraph/generated/models/security/power_pages_site_audit_record.py +53 -0
- msgraph/generated/models/security/power_platform_admin_dlp_audit_record.py +53 -0
- msgraph/generated/models/security/power_platform_admin_environment_audit_record.py +53 -0
- msgraph/generated/models/security/power_platform_administrator_activity_record.py +53 -0
- msgraph/generated/models/security/power_platform_lockbox_resource_access_request_audit_record.py +53 -0
- msgraph/generated/models/security/power_platform_lockbox_resource_command_audit_record.py +53 -0
- msgraph/generated/models/security/power_platform_service_activity_audit_record.py +53 -0
- msgraph/generated/models/security/privacy_data_match_audit_record.py +53 -0
- msgraph/generated/models/security/privacy_data_minimization_record.py +53 -0
- msgraph/generated/models/security/privacy_digest_email_record.py +53 -0
- msgraph/generated/models/security/privacy_open_access_audit_record.py +53 -0
- msgraph/generated/models/security/privacy_portal_audit_record.py +53 -0
- msgraph/generated/models/security/privacy_remediation_action_record.py +53 -0
- msgraph/generated/models/security/privacy_remediation_record.py +53 -0
- msgraph/generated/models/security/privacy_tenant_audit_history_record.py +53 -0
- msgraph/generated/models/security/project_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_assigned_to_me_settings_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_project_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_project_settings_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_roadmap_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_roadmap_item_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_roadmap_settings_audit_record.py +53 -0
- msgraph/generated/models/security/project_for_the_web_task_audit_record.py +53 -0
- msgraph/generated/models/security/public_folder_audit_record.py +53 -0
- msgraph/generated/models/security/purview_insider_risk_alerts_record.py +53 -0
- msgraph/generated/models/security/purview_insider_risk_cases_record.py +53 -0
- msgraph/generated/models/security/quarantine_audit_record.py +53 -0
- msgraph/generated/models/security/records_management_audit_record.py +53 -0
- msgraph/generated/models/security/retention_policy_audit_record.py +53 -0
- msgraph/generated/models/security/score_evidence.py +53 -0
- msgraph/generated/models/security/score_platform_generic_audit_record.py +53 -0
- msgraph/generated/models/security/script_run_audit_record.py +53 -0
- msgraph/generated/models/security/search_audit_record.py +53 -0
- msgraph/generated/models/security/security.py +7 -0
- msgraph/generated/models/security/security_compliance_alert_record.py +53 -0
- msgraph/generated/models/security/security_compliance_center_e_o_p_cmdlet_audit_record.py +53 -0
- msgraph/generated/models/security/security_compliance_insights_audit_record.py +53 -0
- msgraph/generated/models/security/security_compliance_r_b_a_c_audit_record.py +53 -0
- msgraph/generated/models/security/security_compliance_user_change_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_app_permission_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_comment_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_content_type_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_e_signature_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_field_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_file_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_list_operation_audit_record.py +53 -0
- msgraph/generated/models/security/share_point_sharing_operation_audit_record.py +53 -0
- msgraph/generated/models/security/skype_for_business_base_audit_record.py +53 -0
- msgraph/generated/models/security/skype_for_business_cmdlets_audit_record.py +53 -0
- msgraph/generated/models/security/skype_for_business_p_s_t_n_usage_audit_record.py +53 -0
- msgraph/generated/models/security/skype_for_business_users_blocked_audit_record.py +53 -0
- msgraph/generated/models/security/sms_create_phone_number_record.py +53 -0
- msgraph/generated/models/security/sms_delete_phone_number_record.py +53 -0
- msgraph/generated/models/security/supervisory_review_day_x_insights_audit_record.py +53 -0
- msgraph/generated/models/security/synthetic_probe_audit_record.py +53 -0
- msgraph/generated/models/security/teams_easy_approvals_audit_record.py +53 -0
- msgraph/generated/models/security/teams_healthcare_audit_record.py +53 -0
- msgraph/generated/models/security/teams_updates_audit_record.py +53 -0
- msgraph/generated/models/security/tenant_allow_block_list_audit_record.py +53 -0
- msgraph/generated/models/security/threat_finder_audit_record.py +53 -0
- msgraph/generated/models/security/threat_intelligence_atp_content_data.py +53 -0
- msgraph/generated/models/security/threat_intelligence_mail_data.py +53 -0
- msgraph/generated/models/security/threat_intelligence_url_click_data.py +53 -0
- msgraph/generated/models/security/todo_audit_record.py +53 -0
- msgraph/generated/models/security/uam_operation_audit_record.py +53 -0
- msgraph/generated/models/security/unified_group_audit_record.py +53 -0
- msgraph/generated/models/security/unified_simulation_matched_item_audit_record.py +53 -0
- msgraph/generated/models/security/unified_simulation_summary_audit_record.py +53 -0
- msgraph/generated/models/security/upload_certificate_record.py +53 -0
- msgraph/generated/models/security/urbac_assignment_audit_record.py +53 -0
- msgraph/generated/models/security/urbac_enable_state_audit_record.py +53 -0
- msgraph/generated/models/security/urbac_role_audit_record.py +53 -0
- msgraph/generated/models/security/user_training_audit_record.py +53 -0
- msgraph/generated/models/security/vfam_base_policy_audit_record.py +53 -0
- msgraph/generated/models/security/vfam_create_policy_audit_record.py +53 -0
- msgraph/generated/models/security/vfam_delete_policy_audit_record.py +53 -0
- msgraph/generated/models/security/vfam_update_policy_audit_record.py +53 -0
- msgraph/generated/models/security/viva_goals_audit_record.py +53 -0
- msgraph/generated/models/security/viva_learning_admin_audit_record.py +53 -0
- msgraph/generated/models/security/viva_learning_audit_record.py +53 -0
- msgraph/generated/models/security/viva_pulse_admin_audit_record.py +53 -0
- msgraph/generated/models/security/viva_pulse_organizer_audit_record.py +53 -0
- msgraph/generated/models/security/viva_pulse_report_audit_record.py +53 -0
- msgraph/generated/models/security/viva_pulse_response_audit_record.py +53 -0
- msgraph/generated/models/security/wdatp_alerts_audit_record.py +53 -0
- msgraph/generated/models/security/windows365_customer_lockbox_audit_record.py +53 -0
- msgraph/generated/models/security/workplace_analytics_audit_record.py +53 -0
- msgraph/generated/models/security/yammer_audit_record.py +53 -0
- msgraph/generated/models/sensitivity_label.py +111 -0
- msgraph/generated/models/sensitivity_label_collection_response.py +58 -0
- msgraph/generated/models/virtual_event_registration.py +1 -1
- msgraph/generated/models/virtual_event_session.py +4 -0
- msgraph/generated/organization/item/organization_item_request_builder.py +7 -7
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
- msgraph/generated/reports/partners/billing/reconciliation/reconciliation_request_builder.py +3 -3
- msgraph/generated/reports/partners/billing/reconciliation/unbilled/microsoft_graph_partners_billing_export/microsoft_graph_partners_billing_export_request_builder.py +3 -2
- msgraph/generated/reports/partners/billing/reconciliation/unbilled/unbilled_request_builder.py +3 -3
- msgraph/generated/security/audit_log/audit_log_request_builder.py +198 -0
- msgraph/generated/security/audit_log/queries/count/count_request_builder.py +104 -0
- msgraph/generated/security/audit_log/queries/item/audit_log_query_item_request_builder.py +199 -0
- msgraph/generated/security/audit_log/queries/item/records/count/count_request_builder.py +104 -0
- msgraph/generated/security/audit_log/queries/item/records/item/audit_log_record_item_request_builder.py +188 -0
- msgraph/generated/security/audit_log/queries/item/records/records_request_builder.py +208 -0
- msgraph/generated/security/audit_log/queries/queries_request_builder.py +210 -0
- msgraph/generated/security/cases/ediscovery_cases/item/custodians/microsoft_graph_security_apply_hold/microsoft_graph_security_apply_hold_request_builder.py +1 -0
- msgraph/generated/security/cases/ediscovery_cases/item/custodians/microsoft_graph_security_remove_hold/microsoft_graph_security_remove_hold_request_builder.py +1 -0
- msgraph/generated/security/cases/ediscovery_cases/item/noncustodial_data_sources/microsoft_graph_security_apply_hold/microsoft_graph_security_apply_hold_request_builder.py +1 -0
- msgraph/generated/security/cases/ediscovery_cases/item/noncustodial_data_sources/microsoft_graph_security_remove_hold/microsoft_graph_security_remove_hold_request_builder.py +1 -0
- msgraph/generated/security/cases/ediscovery_cases/item/tags/microsoft_graph_security_as_hierarchy/microsoft_graph_security_as_hierarchy_request_builder.py +1 -0
- msgraph/generated/security/data_security_and_governance/data_security_and_governance_request_builder.py +10 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/compute_inheritance_with_label_ids_with_locale_with_content_formats/compute_inheritance_with_label_ids_with_locale_with_content_formats_request_builder.py +89 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/compute_rights_and_inheritance/compute_rights_and_inheritance_post_request_body.py +69 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/compute_rights_and_inheritance/compute_rights_and_inheritance_request_builder.py +90 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/count/count_request_builder.py +104 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/rights/rights_request_builder.py +108 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sensitivity_label_item_request_builder.py +209 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/compute_inheritance_with_label_ids_with_locale_with_content_formats/compute_inheritance_with_label_ids_with_locale_with_content_formats_request_builder.py +89 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/compute_rights_and_inheritance/compute_rights_and_inheritance_post_request_body.py +69 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/compute_rights_and_inheritance/compute_rights_and_inheritance_request_builder.py +90 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/count/count_request_builder.py +104 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/item/rights/rights_request_builder.py +107 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/item/sensitivity_label_item_request_builder.py +198 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/item/sublabels/sublabels_request_builder.py +237 -0
- msgraph/generated/security/data_security_and_governance/sensitivity_labels/sensitivity_labels_request_builder.py +238 -0
- msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_access_key/microsoft_graph_security_get_deployment_access_key_request_builder.py +1 -0
- msgraph/generated/security/identities/sensors/microsoft_graph_security_get_deployment_package_uri/microsoft_graph_security_get_deployment_package_uri_request_builder.py +1 -0
- msgraph/generated/security/identities/sensors/microsoft_graph_security_regenerate_deployment_access_key/microsoft_graph_security_regenerate_deployment_access_key_request_builder.py +1 -0
- msgraph/generated/security/security_request_builder.py +10 -0
- msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/users/item/data_security_and_governance/data_security_and_governance_request_builder.py +10 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/compute_inheritance_with_label_ids_with_locale_with_content_formats/compute_inheritance_with_label_ids_with_locale_with_content_formats_request_builder.py +89 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/compute_rights_and_inheritance/compute_rights_and_inheritance_post_request_body.py +69 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/compute_rights_and_inheritance/compute_rights_and_inheritance_request_builder.py +90 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/rights/rights_request_builder.py +107 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sensitivity_label_item_request_builder.py +208 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/compute_inheritance_with_label_ids_with_locale_with_content_formats/compute_inheritance_with_label_ids_with_locale_with_content_formats_request_builder.py +89 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/compute_rights_and_inheritance/compute_rights_and_inheritance_post_request_body.py +69 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/compute_rights_and_inheritance/compute_rights_and_inheritance_request_builder.py +90 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/item/rights/rights_request_builder.py +107 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/item/sensitivity_label_item_request_builder.py +198 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/item/sublabels/sublabels_request_builder.py +237 -0
- msgraph/generated/users/item/data_security_and_governance/sensitivity_labels/sensitivity_labels_request_builder.py +237 -0
- msgraph/generated/users/item/user_item_request_builder.py +1 -1
- msgraph/generated/users/users_request_builder.py +3 -3
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +1 -1
- {msgraph_sdk-1.37.0.dist-info → msgraph_sdk-1.39.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.37.0.dist-info → msgraph_sdk-1.39.0.dist-info}/RECORD +395 -73
- {msgraph_sdk-1.37.0.dist-info → msgraph_sdk-1.39.0.dist-info}/WHEEL +0 -0
- {msgraph_sdk-1.37.0.dist-info → msgraph_sdk-1.39.0.dist-info}/licenses/LICENSE +0 -0
@@ -40,10 +40,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
40
40
|
|
41
41
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
42
42
|
"""
|
43
|
-
Deletes a
|
43
|
+
Deletes a windowsPhone81CustomConfiguration.
|
44
44
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
45
45
|
Returns: None
|
46
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
46
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81customconfiguration-delete?view=graph-rest-1.0
|
47
47
|
"""
|
48
48
|
request_info = self.to_delete_request_information(
|
49
49
|
request_configuration
|
@@ -59,10 +59,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
59
59
|
|
60
60
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
61
61
|
"""
|
62
|
-
Read properties and relationships of the
|
62
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
63
63
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
64
64
|
Returns: Optional[DeviceConfiguration]
|
65
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
65
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-get?view=graph-rest-1.0
|
66
66
|
"""
|
67
67
|
request_info = self.to_get_request_information(
|
68
68
|
request_configuration
|
@@ -116,7 +116,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
Deletes a
|
119
|
+
Deletes a windowsPhone81CustomConfiguration.
|
120
120
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
121
|
Returns: RequestInformation
|
122
122
|
"""
|
@@ -127,7 +127,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
127
127
|
|
128
128
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
129
129
|
"""
|
130
|
-
Read properties and relationships of the
|
130
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: RequestInformation
|
133
133
|
"""
|
@@ -234,7 +234,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
234
234
|
@dataclass
|
235
235
|
class DeviceConfigurationItemRequestBuilderGetQueryParameters():
|
236
236
|
"""
|
237
|
-
Read properties and relationships of the
|
237
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
238
238
|
"""
|
239
239
|
def get_query_parameter(self,original_name: str) -> str:
|
240
240
|
"""
|
@@ -70,11 +70,11 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -35,10 +35,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
|
36
36
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
37
37
|
"""
|
38
|
-
Deletes a
|
38
|
+
Deletes a deviceEnrollmentLimitConfiguration.
|
39
39
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
40
40
|
Returns: None
|
41
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
41
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0
|
42
42
|
"""
|
43
43
|
request_info = self.to_delete_request_information(
|
44
44
|
request_configuration
|
@@ -99,7 +99,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
99
99
|
|
100
100
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
101
101
|
"""
|
102
|
-
Deletes a
|
102
|
+
Deletes a deviceEnrollmentLimitConfiguration.
|
103
103
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
104
104
|
Returns: RequestInformation
|
105
105
|
"""
|
@@ -96,7 +96,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
Read properties and relationships of the deviceManagement object.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: Optional[DeviceManagement]
|
99
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
99
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0
|
100
100
|
"""
|
101
101
|
request_info = self.to_get_request_information(
|
102
102
|
request_configuration
|
@@ -130,7 +130,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
130
130
|
param body: The request body
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: Optional[DeviceManagement]
|
133
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
133
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-update?view=graph-rest-1.0
|
134
134
|
"""
|
135
135
|
if body is None:
|
136
136
|
raise TypeError("body cannot be null.")
|
msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py
CHANGED
@@ -73,11 +73,11 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
73
73
|
|
74
74
|
async def patch(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
|
75
75
|
"""
|
76
|
-
Update the properties of a
|
76
|
+
Update the properties of a deviceAndAppManagementRoleDefinition object.
|
77
77
|
param body: The request body
|
78
78
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
79
79
|
Returns: Optional[RoleDefinition]
|
80
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
80
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0
|
81
81
|
"""
|
82
82
|
if body is None:
|
83
83
|
raise TypeError("body cannot be null.")
|
@@ -119,7 +119,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
119
119
|
|
120
120
|
def to_patch_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
121
121
|
"""
|
122
|
-
Update the properties of a
|
122
|
+
Update the properties of a deviceAndAppManagementRoleDefinition object.
|
123
123
|
param body: The request body
|
124
124
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
125
125
|
Returns: RequestInformation
|
@@ -70,11 +70,11 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new roleDefinition object.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[RoleDefinition]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new roleDefinition object.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -71,11 +71,11 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ItemRetentionLabel]:
|
73
73
|
"""
|
74
|
-
|
74
|
+
Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
|
75
75
|
param body: The request body
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: Optional[ItemRetentionLabel]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/driveitem-
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0
|
79
79
|
"""
|
80
80
|
if body is None:
|
81
81
|
raise TypeError("body cannot be null.")
|
@@ -117,7 +117,7 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
117
117
|
|
118
118
|
def to_patch_request_information(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
119
|
"""
|
120
|
-
|
120
|
+
Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
|
121
121
|
param body: The request body
|
122
122
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
123
123
|
Returns: RequestInformation
|
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[WorkbookTable]
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
if body is None:
|
43
43
|
raise TypeError("body cannot be null.")
|
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py
CHANGED
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[WorkbookTable]
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
if body is None:
|
43
43
|
raise TypeError("body cannot be null.")
|
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py
CHANGED
@@ -74,11 +74,11 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def put(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ExternalItem]:
|
76
76
|
"""
|
77
|
-
|
77
|
+
Create a new externalItem object.
|
78
78
|
param body: The request body
|
79
79
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
80
80
|
Returns: Optional[ExternalItem]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0
|
82
82
|
"""
|
83
83
|
if body is None:
|
84
84
|
raise TypeError("body cannot be null.")
|
@@ -120,7 +120,7 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
120
120
|
|
121
121
|
def to_put_request_information(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
122
122
|
"""
|
123
|
-
|
123
|
+
Create a new externalItem object.
|
124
124
|
param body: The request body
|
125
125
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
126
126
|
Returns: RequestInformation
|
@@ -74,11 +74,11 @@ class GroupsRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def post(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Group]:
|
76
76
|
"""
|
77
|
-
Create a new group
|
77
|
+
Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
78
78
|
param body: The request body
|
79
79
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
80
80
|
Returns: Optional[Group]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/group-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0
|
82
82
|
"""
|
83
83
|
if body is None:
|
84
84
|
raise TypeError("body cannot be null.")
|
@@ -109,7 +109,7 @@ class GroupsRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_post_request_information(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Create a new group
|
112
|
+
Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
113
113
|
param body: The request body
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
@@ -36,7 +36,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
|
|
36
36
|
Delete conversation.
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: None
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
request_info = self.to_delete_request_information(
|
42
42
|
request_configuration
|
msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py
CHANGED
@@ -32,11 +32,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: None
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -54,7 +54,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
58
58
|
param body: The request body
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
Returns: RequestInformation
|
@@ -37,7 +37,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
37
37
|
Delete conversationThread.
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: None
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
request_info = self.to_delete_request_information(
|
43
43
|
request_configuration
|
@@ -32,11 +32,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: None
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -54,7 +54,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
58
58
|
param body: The request body
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
Returns: RequestInformation
|
@@ -51,10 +51,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
|
53
53
|
"""
|
54
|
-
Retrieve the properties and relationships of
|
54
|
+
Retrieve the properties and relationships of a namedLocation object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[NamedLocation]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -72,11 +72,11 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
|
73
73
|
async def patch(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[NamedLocation]:
|
74
74
|
"""
|
75
|
-
Update the properties of
|
75
|
+
Update the properties of a countryNamedLocation object.
|
76
76
|
param body: The request body
|
77
77
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
78
78
|
Returns: Optional[NamedLocation]
|
79
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
79
|
+
Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0
|
80
80
|
"""
|
81
81
|
if body is None:
|
82
82
|
raise TypeError("body cannot be null.")
|
@@ -107,7 +107,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
109
109
|
"""
|
110
|
-
Retrieve the properties and relationships of
|
110
|
+
Retrieve the properties and relationships of a namedLocation object.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: RequestInformation
|
113
113
|
"""
|
@@ -118,7 +118,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
118
118
|
|
119
119
|
def to_patch_request_information(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
120
120
|
"""
|
121
|
-
Update the properties of
|
121
|
+
Update the properties of a countryNamedLocation object.
|
122
122
|
param body: The request body
|
123
123
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
124
124
|
Returns: RequestInformation
|
@@ -151,7 +151,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
151
151
|
@dataclass
|
152
152
|
class NamedLocationItemRequestBuilderGetQueryParameters():
|
153
153
|
"""
|
154
|
-
Retrieve the properties and relationships of
|
154
|
+
Retrieve the properties and relationships of a namedLocation object.
|
155
155
|
"""
|
156
156
|
def get_query_parameter(self,original_name: str) -> str:
|
157
157
|
"""
|
@@ -58,10 +58,10 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
58
58
|
|
59
59
|
async def get(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> Optional[AccessPackage]:
|
60
60
|
"""
|
61
|
-
Retrieve
|
61
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: Optional[AccessPackage]
|
64
|
-
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-
|
64
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
|
65
65
|
"""
|
66
66
|
request_info = self.to_get_request_information(
|
67
67
|
request_configuration
|
@@ -114,7 +114,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
114
114
|
|
115
115
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
116
116
|
"""
|
117
|
-
Retrieve
|
117
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
118
118
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
119
119
|
Returns: RequestInformation
|
120
120
|
"""
|
@@ -221,7 +221,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
221
221
|
@dataclass
|
222
222
|
class AccessPackageItemRequestBuilderGetQueryParameters():
|
223
223
|
"""
|
224
|
-
Retrieve
|
224
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
225
225
|
"""
|
226
226
|
def get_query_parameter(self,original_name: str) -> str:
|
227
227
|
"""
|
@@ -32,10 +32,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
Delete an
|
35
|
+
Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: None
|
38
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
request_info = self.to_delete_request_information(
|
41
41
|
request_configuration
|
@@ -72,11 +72,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
|
73
73
|
async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
|
74
74
|
"""
|
75
|
-
Update the properties of an
|
75
|
+
Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
|
76
76
|
param body: The request body
|
77
77
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
78
78
|
Returns: Optional[CustomCalloutExtension]
|
79
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
79
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0
|
80
80
|
"""
|
81
81
|
if body is None:
|
82
82
|
raise TypeError("body cannot be null.")
|
@@ -96,7 +96,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
|
97
97
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
98
98
|
"""
|
99
|
-
Delete an
|
99
|
+
Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
|
100
100
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
101
101
|
Returns: RequestInformation
|
102
102
|
"""
|
@@ -118,7 +118,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
118
118
|
|
119
119
|
def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
120
120
|
"""
|
121
|
-
Update the properties of an
|
121
|
+
Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
|
122
122
|
param body: The request body
|
123
123
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
124
124
|
Returns: RequestInformation
|
msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py
CHANGED
@@ -54,10 +54,10 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> Optional[Agreement]:
|
56
56
|
"""
|
57
|
-
Retrieve
|
57
|
+
Retrieve all files related to an agreement. This includes the default file and all localized files.
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[Agreement]
|
60
|
-
Find more info here: https://learn.microsoft.com/graph/api/agreement-
|
60
|
+
Find more info here: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0
|
61
61
|
"""
|
62
62
|
request_info = self.to_get_request_information(
|
63
63
|
request_configuration
|
@@ -110,7 +110,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
110
110
|
|
111
111
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
112
112
|
"""
|
113
|
-
Retrieve
|
113
|
+
Retrieve all files related to an agreement. This includes the default file and all localized files.
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
116
116
|
"""
|
@@ -181,7 +181,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
181
181
|
@dataclass
|
182
182
|
class AgreementItemRequestBuilderGetQueryParameters():
|
183
183
|
"""
|
184
|
-
Retrieve
|
184
|
+
Retrieve all files related to an agreement. This includes the default file and all localized files.
|
185
185
|
"""
|
186
186
|
def get_query_parameter(self,original_name: str) -> str:
|
187
187
|
"""
|