authentik-client 2025.12.2__py3-none-any.whl → 2026.2.0rc1.post1770131035__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 +24 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +576 -115
- 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 +12 -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_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.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/METADATA +32 -5
- authentik_client-2026.2.0rc1.post1770131035.dist-info/RECORD +880 -0
- authentik_client-2025.12.2.dist-info/RECORD +0 -870
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
|
@@ -489,7 +489,7 @@ class TasksApi:
|
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
:param id: A UUID string identifying this Schedule. (required)
|
|
492
|
-
:type id:
|
|
492
|
+
:type id: UUID
|
|
493
493
|
:param patched_schedule_request:
|
|
494
494
|
:type patched_schedule_request: PatchedScheduleRequest
|
|
495
495
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -561,7 +561,7 @@ class TasksApi:
|
|
|
561
561
|
|
|
562
562
|
|
|
563
563
|
:param id: A UUID string identifying this Schedule. (required)
|
|
564
|
-
:type id:
|
|
564
|
+
:type id: UUID
|
|
565
565
|
:param patched_schedule_request:
|
|
566
566
|
:type patched_schedule_request: PatchedScheduleRequest
|
|
567
567
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -633,7 +633,7 @@ class TasksApi:
|
|
|
633
633
|
|
|
634
634
|
|
|
635
635
|
:param id: A UUID string identifying this Schedule. (required)
|
|
636
|
-
:type id:
|
|
636
|
+
:type id: UUID
|
|
637
637
|
:param patched_schedule_request:
|
|
638
638
|
:type patched_schedule_request: PatchedScheduleRequest
|
|
639
639
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -780,7 +780,7 @@ class TasksApi:
|
|
|
780
780
|
|
|
781
781
|
|
|
782
782
|
:param id: A UUID string identifying this Schedule. (required)
|
|
783
|
-
:type id:
|
|
783
|
+
:type id: UUID
|
|
784
784
|
:param _request_timeout: timeout setting for this request. If one
|
|
785
785
|
number provided, it will be total request
|
|
786
786
|
timeout. It can also be a pair (tuple) of
|
|
@@ -848,7 +848,7 @@ class TasksApi:
|
|
|
848
848
|
|
|
849
849
|
|
|
850
850
|
:param id: A UUID string identifying this Schedule. (required)
|
|
851
|
-
:type id:
|
|
851
|
+
:type id: UUID
|
|
852
852
|
:param _request_timeout: timeout setting for this request. If one
|
|
853
853
|
number provided, it will be total request
|
|
854
854
|
timeout. It can also be a pair (tuple) of
|
|
@@ -916,7 +916,7 @@ class TasksApi:
|
|
|
916
916
|
|
|
917
917
|
|
|
918
918
|
:param id: A UUID string identifying this Schedule. (required)
|
|
919
|
-
:type id:
|
|
919
|
+
:type id: UUID
|
|
920
920
|
:param _request_timeout: timeout setting for this request. If one
|
|
921
921
|
number provided, it will be total request
|
|
922
922
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1045,7 +1045,7 @@ class TasksApi:
|
|
|
1045
1045
|
Trigger this schedule now
|
|
1046
1046
|
|
|
1047
1047
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1048
|
-
:type id:
|
|
1048
|
+
:type id: UUID
|
|
1049
1049
|
:param _request_timeout: timeout setting for this request. If one
|
|
1050
1050
|
number provided, it will be total request
|
|
1051
1051
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1116,7 +1116,7 @@ class TasksApi:
|
|
|
1116
1116
|
Trigger this schedule now
|
|
1117
1117
|
|
|
1118
1118
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1119
|
-
:type id:
|
|
1119
|
+
:type id: UUID
|
|
1120
1120
|
:param _request_timeout: timeout setting for this request. If one
|
|
1121
1121
|
number provided, it will be total request
|
|
1122
1122
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1187,7 +1187,7 @@ class TasksApi:
|
|
|
1187
1187
|
Trigger this schedule now
|
|
1188
1188
|
|
|
1189
1189
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1190
|
-
:type id:
|
|
1190
|
+
:type id: UUID
|
|
1191
1191
|
:param _request_timeout: timeout setting for this request. If one
|
|
1192
1192
|
number provided, it will be total request
|
|
1193
1193
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1318,7 +1318,7 @@ class TasksApi:
|
|
|
1318
1318
|
|
|
1319
1319
|
|
|
1320
1320
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1321
|
-
:type id:
|
|
1321
|
+
:type id: UUID
|
|
1322
1322
|
:param schedule_request: (required)
|
|
1323
1323
|
:type schedule_request: ScheduleRequest
|
|
1324
1324
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1390,7 +1390,7 @@ class TasksApi:
|
|
|
1390
1390
|
|
|
1391
1391
|
|
|
1392
1392
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1393
|
-
:type id:
|
|
1393
|
+
:type id: UUID
|
|
1394
1394
|
:param schedule_request: (required)
|
|
1395
1395
|
:type schedule_request: ScheduleRequest
|
|
1396
1396
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1462,7 +1462,7 @@ class TasksApi:
|
|
|
1462
1462
|
|
|
1463
1463
|
|
|
1464
1464
|
:param id: A UUID string identifying this Schedule. (required)
|
|
1465
|
-
:type id:
|
|
1465
|
+
:type id: UUID
|
|
1466
1466
|
:param schedule_request: (required)
|
|
1467
1467
|
:type schedule_request: ScheduleRequest
|
|
1468
1468
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2063,7 +2063,7 @@ class TasksApi:
|
|
|
2063
2063
|
|
|
2064
2064
|
|
|
2065
2065
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2066
|
-
:type message_id:
|
|
2066
|
+
:type message_id: UUID
|
|
2067
2067
|
:param _request_timeout: timeout setting for this request. If one
|
|
2068
2068
|
number provided, it will be total request
|
|
2069
2069
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2131,7 +2131,7 @@ class TasksApi:
|
|
|
2131
2131
|
|
|
2132
2132
|
|
|
2133
2133
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2134
|
-
:type message_id:
|
|
2134
|
+
:type message_id: UUID
|
|
2135
2135
|
:param _request_timeout: timeout setting for this request. If one
|
|
2136
2136
|
number provided, it will be total request
|
|
2137
2137
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2199,7 +2199,7 @@ class TasksApi:
|
|
|
2199
2199
|
|
|
2200
2200
|
|
|
2201
2201
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2202
|
-
:type message_id:
|
|
2202
|
+
:type message_id: UUID
|
|
2203
2203
|
:param _request_timeout: timeout setting for this request. If one
|
|
2204
2204
|
number provided, it will be total request
|
|
2205
2205
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2328,7 +2328,7 @@ class TasksApi:
|
|
|
2328
2328
|
Retry task
|
|
2329
2329
|
|
|
2330
2330
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2331
|
-
:type message_id:
|
|
2331
|
+
:type message_id: UUID
|
|
2332
2332
|
:param _request_timeout: timeout setting for this request. If one
|
|
2333
2333
|
number provided, it will be total request
|
|
2334
2334
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2398,7 +2398,7 @@ class TasksApi:
|
|
|
2398
2398
|
Retry task
|
|
2399
2399
|
|
|
2400
2400
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2401
|
-
:type message_id:
|
|
2401
|
+
:type message_id: UUID
|
|
2402
2402
|
:param _request_timeout: timeout setting for this request. If one
|
|
2403
2403
|
number provided, it will be total request
|
|
2404
2404
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2468,7 +2468,7 @@ class TasksApi:
|
|
|
2468
2468
|
Retry task
|
|
2469
2469
|
|
|
2470
2470
|
:param message_id: A UUID string identifying this Task. (required)
|
|
2471
|
-
:type message_id:
|
|
2471
|
+
:type message_id: UUID
|
|
2472
2472
|
:param _request_timeout: timeout setting for this request. If one
|
|
2473
2473
|
number provided, it will be total request
|
|
2474
2474
|
timeout. It can also be a pair (tuple) of
|
|
@@ -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
|
|
|
@@ -2071,7 +2071,7 @@ class TenantsApi:
|
|
|
2071
2071
|
Create admin group and add user to it.
|
|
2072
2072
|
|
|
2073
2073
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2074
|
-
:type tenant_uuid:
|
|
2074
|
+
:type tenant_uuid: UUID
|
|
2075
2075
|
:param tenant_admin_group_request_request: (required)
|
|
2076
2076
|
:type tenant_admin_group_request_request: TenantAdminGroupRequestRequest
|
|
2077
2077
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2145,7 +2145,7 @@ class TenantsApi:
|
|
|
2145
2145
|
Create admin group and add user to it.
|
|
2146
2146
|
|
|
2147
2147
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2148
|
-
:type tenant_uuid:
|
|
2148
|
+
:type tenant_uuid: UUID
|
|
2149
2149
|
:param tenant_admin_group_request_request: (required)
|
|
2150
2150
|
:type tenant_admin_group_request_request: TenantAdminGroupRequestRequest
|
|
2151
2151
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2219,7 +2219,7 @@ class TenantsApi:
|
|
|
2219
2219
|
Create admin group and add user to it.
|
|
2220
2220
|
|
|
2221
2221
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2222
|
-
:type tenant_uuid:
|
|
2222
|
+
:type tenant_uuid: UUID
|
|
2223
2223
|
:param tenant_admin_group_request_request: (required)
|
|
2224
2224
|
:type tenant_admin_group_request_request: TenantAdminGroupRequestRequest
|
|
2225
2225
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2368,7 +2368,7 @@ class TenantsApi:
|
|
|
2368
2368
|
Create recovery key for user.
|
|
2369
2369
|
|
|
2370
2370
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2371
|
-
:type tenant_uuid:
|
|
2371
|
+
:type tenant_uuid: UUID
|
|
2372
2372
|
:param tenant_recovery_key_request_request: (required)
|
|
2373
2373
|
:type tenant_recovery_key_request_request: TenantRecoveryKeyRequestRequest
|
|
2374
2374
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2442,7 +2442,7 @@ class TenantsApi:
|
|
|
2442
2442
|
Create recovery key for user.
|
|
2443
2443
|
|
|
2444
2444
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2445
|
-
:type tenant_uuid:
|
|
2445
|
+
:type tenant_uuid: UUID
|
|
2446
2446
|
:param tenant_recovery_key_request_request: (required)
|
|
2447
2447
|
:type tenant_recovery_key_request_request: TenantRecoveryKeyRequestRequest
|
|
2448
2448
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2516,7 +2516,7 @@ class TenantsApi:
|
|
|
2516
2516
|
Create recovery key for user.
|
|
2517
2517
|
|
|
2518
2518
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2519
|
-
:type tenant_uuid:
|
|
2519
|
+
:type tenant_uuid: UUID
|
|
2520
2520
|
:param tenant_recovery_key_request_request: (required)
|
|
2521
2521
|
:type tenant_recovery_key_request_request: TenantRecoveryKeyRequestRequest
|
|
2522
2522
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2664,7 +2664,7 @@ class TenantsApi:
|
|
|
2664
2664
|
Tenant Viewset
|
|
2665
2665
|
|
|
2666
2666
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2667
|
-
:type tenant_uuid:
|
|
2667
|
+
:type tenant_uuid: UUID
|
|
2668
2668
|
:param _request_timeout: timeout setting for this request. If one
|
|
2669
2669
|
number provided, it will be total request
|
|
2670
2670
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2733,7 +2733,7 @@ class TenantsApi:
|
|
|
2733
2733
|
Tenant Viewset
|
|
2734
2734
|
|
|
2735
2735
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2736
|
-
:type tenant_uuid:
|
|
2736
|
+
:type tenant_uuid: UUID
|
|
2737
2737
|
:param _request_timeout: timeout setting for this request. If one
|
|
2738
2738
|
number provided, it will be total request
|
|
2739
2739
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2802,7 +2802,7 @@ class TenantsApi:
|
|
|
2802
2802
|
Tenant Viewset
|
|
2803
2803
|
|
|
2804
2804
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
2805
|
-
:type tenant_uuid:
|
|
2805
|
+
:type tenant_uuid: UUID
|
|
2806
2806
|
:param _request_timeout: timeout setting for this request. If one
|
|
2807
2807
|
number provided, it will be total request
|
|
2808
2808
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3250,7 +3250,7 @@ class TenantsApi:
|
|
|
3250
3250
|
Tenant Viewset
|
|
3251
3251
|
|
|
3252
3252
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3253
|
-
:type tenant_uuid:
|
|
3253
|
+
:type tenant_uuid: UUID
|
|
3254
3254
|
:param patched_tenant_request:
|
|
3255
3255
|
:type patched_tenant_request: PatchedTenantRequest
|
|
3256
3256
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3323,7 +3323,7 @@ class TenantsApi:
|
|
|
3323
3323
|
Tenant Viewset
|
|
3324
3324
|
|
|
3325
3325
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3326
|
-
:type tenant_uuid:
|
|
3326
|
+
:type tenant_uuid: UUID
|
|
3327
3327
|
:param patched_tenant_request:
|
|
3328
3328
|
:type patched_tenant_request: PatchedTenantRequest
|
|
3329
3329
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3396,7 +3396,7 @@ class TenantsApi:
|
|
|
3396
3396
|
Tenant Viewset
|
|
3397
3397
|
|
|
3398
3398
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3399
|
-
:type tenant_uuid:
|
|
3399
|
+
:type tenant_uuid: UUID
|
|
3400
3400
|
:param patched_tenant_request:
|
|
3401
3401
|
:type patched_tenant_request: PatchedTenantRequest
|
|
3402
3402
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3543,7 +3543,7 @@ class TenantsApi:
|
|
|
3543
3543
|
Tenant Viewset
|
|
3544
3544
|
|
|
3545
3545
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3546
|
-
:type tenant_uuid:
|
|
3546
|
+
:type tenant_uuid: UUID
|
|
3547
3547
|
:param _request_timeout: timeout setting for this request. If one
|
|
3548
3548
|
number provided, it will be total request
|
|
3549
3549
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3612,7 +3612,7 @@ class TenantsApi:
|
|
|
3612
3612
|
Tenant Viewset
|
|
3613
3613
|
|
|
3614
3614
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3615
|
-
:type tenant_uuid:
|
|
3615
|
+
:type tenant_uuid: UUID
|
|
3616
3616
|
:param _request_timeout: timeout setting for this request. If one
|
|
3617
3617
|
number provided, it will be total request
|
|
3618
3618
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3681,7 +3681,7 @@ class TenantsApi:
|
|
|
3681
3681
|
Tenant Viewset
|
|
3682
3682
|
|
|
3683
3683
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3684
|
-
:type tenant_uuid:
|
|
3684
|
+
:type tenant_uuid: UUID
|
|
3685
3685
|
:param _request_timeout: timeout setting for this request. If one
|
|
3686
3686
|
number provided, it will be total request
|
|
3687
3687
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3810,7 +3810,7 @@ class TenantsApi:
|
|
|
3810
3810
|
Tenant Viewset
|
|
3811
3811
|
|
|
3812
3812
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3813
|
-
:type tenant_uuid:
|
|
3813
|
+
:type tenant_uuid: UUID
|
|
3814
3814
|
:param tenant_request: (required)
|
|
3815
3815
|
:type tenant_request: TenantRequest
|
|
3816
3816
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3883,7 +3883,7 @@ class TenantsApi:
|
|
|
3883
3883
|
Tenant Viewset
|
|
3884
3884
|
|
|
3885
3885
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3886
|
-
:type tenant_uuid:
|
|
3886
|
+
:type tenant_uuid: UUID
|
|
3887
3887
|
:param tenant_request: (required)
|
|
3888
3888
|
:type tenant_request: TenantRequest
|
|
3889
3889
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3956,7 +3956,7 @@ class TenantsApi:
|
|
|
3956
3956
|
Tenant Viewset
|
|
3957
3957
|
|
|
3958
3958
|
:param tenant_uuid: A UUID string identifying this Tenant. (required)
|
|
3959
|
-
:type tenant_uuid:
|
|
3959
|
+
:type tenant_uuid: UUID
|
|
3960
3960
|
:param tenant_request: (required)
|
|
3961
3961
|
:type tenant_request: TenantRequest
|
|
3962
3962
|
:param _request_timeout: timeout setting for this request. If one
|
authentik_client/api_client.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
|
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2026.2.0-rc1-1770131035/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
def __enter__(self):
|
|
@@ -313,7 +313,7 @@ class ApiClient:
|
|
|
313
313
|
return_data = self.__deserialize_file(response_data)
|
|
314
314
|
elif response_type is not None:
|
|
315
315
|
match = None
|
|
316
|
-
content_type = response_data.
|
|
316
|
+
content_type = response_data.headers.get('content-type')
|
|
317
317
|
if content_type is not None:
|
|
318
318
|
match = re.search(r"charset=([a-zA-Z\-\d]+)[\s;]?", content_type)
|
|
319
319
|
encoding = match.group(1) if match else "utf-8"
|
|
@@ -330,7 +330,7 @@ class ApiClient:
|
|
|
330
330
|
return ApiResponse(
|
|
331
331
|
status_code = response_data.status,
|
|
332
332
|
data = return_data,
|
|
333
|
-
headers = response_data.
|
|
333
|
+
headers = response_data.headers,
|
|
334
334
|
raw_data = response_data.data
|
|
335
335
|
)
|
|
336
336
|
|
|
@@ -702,7 +702,7 @@ class ApiClient:
|
|
|
702
702
|
os.close(fd)
|
|
703
703
|
os.remove(path)
|
|
704
704
|
|
|
705
|
-
content_disposition = response.
|
|
705
|
+
content_disposition = response.headers.get("Content-Disposition")
|
|
706
706
|
if content_disposition:
|
|
707
707
|
m = re.search(
|
|
708
708
|
r'filename=[\'"]?([^\'"\s]+)[\'"]?',
|
|
@@ -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
|
|
|
@@ -165,7 +165,7 @@ class Configuration:
|
|
|
165
165
|
:param ca_cert_data: verify the peer using concatenated CA certificate data
|
|
166
166
|
in PEM (str) or DER (bytes) format.
|
|
167
167
|
:param cert_file: the path to a client certificate file, for mTLS.
|
|
168
|
-
:param key_file: the path to a client key file, for mTLS.
|
|
168
|
+
:param key_file: the path to a client key file, for mTLS.
|
|
169
169
|
|
|
170
170
|
:Example:
|
|
171
171
|
"""
|
|
@@ -487,6 +487,7 @@ class Configuration:
|
|
|
487
487
|
password = ""
|
|
488
488
|
if self.password is not None:
|
|
489
489
|
password = self.password
|
|
490
|
+
|
|
490
491
|
return urllib3.util.make_headers(
|
|
491
492
|
basic_auth=username + ':' + password
|
|
492
493
|
).get('authorization')
|
|
@@ -514,8 +515,8 @@ class Configuration:
|
|
|
514
515
|
return "Python SDK Debug Report:\n"\
|
|
515
516
|
"OS: {env}\n"\
|
|
516
517
|
"Python Version: {pyversion}\n"\
|
|
517
|
-
"Version of the API:
|
|
518
|
-
"SDK Package Version:
|
|
518
|
+
"Version of the API: 2026.2.0-rc1\n"\
|
|
519
|
+
"SDK Package Version: 2026.2.0-rc1-1770131035".\
|
|
519
520
|
format(env=sys.platform, pyversion=sys.version)
|
|
520
521
|
|
|
521
522
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -563,6 +564,7 @@ class Configuration:
|
|
|
563
564
|
variable_name, variable['default_value'])
|
|
564
565
|
|
|
565
566
|
if 'enum_values' in variable \
|
|
567
|
+
and variable['enum_values'] \
|
|
566
568
|
and used_value not in variable['enum_values']:
|
|
567
569
|
raise ValueError(
|
|
568
570
|
"The variable `{0}` in the host URL has invalid value "
|
authentik_client/exceptions.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
|
|
|
@@ -129,7 +129,7 @@ class ApiException(OpenApiException):
|
|
|
129
129
|
self.body = http_resp.data.decode('utf-8')
|
|
130
130
|
except Exception:
|
|
131
131
|
pass
|
|
132
|
-
self.headers = http_resp.
|
|
132
|
+
self.headers = http_resp.headers
|
|
133
133
|
|
|
134
134
|
@classmethod
|
|
135
135
|
def from_response(
|
|
@@ -170,8 +170,11 @@ class ApiException(OpenApiException):
|
|
|
170
170
|
error_message += "HTTP response headers: {0}\n".format(
|
|
171
171
|
self.headers)
|
|
172
172
|
|
|
173
|
-
if self.
|
|
174
|
-
error_message += "HTTP response body: {0}\n".format(self.
|
|
173
|
+
if self.body:
|
|
174
|
+
error_message += "HTTP response body: {0}\n".format(self.body)
|
|
175
|
+
|
|
176
|
+
if self.data:
|
|
177
|
+
error_message += "HTTP response data: {0}\n".format(self.data)
|
|
175
178
|
|
|
176
179
|
return error_message
|
|
177
180
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Making authentication simple.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document:
|
|
9
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
10
10
|
Contact: hello@goauthentik.io
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -85,6 +85,7 @@ from authentik_client.models.blueprint_instance_request import BlueprintInstance
|
|
|
85
85
|
from authentik_client.models.blueprint_instance_status_enum import BlueprintInstanceStatusEnum
|
|
86
86
|
from authentik_client.models.brand import Brand
|
|
87
87
|
from authentik_client.models.brand_request import BrandRequest
|
|
88
|
+
from authentik_client.models.bulk_delete_session_response import BulkDeleteSessionResponse
|
|
88
89
|
from authentik_client.models.cache import Cache
|
|
89
90
|
from authentik_client.models.capabilities_enum import CapabilitiesEnum
|
|
90
91
|
from authentik_client.models.captcha_challenge import CaptchaChallenge
|
|
@@ -192,6 +193,8 @@ from authentik_client.models.expression_policy import ExpressionPolicy
|
|
|
192
193
|
from authentik_client.models.expression_policy_request import ExpressionPolicyRequest
|
|
193
194
|
from authentik_client.models.extra_role_object_permission import ExtraRoleObjectPermission
|
|
194
195
|
from authentik_client.models.file_list import FileList
|
|
196
|
+
from authentik_client.models.fleet_connector import FleetConnector
|
|
197
|
+
from authentik_client.models.fleet_connector_request import FleetConnectorRequest
|
|
195
198
|
from authentik_client.models.flow import Flow
|
|
196
199
|
from authentik_client.models.flow_challenge_response_request import FlowChallengeResponseRequest
|
|
197
200
|
from authentik_client.models.flow_designation_enum import FlowDesignationEnum
|
|
@@ -385,6 +388,7 @@ from authentik_client.models.paginated_event_matcher_policy_list import Paginate
|
|
|
385
388
|
from authentik_client.models.paginated_expiring_base_grant_model_list import PaginatedExpiringBaseGrantModelList
|
|
386
389
|
from authentik_client.models.paginated_expression_policy_list import PaginatedExpressionPolicyList
|
|
387
390
|
from authentik_client.models.paginated_extra_role_object_permission_list import PaginatedExtraRoleObjectPermissionList
|
|
391
|
+
from authentik_client.models.paginated_fleet_connector_list import PaginatedFleetConnectorList
|
|
388
392
|
from authentik_client.models.paginated_flow_list import PaginatedFlowList
|
|
389
393
|
from authentik_client.models.paginated_flow_stage_binding_list import PaginatedFlowStageBindingList
|
|
390
394
|
from authentik_client.models.paginated_geo_ip_policy_list import PaginatedGeoIPPolicyList
|
|
@@ -493,6 +497,7 @@ from authentik_client.models.paginated_user_saml_source_connection_list import P
|
|
|
493
497
|
from authentik_client.models.paginated_user_source_connection_list import PaginatedUserSourceConnectionList
|
|
494
498
|
from authentik_client.models.paginated_user_telegram_source_connection_list import PaginatedUserTelegramSourceConnectionList
|
|
495
499
|
from authentik_client.models.paginated_user_write_stage_list import PaginatedUserWriteStageList
|
|
500
|
+
from authentik_client.models.paginated_ws_federation_provider_list import PaginatedWSFederationProviderList
|
|
496
501
|
from authentik_client.models.paginated_web_authn_device_list import PaginatedWebAuthnDeviceList
|
|
497
502
|
from authentik_client.models.paginated_web_authn_device_type_list import PaginatedWebAuthnDeviceTypeList
|
|
498
503
|
from authentik_client.models.pagination import Pagination
|
|
@@ -540,6 +545,7 @@ from authentik_client.models.patched_enrollment_token_request import PatchedEnro
|
|
|
540
545
|
from authentik_client.models.patched_event_matcher_policy_request import PatchedEventMatcherPolicyRequest
|
|
541
546
|
from authentik_client.models.patched_event_request import PatchedEventRequest
|
|
542
547
|
from authentik_client.models.patched_expression_policy_request import PatchedExpressionPolicyRequest
|
|
548
|
+
from authentik_client.models.patched_fleet_connector_request import PatchedFleetConnectorRequest
|
|
543
549
|
from authentik_client.models.patched_flow_request import PatchedFlowRequest
|
|
544
550
|
from authentik_client.models.patched_flow_stage_binding_request import PatchedFlowStageBindingRequest
|
|
545
551
|
from authentik_client.models.patched_geo_ip_policy_request import PatchedGeoIPPolicyRequest
|
|
@@ -629,6 +635,7 @@ from authentik_client.models.patched_user_saml_source_connection_request import
|
|
|
629
635
|
from authentik_client.models.patched_user_source_connection_request import PatchedUserSourceConnectionRequest
|
|
630
636
|
from authentik_client.models.patched_user_telegram_source_connection_request import PatchedUserTelegramSourceConnectionRequest
|
|
631
637
|
from authentik_client.models.patched_user_write_stage_request import PatchedUserWriteStageRequest
|
|
638
|
+
from authentik_client.models.patched_ws_federation_provider_request import PatchedWSFederationProviderRequest
|
|
632
639
|
from authentik_client.models.patched_web_authn_device_request import PatchedWebAuthnDeviceRequest
|
|
633
640
|
from authentik_client.models.permission import Permission
|
|
634
641
|
from authentik_client.models.permission_assign_request import PermissionAssignRequest
|
|
@@ -697,12 +704,12 @@ from authentik_client.models.role_model_permission import RoleModelPermission
|
|
|
697
704
|
from authentik_client.models.role_object_permission import RoleObjectPermission
|
|
698
705
|
from authentik_client.models.role_request import RoleRequest
|
|
699
706
|
from authentik_client.models.saml_bindings_enum import SAMLBindingsEnum
|
|
707
|
+
from authentik_client.models.saml_logout_methods import SAMLLogoutMethods
|
|
700
708
|
from authentik_client.models.saml_metadata import SAMLMetadata
|
|
701
709
|
from authentik_client.models.saml_name_id_policy_enum import SAMLNameIDPolicyEnum
|
|
702
710
|
from authentik_client.models.saml_property_mapping import SAMLPropertyMapping
|
|
703
711
|
from authentik_client.models.saml_property_mapping_request import SAMLPropertyMappingRequest
|
|
704
712
|
from authentik_client.models.saml_provider import SAMLProvider
|
|
705
|
-
from authentik_client.models.saml_provider_logout_method_enum import SAMLProviderLogoutMethodEnum
|
|
706
713
|
from authentik_client.models.saml_provider_request import SAMLProviderRequest
|
|
707
714
|
from authentik_client.models.saml_source import SAMLSource
|
|
708
715
|
from authentik_client.models.saml_source_property_mapping import SAMLSourcePropertyMapping
|
|
@@ -840,8 +847,11 @@ from authentik_client.models.user_verification_enum import UserVerificationEnum
|
|
|
840
847
|
from authentik_client.models.user_write_stage import UserWriteStage
|
|
841
848
|
from authentik_client.models.user_write_stage_request import UserWriteStageRequest
|
|
842
849
|
from authentik_client.models.validation_error import ValidationError
|
|
850
|
+
from authentik_client.models.vendor_enum import VendorEnum
|
|
843
851
|
from authentik_client.models.version import Version
|
|
844
852
|
from authentik_client.models.version_history import VersionHistory
|
|
853
|
+
from authentik_client.models.ws_federation_provider import WSFederationProvider
|
|
854
|
+
from authentik_client.models.ws_federation_provider_request import WSFederationProviderRequest
|
|
845
855
|
from authentik_client.models.web_authn_device import WebAuthnDevice
|
|
846
856
|
from authentik_client.models.web_authn_device_request import WebAuthnDeviceRequest
|
|
847
857
|
from authentik_client.models.web_authn_device_type import WebAuthnDeviceType
|
|
@@ -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,8 @@ class AlgEnum(str, Enum):
|
|
|
29
29
|
"""
|
|
30
30
|
RSA = 'rsa'
|
|
31
31
|
ECDSA = 'ecdsa'
|
|
32
|
+
ED25519 = 'ed25519'
|
|
33
|
+
ED448 = 'ed448'
|
|
32
34
|
|
|
33
35
|
@classmethod
|
|
34
36
|
def from_json(cls, json_str: str) -> Self:
|
authentik_client/models/app.py
CHANGED