authentik-client 2025.12.3__py3-none-any.whl → 2026.2.0rc1.post1770134694__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.
- authentik_client/__init__.py +28 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +634 -132
- authentik_client/api/crypto_api.py +22 -39
- authentik_client/api/endpoints_api.py +2121 -109
- authentik_client/api/enterprise_api.py +16 -16
- authentik_client/api/events_api.py +64 -64
- authentik_client/api/flows_api.py +34 -34
- authentik_client/api/managed_api.py +19 -19
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +67 -67
- authentik_client/api/policies_api.py +187 -187
- authentik_client/api/propertymappings_api.py +244 -244
- authentik_client/api/providers_api.py +3430 -351
- authentik_client/api/rac_api.py +34 -34
- authentik_client/api/rbac_api.py +52 -69
- authentik_client/api/reports_api.py +7 -7
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +97 -97
- authentik_client/api/ssf_api.py +4 -4
- authentik_client/api/stages_api.py +544 -545
- authentik_client/api/tasks_api.py +19 -19
- authentik_client/api/tenants_api.py +19 -19
- authentik_client/api_client.py +5 -5
- authentik_client/configuration.py +6 -4
- authentik_client/exceptions.py +7 -4
- authentik_client/models/__init__.py +14 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +1 -1
- authentik_client/models/agent_connector.py +1 -1
- authentik_client/models/agent_connector_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_response.py +1 -1
- authentik_client/models/agent_psso_user_registration_request.py +1 -1
- authentik_client/models/agent_token_response.py +1 -1
- authentik_client/models/alg_enum.py +3 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +3 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +1 -1
- authentik_client/models/authenticator_static_stage_request.py +1 -1
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +1 -1
- authentik_client/models/authenticator_totp_stage_request.py +1 -1
- authentik_client/models/authenticator_validate_stage.py +1 -1
- authentik_client/models/authenticator_validate_stage_request.py +1 -1
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +1 -1
- authentik_client/models/authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/bulk_delete_session_response.py +88 -0
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +1 -1
- authentik_client/models/captcha_stage_request.py +1 -1
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +6 -6
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +1 -1
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +1 -1
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +1 -1
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +1 -1
- authentik_client/models/content_type.py +1 -1
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +4 -2
- authentik_client/models/data_export.py +1 -1
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +1 -1
- authentik_client/models/deny_stage_request.py +1 -1
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +6 -4
- authentik_client/models/device_access_group_request.py +6 -4
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +1 -1
- authentik_client/models/device_fact_snapshot.py +8 -3
- authentik_client/models/device_facts.py +1 -1
- authentik_client/models/device_facts_os_family.py +1 -1
- authentik_client/models/device_facts_request.py +1 -1
- authentik_client/models/device_group.py +1 -1
- authentik_client/models/device_group_request.py +1 -1
- authentik_client/models/device_summary.py +1 -1
- authentik_client/models/device_user.py +1 -1
- authentik_client/models/device_user_binding.py +1 -1
- authentik_client/models/device_user_binding_request.py +1 -1
- authentik_client/models/device_user_request.py +1 -1
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +1 -1
- authentik_client/models/disk_request.py +1 -1
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +1 -1
- authentik_client/models/dummy_stage_request.py +1 -1
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +1 -1
- authentik_client/models/email_stage_request.py +1 -1
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +1 -1
- authentik_client/models/endpoint_agent_challenge_response_request.py +1 -1
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +1 -1
- authentik_client/models/endpoint_device_details.py +1 -1
- authentik_client/models/endpoint_device_request.py +1 -1
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +1 -1
- authentik_client/models/endpoint_stage_request.py +1 -1
- authentik_client/models/enroll_request.py +1 -1
- authentik_client/models/enrollment_token.py +1 -1
- authentik_client/models/enrollment_token_request.py +1 -1
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +1 -1
- authentik_client/models/file_list.py +1 -1
- authentik_client/models/fleet_connector.py +123 -0
- authentik_client/models/fleet_connector_request.py +109 -0
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +1 -1
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +1 -1
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +1 -1
- authentik_client/models/hardware_request.py +1 -1
- authentik_client/models/identification_challenge.py +9 -2
- authentik_client/models/identification_challenge_response_request.py +1 -1
- authentik_client/models/identification_stage.py +1 -1
- authentik_client/models/identification_stage_request.py +1 -1
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +1 -1
- authentik_client/models/initial_permissions_request.py +1 -1
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +1 -1
- authentik_client/models/invitation_request.py +1 -1
- authentik_client/models/invitation_stage.py +1 -1
- authentik_client/models/invitation_stage_request.py +1 -1
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_status_enum.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +3 -1
- authentik_client/models/model_request.py +23 -9
- authentik_client/models/mutual_tls_stage.py +1 -1
- authentik_client/models/mutual_tls_stage_request.py +1 -1
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +1 -1
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +1 -1
- authentik_client/models/network_interface_request.py +1 -1
- authentik_client/models/network_request.py +1 -1
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +1 -1
- authentik_client/models/notification_request.py +1 -1
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +5 -5
- authentik_client/models/operating_system_request.py +4 -4
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_fleet_connector_list.py +104 -0
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/paginated_ws_federation_provider_list.py +104 -0
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +1 -1
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +1 -1
- authentik_client/models/password_stage_request.py +1 -1
- authentik_client/models/patched_agent_connector_request.py +1 -1
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +1 -1
- authentik_client/models/patched_authenticator_duo_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_email_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_sms_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_static_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_totp_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_validate_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +1 -1
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +1 -1
- authentik_client/models/patched_deny_stage_request.py +1 -1
- authentik_client/models/patched_device_access_group_request.py +5 -3
- authentik_client/models/patched_device_user_binding_request.py +1 -1
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +1 -1
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +1 -1
- authentik_client/models/patched_endpoint_device_request.py +1 -1
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +1 -1
- authentik_client/models/patched_enrollment_token_request.py +1 -1
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_fleet_connector_request.py +109 -0
- authentik_client/models/patched_flow_request.py +1 -1
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +1 -1
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +1 -1
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +1 -1
- authentik_client/models/patched_initial_permissions_request.py +1 -1
- authentik_client/models/patched_invitation_request.py +1 -1
- authentik_client/models/patched_invitation_stage_request.py +1 -1
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +1 -1
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +1 -1
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +1 -1
- authentik_client/models/patched_mutual_tls_stage_request.py +1 -1
- authentik_client/models/patched_notification_request.py +1 -1
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +1 -1
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +1 -1
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +1 -1
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +1 -1
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +1 -1
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +2 -2
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +3 -3
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +1 -1
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +4 -9
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +1 -1
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +1 -1
- authentik_client/models/patched_settings_request_flags.py +4 -2
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +1 -1
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +1 -1
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +1 -1
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +1 -1
- authentik_client/models/patched_user_logout_stage_request.py +1 -1
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +1 -1
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +1 -1
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/patched_ws_federation_provider_request.py +152 -0
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +2 -1
- authentik_client/models/provider_type_enum.py +1 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +3 -4
- authentik_client/models/role_assigned_object_permission.py +1 -1
- authentik_client/models/role_model_permission.py +1 -1
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +2 -2
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/{saml_provider_logout_method_enum.py → saml_logout_methods.py} +4 -4
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +3 -3
- authentik_client/models/saml_provider_request.py +3 -3
- authentik_client/models/saml_source.py +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +4 -9
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +4 -9
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +1 -1
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +1 -1
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +1 -1
- authentik_client/models/settings_request.py +1 -1
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +1 -1
- authentik_client/models/software_request.py +1 -1
- authentik_client/models/source.py +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +1 -1
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +1 -1
- authentik_client/models/telegram_challenge_response_request.py +1 -1
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/themed_urls.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +1 -1
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +1 -1
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +1 -1
- authentik_client/models/user.py +1 -1
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +1 -1
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +1 -1
- authentik_client/models/user_delete_stage_request.py +1 -1
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +1 -1
- authentik_client/models/user_login_stage_request.py +1 -1
- authentik_client/models/user_logout_stage.py +1 -1
- authentik_client/models/user_logout_stage_request.py +1 -1
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_recovery_email_request.py +92 -0
- authentik_client/models/user_recovery_link_request.py +89 -0
- authentik_client/models/user_request.py +1 -1
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +1 -1
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +1 -1
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +1 -1
- authentik_client/models/user_write_stage_request.py +1 -1
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/vendor_enum.py +39 -0
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/models/ws_federation_provider.py +219 -0
- authentik_client/models/ws_federation_provider_request.py +152 -0
- authentik_client/rest.py +8 -3
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770134694.dist-info}/METADATA +34 -5
- authentik_client-2026.2.0rc1.post1770134694.dist-info/RECORD +882 -0
- authentik_client-2025.12.3.dist-info/RECORD +0 -870
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770134694.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770134694.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770134694.dist-info}/top_level.txt +0 -0
authentik_client/api/core_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -29,6 +29,7 @@ from authentik_client.models.application_request import ApplicationRequest
|
|
|
29
29
|
from authentik_client.models.authenticated_session import AuthenticatedSession
|
|
30
30
|
from authentik_client.models.brand import Brand
|
|
31
31
|
from authentik_client.models.brand_request import BrandRequest
|
|
32
|
+
from authentik_client.models.bulk_delete_session_response import BulkDeleteSessionResponse
|
|
32
33
|
from authentik_client.models.current_brand import CurrentBrand
|
|
33
34
|
from authentik_client.models.data_export import DataExport
|
|
34
35
|
from authentik_client.models.group import Group
|
|
@@ -63,6 +64,8 @@ from authentik_client.models.user_account_request import UserAccountRequest
|
|
|
63
64
|
from authentik_client.models.user_consent import UserConsent
|
|
64
65
|
from authentik_client.models.user_password_set_request import UserPasswordSetRequest
|
|
65
66
|
from authentik_client.models.user_path import UserPath
|
|
67
|
+
from authentik_client.models.user_recovery_email_request import UserRecoveryEmailRequest
|
|
68
|
+
from authentik_client.models.user_recovery_link_request import UserRecoveryLinkRequest
|
|
66
69
|
from authentik_client.models.user_request import UserRequest
|
|
67
70
|
from authentik_client.models.user_service_account_request import UserServiceAccountRequest
|
|
68
71
|
from authentik_client.models.user_service_account_response import UserServiceAccountResponse
|
|
@@ -387,7 +390,7 @@ class CoreApi:
|
|
|
387
390
|
ApplicationEntitlement Viewset
|
|
388
391
|
|
|
389
392
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
390
|
-
:type pbm_uuid:
|
|
393
|
+
:type pbm_uuid: UUID
|
|
391
394
|
:param _request_timeout: timeout setting for this request. If one
|
|
392
395
|
number provided, it will be total request
|
|
393
396
|
timeout. It can also be a pair (tuple) of
|
|
@@ -456,7 +459,7 @@ class CoreApi:
|
|
|
456
459
|
ApplicationEntitlement Viewset
|
|
457
460
|
|
|
458
461
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
459
|
-
:type pbm_uuid:
|
|
462
|
+
:type pbm_uuid: UUID
|
|
460
463
|
:param _request_timeout: timeout setting for this request. If one
|
|
461
464
|
number provided, it will be total request
|
|
462
465
|
timeout. It can also be a pair (tuple) of
|
|
@@ -525,7 +528,7 @@ class CoreApi:
|
|
|
525
528
|
ApplicationEntitlement Viewset
|
|
526
529
|
|
|
527
530
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
528
|
-
:type pbm_uuid:
|
|
531
|
+
:type pbm_uuid: UUID
|
|
529
532
|
:param _request_timeout: timeout setting for this request. If one
|
|
530
533
|
number provided, it will be total request
|
|
531
534
|
timeout. It can also be a pair (tuple) of
|
|
@@ -660,7 +663,7 @@ class CoreApi:
|
|
|
660
663
|
ApplicationEntitlement Viewset
|
|
661
664
|
|
|
662
665
|
:param app:
|
|
663
|
-
:type app:
|
|
666
|
+
:type app: UUID
|
|
664
667
|
:param name:
|
|
665
668
|
:type name: str
|
|
666
669
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -670,7 +673,7 @@ class CoreApi:
|
|
|
670
673
|
:param page_size: Number of results to return per page.
|
|
671
674
|
:type page_size: int
|
|
672
675
|
:param pbm_uuid:
|
|
673
|
-
:type pbm_uuid:
|
|
676
|
+
:type pbm_uuid: UUID
|
|
674
677
|
:param search: A search term.
|
|
675
678
|
:type search: str
|
|
676
679
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -753,7 +756,7 @@ class CoreApi:
|
|
|
753
756
|
ApplicationEntitlement Viewset
|
|
754
757
|
|
|
755
758
|
:param app:
|
|
756
|
-
:type app:
|
|
759
|
+
:type app: UUID
|
|
757
760
|
:param name:
|
|
758
761
|
:type name: str
|
|
759
762
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -763,7 +766,7 @@ class CoreApi:
|
|
|
763
766
|
:param page_size: Number of results to return per page.
|
|
764
767
|
:type page_size: int
|
|
765
768
|
:param pbm_uuid:
|
|
766
|
-
:type pbm_uuid:
|
|
769
|
+
:type pbm_uuid: UUID
|
|
767
770
|
:param search: A search term.
|
|
768
771
|
:type search: str
|
|
769
772
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -846,7 +849,7 @@ class CoreApi:
|
|
|
846
849
|
ApplicationEntitlement Viewset
|
|
847
850
|
|
|
848
851
|
:param app:
|
|
849
|
-
:type app:
|
|
852
|
+
:type app: UUID
|
|
850
853
|
:param name:
|
|
851
854
|
:type name: str
|
|
852
855
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -856,7 +859,7 @@ class CoreApi:
|
|
|
856
859
|
:param page_size: Number of results to return per page.
|
|
857
860
|
:type page_size: int
|
|
858
861
|
:param pbm_uuid:
|
|
859
|
-
:type pbm_uuid:
|
|
862
|
+
:type pbm_uuid: UUID
|
|
860
863
|
:param search: A search term.
|
|
861
864
|
:type search: str
|
|
862
865
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1026,7 +1029,7 @@ class CoreApi:
|
|
|
1026
1029
|
ApplicationEntitlement Viewset
|
|
1027
1030
|
|
|
1028
1031
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1029
|
-
:type pbm_uuid:
|
|
1032
|
+
:type pbm_uuid: UUID
|
|
1030
1033
|
:param patched_application_entitlement_request:
|
|
1031
1034
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1032
1035
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1099,7 +1102,7 @@ class CoreApi:
|
|
|
1099
1102
|
ApplicationEntitlement Viewset
|
|
1100
1103
|
|
|
1101
1104
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1102
|
-
:type pbm_uuid:
|
|
1105
|
+
:type pbm_uuid: UUID
|
|
1103
1106
|
:param patched_application_entitlement_request:
|
|
1104
1107
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1105
1108
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1172,7 +1175,7 @@ class CoreApi:
|
|
|
1172
1175
|
ApplicationEntitlement Viewset
|
|
1173
1176
|
|
|
1174
1177
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1175
|
-
:type pbm_uuid:
|
|
1178
|
+
:type pbm_uuid: UUID
|
|
1176
1179
|
:param patched_application_entitlement_request:
|
|
1177
1180
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1178
1181
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1320,7 +1323,7 @@ class CoreApi:
|
|
|
1320
1323
|
ApplicationEntitlement Viewset
|
|
1321
1324
|
|
|
1322
1325
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1323
|
-
:type pbm_uuid:
|
|
1326
|
+
:type pbm_uuid: UUID
|
|
1324
1327
|
:param _request_timeout: timeout setting for this request. If one
|
|
1325
1328
|
number provided, it will be total request
|
|
1326
1329
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1389,7 +1392,7 @@ class CoreApi:
|
|
|
1389
1392
|
ApplicationEntitlement Viewset
|
|
1390
1393
|
|
|
1391
1394
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1392
|
-
:type pbm_uuid:
|
|
1395
|
+
:type pbm_uuid: UUID
|
|
1393
1396
|
:param _request_timeout: timeout setting for this request. If one
|
|
1394
1397
|
number provided, it will be total request
|
|
1395
1398
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1458,7 +1461,7 @@ class CoreApi:
|
|
|
1458
1461
|
ApplicationEntitlement Viewset
|
|
1459
1462
|
|
|
1460
1463
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1461
|
-
:type pbm_uuid:
|
|
1464
|
+
:type pbm_uuid: UUID
|
|
1462
1465
|
:param _request_timeout: timeout setting for this request. If one
|
|
1463
1466
|
number provided, it will be total request
|
|
1464
1467
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1588,7 +1591,7 @@ class CoreApi:
|
|
|
1588
1591
|
ApplicationEntitlement Viewset
|
|
1589
1592
|
|
|
1590
1593
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1591
|
-
:type pbm_uuid:
|
|
1594
|
+
:type pbm_uuid: UUID
|
|
1592
1595
|
:param application_entitlement_request: (required)
|
|
1593
1596
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1594
1597
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1661,7 +1664,7 @@ class CoreApi:
|
|
|
1661
1664
|
ApplicationEntitlement Viewset
|
|
1662
1665
|
|
|
1663
1666
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1664
|
-
:type pbm_uuid:
|
|
1667
|
+
:type pbm_uuid: UUID
|
|
1665
1668
|
:param application_entitlement_request: (required)
|
|
1666
1669
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1667
1670
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1734,7 +1737,7 @@ class CoreApi:
|
|
|
1734
1737
|
ApplicationEntitlement Viewset
|
|
1735
1738
|
|
|
1736
1739
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1737
|
-
:type pbm_uuid:
|
|
1740
|
+
:type pbm_uuid: UUID
|
|
1738
1741
|
:param application_entitlement_request: (required)
|
|
1739
1742
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1740
1743
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1882,7 +1885,7 @@ class CoreApi:
|
|
|
1882
1885
|
Get a list of all objects that use this object
|
|
1883
1886
|
|
|
1884
1887
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1885
|
-
:type pbm_uuid:
|
|
1888
|
+
:type pbm_uuid: UUID
|
|
1886
1889
|
:param _request_timeout: timeout setting for this request. If one
|
|
1887
1890
|
number provided, it will be total request
|
|
1888
1891
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1951,7 +1954,7 @@ class CoreApi:
|
|
|
1951
1954
|
Get a list of all objects that use this object
|
|
1952
1955
|
|
|
1953
1956
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1954
|
-
:type pbm_uuid:
|
|
1957
|
+
:type pbm_uuid: UUID
|
|
1955
1958
|
:param _request_timeout: timeout setting for this request. If one
|
|
1956
1959
|
number provided, it will be total request
|
|
1957
1960
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2020,7 +2023,7 @@ class CoreApi:
|
|
|
2020
2023
|
Get a list of all objects that use this object
|
|
2021
2024
|
|
|
2022
2025
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
2023
|
-
:type pbm_uuid:
|
|
2026
|
+
:type pbm_uuid: UUID
|
|
2024
2027
|
:param _request_timeout: timeout setting for this request. If one
|
|
2025
2028
|
number provided, it will be total request
|
|
2026
2029
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4555,6 +4558,276 @@ class CoreApi:
|
|
|
4555
4558
|
|
|
4556
4559
|
|
|
4557
4560
|
|
|
4561
|
+
@validate_call
|
|
4562
|
+
def core_authenticated_sessions_bulk_delete_destroy(
|
|
4563
|
+
self,
|
|
4564
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4565
|
+
_request_timeout: Union[
|
|
4566
|
+
None,
|
|
4567
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4568
|
+
Tuple[
|
|
4569
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4570
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4571
|
+
]
|
|
4572
|
+
] = None,
|
|
4573
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4574
|
+
_content_type: Optional[StrictStr] = None,
|
|
4575
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4576
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4577
|
+
) -> BulkDeleteSessionResponse:
|
|
4578
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4579
|
+
|
|
4580
|
+
Bulk revoke all sessions for multiple users
|
|
4581
|
+
|
|
4582
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4583
|
+
:type user_pks: List[int]
|
|
4584
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4585
|
+
number provided, it will be total request
|
|
4586
|
+
timeout. It can also be a pair (tuple) of
|
|
4587
|
+
(connection, read) timeouts.
|
|
4588
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4589
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4590
|
+
request; this effectively ignores the
|
|
4591
|
+
authentication in the spec for a single request.
|
|
4592
|
+
:type _request_auth: dict, optional
|
|
4593
|
+
:param _content_type: force content-type for the request.
|
|
4594
|
+
:type _content_type: str, Optional
|
|
4595
|
+
:param _headers: set to override the headers for a single
|
|
4596
|
+
request; this effectively ignores the headers
|
|
4597
|
+
in the spec for a single request.
|
|
4598
|
+
:type _headers: dict, optional
|
|
4599
|
+
:param _host_index: set to override the host_index for a single
|
|
4600
|
+
request; this effectively ignores the host_index
|
|
4601
|
+
in the spec for a single request.
|
|
4602
|
+
:type _host_index: int, optional
|
|
4603
|
+
:return: Returns the result object.
|
|
4604
|
+
""" # noqa: E501
|
|
4605
|
+
|
|
4606
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4607
|
+
user_pks=user_pks,
|
|
4608
|
+
_request_auth=_request_auth,
|
|
4609
|
+
_content_type=_content_type,
|
|
4610
|
+
_headers=_headers,
|
|
4611
|
+
_host_index=_host_index
|
|
4612
|
+
)
|
|
4613
|
+
|
|
4614
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4615
|
+
'200': "BulkDeleteSessionResponse",
|
|
4616
|
+
'400': "ValidationError",
|
|
4617
|
+
'403': "GenericError",
|
|
4618
|
+
}
|
|
4619
|
+
response_data = self.api_client.call_api(
|
|
4620
|
+
*_param,
|
|
4621
|
+
_request_timeout=_request_timeout
|
|
4622
|
+
)
|
|
4623
|
+
response_data.read()
|
|
4624
|
+
return self.api_client.response_deserialize(
|
|
4625
|
+
response_data=response_data,
|
|
4626
|
+
response_types_map=_response_types_map,
|
|
4627
|
+
).data
|
|
4628
|
+
|
|
4629
|
+
|
|
4630
|
+
@validate_call
|
|
4631
|
+
def core_authenticated_sessions_bulk_delete_destroy_with_http_info(
|
|
4632
|
+
self,
|
|
4633
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4634
|
+
_request_timeout: Union[
|
|
4635
|
+
None,
|
|
4636
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4637
|
+
Tuple[
|
|
4638
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4639
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4640
|
+
]
|
|
4641
|
+
] = None,
|
|
4642
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4643
|
+
_content_type: Optional[StrictStr] = None,
|
|
4644
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4645
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4646
|
+
) -> ApiResponse[BulkDeleteSessionResponse]:
|
|
4647
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4648
|
+
|
|
4649
|
+
Bulk revoke all sessions for multiple users
|
|
4650
|
+
|
|
4651
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4652
|
+
:type user_pks: List[int]
|
|
4653
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4654
|
+
number provided, it will be total request
|
|
4655
|
+
timeout. It can also be a pair (tuple) of
|
|
4656
|
+
(connection, read) timeouts.
|
|
4657
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4658
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4659
|
+
request; this effectively ignores the
|
|
4660
|
+
authentication in the spec for a single request.
|
|
4661
|
+
:type _request_auth: dict, optional
|
|
4662
|
+
:param _content_type: force content-type for the request.
|
|
4663
|
+
:type _content_type: str, Optional
|
|
4664
|
+
:param _headers: set to override the headers for a single
|
|
4665
|
+
request; this effectively ignores the headers
|
|
4666
|
+
in the spec for a single request.
|
|
4667
|
+
:type _headers: dict, optional
|
|
4668
|
+
:param _host_index: set to override the host_index for a single
|
|
4669
|
+
request; this effectively ignores the host_index
|
|
4670
|
+
in the spec for a single request.
|
|
4671
|
+
:type _host_index: int, optional
|
|
4672
|
+
:return: Returns the result object.
|
|
4673
|
+
""" # noqa: E501
|
|
4674
|
+
|
|
4675
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4676
|
+
user_pks=user_pks,
|
|
4677
|
+
_request_auth=_request_auth,
|
|
4678
|
+
_content_type=_content_type,
|
|
4679
|
+
_headers=_headers,
|
|
4680
|
+
_host_index=_host_index
|
|
4681
|
+
)
|
|
4682
|
+
|
|
4683
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4684
|
+
'200': "BulkDeleteSessionResponse",
|
|
4685
|
+
'400': "ValidationError",
|
|
4686
|
+
'403': "GenericError",
|
|
4687
|
+
}
|
|
4688
|
+
response_data = self.api_client.call_api(
|
|
4689
|
+
*_param,
|
|
4690
|
+
_request_timeout=_request_timeout
|
|
4691
|
+
)
|
|
4692
|
+
response_data.read()
|
|
4693
|
+
return self.api_client.response_deserialize(
|
|
4694
|
+
response_data=response_data,
|
|
4695
|
+
response_types_map=_response_types_map,
|
|
4696
|
+
)
|
|
4697
|
+
|
|
4698
|
+
|
|
4699
|
+
@validate_call
|
|
4700
|
+
def core_authenticated_sessions_bulk_delete_destroy_without_preload_content(
|
|
4701
|
+
self,
|
|
4702
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4703
|
+
_request_timeout: Union[
|
|
4704
|
+
None,
|
|
4705
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4706
|
+
Tuple[
|
|
4707
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4708
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4709
|
+
]
|
|
4710
|
+
] = None,
|
|
4711
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4712
|
+
_content_type: Optional[StrictStr] = None,
|
|
4713
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4714
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4715
|
+
) -> RESTResponseType:
|
|
4716
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4717
|
+
|
|
4718
|
+
Bulk revoke all sessions for multiple users
|
|
4719
|
+
|
|
4720
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4721
|
+
:type user_pks: List[int]
|
|
4722
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4723
|
+
number provided, it will be total request
|
|
4724
|
+
timeout. It can also be a pair (tuple) of
|
|
4725
|
+
(connection, read) timeouts.
|
|
4726
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4727
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4728
|
+
request; this effectively ignores the
|
|
4729
|
+
authentication in the spec for a single request.
|
|
4730
|
+
:type _request_auth: dict, optional
|
|
4731
|
+
:param _content_type: force content-type for the request.
|
|
4732
|
+
:type _content_type: str, Optional
|
|
4733
|
+
:param _headers: set to override the headers for a single
|
|
4734
|
+
request; this effectively ignores the headers
|
|
4735
|
+
in the spec for a single request.
|
|
4736
|
+
:type _headers: dict, optional
|
|
4737
|
+
:param _host_index: set to override the host_index for a single
|
|
4738
|
+
request; this effectively ignores the host_index
|
|
4739
|
+
in the spec for a single request.
|
|
4740
|
+
:type _host_index: int, optional
|
|
4741
|
+
:return: Returns the result object.
|
|
4742
|
+
""" # noqa: E501
|
|
4743
|
+
|
|
4744
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4745
|
+
user_pks=user_pks,
|
|
4746
|
+
_request_auth=_request_auth,
|
|
4747
|
+
_content_type=_content_type,
|
|
4748
|
+
_headers=_headers,
|
|
4749
|
+
_host_index=_host_index
|
|
4750
|
+
)
|
|
4751
|
+
|
|
4752
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4753
|
+
'200': "BulkDeleteSessionResponse",
|
|
4754
|
+
'400': "ValidationError",
|
|
4755
|
+
'403': "GenericError",
|
|
4756
|
+
}
|
|
4757
|
+
response_data = self.api_client.call_api(
|
|
4758
|
+
*_param,
|
|
4759
|
+
_request_timeout=_request_timeout
|
|
4760
|
+
)
|
|
4761
|
+
return response_data.response
|
|
4762
|
+
|
|
4763
|
+
|
|
4764
|
+
def _core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4765
|
+
self,
|
|
4766
|
+
user_pks,
|
|
4767
|
+
_request_auth,
|
|
4768
|
+
_content_type,
|
|
4769
|
+
_headers,
|
|
4770
|
+
_host_index,
|
|
4771
|
+
) -> RequestSerialized:
|
|
4772
|
+
|
|
4773
|
+
_host = None
|
|
4774
|
+
|
|
4775
|
+
_collection_formats: Dict[str, str] = {
|
|
4776
|
+
'user_pks': 'multi',
|
|
4777
|
+
}
|
|
4778
|
+
|
|
4779
|
+
_path_params: Dict[str, str] = {}
|
|
4780
|
+
_query_params: List[Tuple[str, str]] = []
|
|
4781
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
4782
|
+
_form_params: List[Tuple[str, str]] = []
|
|
4783
|
+
_files: Dict[
|
|
4784
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
4785
|
+
] = {}
|
|
4786
|
+
_body_params: Optional[bytes] = None
|
|
4787
|
+
|
|
4788
|
+
# process the path parameters
|
|
4789
|
+
# process the query parameters
|
|
4790
|
+
if user_pks is not None:
|
|
4791
|
+
|
|
4792
|
+
_query_params.append(('user_pks', user_pks))
|
|
4793
|
+
|
|
4794
|
+
# process the header parameters
|
|
4795
|
+
# process the form parameters
|
|
4796
|
+
# process the body parameter
|
|
4797
|
+
|
|
4798
|
+
|
|
4799
|
+
# set the HTTP header `Accept`
|
|
4800
|
+
if 'Accept' not in _header_params:
|
|
4801
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4802
|
+
[
|
|
4803
|
+
'application/json'
|
|
4804
|
+
]
|
|
4805
|
+
)
|
|
4806
|
+
|
|
4807
|
+
|
|
4808
|
+
# authentication setting
|
|
4809
|
+
_auth_settings: List[str] = [
|
|
4810
|
+
'authentik'
|
|
4811
|
+
]
|
|
4812
|
+
|
|
4813
|
+
return self.api_client.param_serialize(
|
|
4814
|
+
method='DELETE',
|
|
4815
|
+
resource_path='/core/authenticated_sessions/bulk_delete/',
|
|
4816
|
+
path_params=_path_params,
|
|
4817
|
+
query_params=_query_params,
|
|
4818
|
+
header_params=_header_params,
|
|
4819
|
+
body=_body_params,
|
|
4820
|
+
post_params=_form_params,
|
|
4821
|
+
files=_files,
|
|
4822
|
+
auth_settings=_auth_settings,
|
|
4823
|
+
collection_formats=_collection_formats,
|
|
4824
|
+
_host=_host,
|
|
4825
|
+
_request_auth=_request_auth
|
|
4826
|
+
)
|
|
4827
|
+
|
|
4828
|
+
|
|
4829
|
+
|
|
4830
|
+
|
|
4558
4831
|
@validate_call
|
|
4559
4832
|
def core_authenticated_sessions_destroy(
|
|
4560
4833
|
self,
|
|
@@ -4577,7 +4850,7 @@ class CoreApi:
|
|
|
4577
4850
|
AuthenticatedSession Viewset
|
|
4578
4851
|
|
|
4579
4852
|
:param uuid: (required)
|
|
4580
|
-
:type uuid:
|
|
4853
|
+
:type uuid: UUID
|
|
4581
4854
|
:param _request_timeout: timeout setting for this request. If one
|
|
4582
4855
|
number provided, it will be total request
|
|
4583
4856
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4646,7 +4919,7 @@ class CoreApi:
|
|
|
4646
4919
|
AuthenticatedSession Viewset
|
|
4647
4920
|
|
|
4648
4921
|
:param uuid: (required)
|
|
4649
|
-
:type uuid:
|
|
4922
|
+
:type uuid: UUID
|
|
4650
4923
|
:param _request_timeout: timeout setting for this request. If one
|
|
4651
4924
|
number provided, it will be total request
|
|
4652
4925
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4715,7 +4988,7 @@ class CoreApi:
|
|
|
4715
4988
|
AuthenticatedSession Viewset
|
|
4716
4989
|
|
|
4717
4990
|
:param uuid: (required)
|
|
4718
|
-
:type uuid:
|
|
4991
|
+
:type uuid: UUID
|
|
4719
4992
|
:param _request_timeout: timeout setting for this request. If one
|
|
4720
4993
|
number provided, it will be total request
|
|
4721
4994
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5215,7 +5488,7 @@ class CoreApi:
|
|
|
5215
5488
|
AuthenticatedSession Viewset
|
|
5216
5489
|
|
|
5217
5490
|
:param uuid: (required)
|
|
5218
|
-
:type uuid:
|
|
5491
|
+
:type uuid: UUID
|
|
5219
5492
|
:param _request_timeout: timeout setting for this request. If one
|
|
5220
5493
|
number provided, it will be total request
|
|
5221
5494
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5284,7 +5557,7 @@ class CoreApi:
|
|
|
5284
5557
|
AuthenticatedSession Viewset
|
|
5285
5558
|
|
|
5286
5559
|
:param uuid: (required)
|
|
5287
|
-
:type uuid:
|
|
5560
|
+
:type uuid: UUID
|
|
5288
5561
|
:param _request_timeout: timeout setting for this request. If one
|
|
5289
5562
|
number provided, it will be total request
|
|
5290
5563
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5353,7 +5626,7 @@ class CoreApi:
|
|
|
5353
5626
|
AuthenticatedSession Viewset
|
|
5354
5627
|
|
|
5355
5628
|
:param uuid: (required)
|
|
5356
|
-
:type uuid:
|
|
5629
|
+
:type uuid: UUID
|
|
5357
5630
|
:param _request_timeout: timeout setting for this request. If one
|
|
5358
5631
|
number provided, it will be total request
|
|
5359
5632
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5482,7 +5755,7 @@ class CoreApi:
|
|
|
5482
5755
|
Get a list of all objects that use this object
|
|
5483
5756
|
|
|
5484
5757
|
:param uuid: (required)
|
|
5485
|
-
:type uuid:
|
|
5758
|
+
:type uuid: UUID
|
|
5486
5759
|
:param _request_timeout: timeout setting for this request. If one
|
|
5487
5760
|
number provided, it will be total request
|
|
5488
5761
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5551,7 +5824,7 @@ class CoreApi:
|
|
|
5551
5824
|
Get a list of all objects that use this object
|
|
5552
5825
|
|
|
5553
5826
|
:param uuid: (required)
|
|
5554
|
-
:type uuid:
|
|
5827
|
+
:type uuid: UUID
|
|
5555
5828
|
:param _request_timeout: timeout setting for this request. If one
|
|
5556
5829
|
number provided, it will be total request
|
|
5557
5830
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5620,7 +5893,7 @@ class CoreApi:
|
|
|
5620
5893
|
Get a list of all objects that use this object
|
|
5621
5894
|
|
|
5622
5895
|
:param uuid: (required)
|
|
5623
|
-
:type uuid:
|
|
5896
|
+
:type uuid: UUID
|
|
5624
5897
|
:param _request_timeout: timeout setting for this request. If one
|
|
5625
5898
|
number provided, it will be total request
|
|
5626
5899
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6281,7 +6554,7 @@ class CoreApi:
|
|
|
6281
6554
|
Brand Viewset
|
|
6282
6555
|
|
|
6283
6556
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6284
|
-
:type brand_uuid:
|
|
6557
|
+
:type brand_uuid: UUID
|
|
6285
6558
|
:param _request_timeout: timeout setting for this request. If one
|
|
6286
6559
|
number provided, it will be total request
|
|
6287
6560
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6350,7 +6623,7 @@ class CoreApi:
|
|
|
6350
6623
|
Brand Viewset
|
|
6351
6624
|
|
|
6352
6625
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6353
|
-
:type brand_uuid:
|
|
6626
|
+
:type brand_uuid: UUID
|
|
6354
6627
|
:param _request_timeout: timeout setting for this request. If one
|
|
6355
6628
|
number provided, it will be total request
|
|
6356
6629
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6419,7 +6692,7 @@ class CoreApi:
|
|
|
6419
6692
|
Brand Viewset
|
|
6420
6693
|
|
|
6421
6694
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6422
|
-
:type brand_uuid:
|
|
6695
|
+
:type brand_uuid: UUID
|
|
6423
6696
|
:param _request_timeout: timeout setting for this request. If one
|
|
6424
6697
|
number provided, it will be total request
|
|
6425
6698
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6566,7 +6839,7 @@ class CoreApi:
|
|
|
6566
6839
|
Brand Viewset
|
|
6567
6840
|
|
|
6568
6841
|
:param brand_uuid:
|
|
6569
|
-
:type brand_uuid:
|
|
6842
|
+
:type brand_uuid: UUID
|
|
6570
6843
|
:param branding_default_flow_background:
|
|
6571
6844
|
:type branding_default_flow_background: str
|
|
6572
6845
|
:param branding_favicon:
|
|
@@ -6576,23 +6849,23 @@ class CoreApi:
|
|
|
6576
6849
|
:param branding_title:
|
|
6577
6850
|
:type branding_title: str
|
|
6578
6851
|
:param client_certificates:
|
|
6579
|
-
:type client_certificates: List[
|
|
6852
|
+
:type client_certificates: List[UUID]
|
|
6580
6853
|
:param default:
|
|
6581
6854
|
:type default: bool
|
|
6582
6855
|
:param domain:
|
|
6583
6856
|
:type domain: str
|
|
6584
6857
|
:param flow_authentication:
|
|
6585
|
-
:type flow_authentication:
|
|
6858
|
+
:type flow_authentication: UUID
|
|
6586
6859
|
:param flow_device_code:
|
|
6587
|
-
:type flow_device_code:
|
|
6860
|
+
:type flow_device_code: UUID
|
|
6588
6861
|
:param flow_invalidation:
|
|
6589
|
-
:type flow_invalidation:
|
|
6862
|
+
:type flow_invalidation: UUID
|
|
6590
6863
|
:param flow_recovery:
|
|
6591
|
-
:type flow_recovery:
|
|
6864
|
+
:type flow_recovery: UUID
|
|
6592
6865
|
:param flow_unenrollment:
|
|
6593
|
-
:type flow_unenrollment:
|
|
6866
|
+
:type flow_unenrollment: UUID
|
|
6594
6867
|
:param flow_user_settings:
|
|
6595
|
-
:type flow_user_settings:
|
|
6868
|
+
:type flow_user_settings: UUID
|
|
6596
6869
|
:param ordering: Which field to use when ordering the results.
|
|
6597
6870
|
:type ordering: str
|
|
6598
6871
|
:param page: A page number within the paginated result set.
|
|
@@ -6602,7 +6875,7 @@ class CoreApi:
|
|
|
6602
6875
|
:param search: A search term.
|
|
6603
6876
|
:type search: str
|
|
6604
6877
|
:param web_certificate:
|
|
6605
|
-
:type web_certificate:
|
|
6878
|
+
:type web_certificate: UUID
|
|
6606
6879
|
:param _request_timeout: timeout setting for this request. If one
|
|
6607
6880
|
number provided, it will be total request
|
|
6608
6881
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6707,7 +6980,7 @@ class CoreApi:
|
|
|
6707
6980
|
Brand Viewset
|
|
6708
6981
|
|
|
6709
6982
|
:param brand_uuid:
|
|
6710
|
-
:type brand_uuid:
|
|
6983
|
+
:type brand_uuid: UUID
|
|
6711
6984
|
:param branding_default_flow_background:
|
|
6712
6985
|
:type branding_default_flow_background: str
|
|
6713
6986
|
:param branding_favicon:
|
|
@@ -6717,23 +6990,23 @@ class CoreApi:
|
|
|
6717
6990
|
:param branding_title:
|
|
6718
6991
|
:type branding_title: str
|
|
6719
6992
|
:param client_certificates:
|
|
6720
|
-
:type client_certificates: List[
|
|
6993
|
+
:type client_certificates: List[UUID]
|
|
6721
6994
|
:param default:
|
|
6722
6995
|
:type default: bool
|
|
6723
6996
|
:param domain:
|
|
6724
6997
|
:type domain: str
|
|
6725
6998
|
:param flow_authentication:
|
|
6726
|
-
:type flow_authentication:
|
|
6999
|
+
:type flow_authentication: UUID
|
|
6727
7000
|
:param flow_device_code:
|
|
6728
|
-
:type flow_device_code:
|
|
7001
|
+
:type flow_device_code: UUID
|
|
6729
7002
|
:param flow_invalidation:
|
|
6730
|
-
:type flow_invalidation:
|
|
7003
|
+
:type flow_invalidation: UUID
|
|
6731
7004
|
:param flow_recovery:
|
|
6732
|
-
:type flow_recovery:
|
|
7005
|
+
:type flow_recovery: UUID
|
|
6733
7006
|
:param flow_unenrollment:
|
|
6734
|
-
:type flow_unenrollment:
|
|
7007
|
+
:type flow_unenrollment: UUID
|
|
6735
7008
|
:param flow_user_settings:
|
|
6736
|
-
:type flow_user_settings:
|
|
7009
|
+
:type flow_user_settings: UUID
|
|
6737
7010
|
:param ordering: Which field to use when ordering the results.
|
|
6738
7011
|
:type ordering: str
|
|
6739
7012
|
:param page: A page number within the paginated result set.
|
|
@@ -6743,7 +7016,7 @@ class CoreApi:
|
|
|
6743
7016
|
:param search: A search term.
|
|
6744
7017
|
:type search: str
|
|
6745
7018
|
:param web_certificate:
|
|
6746
|
-
:type web_certificate:
|
|
7019
|
+
:type web_certificate: UUID
|
|
6747
7020
|
:param _request_timeout: timeout setting for this request. If one
|
|
6748
7021
|
number provided, it will be total request
|
|
6749
7022
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6848,7 +7121,7 @@ class CoreApi:
|
|
|
6848
7121
|
Brand Viewset
|
|
6849
7122
|
|
|
6850
7123
|
:param brand_uuid:
|
|
6851
|
-
:type brand_uuid:
|
|
7124
|
+
:type brand_uuid: UUID
|
|
6852
7125
|
:param branding_default_flow_background:
|
|
6853
7126
|
:type branding_default_flow_background: str
|
|
6854
7127
|
:param branding_favicon:
|
|
@@ -6858,23 +7131,23 @@ class CoreApi:
|
|
|
6858
7131
|
:param branding_title:
|
|
6859
7132
|
:type branding_title: str
|
|
6860
7133
|
:param client_certificates:
|
|
6861
|
-
:type client_certificates: List[
|
|
7134
|
+
:type client_certificates: List[UUID]
|
|
6862
7135
|
:param default:
|
|
6863
7136
|
:type default: bool
|
|
6864
7137
|
:param domain:
|
|
6865
7138
|
:type domain: str
|
|
6866
7139
|
:param flow_authentication:
|
|
6867
|
-
:type flow_authentication:
|
|
7140
|
+
:type flow_authentication: UUID
|
|
6868
7141
|
:param flow_device_code:
|
|
6869
|
-
:type flow_device_code:
|
|
7142
|
+
:type flow_device_code: UUID
|
|
6870
7143
|
:param flow_invalidation:
|
|
6871
|
-
:type flow_invalidation:
|
|
7144
|
+
:type flow_invalidation: UUID
|
|
6872
7145
|
:param flow_recovery:
|
|
6873
|
-
:type flow_recovery:
|
|
7146
|
+
:type flow_recovery: UUID
|
|
6874
7147
|
:param flow_unenrollment:
|
|
6875
|
-
:type flow_unenrollment:
|
|
7148
|
+
:type flow_unenrollment: UUID
|
|
6876
7149
|
:param flow_user_settings:
|
|
6877
|
-
:type flow_user_settings:
|
|
7150
|
+
:type flow_user_settings: UUID
|
|
6878
7151
|
:param ordering: Which field to use when ordering the results.
|
|
6879
7152
|
:type ordering: str
|
|
6880
7153
|
:param page: A page number within the paginated result set.
|
|
@@ -6884,7 +7157,7 @@ class CoreApi:
|
|
|
6884
7157
|
:param search: A search term.
|
|
6885
7158
|
:type search: str
|
|
6886
7159
|
:param web_certificate:
|
|
6887
|
-
:type web_certificate:
|
|
7160
|
+
:type web_certificate: UUID
|
|
6888
7161
|
:param _request_timeout: timeout setting for this request. If one
|
|
6889
7162
|
number provided, it will be total request
|
|
6890
7163
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7125,7 +7398,7 @@ class CoreApi:
|
|
|
7125
7398
|
Brand Viewset
|
|
7126
7399
|
|
|
7127
7400
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7128
|
-
:type brand_uuid:
|
|
7401
|
+
:type brand_uuid: UUID
|
|
7129
7402
|
:param patched_brand_request:
|
|
7130
7403
|
:type patched_brand_request: PatchedBrandRequest
|
|
7131
7404
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7198,7 +7471,7 @@ class CoreApi:
|
|
|
7198
7471
|
Brand Viewset
|
|
7199
7472
|
|
|
7200
7473
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7201
|
-
:type brand_uuid:
|
|
7474
|
+
:type brand_uuid: UUID
|
|
7202
7475
|
:param patched_brand_request:
|
|
7203
7476
|
:type patched_brand_request: PatchedBrandRequest
|
|
7204
7477
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7271,7 +7544,7 @@ class CoreApi:
|
|
|
7271
7544
|
Brand Viewset
|
|
7272
7545
|
|
|
7273
7546
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7274
|
-
:type brand_uuid:
|
|
7547
|
+
:type brand_uuid: UUID
|
|
7275
7548
|
:param patched_brand_request:
|
|
7276
7549
|
:type patched_brand_request: PatchedBrandRequest
|
|
7277
7550
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7419,7 +7692,7 @@ class CoreApi:
|
|
|
7419
7692
|
Brand Viewset
|
|
7420
7693
|
|
|
7421
7694
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7422
|
-
:type brand_uuid:
|
|
7695
|
+
:type brand_uuid: UUID
|
|
7423
7696
|
:param _request_timeout: timeout setting for this request. If one
|
|
7424
7697
|
number provided, it will be total request
|
|
7425
7698
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7488,7 +7761,7 @@ class CoreApi:
|
|
|
7488
7761
|
Brand Viewset
|
|
7489
7762
|
|
|
7490
7763
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7491
|
-
:type brand_uuid:
|
|
7764
|
+
:type brand_uuid: UUID
|
|
7492
7765
|
:param _request_timeout: timeout setting for this request. If one
|
|
7493
7766
|
number provided, it will be total request
|
|
7494
7767
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7557,7 +7830,7 @@ class CoreApi:
|
|
|
7557
7830
|
Brand Viewset
|
|
7558
7831
|
|
|
7559
7832
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7560
|
-
:type brand_uuid:
|
|
7833
|
+
:type brand_uuid: UUID
|
|
7561
7834
|
:param _request_timeout: timeout setting for this request. If one
|
|
7562
7835
|
number provided, it will be total request
|
|
7563
7836
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7687,7 +7960,7 @@ class CoreApi:
|
|
|
7687
7960
|
Brand Viewset
|
|
7688
7961
|
|
|
7689
7962
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7690
|
-
:type brand_uuid:
|
|
7963
|
+
:type brand_uuid: UUID
|
|
7691
7964
|
:param brand_request: (required)
|
|
7692
7965
|
:type brand_request: BrandRequest
|
|
7693
7966
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7760,7 +8033,7 @@ class CoreApi:
|
|
|
7760
8033
|
Brand Viewset
|
|
7761
8034
|
|
|
7762
8035
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7763
|
-
:type brand_uuid:
|
|
8036
|
+
:type brand_uuid: UUID
|
|
7764
8037
|
:param brand_request: (required)
|
|
7765
8038
|
:type brand_request: BrandRequest
|
|
7766
8039
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7833,7 +8106,7 @@ class CoreApi:
|
|
|
7833
8106
|
Brand Viewset
|
|
7834
8107
|
|
|
7835
8108
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7836
|
-
:type brand_uuid:
|
|
8109
|
+
:type brand_uuid: UUID
|
|
7837
8110
|
:param brand_request: (required)
|
|
7838
8111
|
:type brand_request: BrandRequest
|
|
7839
8112
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7981,7 +8254,7 @@ class CoreApi:
|
|
|
7981
8254
|
Get a list of all objects that use this object
|
|
7982
8255
|
|
|
7983
8256
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7984
|
-
:type brand_uuid:
|
|
8257
|
+
:type brand_uuid: UUID
|
|
7985
8258
|
:param _request_timeout: timeout setting for this request. If one
|
|
7986
8259
|
number provided, it will be total request
|
|
7987
8260
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8050,7 +8323,7 @@ class CoreApi:
|
|
|
8050
8323
|
Get a list of all objects that use this object
|
|
8051
8324
|
|
|
8052
8325
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
8053
|
-
:type brand_uuid:
|
|
8326
|
+
:type brand_uuid: UUID
|
|
8054
8327
|
:param _request_timeout: timeout setting for this request. If one
|
|
8055
8328
|
number provided, it will be total request
|
|
8056
8329
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8119,7 +8392,7 @@ class CoreApi:
|
|
|
8119
8392
|
Get a list of all objects that use this object
|
|
8120
8393
|
|
|
8121
8394
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
8122
|
-
:type brand_uuid:
|
|
8395
|
+
:type brand_uuid: UUID
|
|
8123
8396
|
:param _request_timeout: timeout setting for this request. If one
|
|
8124
8397
|
number provided, it will be total request
|
|
8125
8398
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8249,7 +8522,7 @@ class CoreApi:
|
|
|
8249
8522
|
Add user to group
|
|
8250
8523
|
|
|
8251
8524
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8252
|
-
:type group_uuid:
|
|
8525
|
+
:type group_uuid: UUID
|
|
8253
8526
|
:param user_account_request: (required)
|
|
8254
8527
|
:type user_account_request: UserAccountRequest
|
|
8255
8528
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8323,7 +8596,7 @@ class CoreApi:
|
|
|
8323
8596
|
Add user to group
|
|
8324
8597
|
|
|
8325
8598
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8326
|
-
:type group_uuid:
|
|
8599
|
+
:type group_uuid: UUID
|
|
8327
8600
|
:param user_account_request: (required)
|
|
8328
8601
|
:type user_account_request: UserAccountRequest
|
|
8329
8602
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8397,7 +8670,7 @@ class CoreApi:
|
|
|
8397
8670
|
Add user to group
|
|
8398
8671
|
|
|
8399
8672
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8400
|
-
:type group_uuid:
|
|
8673
|
+
:type group_uuid: UUID
|
|
8401
8674
|
:param user_account_request: (required)
|
|
8402
8675
|
:type user_account_request: UserAccountRequest
|
|
8403
8676
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8826,7 +9099,7 @@ class CoreApi:
|
|
|
8826
9099
|
Group Viewset
|
|
8827
9100
|
|
|
8828
9101
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8829
|
-
:type group_uuid:
|
|
9102
|
+
:type group_uuid: UUID
|
|
8830
9103
|
:param _request_timeout: timeout setting for this request. If one
|
|
8831
9104
|
number provided, it will be total request
|
|
8832
9105
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8895,7 +9168,7 @@ class CoreApi:
|
|
|
8895
9168
|
Group Viewset
|
|
8896
9169
|
|
|
8897
9170
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8898
|
-
:type group_uuid:
|
|
9171
|
+
:type group_uuid: UUID
|
|
8899
9172
|
:param _request_timeout: timeout setting for this request. If one
|
|
8900
9173
|
number provided, it will be total request
|
|
8901
9174
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8964,7 +9237,7 @@ class CoreApi:
|
|
|
8964
9237
|
Group Viewset
|
|
8965
9238
|
|
|
8966
9239
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8967
|
-
:type group_uuid:
|
|
9240
|
+
:type group_uuid: UUID
|
|
8968
9241
|
:param _request_timeout: timeout setting for this request. If one
|
|
8969
9242
|
number provided, it will be total request
|
|
8970
9243
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9569,7 +9842,7 @@ class CoreApi:
|
|
|
9569
9842
|
Group Viewset
|
|
9570
9843
|
|
|
9571
9844
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9572
|
-
:type group_uuid:
|
|
9845
|
+
:type group_uuid: UUID
|
|
9573
9846
|
:param patched_group_request:
|
|
9574
9847
|
:type patched_group_request: PatchedGroupRequest
|
|
9575
9848
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9642,7 +9915,7 @@ class CoreApi:
|
|
|
9642
9915
|
Group Viewset
|
|
9643
9916
|
|
|
9644
9917
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9645
|
-
:type group_uuid:
|
|
9918
|
+
:type group_uuid: UUID
|
|
9646
9919
|
:param patched_group_request:
|
|
9647
9920
|
:type patched_group_request: PatchedGroupRequest
|
|
9648
9921
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9715,7 +9988,7 @@ class CoreApi:
|
|
|
9715
9988
|
Group Viewset
|
|
9716
9989
|
|
|
9717
9990
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9718
|
-
:type group_uuid:
|
|
9991
|
+
:type group_uuid: UUID
|
|
9719
9992
|
:param patched_group_request:
|
|
9720
9993
|
:type patched_group_request: PatchedGroupRequest
|
|
9721
9994
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9864,7 +10137,7 @@ class CoreApi:
|
|
|
9864
10137
|
Remove user from group
|
|
9865
10138
|
|
|
9866
10139
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9867
|
-
:type group_uuid:
|
|
10140
|
+
:type group_uuid: UUID
|
|
9868
10141
|
:param user_account_request: (required)
|
|
9869
10142
|
:type user_account_request: UserAccountRequest
|
|
9870
10143
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9938,7 +10211,7 @@ class CoreApi:
|
|
|
9938
10211
|
Remove user from group
|
|
9939
10212
|
|
|
9940
10213
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9941
|
-
:type group_uuid:
|
|
10214
|
+
:type group_uuid: UUID
|
|
9942
10215
|
:param user_account_request: (required)
|
|
9943
10216
|
:type user_account_request: UserAccountRequest
|
|
9944
10217
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10012,7 +10285,7 @@ class CoreApi:
|
|
|
10012
10285
|
Remove user from group
|
|
10013
10286
|
|
|
10014
10287
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10015
|
-
:type group_uuid:
|
|
10288
|
+
:type group_uuid: UUID
|
|
10016
10289
|
:param user_account_request: (required)
|
|
10017
10290
|
:type user_account_request: UserAccountRequest
|
|
10018
10291
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10165,7 +10438,7 @@ class CoreApi:
|
|
|
10165
10438
|
Group Viewset
|
|
10166
10439
|
|
|
10167
10440
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10168
|
-
:type group_uuid:
|
|
10441
|
+
:type group_uuid: UUID
|
|
10169
10442
|
:param include_children:
|
|
10170
10443
|
:type include_children: bool
|
|
10171
10444
|
:param include_inherited_roles:
|
|
@@ -10250,7 +10523,7 @@ class CoreApi:
|
|
|
10250
10523
|
Group Viewset
|
|
10251
10524
|
|
|
10252
10525
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10253
|
-
:type group_uuid:
|
|
10526
|
+
:type group_uuid: UUID
|
|
10254
10527
|
:param include_children:
|
|
10255
10528
|
:type include_children: bool
|
|
10256
10529
|
:param include_inherited_roles:
|
|
@@ -10335,7 +10608,7 @@ class CoreApi:
|
|
|
10335
10608
|
Group Viewset
|
|
10336
10609
|
|
|
10337
10610
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10338
|
-
:type group_uuid:
|
|
10611
|
+
:type group_uuid: UUID
|
|
10339
10612
|
:param include_children:
|
|
10340
10613
|
:type include_children: bool
|
|
10341
10614
|
:param include_inherited_roles:
|
|
@@ -10497,7 +10770,7 @@ class CoreApi:
|
|
|
10497
10770
|
Group Viewset
|
|
10498
10771
|
|
|
10499
10772
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10500
|
-
:type group_uuid:
|
|
10773
|
+
:type group_uuid: UUID
|
|
10501
10774
|
:param group_request: (required)
|
|
10502
10775
|
:type group_request: GroupRequest
|
|
10503
10776
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10570,7 +10843,7 @@ class CoreApi:
|
|
|
10570
10843
|
Group Viewset
|
|
10571
10844
|
|
|
10572
10845
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10573
|
-
:type group_uuid:
|
|
10846
|
+
:type group_uuid: UUID
|
|
10574
10847
|
:param group_request: (required)
|
|
10575
10848
|
:type group_request: GroupRequest
|
|
10576
10849
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10643,7 +10916,7 @@ class CoreApi:
|
|
|
10643
10916
|
Group Viewset
|
|
10644
10917
|
|
|
10645
10918
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10646
|
-
:type group_uuid:
|
|
10919
|
+
:type group_uuid: UUID
|
|
10647
10920
|
:param group_request: (required)
|
|
10648
10921
|
:type group_request: GroupRequest
|
|
10649
10922
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10791,7 +11064,7 @@ class CoreApi:
|
|
|
10791
11064
|
Get a list of all objects that use this object
|
|
10792
11065
|
|
|
10793
11066
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10794
|
-
:type group_uuid:
|
|
11067
|
+
:type group_uuid: UUID
|
|
10795
11068
|
:param _request_timeout: timeout setting for this request. If one
|
|
10796
11069
|
number provided, it will be total request
|
|
10797
11070
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10860,7 +11133,7 @@ class CoreApi:
|
|
|
10860
11133
|
Get a list of all objects that use this object
|
|
10861
11134
|
|
|
10862
11135
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10863
|
-
:type group_uuid:
|
|
11136
|
+
:type group_uuid: UUID
|
|
10864
11137
|
:param _request_timeout: timeout setting for this request. If one
|
|
10865
11138
|
number provided, it will be total request
|
|
10866
11139
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10929,7 +11202,7 @@ class CoreApi:
|
|
|
10929
11202
|
Get a list of all objects that use this object
|
|
10930
11203
|
|
|
10931
11204
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10932
|
-
:type group_uuid:
|
|
11205
|
+
:type group_uuid: UUID
|
|
10933
11206
|
:param _request_timeout: timeout setting for this request. If one
|
|
10934
11207
|
number provided, it will be total request
|
|
10935
11208
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14297,7 +14570,7 @@ class CoreApi:
|
|
|
14297
14570
|
UserConsent Viewset
|
|
14298
14571
|
|
|
14299
14572
|
:param application:
|
|
14300
|
-
:type application:
|
|
14573
|
+
:type application: UUID
|
|
14301
14574
|
:param ordering: Which field to use when ordering the results.
|
|
14302
14575
|
:type ordering: str
|
|
14303
14576
|
:param page: A page number within the paginated result set.
|
|
@@ -14386,7 +14659,7 @@ class CoreApi:
|
|
|
14386
14659
|
UserConsent Viewset
|
|
14387
14660
|
|
|
14388
14661
|
:param application:
|
|
14389
|
-
:type application:
|
|
14662
|
+
:type application: UUID
|
|
14390
14663
|
:param ordering: Which field to use when ordering the results.
|
|
14391
14664
|
:type ordering: str
|
|
14392
14665
|
:param page: A page number within the paginated result set.
|
|
@@ -14475,7 +14748,7 @@ class CoreApi:
|
|
|
14475
14748
|
UserConsent Viewset
|
|
14476
14749
|
|
|
14477
14750
|
:param application:
|
|
14478
|
-
:type application:
|
|
14751
|
+
:type application: UUID
|
|
14479
14752
|
:param ordering: Which field to use when ordering the results.
|
|
14480
14753
|
:type ordering: str
|
|
14481
14754
|
:param page: A page number within the paginated result set.
|
|
@@ -15717,6 +15990,10 @@ class CoreApi:
|
|
|
15717
15990
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
15718
15991
|
is_active: Optional[StrictBool] = None,
|
|
15719
15992
|
is_superuser: Optional[StrictBool] = None,
|
|
15993
|
+
last_login: Optional[datetime] = None,
|
|
15994
|
+
last_login__gt: Optional[datetime] = None,
|
|
15995
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
15996
|
+
last_login__lt: Optional[datetime] = None,
|
|
15720
15997
|
last_updated: Optional[datetime] = None,
|
|
15721
15998
|
last_updated__gt: Optional[datetime] = None,
|
|
15722
15999
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -15760,11 +16037,19 @@ class CoreApi:
|
|
|
15760
16037
|
:param groups_by_name:
|
|
15761
16038
|
:type groups_by_name: List[str]
|
|
15762
16039
|
:param groups_by_pk:
|
|
15763
|
-
:type groups_by_pk: List[
|
|
16040
|
+
:type groups_by_pk: List[UUID]
|
|
15764
16041
|
:param is_active:
|
|
15765
16042
|
:type is_active: bool
|
|
15766
16043
|
:param is_superuser:
|
|
15767
16044
|
:type is_superuser: bool
|
|
16045
|
+
:param last_login:
|
|
16046
|
+
:type last_login: datetime
|
|
16047
|
+
:param last_login__gt:
|
|
16048
|
+
:type last_login__gt: datetime
|
|
16049
|
+
:param last_login__isnull:
|
|
16050
|
+
:type last_login__isnull: bool
|
|
16051
|
+
:param last_login__lt:
|
|
16052
|
+
:type last_login__lt: datetime
|
|
15768
16053
|
:param last_updated:
|
|
15769
16054
|
:type last_updated: datetime
|
|
15770
16055
|
:param last_updated__gt:
|
|
@@ -15782,7 +16067,7 @@ class CoreApi:
|
|
|
15782
16067
|
:param roles_by_name:
|
|
15783
16068
|
:type roles_by_name: List[str]
|
|
15784
16069
|
:param roles_by_pk:
|
|
15785
|
-
:type roles_by_pk: List[
|
|
16070
|
+
:type roles_by_pk: List[UUID]
|
|
15786
16071
|
:param search: A search term.
|
|
15787
16072
|
:type search: str
|
|
15788
16073
|
:param type:
|
|
@@ -15790,7 +16075,7 @@ class CoreApi:
|
|
|
15790
16075
|
:param username:
|
|
15791
16076
|
:type username: str
|
|
15792
16077
|
:param uuid:
|
|
15793
|
-
:type uuid:
|
|
16078
|
+
:type uuid: UUID
|
|
15794
16079
|
:param _request_timeout: timeout setting for this request. If one
|
|
15795
16080
|
number provided, it will be total request
|
|
15796
16081
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15823,6 +16108,10 @@ class CoreApi:
|
|
|
15823
16108
|
groups_by_pk=groups_by_pk,
|
|
15824
16109
|
is_active=is_active,
|
|
15825
16110
|
is_superuser=is_superuser,
|
|
16111
|
+
last_login=last_login,
|
|
16112
|
+
last_login__gt=last_login__gt,
|
|
16113
|
+
last_login__isnull=last_login__isnull,
|
|
16114
|
+
last_login__lt=last_login__lt,
|
|
15826
16115
|
last_updated=last_updated,
|
|
15827
16116
|
last_updated__gt=last_updated__gt,
|
|
15828
16117
|
last_updated__lt=last_updated__lt,
|
|
@@ -15870,6 +16159,10 @@ class CoreApi:
|
|
|
15870
16159
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
15871
16160
|
is_active: Optional[StrictBool] = None,
|
|
15872
16161
|
is_superuser: Optional[StrictBool] = None,
|
|
16162
|
+
last_login: Optional[datetime] = None,
|
|
16163
|
+
last_login__gt: Optional[datetime] = None,
|
|
16164
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
16165
|
+
last_login__lt: Optional[datetime] = None,
|
|
15873
16166
|
last_updated: Optional[datetime] = None,
|
|
15874
16167
|
last_updated__gt: Optional[datetime] = None,
|
|
15875
16168
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -15913,11 +16206,19 @@ class CoreApi:
|
|
|
15913
16206
|
:param groups_by_name:
|
|
15914
16207
|
:type groups_by_name: List[str]
|
|
15915
16208
|
:param groups_by_pk:
|
|
15916
|
-
:type groups_by_pk: List[
|
|
16209
|
+
:type groups_by_pk: List[UUID]
|
|
15917
16210
|
:param is_active:
|
|
15918
16211
|
:type is_active: bool
|
|
15919
16212
|
:param is_superuser:
|
|
15920
16213
|
:type is_superuser: bool
|
|
16214
|
+
:param last_login:
|
|
16215
|
+
:type last_login: datetime
|
|
16216
|
+
:param last_login__gt:
|
|
16217
|
+
:type last_login__gt: datetime
|
|
16218
|
+
:param last_login__isnull:
|
|
16219
|
+
:type last_login__isnull: bool
|
|
16220
|
+
:param last_login__lt:
|
|
16221
|
+
:type last_login__lt: datetime
|
|
15921
16222
|
:param last_updated:
|
|
15922
16223
|
:type last_updated: datetime
|
|
15923
16224
|
:param last_updated__gt:
|
|
@@ -15935,7 +16236,7 @@ class CoreApi:
|
|
|
15935
16236
|
:param roles_by_name:
|
|
15936
16237
|
:type roles_by_name: List[str]
|
|
15937
16238
|
:param roles_by_pk:
|
|
15938
|
-
:type roles_by_pk: List[
|
|
16239
|
+
:type roles_by_pk: List[UUID]
|
|
15939
16240
|
:param search: A search term.
|
|
15940
16241
|
:type search: str
|
|
15941
16242
|
:param type:
|
|
@@ -15943,7 +16244,7 @@ class CoreApi:
|
|
|
15943
16244
|
:param username:
|
|
15944
16245
|
:type username: str
|
|
15945
16246
|
:param uuid:
|
|
15946
|
-
:type uuid:
|
|
16247
|
+
:type uuid: UUID
|
|
15947
16248
|
:param _request_timeout: timeout setting for this request. If one
|
|
15948
16249
|
number provided, it will be total request
|
|
15949
16250
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15976,6 +16277,10 @@ class CoreApi:
|
|
|
15976
16277
|
groups_by_pk=groups_by_pk,
|
|
15977
16278
|
is_active=is_active,
|
|
15978
16279
|
is_superuser=is_superuser,
|
|
16280
|
+
last_login=last_login,
|
|
16281
|
+
last_login__gt=last_login__gt,
|
|
16282
|
+
last_login__isnull=last_login__isnull,
|
|
16283
|
+
last_login__lt=last_login__lt,
|
|
15979
16284
|
last_updated=last_updated,
|
|
15980
16285
|
last_updated__gt=last_updated__gt,
|
|
15981
16286
|
last_updated__lt=last_updated__lt,
|
|
@@ -16023,6 +16328,10 @@ class CoreApi:
|
|
|
16023
16328
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
16024
16329
|
is_active: Optional[StrictBool] = None,
|
|
16025
16330
|
is_superuser: Optional[StrictBool] = None,
|
|
16331
|
+
last_login: Optional[datetime] = None,
|
|
16332
|
+
last_login__gt: Optional[datetime] = None,
|
|
16333
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
16334
|
+
last_login__lt: Optional[datetime] = None,
|
|
16026
16335
|
last_updated: Optional[datetime] = None,
|
|
16027
16336
|
last_updated__gt: Optional[datetime] = None,
|
|
16028
16337
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -16066,11 +16375,19 @@ class CoreApi:
|
|
|
16066
16375
|
:param groups_by_name:
|
|
16067
16376
|
:type groups_by_name: List[str]
|
|
16068
16377
|
:param groups_by_pk:
|
|
16069
|
-
:type groups_by_pk: List[
|
|
16378
|
+
:type groups_by_pk: List[UUID]
|
|
16070
16379
|
:param is_active:
|
|
16071
16380
|
:type is_active: bool
|
|
16072
16381
|
:param is_superuser:
|
|
16073
16382
|
:type is_superuser: bool
|
|
16383
|
+
:param last_login:
|
|
16384
|
+
:type last_login: datetime
|
|
16385
|
+
:param last_login__gt:
|
|
16386
|
+
:type last_login__gt: datetime
|
|
16387
|
+
:param last_login__isnull:
|
|
16388
|
+
:type last_login__isnull: bool
|
|
16389
|
+
:param last_login__lt:
|
|
16390
|
+
:type last_login__lt: datetime
|
|
16074
16391
|
:param last_updated:
|
|
16075
16392
|
:type last_updated: datetime
|
|
16076
16393
|
:param last_updated__gt:
|
|
@@ -16088,7 +16405,7 @@ class CoreApi:
|
|
|
16088
16405
|
:param roles_by_name:
|
|
16089
16406
|
:type roles_by_name: List[str]
|
|
16090
16407
|
:param roles_by_pk:
|
|
16091
|
-
:type roles_by_pk: List[
|
|
16408
|
+
:type roles_by_pk: List[UUID]
|
|
16092
16409
|
:param search: A search term.
|
|
16093
16410
|
:type search: str
|
|
16094
16411
|
:param type:
|
|
@@ -16096,7 +16413,7 @@ class CoreApi:
|
|
|
16096
16413
|
:param username:
|
|
16097
16414
|
:type username: str
|
|
16098
16415
|
:param uuid:
|
|
16099
|
-
:type uuid:
|
|
16416
|
+
:type uuid: UUID
|
|
16100
16417
|
:param _request_timeout: timeout setting for this request. If one
|
|
16101
16418
|
number provided, it will be total request
|
|
16102
16419
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16129,6 +16446,10 @@ class CoreApi:
|
|
|
16129
16446
|
groups_by_pk=groups_by_pk,
|
|
16130
16447
|
is_active=is_active,
|
|
16131
16448
|
is_superuser=is_superuser,
|
|
16449
|
+
last_login=last_login,
|
|
16450
|
+
last_login__gt=last_login__gt,
|
|
16451
|
+
last_login__isnull=last_login__isnull,
|
|
16452
|
+
last_login__lt=last_login__lt,
|
|
16132
16453
|
last_updated=last_updated,
|
|
16133
16454
|
last_updated__gt=last_updated__gt,
|
|
16134
16455
|
last_updated__lt=last_updated__lt,
|
|
@@ -16171,6 +16492,10 @@ class CoreApi:
|
|
|
16171
16492
|
groups_by_pk,
|
|
16172
16493
|
is_active,
|
|
16173
16494
|
is_superuser,
|
|
16495
|
+
last_login,
|
|
16496
|
+
last_login__gt,
|
|
16497
|
+
last_login__isnull,
|
|
16498
|
+
last_login__lt,
|
|
16174
16499
|
last_updated,
|
|
16175
16500
|
last_updated__gt,
|
|
16176
16501
|
last_updated__lt,
|
|
@@ -16274,6 +16599,49 @@ class CoreApi:
|
|
|
16274
16599
|
|
|
16275
16600
|
_query_params.append(('is_superuser', is_superuser))
|
|
16276
16601
|
|
|
16602
|
+
if last_login is not None:
|
|
16603
|
+
if isinstance(last_login, datetime):
|
|
16604
|
+
_query_params.append(
|
|
16605
|
+
(
|
|
16606
|
+
'last_login',
|
|
16607
|
+
last_login.strftime(
|
|
16608
|
+
self.api_client.configuration.datetime_format
|
|
16609
|
+
)
|
|
16610
|
+
)
|
|
16611
|
+
)
|
|
16612
|
+
else:
|
|
16613
|
+
_query_params.append(('last_login', last_login))
|
|
16614
|
+
|
|
16615
|
+
if last_login__gt is not None:
|
|
16616
|
+
if isinstance(last_login__gt, datetime):
|
|
16617
|
+
_query_params.append(
|
|
16618
|
+
(
|
|
16619
|
+
'last_login__gt',
|
|
16620
|
+
last_login__gt.strftime(
|
|
16621
|
+
self.api_client.configuration.datetime_format
|
|
16622
|
+
)
|
|
16623
|
+
)
|
|
16624
|
+
)
|
|
16625
|
+
else:
|
|
16626
|
+
_query_params.append(('last_login__gt', last_login__gt))
|
|
16627
|
+
|
|
16628
|
+
if last_login__isnull is not None:
|
|
16629
|
+
|
|
16630
|
+
_query_params.append(('last_login__isnull', last_login__isnull))
|
|
16631
|
+
|
|
16632
|
+
if last_login__lt is not None:
|
|
16633
|
+
if isinstance(last_login__lt, datetime):
|
|
16634
|
+
_query_params.append(
|
|
16635
|
+
(
|
|
16636
|
+
'last_login__lt',
|
|
16637
|
+
last_login__lt.strftime(
|
|
16638
|
+
self.api_client.configuration.datetime_format
|
|
16639
|
+
)
|
|
16640
|
+
)
|
|
16641
|
+
)
|
|
16642
|
+
else:
|
|
16643
|
+
_query_params.append(('last_login__lt', last_login__lt))
|
|
16644
|
+
|
|
16277
16645
|
if last_updated is not None:
|
|
16278
16646
|
if isinstance(last_updated, datetime):
|
|
16279
16647
|
_query_params.append(
|
|
@@ -16951,6 +17319,10 @@ class CoreApi:
|
|
|
16951
17319
|
include_roles: Optional[StrictBool] = None,
|
|
16952
17320
|
is_active: Optional[StrictBool] = None,
|
|
16953
17321
|
is_superuser: Optional[StrictBool] = None,
|
|
17322
|
+
last_login: Optional[datetime] = None,
|
|
17323
|
+
last_login__gt: Optional[datetime] = None,
|
|
17324
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17325
|
+
last_login__lt: Optional[datetime] = None,
|
|
16954
17326
|
last_updated: Optional[datetime] = None,
|
|
16955
17327
|
last_updated__gt: Optional[datetime] = None,
|
|
16956
17328
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -16996,7 +17368,7 @@ class CoreApi:
|
|
|
16996
17368
|
:param groups_by_name:
|
|
16997
17369
|
:type groups_by_name: List[str]
|
|
16998
17370
|
:param groups_by_pk:
|
|
16999
|
-
:type groups_by_pk: List[
|
|
17371
|
+
:type groups_by_pk: List[UUID]
|
|
17000
17372
|
:param include_groups:
|
|
17001
17373
|
:type include_groups: bool
|
|
17002
17374
|
:param include_roles:
|
|
@@ -17005,6 +17377,14 @@ class CoreApi:
|
|
|
17005
17377
|
:type is_active: bool
|
|
17006
17378
|
:param is_superuser:
|
|
17007
17379
|
:type is_superuser: bool
|
|
17380
|
+
:param last_login:
|
|
17381
|
+
:type last_login: datetime
|
|
17382
|
+
:param last_login__gt:
|
|
17383
|
+
:type last_login__gt: datetime
|
|
17384
|
+
:param last_login__isnull:
|
|
17385
|
+
:type last_login__isnull: bool
|
|
17386
|
+
:param last_login__lt:
|
|
17387
|
+
:type last_login__lt: datetime
|
|
17008
17388
|
:param last_updated:
|
|
17009
17389
|
:type last_updated: datetime
|
|
17010
17390
|
:param last_updated__gt:
|
|
@@ -17026,7 +17406,7 @@ class CoreApi:
|
|
|
17026
17406
|
:param roles_by_name:
|
|
17027
17407
|
:type roles_by_name: List[str]
|
|
17028
17408
|
:param roles_by_pk:
|
|
17029
|
-
:type roles_by_pk: List[
|
|
17409
|
+
:type roles_by_pk: List[UUID]
|
|
17030
17410
|
:param search: A search term.
|
|
17031
17411
|
:type search: str
|
|
17032
17412
|
:param type:
|
|
@@ -17034,7 +17414,7 @@ class CoreApi:
|
|
|
17034
17414
|
:param username:
|
|
17035
17415
|
:type username: str
|
|
17036
17416
|
:param uuid:
|
|
17037
|
-
:type uuid:
|
|
17417
|
+
:type uuid: UUID
|
|
17038
17418
|
:param _request_timeout: timeout setting for this request. If one
|
|
17039
17419
|
number provided, it will be total request
|
|
17040
17420
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17069,6 +17449,10 @@ class CoreApi:
|
|
|
17069
17449
|
include_roles=include_roles,
|
|
17070
17450
|
is_active=is_active,
|
|
17071
17451
|
is_superuser=is_superuser,
|
|
17452
|
+
last_login=last_login,
|
|
17453
|
+
last_login__gt=last_login__gt,
|
|
17454
|
+
last_login__isnull=last_login__isnull,
|
|
17455
|
+
last_login__lt=last_login__lt,
|
|
17072
17456
|
last_updated=last_updated,
|
|
17073
17457
|
last_updated__gt=last_updated__gt,
|
|
17074
17458
|
last_updated__lt=last_updated__lt,
|
|
@@ -17120,6 +17504,10 @@ class CoreApi:
|
|
|
17120
17504
|
include_roles: Optional[StrictBool] = None,
|
|
17121
17505
|
is_active: Optional[StrictBool] = None,
|
|
17122
17506
|
is_superuser: Optional[StrictBool] = None,
|
|
17507
|
+
last_login: Optional[datetime] = None,
|
|
17508
|
+
last_login__gt: Optional[datetime] = None,
|
|
17509
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17510
|
+
last_login__lt: Optional[datetime] = None,
|
|
17123
17511
|
last_updated: Optional[datetime] = None,
|
|
17124
17512
|
last_updated__gt: Optional[datetime] = None,
|
|
17125
17513
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -17165,7 +17553,7 @@ class CoreApi:
|
|
|
17165
17553
|
:param groups_by_name:
|
|
17166
17554
|
:type groups_by_name: List[str]
|
|
17167
17555
|
:param groups_by_pk:
|
|
17168
|
-
:type groups_by_pk: List[
|
|
17556
|
+
:type groups_by_pk: List[UUID]
|
|
17169
17557
|
:param include_groups:
|
|
17170
17558
|
:type include_groups: bool
|
|
17171
17559
|
:param include_roles:
|
|
@@ -17174,6 +17562,14 @@ class CoreApi:
|
|
|
17174
17562
|
:type is_active: bool
|
|
17175
17563
|
:param is_superuser:
|
|
17176
17564
|
:type is_superuser: bool
|
|
17565
|
+
:param last_login:
|
|
17566
|
+
:type last_login: datetime
|
|
17567
|
+
:param last_login__gt:
|
|
17568
|
+
:type last_login__gt: datetime
|
|
17569
|
+
:param last_login__isnull:
|
|
17570
|
+
:type last_login__isnull: bool
|
|
17571
|
+
:param last_login__lt:
|
|
17572
|
+
:type last_login__lt: datetime
|
|
17177
17573
|
:param last_updated:
|
|
17178
17574
|
:type last_updated: datetime
|
|
17179
17575
|
:param last_updated__gt:
|
|
@@ -17195,7 +17591,7 @@ class CoreApi:
|
|
|
17195
17591
|
:param roles_by_name:
|
|
17196
17592
|
:type roles_by_name: List[str]
|
|
17197
17593
|
:param roles_by_pk:
|
|
17198
|
-
:type roles_by_pk: List[
|
|
17594
|
+
:type roles_by_pk: List[UUID]
|
|
17199
17595
|
:param search: A search term.
|
|
17200
17596
|
:type search: str
|
|
17201
17597
|
:param type:
|
|
@@ -17203,7 +17599,7 @@ class CoreApi:
|
|
|
17203
17599
|
:param username:
|
|
17204
17600
|
:type username: str
|
|
17205
17601
|
:param uuid:
|
|
17206
|
-
:type uuid:
|
|
17602
|
+
:type uuid: UUID
|
|
17207
17603
|
:param _request_timeout: timeout setting for this request. If one
|
|
17208
17604
|
number provided, it will be total request
|
|
17209
17605
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17238,6 +17634,10 @@ class CoreApi:
|
|
|
17238
17634
|
include_roles=include_roles,
|
|
17239
17635
|
is_active=is_active,
|
|
17240
17636
|
is_superuser=is_superuser,
|
|
17637
|
+
last_login=last_login,
|
|
17638
|
+
last_login__gt=last_login__gt,
|
|
17639
|
+
last_login__isnull=last_login__isnull,
|
|
17640
|
+
last_login__lt=last_login__lt,
|
|
17241
17641
|
last_updated=last_updated,
|
|
17242
17642
|
last_updated__gt=last_updated__gt,
|
|
17243
17643
|
last_updated__lt=last_updated__lt,
|
|
@@ -17289,6 +17689,10 @@ class CoreApi:
|
|
|
17289
17689
|
include_roles: Optional[StrictBool] = None,
|
|
17290
17690
|
is_active: Optional[StrictBool] = None,
|
|
17291
17691
|
is_superuser: Optional[StrictBool] = None,
|
|
17692
|
+
last_login: Optional[datetime] = None,
|
|
17693
|
+
last_login__gt: Optional[datetime] = None,
|
|
17694
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17695
|
+
last_login__lt: Optional[datetime] = None,
|
|
17292
17696
|
last_updated: Optional[datetime] = None,
|
|
17293
17697
|
last_updated__gt: Optional[datetime] = None,
|
|
17294
17698
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -17334,7 +17738,7 @@ class CoreApi:
|
|
|
17334
17738
|
:param groups_by_name:
|
|
17335
17739
|
:type groups_by_name: List[str]
|
|
17336
17740
|
:param groups_by_pk:
|
|
17337
|
-
:type groups_by_pk: List[
|
|
17741
|
+
:type groups_by_pk: List[UUID]
|
|
17338
17742
|
:param include_groups:
|
|
17339
17743
|
:type include_groups: bool
|
|
17340
17744
|
:param include_roles:
|
|
@@ -17343,6 +17747,14 @@ class CoreApi:
|
|
|
17343
17747
|
:type is_active: bool
|
|
17344
17748
|
:param is_superuser:
|
|
17345
17749
|
:type is_superuser: bool
|
|
17750
|
+
:param last_login:
|
|
17751
|
+
:type last_login: datetime
|
|
17752
|
+
:param last_login__gt:
|
|
17753
|
+
:type last_login__gt: datetime
|
|
17754
|
+
:param last_login__isnull:
|
|
17755
|
+
:type last_login__isnull: bool
|
|
17756
|
+
:param last_login__lt:
|
|
17757
|
+
:type last_login__lt: datetime
|
|
17346
17758
|
:param last_updated:
|
|
17347
17759
|
:type last_updated: datetime
|
|
17348
17760
|
:param last_updated__gt:
|
|
@@ -17364,7 +17776,7 @@ class CoreApi:
|
|
|
17364
17776
|
:param roles_by_name:
|
|
17365
17777
|
:type roles_by_name: List[str]
|
|
17366
17778
|
:param roles_by_pk:
|
|
17367
|
-
:type roles_by_pk: List[
|
|
17779
|
+
:type roles_by_pk: List[UUID]
|
|
17368
17780
|
:param search: A search term.
|
|
17369
17781
|
:type search: str
|
|
17370
17782
|
:param type:
|
|
@@ -17372,7 +17784,7 @@ class CoreApi:
|
|
|
17372
17784
|
:param username:
|
|
17373
17785
|
:type username: str
|
|
17374
17786
|
:param uuid:
|
|
17375
|
-
:type uuid:
|
|
17787
|
+
:type uuid: UUID
|
|
17376
17788
|
:param _request_timeout: timeout setting for this request. If one
|
|
17377
17789
|
number provided, it will be total request
|
|
17378
17790
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17407,6 +17819,10 @@ class CoreApi:
|
|
|
17407
17819
|
include_roles=include_roles,
|
|
17408
17820
|
is_active=is_active,
|
|
17409
17821
|
is_superuser=is_superuser,
|
|
17822
|
+
last_login=last_login,
|
|
17823
|
+
last_login__gt=last_login__gt,
|
|
17824
|
+
last_login__isnull=last_login__isnull,
|
|
17825
|
+
last_login__lt=last_login__lt,
|
|
17410
17826
|
last_updated=last_updated,
|
|
17411
17827
|
last_updated__gt=last_updated__gt,
|
|
17412
17828
|
last_updated__lt=last_updated__lt,
|
|
@@ -17453,6 +17869,10 @@ class CoreApi:
|
|
|
17453
17869
|
include_roles,
|
|
17454
17870
|
is_active,
|
|
17455
17871
|
is_superuser,
|
|
17872
|
+
last_login,
|
|
17873
|
+
last_login__gt,
|
|
17874
|
+
last_login__isnull,
|
|
17875
|
+
last_login__lt,
|
|
17456
17876
|
last_updated,
|
|
17457
17877
|
last_updated__gt,
|
|
17458
17878
|
last_updated__lt,
|
|
@@ -17566,6 +17986,49 @@ class CoreApi:
|
|
|
17566
17986
|
|
|
17567
17987
|
_query_params.append(('is_superuser', is_superuser))
|
|
17568
17988
|
|
|
17989
|
+
if last_login is not None:
|
|
17990
|
+
if isinstance(last_login, datetime):
|
|
17991
|
+
_query_params.append(
|
|
17992
|
+
(
|
|
17993
|
+
'last_login',
|
|
17994
|
+
last_login.strftime(
|
|
17995
|
+
self.api_client.configuration.datetime_format
|
|
17996
|
+
)
|
|
17997
|
+
)
|
|
17998
|
+
)
|
|
17999
|
+
else:
|
|
18000
|
+
_query_params.append(('last_login', last_login))
|
|
18001
|
+
|
|
18002
|
+
if last_login__gt is not None:
|
|
18003
|
+
if isinstance(last_login__gt, datetime):
|
|
18004
|
+
_query_params.append(
|
|
18005
|
+
(
|
|
18006
|
+
'last_login__gt',
|
|
18007
|
+
last_login__gt.strftime(
|
|
18008
|
+
self.api_client.configuration.datetime_format
|
|
18009
|
+
)
|
|
18010
|
+
)
|
|
18011
|
+
)
|
|
18012
|
+
else:
|
|
18013
|
+
_query_params.append(('last_login__gt', last_login__gt))
|
|
18014
|
+
|
|
18015
|
+
if last_login__isnull is not None:
|
|
18016
|
+
|
|
18017
|
+
_query_params.append(('last_login__isnull', last_login__isnull))
|
|
18018
|
+
|
|
18019
|
+
if last_login__lt is not None:
|
|
18020
|
+
if isinstance(last_login__lt, datetime):
|
|
18021
|
+
_query_params.append(
|
|
18022
|
+
(
|
|
18023
|
+
'last_login__lt',
|
|
18024
|
+
last_login__lt.strftime(
|
|
18025
|
+
self.api_client.configuration.datetime_format
|
|
18026
|
+
)
|
|
18027
|
+
)
|
|
18028
|
+
)
|
|
18029
|
+
else:
|
|
18030
|
+
_query_params.append(('last_login__lt', last_login__lt))
|
|
18031
|
+
|
|
17569
18032
|
if last_updated is not None:
|
|
17570
18033
|
if isinstance(last_updated, datetime):
|
|
17571
18034
|
_query_params.append(
|
|
@@ -18510,6 +18973,7 @@ class CoreApi:
|
|
|
18510
18973
|
def core_users_recovery_create(
|
|
18511
18974
|
self,
|
|
18512
18975
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
18976
|
+
user_recovery_link_request: Optional[UserRecoveryLinkRequest] = None,
|
|
18513
18977
|
_request_timeout: Union[
|
|
18514
18978
|
None,
|
|
18515
18979
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18529,6 +18993,8 @@ class CoreApi:
|
|
|
18529
18993
|
|
|
18530
18994
|
:param id: A unique integer value identifying this User. (required)
|
|
18531
18995
|
:type id: int
|
|
18996
|
+
:param user_recovery_link_request:
|
|
18997
|
+
:type user_recovery_link_request: UserRecoveryLinkRequest
|
|
18532
18998
|
:param _request_timeout: timeout setting for this request. If one
|
|
18533
18999
|
number provided, it will be total request
|
|
18534
19000
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18553,6 +19019,7 @@ class CoreApi:
|
|
|
18553
19019
|
|
|
18554
19020
|
_param = self._core_users_recovery_create_serialize(
|
|
18555
19021
|
id=id,
|
|
19022
|
+
user_recovery_link_request=user_recovery_link_request,
|
|
18556
19023
|
_request_auth=_request_auth,
|
|
18557
19024
|
_content_type=_content_type,
|
|
18558
19025
|
_headers=_headers,
|
|
@@ -18579,6 +19046,7 @@ class CoreApi:
|
|
|
18579
19046
|
def core_users_recovery_create_with_http_info(
|
|
18580
19047
|
self,
|
|
18581
19048
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
19049
|
+
user_recovery_link_request: Optional[UserRecoveryLinkRequest] = None,
|
|
18582
19050
|
_request_timeout: Union[
|
|
18583
19051
|
None,
|
|
18584
19052
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18598,6 +19066,8 @@ class CoreApi:
|
|
|
18598
19066
|
|
|
18599
19067
|
:param id: A unique integer value identifying this User. (required)
|
|
18600
19068
|
:type id: int
|
|
19069
|
+
:param user_recovery_link_request:
|
|
19070
|
+
:type user_recovery_link_request: UserRecoveryLinkRequest
|
|
18601
19071
|
:param _request_timeout: timeout setting for this request. If one
|
|
18602
19072
|
number provided, it will be total request
|
|
18603
19073
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18622,6 +19092,7 @@ class CoreApi:
|
|
|
18622
19092
|
|
|
18623
19093
|
_param = self._core_users_recovery_create_serialize(
|
|
18624
19094
|
id=id,
|
|
19095
|
+
user_recovery_link_request=user_recovery_link_request,
|
|
18625
19096
|
_request_auth=_request_auth,
|
|
18626
19097
|
_content_type=_content_type,
|
|
18627
19098
|
_headers=_headers,
|
|
@@ -18648,6 +19119,7 @@ class CoreApi:
|
|
|
18648
19119
|
def core_users_recovery_create_without_preload_content(
|
|
18649
19120
|
self,
|
|
18650
19121
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
19122
|
+
user_recovery_link_request: Optional[UserRecoveryLinkRequest] = None,
|
|
18651
19123
|
_request_timeout: Union[
|
|
18652
19124
|
None,
|
|
18653
19125
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18667,6 +19139,8 @@ class CoreApi:
|
|
|
18667
19139
|
|
|
18668
19140
|
:param id: A unique integer value identifying this User. (required)
|
|
18669
19141
|
:type id: int
|
|
19142
|
+
:param user_recovery_link_request:
|
|
19143
|
+
:type user_recovery_link_request: UserRecoveryLinkRequest
|
|
18670
19144
|
:param _request_timeout: timeout setting for this request. If one
|
|
18671
19145
|
number provided, it will be total request
|
|
18672
19146
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18691,6 +19165,7 @@ class CoreApi:
|
|
|
18691
19165
|
|
|
18692
19166
|
_param = self._core_users_recovery_create_serialize(
|
|
18693
19167
|
id=id,
|
|
19168
|
+
user_recovery_link_request=user_recovery_link_request,
|
|
18694
19169
|
_request_auth=_request_auth,
|
|
18695
19170
|
_content_type=_content_type,
|
|
18696
19171
|
_headers=_headers,
|
|
@@ -18712,6 +19187,7 @@ class CoreApi:
|
|
|
18712
19187
|
def _core_users_recovery_create_serialize(
|
|
18713
19188
|
self,
|
|
18714
19189
|
id,
|
|
19190
|
+
user_recovery_link_request,
|
|
18715
19191
|
_request_auth,
|
|
18716
19192
|
_content_type,
|
|
18717
19193
|
_headers,
|
|
@@ -18739,6 +19215,8 @@ class CoreApi:
|
|
|
18739
19215
|
# process the header parameters
|
|
18740
19216
|
# process the form parameters
|
|
18741
19217
|
# process the body parameter
|
|
19218
|
+
if user_recovery_link_request is not None:
|
|
19219
|
+
_body_params = user_recovery_link_request
|
|
18742
19220
|
|
|
18743
19221
|
|
|
18744
19222
|
# set the HTTP header `Accept`
|
|
@@ -18749,6 +19227,19 @@ class CoreApi:
|
|
|
18749
19227
|
]
|
|
18750
19228
|
)
|
|
18751
19229
|
|
|
19230
|
+
# set the HTTP header `Content-Type`
|
|
19231
|
+
if _content_type:
|
|
19232
|
+
_header_params['Content-Type'] = _content_type
|
|
19233
|
+
else:
|
|
19234
|
+
_default_content_type = (
|
|
19235
|
+
self.api_client.select_header_content_type(
|
|
19236
|
+
[
|
|
19237
|
+
'application/json'
|
|
19238
|
+
]
|
|
19239
|
+
)
|
|
19240
|
+
)
|
|
19241
|
+
if _default_content_type is not None:
|
|
19242
|
+
_header_params['Content-Type'] = _default_content_type
|
|
18752
19243
|
|
|
18753
19244
|
# authentication setting
|
|
18754
19245
|
_auth_settings: List[str] = [
|
|
@@ -18776,8 +19267,8 @@ class CoreApi:
|
|
|
18776
19267
|
@validate_call
|
|
18777
19268
|
def core_users_recovery_email_create(
|
|
18778
19269
|
self,
|
|
18779
|
-
email_stage: StrictStr,
|
|
18780
19270
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
19271
|
+
user_recovery_email_request: UserRecoveryEmailRequest,
|
|
18781
19272
|
_request_timeout: Union[
|
|
18782
19273
|
None,
|
|
18783
19274
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18795,10 +19286,10 @@ class CoreApi:
|
|
|
18795
19286
|
|
|
18796
19287
|
Send an email with a temporary link that a user can use to recover their account
|
|
18797
19288
|
|
|
18798
|
-
:param email_stage: (required)
|
|
18799
|
-
:type email_stage: str
|
|
18800
19289
|
:param id: A unique integer value identifying this User. (required)
|
|
18801
19290
|
:type id: int
|
|
19291
|
+
:param user_recovery_email_request: (required)
|
|
19292
|
+
:type user_recovery_email_request: UserRecoveryEmailRequest
|
|
18802
19293
|
:param _request_timeout: timeout setting for this request. If one
|
|
18803
19294
|
number provided, it will be total request
|
|
18804
19295
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18822,8 +19313,8 @@ class CoreApi:
|
|
|
18822
19313
|
""" # noqa: E501
|
|
18823
19314
|
|
|
18824
19315
|
_param = self._core_users_recovery_email_create_serialize(
|
|
18825
|
-
email_stage=email_stage,
|
|
18826
19316
|
id=id,
|
|
19317
|
+
user_recovery_email_request=user_recovery_email_request,
|
|
18827
19318
|
_request_auth=_request_auth,
|
|
18828
19319
|
_content_type=_content_type,
|
|
18829
19320
|
_headers=_headers,
|
|
@@ -18849,8 +19340,8 @@ class CoreApi:
|
|
|
18849
19340
|
@validate_call
|
|
18850
19341
|
def core_users_recovery_email_create_with_http_info(
|
|
18851
19342
|
self,
|
|
18852
|
-
email_stage: StrictStr,
|
|
18853
19343
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
19344
|
+
user_recovery_email_request: UserRecoveryEmailRequest,
|
|
18854
19345
|
_request_timeout: Union[
|
|
18855
19346
|
None,
|
|
18856
19347
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18868,10 +19359,10 @@ class CoreApi:
|
|
|
18868
19359
|
|
|
18869
19360
|
Send an email with a temporary link that a user can use to recover their account
|
|
18870
19361
|
|
|
18871
|
-
:param email_stage: (required)
|
|
18872
|
-
:type email_stage: str
|
|
18873
19362
|
:param id: A unique integer value identifying this User. (required)
|
|
18874
19363
|
:type id: int
|
|
19364
|
+
:param user_recovery_email_request: (required)
|
|
19365
|
+
:type user_recovery_email_request: UserRecoveryEmailRequest
|
|
18875
19366
|
:param _request_timeout: timeout setting for this request. If one
|
|
18876
19367
|
number provided, it will be total request
|
|
18877
19368
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18895,8 +19386,8 @@ class CoreApi:
|
|
|
18895
19386
|
""" # noqa: E501
|
|
18896
19387
|
|
|
18897
19388
|
_param = self._core_users_recovery_email_create_serialize(
|
|
18898
|
-
email_stage=email_stage,
|
|
18899
19389
|
id=id,
|
|
19390
|
+
user_recovery_email_request=user_recovery_email_request,
|
|
18900
19391
|
_request_auth=_request_auth,
|
|
18901
19392
|
_content_type=_content_type,
|
|
18902
19393
|
_headers=_headers,
|
|
@@ -18922,8 +19413,8 @@ class CoreApi:
|
|
|
18922
19413
|
@validate_call
|
|
18923
19414
|
def core_users_recovery_email_create_without_preload_content(
|
|
18924
19415
|
self,
|
|
18925
|
-
email_stage: StrictStr,
|
|
18926
19416
|
id: Annotated[StrictInt, Field(description="A unique integer value identifying this User.")],
|
|
19417
|
+
user_recovery_email_request: UserRecoveryEmailRequest,
|
|
18927
19418
|
_request_timeout: Union[
|
|
18928
19419
|
None,
|
|
18929
19420
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -18941,10 +19432,10 @@ class CoreApi:
|
|
|
18941
19432
|
|
|
18942
19433
|
Send an email with a temporary link that a user can use to recover their account
|
|
18943
19434
|
|
|
18944
|
-
:param email_stage: (required)
|
|
18945
|
-
:type email_stage: str
|
|
18946
19435
|
:param id: A unique integer value identifying this User. (required)
|
|
18947
19436
|
:type id: int
|
|
19437
|
+
:param user_recovery_email_request: (required)
|
|
19438
|
+
:type user_recovery_email_request: UserRecoveryEmailRequest
|
|
18948
19439
|
:param _request_timeout: timeout setting for this request. If one
|
|
18949
19440
|
number provided, it will be total request
|
|
18950
19441
|
timeout. It can also be a pair (tuple) of
|
|
@@ -18968,8 +19459,8 @@ class CoreApi:
|
|
|
18968
19459
|
""" # noqa: E501
|
|
18969
19460
|
|
|
18970
19461
|
_param = self._core_users_recovery_email_create_serialize(
|
|
18971
|
-
email_stage=email_stage,
|
|
18972
19462
|
id=id,
|
|
19463
|
+
user_recovery_email_request=user_recovery_email_request,
|
|
18973
19464
|
_request_auth=_request_auth,
|
|
18974
19465
|
_content_type=_content_type,
|
|
18975
19466
|
_headers=_headers,
|
|
@@ -18990,8 +19481,8 @@ class CoreApi:
|
|
|
18990
19481
|
|
|
18991
19482
|
def _core_users_recovery_email_create_serialize(
|
|
18992
19483
|
self,
|
|
18993
|
-
email_stage,
|
|
18994
19484
|
id,
|
|
19485
|
+
user_recovery_email_request,
|
|
18995
19486
|
_request_auth,
|
|
18996
19487
|
_content_type,
|
|
18997
19488
|
_headers,
|
|
@@ -19016,13 +19507,11 @@ class CoreApi:
|
|
|
19016
19507
|
if id is not None:
|
|
19017
19508
|
_path_params['id'] = id
|
|
19018
19509
|
# process the query parameters
|
|
19019
|
-
if email_stage is not None:
|
|
19020
|
-
|
|
19021
|
-
_query_params.append(('email_stage', email_stage))
|
|
19022
|
-
|
|
19023
19510
|
# process the header parameters
|
|
19024
19511
|
# process the form parameters
|
|
19025
19512
|
# process the body parameter
|
|
19513
|
+
if user_recovery_email_request is not None:
|
|
19514
|
+
_body_params = user_recovery_email_request
|
|
19026
19515
|
|
|
19027
19516
|
|
|
19028
19517
|
# set the HTTP header `Accept`
|
|
@@ -19033,6 +19522,19 @@ class CoreApi:
|
|
|
19033
19522
|
]
|
|
19034
19523
|
)
|
|
19035
19524
|
|
|
19525
|
+
# set the HTTP header `Content-Type`
|
|
19526
|
+
if _content_type:
|
|
19527
|
+
_header_params['Content-Type'] = _content_type
|
|
19528
|
+
else:
|
|
19529
|
+
_default_content_type = (
|
|
19530
|
+
self.api_client.select_header_content_type(
|
|
19531
|
+
[
|
|
19532
|
+
'application/json'
|
|
19533
|
+
]
|
|
19534
|
+
)
|
|
19535
|
+
)
|
|
19536
|
+
if _default_content_type is not None:
|
|
19537
|
+
_header_params['Content-Type'] = _default_content_type
|
|
19036
19538
|
|
|
19037
19539
|
# authentication setting
|
|
19038
19540
|
_auth_settings: List[str] = [
|