authentik-client 2025.10.3__py3-none-any.whl → 2025.12.0rc1__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 +156 -30
- authentik_client/api/__init__.py +2 -0
- authentik_client/api/admin_api.py +1170 -3
- authentik_client/api/authenticators_api.py +85 -85
- authentik_client/api/core_api.py +2815 -2648
- authentik_client/api/crypto_api.py +20 -2
- authentik_client/api/endpoints_api.py +14082 -0
- authentik_client/api/enterprise_api.py +1 -1
- authentik_client/api/events_api.py +442 -1
- authentik_client/api/flows_api.py +1 -607
- authentik_client/api/managed_api.py +1 -1
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +1 -1
- authentik_client/api/policies_api.py +1 -1
- authentik_client/api/propertymappings_api.py +1 -1
- authentik_client/api/providers_api.py +6 -6
- authentik_client/api/rac_api.py +1 -1
- authentik_client/api/rbac_api.py +701 -3588
- authentik_client/api/reports_api.py +887 -0
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +2559 -2869
- authentik_client/api/ssf_api.py +1 -1
- authentik_client/api/stages_api.py +2030 -1
- authentik_client/api/tasks_api.py +1 -1
- authentik_client/api/tenants_api.py +1 -1
- authentik_client/api_client.py +2 -2
- authentik_client/configuration.py +9 -5
- authentik_client/exceptions.py +1 -1
- authentik_client/models/__init__.py +76 -15
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/{file_path_request.py → agent_authentication_response.py} +7 -8
- authentik_client/models/agent_config.py +130 -0
- authentik_client/models/agent_connector.py +142 -0
- authentik_client/models/agent_connector_request.py +126 -0
- authentik_client/models/agent_psso_device_registration_request.py +95 -0
- authentik_client/models/agent_psso_device_registration_response.py +98 -0
- authentik_client/models/agent_psso_user_registration_request.py +93 -0
- authentik_client/models/agent_token_response.py +90 -0
- authentik_client/models/alg_enum.py +1 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +6 -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 +10 -8
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +5 -3
- 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 +4 -2
- 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 +2 -12
- 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 +4 -2
- authentik_client/models/authenticator_email_stage_request.py +2 -12
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +4 -2
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +2 -12
- 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 +4 -2
- authentik_client/models/authenticator_sms_stage_request.py +2 -12
- 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 +4 -2
- authentik_client/models/authenticator_static_stage_request.py +2 -12
- 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 +4 -2
- authentik_client/models/authenticator_totp_stage_request.py +2 -12
- authentik_client/models/authenticator_validate_stage.py +4 -2
- authentik_client/models/authenticator_validate_stage_request.py +2 -12
- 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 +4 -2
- authentik_client/models/authenticator_web_authn_stage_request.py +2 -12
- 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/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 +4 -2
- authentik_client/models/captcha_stage_request.py +2 -12
- 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 +9 -8
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +38 -24
- 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 +109 -0
- 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 +4 -2
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +2 -12
- authentik_client/models/content_type.py +98 -0
- 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 +1 -1
- authentik_client/models/{extra_user_object_permission.py → data_export.py} +36 -39
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +4 -2
- authentik_client/models/deny_stage_request.py +2 -12
- 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 +93 -0
- authentik_client/models/{extra_role_object_permission_request.py → device_access_group_request.py} +8 -8
- 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 +112 -0
- authentik_client/models/device_fact_snapshot.py +109 -0
- authentik_client/models/device_facts.py +196 -0
- authentik_client/models/device_facts_os_family.py +44 -0
- authentik_client/models/device_facts_request.py +196 -0
- authentik_client/models/device_group.py +90 -0
- authentik_client/models/{patched_extra_user_object_permission_request.py → device_group_request.py} +10 -8
- authentik_client/models/device_summary.py +92 -0
- authentik_client/models/device_user.py +94 -0
- authentik_client/models/device_user_binding.py +168 -0
- authentik_client/models/device_user_binding_request.py +123 -0
- authentik_client/models/device_user_request.py +95 -0
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +98 -0
- authentik_client/models/disk_request.py +99 -0
- 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 +4 -2
- authentik_client/models/dummy_stage_request.py +2 -12
- 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 +4 -2
- authentik_client/models/email_stage_request.py +2 -12
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +117 -0
- authentik_client/models/endpoint_agent_challenge_response_request.py +96 -0
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +45 -9
- authentik_client/models/endpoint_device_details.py +146 -0
- authentik_client/models/endpoint_device_request.py +33 -8
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +134 -0
- authentik_client/models/endpoint_stage_request.py +95 -0
- authentik_client/models/{extra_user_object_permission_request.py → enroll_request.py} +10 -8
- authentik_client/models/enrollment_token.py +120 -0
- authentik_client/models/enrollment_token_request.py +109 -0
- 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 +3 -3
- authentik_client/models/file_list.py +92 -0
- authentik_client/models/flow.py +7 -5
- authentik_client/models/flow_challenge_response_request.py +35 -21
- 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 +6 -4
- authentik_client/models/flow_set.py +6 -6
- 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 +92 -0
- authentik_client/models/google_endpoint_device_request.py +92 -0
- authentik_client/models/google_workspace_provider.py +6 -2
- 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 +6 -2
- 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 +23 -19
- 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 +5 -12
- 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 +98 -0
- authentik_client/models/hardware_request.py +99 -0
- authentik_client/models/identification_challenge.py +10 -3
- authentik_client/models/identification_challenge_response_request.py +16 -4
- authentik_client/models/identification_stage.py +13 -4
- authentik_client/models/identification_stage_request.py +10 -13
- 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 +2 -5
- authentik_client/models/initial_permissions_request.py +2 -5
- 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 +2 -2
- authentik_client/models/invitation_request.py +2 -2
- authentik_client/models/invitation_stage.py +4 -2
- authentik_client/models/invitation_stage_request.py +2 -12
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +13 -6
- 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 +11 -4
- authentik_client/models/{initial_permissions_mode_enum.py → key_type_enum.py} +9 -6
- 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 +13 -6
- 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 +11 -4
- 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_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 +5 -3
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +92 -0
- authentik_client/models/mdm_config_response.py +92 -0
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +7 -2
- 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 +6 -2
- 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 +8 -1
- authentik_client/models/model_request.py +1 -1
- authentik_client/models/mutual_tls_stage.py +6 -4
- authentik_client/models/mutual_tls_stage_request.py +4 -14
- 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 +102 -0
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +94 -0
- authentik_client/models/network_interface_request.py +95 -0
- authentik_client/models/network_request.py +103 -0
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +18 -3
- authentik_client/models/notification_request.py +18 -3
- 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 +12 -8
- 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 +7 -3
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +95 -0
- authentik_client/models/operating_system_request.py +96 -0
- 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_user_assigned_object_permission_list.py → paginated_agent_connector_list.py} +8 -8
- 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_extra_user_object_permission_list.py → paginated_connector_list.py} +11 -9
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +104 -0
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +104 -0
- authentik_client/models/paginated_device_user_binding_list.py +104 -0
- 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 +104 -0
- authentik_client/models/paginated_enrollment_token_list.py +104 -0
- 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_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 +104 -0
- 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/pagination.py +1 -1
- authentik_client/models/partial_group.py +2 -18
- 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 +4 -2
- authentik_client/models/password_stage_request.py +2 -12
- authentik_client/models/patched_agent_connector_request.py +126 -0
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +5 -3
- authentik_client/models/patched_authenticator_duo_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_email_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_sms_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_static_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_totp_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_validate_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +2 -12
- 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 +2 -12
- 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 +2 -12
- authentik_client/models/patched_deny_stage_request.py +2 -12
- authentik_client/models/{patched_extra_role_object_permission_request.py → patched_device_access_group_request.py} +8 -8
- authentik_client/models/patched_device_user_binding_request.py +123 -0
- 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 +2 -12
- 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 +2 -12
- authentik_client/models/patched_endpoint_device_request.py +33 -8
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +95 -0
- authentik_client/models/patched_enrollment_token_request.py +109 -0
- 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_flow_request.py +6 -4
- 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 +92 -0
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +6 -2
- 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 +5 -12
- 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 +10 -13
- authentik_client/models/patched_initial_permissions_request.py +2 -5
- authentik_client/models/patched_invitation_request.py +2 -2
- authentik_client/models/patched_invitation_stage_request.py +2 -12
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +11 -4
- 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 +11 -4
- 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 +6 -2
- authentik_client/models/patched_mutual_tls_stage_request.py +4 -14
- authentik_client/models/patched_notification_request.py +18 -3
- 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 +7 -3
- 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 +2 -12
- 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 +8 -4
- 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 +2 -12
- 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 +2 -12
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +1 -1
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +1 -1
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +7 -3
- 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 +8 -2
- 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 +2 -2
- 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 +6 -2
- authentik_client/models/patched_settings_request_flags.py +1 -1
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +2 -12
- 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 +8 -4
- 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 +3 -13
- 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 +2 -12
- authentik_client/models/patched_user_logout_stage_request.py +3 -13
- 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 +4 -2
- 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 +2 -12
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- 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 +9 -5
- 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 +8 -4
- 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 +92 -0
- authentik_client/models/process_request.py +93 -0
- 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 +4 -2
- authentik_client/models/prompt_stage_request.py +2 -12
- 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 +1 -1
- authentik_client/models/provider_type_enum.py +3 -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 +4 -2
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +2 -12
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/{group_child.py → related_group.py} +5 -5
- 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/requested_by.py +100 -0
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +1 -1
- authentik_client/models/role_assigned_object_permission.py +20 -10
- authentik_client/models/{user_object_permission.py → role_model_permission.py} +6 -8
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +1 -1
- authentik_client/models/saml_bindings_enum.py +1 -1
- 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 +1 -1
- authentik_client/models/saml_provider_logout_method_enum.py +1 -1
- authentik_client/models/saml_provider_request.py +1 -1
- authentik_client/models/saml_source.py +9 -5
- 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 +7 -3
- 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 +9 -2
- 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 +8 -2
- 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 +2 -2
- 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 +2 -2
- 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 +6 -2
- authentik_client/models/settings_request.py +6 -2
- 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 +94 -0
- authentik_client/models/software_request.py +95 -0
- authentik_client/models/source.py +13 -9
- authentik_client/models/source_stage.py +4 -2
- authentik_client/models/source_stage_request.py +2 -12
- 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 +5 -3
- authentik_client/models/{mutual_tls_stage_mode_enum.py → stage_mode_enum.py} +4 -4
- 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 +39 -0
- 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 +101 -0
- authentik_client/models/telegram_challenge_response_request.py +5 -5
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +12 -8
- 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 +8 -4
- 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/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 +2 -2
- 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 +5 -3
- 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 +2 -1
- authentik_client/models/user.py +21 -2
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +88 -0
- 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 +5 -3
- authentik_client/models/user_delete_stage_request.py +4 -14
- 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 +4 -2
- authentik_client/models/user_login_stage_request.py +2 -12
- authentik_client/models/user_logout_stage.py +5 -3
- authentik_client/models/user_logout_stage_request.py +4 -14
- 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 +4 -2
- 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 +14 -2
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +94 -0
- 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 +4 -2
- authentik_client/models/user_write_stage_request.py +2 -12
- authentik_client/models/validation_error.py +1 -1
- 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/rest.py +1 -1
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/METADATA +147 -36
- authentik_client-2025.12.0rc1.dist-info/RECORD +869 -0
- authentik_client/models/flow_set_request.py +0 -114
- authentik_client/models/user_assigned_object_permission.py +0 -132
- authentik_client-2025.10.3.dist-info/RECORD +0 -806
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/WHEEL +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.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: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -41,10 +41,13 @@ class PatchedSCIMProviderRequest(BaseModel):
|
|
|
41
41
|
auth_oauth: Optional[UUID] = Field(default=None, description="OAuth Source used for authentication")
|
|
42
42
|
auth_oauth_params: Optional[Dict[str, Any]] = Field(default=None, description="Additional OAuth parameters, such as grant_type")
|
|
43
43
|
compatibility_mode: Optional[CompatibilityModeEnum] = Field(default=None, description="Alter authentik behavior for vendor-specific SCIM implementations.")
|
|
44
|
+
service_provider_config_cache_timeout: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Cache duration for ServiceProviderConfig responses. Set minutes=0 to disable.")
|
|
44
45
|
exclude_users_service_account: Optional[StrictBool] = None
|
|
45
46
|
filter_group: Optional[UUID] = None
|
|
47
|
+
sync_page_size: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=1)]] = Field(default=None, description="Controls the number of objects synced in a single task")
|
|
48
|
+
sync_page_timeout: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Timeout for synchronization of a single page")
|
|
46
49
|
dry_run: Optional[StrictBool] = Field(default=None, description="When enabled, provider will not modify or create objects in the remote system.")
|
|
47
|
-
__properties: ClassVar[List[str]] = ["name", "property_mappings", "property_mappings_group", "url", "verify_certificates", "token", "auth_mode", "auth_oauth", "auth_oauth_params", "compatibility_mode", "exclude_users_service_account", "filter_group", "dry_run"]
|
|
50
|
+
__properties: ClassVar[List[str]] = ["name", "property_mappings", "property_mappings_group", "url", "verify_certificates", "token", "auth_mode", "auth_oauth", "auth_oauth_params", "compatibility_mode", "service_provider_config_cache_timeout", "exclude_users_service_account", "filter_group", "sync_page_size", "sync_page_timeout", "dry_run"]
|
|
48
51
|
|
|
49
52
|
model_config = ConfigDict(
|
|
50
53
|
populate_by_name=True,
|
|
@@ -117,8 +120,11 @@ class PatchedSCIMProviderRequest(BaseModel):
|
|
|
117
120
|
"auth_oauth": obj.get("auth_oauth"),
|
|
118
121
|
"auth_oauth_params": obj.get("auth_oauth_params"),
|
|
119
122
|
"compatibility_mode": obj.get("compatibility_mode"),
|
|
123
|
+
"service_provider_config_cache_timeout": obj.get("service_provider_config_cache_timeout"),
|
|
120
124
|
"exclude_users_service_account": obj.get("exclude_users_service_account"),
|
|
121
125
|
"filter_group": obj.get("filter_group"),
|
|
126
|
+
"sync_page_size": obj.get("sync_page_size"),
|
|
127
|
+
"sync_page_timeout": obj.get("sync_page_timeout"),
|
|
122
128
|
"dry_run": obj.get("dry_run")
|
|
123
129
|
})
|
|
124
130
|
return _obj
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -30,7 +30,7 @@ class PatchedSCIMSourceRequest(BaseModel):
|
|
|
30
30
|
SCIMSource Serializer
|
|
31
31
|
""" # noqa: E501
|
|
32
32
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Source's display Name.")
|
|
33
|
-
slug: Optional[Annotated[str, Field(min_length=1, strict=True
|
|
33
|
+
slug: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Internal source name, used in URLs.")
|
|
34
34
|
enabled: Optional[StrictBool] = None
|
|
35
35
|
user_property_mappings: Optional[List[UUID]] = None
|
|
36
36
|
group_property_mappings: Optional[List[UUID]] = None
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -42,8 +42,10 @@ class PatchedSettingsRequest(BaseModel):
|
|
|
42
42
|
impersonation_require_reason: Optional[StrictBool] = Field(default=None, description="Require administrators to provide a reason for impersonating a user.")
|
|
43
43
|
default_token_duration: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Default token duration")
|
|
44
44
|
default_token_length: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=1)]] = Field(default=None, description="Default token length")
|
|
45
|
+
pagination_default_page_size: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = Field(default=None, description="Default page size for API responses, if no size was requested.")
|
|
46
|
+
pagination_max_page_size: Optional[Annotated[int, Field(le=2147483647, strict=True, ge=0)]] = Field(default=None, description="Maximum page size")
|
|
45
47
|
flags: Optional[PatchedSettingsRequestFlags] = None
|
|
46
|
-
__properties: ClassVar[List[str]] = ["avatars", "default_user_change_name", "default_user_change_email", "default_user_change_username", "event_retention", "reputation_lower_limit", "reputation_upper_limit", "footer_links", "gdpr_compliance", "impersonation", "impersonation_require_reason", "default_token_duration", "default_token_length", "flags"]
|
|
48
|
+
__properties: ClassVar[List[str]] = ["avatars", "default_user_change_name", "default_user_change_email", "default_user_change_username", "event_retention", "reputation_lower_limit", "reputation_upper_limit", "footer_links", "gdpr_compliance", "impersonation", "impersonation_require_reason", "default_token_duration", "default_token_length", "pagination_default_page_size", "pagination_max_page_size", "flags"]
|
|
47
49
|
|
|
48
50
|
model_config = ConfigDict(
|
|
49
51
|
populate_by_name=True,
|
|
@@ -117,6 +119,8 @@ class PatchedSettingsRequest(BaseModel):
|
|
|
117
119
|
"impersonation_require_reason": obj.get("impersonation_require_reason"),
|
|
118
120
|
"default_token_duration": obj.get("default_token_duration"),
|
|
119
121
|
"default_token_length": obj.get("default_token_length"),
|
|
122
|
+
"pagination_default_page_size": obj.get("pagination_default_page_size"),
|
|
123
|
+
"pagination_max_page_size": obj.get("pagination_max_page_size"),
|
|
120
124
|
"flags": PatchedSettingsRequestFlags.from_dict(obj["flags"]) if obj.get("flags") is not None else None
|
|
121
125
|
})
|
|
122
126
|
return _obj
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -22,7 +22,6 @@ from pydantic import BaseModel, ConfigDict, Field
|
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from uuid import UUID
|
|
25
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
26
25
|
from typing import Optional, Set
|
|
27
26
|
from typing_extensions import Self
|
|
28
27
|
|
|
@@ -31,10 +30,9 @@ class PatchedSourceStageRequest(BaseModel):
|
|
|
31
30
|
SourceStage Serializer
|
|
32
31
|
""" # noqa: E501
|
|
33
32
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
34
|
-
flow_set: Optional[List[FlowSetRequest]] = None
|
|
35
33
|
source: Optional[UUID] = None
|
|
36
34
|
resume_timeout: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Amount of time a user can take to return from the source to continue the flow (Format: hours=-1;minutes=-2;seconds=-3)")
|
|
37
|
-
__properties: ClassVar[List[str]] = ["name", "
|
|
35
|
+
__properties: ClassVar[List[str]] = ["name", "source", "resume_timeout"]
|
|
38
36
|
|
|
39
37
|
model_config = ConfigDict(
|
|
40
38
|
populate_by_name=True,
|
|
@@ -75,13 +73,6 @@ class PatchedSourceStageRequest(BaseModel):
|
|
|
75
73
|
exclude=excluded_fields,
|
|
76
74
|
exclude_none=True,
|
|
77
75
|
)
|
|
78
|
-
# override the default output from pydantic by calling `to_dict()` of each item in flow_set (list)
|
|
79
|
-
_items = []
|
|
80
|
-
if self.flow_set:
|
|
81
|
-
for _item_flow_set in self.flow_set:
|
|
82
|
-
if _item_flow_set:
|
|
83
|
-
_items.append(_item_flow_set.to_dict())
|
|
84
|
-
_dict['flow_set'] = _items
|
|
85
76
|
return _dict
|
|
86
77
|
|
|
87
78
|
@classmethod
|
|
@@ -95,7 +86,6 @@ class PatchedSourceStageRequest(BaseModel):
|
|
|
95
86
|
|
|
96
87
|
_obj = cls.model_validate({
|
|
97
88
|
"name": obj.get("name"),
|
|
98
|
-
"flow_set": [FlowSetRequest.from_dict(_item) for _item in obj["flow_set"]] if obj.get("flow_set") is not None else None,
|
|
99
89
|
"source": obj.get("source"),
|
|
100
90
|
"resume_timeout": obj.get("resume_timeout")
|
|
101
91
|
})
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from uuid import UUID
|
|
@@ -32,8 +32,9 @@ class PatchedTelegramSourceRequest(BaseModel):
|
|
|
32
32
|
Source Serializer
|
|
33
33
|
""" # noqa: E501
|
|
34
34
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Source's display Name.")
|
|
35
|
-
slug: Optional[Annotated[str, Field(min_length=1, strict=True
|
|
35
|
+
slug: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Internal source name, used in URLs.")
|
|
36
36
|
enabled: Optional[StrictBool] = None
|
|
37
|
+
promoted: Optional[StrictBool] = Field(default=None, description="When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon.")
|
|
37
38
|
authentication_flow: Optional[UUID] = Field(default=None, description="Flow to use when authenticating existing users.")
|
|
38
39
|
enrollment_flow: Optional[UUID] = Field(default=None, description="Flow to use when enrolling new users.")
|
|
39
40
|
user_property_mappings: Optional[List[UUID]] = None
|
|
@@ -41,11 +42,12 @@ class PatchedTelegramSourceRequest(BaseModel):
|
|
|
41
42
|
policy_engine_mode: Optional[PolicyEngineMode] = None
|
|
42
43
|
user_matching_mode: Optional[UserMatchingModeEnum] = Field(default=None, description="How the source determines if an existing user should be authenticated or a new user enrolled.")
|
|
43
44
|
user_path_template: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
45
|
+
icon: Optional[StrictStr] = None
|
|
44
46
|
bot_username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Telegram bot username")
|
|
45
47
|
bot_token: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Telegram bot token")
|
|
46
48
|
request_message_access: Optional[StrictBool] = Field(default=None, description="Request access to send messages from your bot.")
|
|
47
49
|
pre_authentication_flow: Optional[UUID] = Field(default=None, description="Flow used before authentication.")
|
|
48
|
-
__properties: ClassVar[List[str]] = ["name", "slug", "enabled", "authentication_flow", "enrollment_flow", "user_property_mappings", "group_property_mappings", "policy_engine_mode", "user_matching_mode", "user_path_template", "bot_username", "bot_token", "request_message_access", "pre_authentication_flow"]
|
|
50
|
+
__properties: ClassVar[List[str]] = ["name", "slug", "enabled", "promoted", "authentication_flow", "enrollment_flow", "user_property_mappings", "group_property_mappings", "policy_engine_mode", "user_matching_mode", "user_path_template", "icon", "bot_username", "bot_token", "request_message_access", "pre_authentication_flow"]
|
|
49
51
|
|
|
50
52
|
@field_validator('slug')
|
|
51
53
|
def slug_validate_regular_expression(cls, value):
|
|
@@ -121,6 +123,7 @@ class PatchedTelegramSourceRequest(BaseModel):
|
|
|
121
123
|
"name": obj.get("name"),
|
|
122
124
|
"slug": obj.get("slug"),
|
|
123
125
|
"enabled": obj.get("enabled"),
|
|
126
|
+
"promoted": obj.get("promoted"),
|
|
124
127
|
"authentication_flow": obj.get("authentication_flow"),
|
|
125
128
|
"enrollment_flow": obj.get("enrollment_flow"),
|
|
126
129
|
"user_property_mappings": obj.get("user_property_mappings"),
|
|
@@ -128,6 +131,7 @@ class PatchedTelegramSourceRequest(BaseModel):
|
|
|
128
131
|
"policy_engine_mode": obj.get("policy_engine_mode"),
|
|
129
132
|
"user_matching_mode": obj.get("user_matching_mode"),
|
|
130
133
|
"user_path_template": obj.get("user_path_template"),
|
|
134
|
+
"icon": obj.get("icon"),
|
|
131
135
|
"bot_username": obj.get("bot_username"),
|
|
132
136
|
"bot_token": obj.get("bot_token"),
|
|
133
137
|
"request_message_access": obj.get("request_message_access"),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -21,7 +21,6 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
25
24
|
from typing import Optional, Set
|
|
26
25
|
from typing_extensions import Self
|
|
27
26
|
|
|
@@ -30,8 +29,7 @@ class PatchedUserDeleteStageRequest(BaseModel):
|
|
|
30
29
|
UserDeleteStage Serializer
|
|
31
30
|
""" # noqa: E501
|
|
32
31
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
33
|
-
|
|
34
|
-
__properties: ClassVar[List[str]] = ["name", "flow_set"]
|
|
32
|
+
__properties: ClassVar[List[str]] = ["name"]
|
|
35
33
|
|
|
36
34
|
model_config = ConfigDict(
|
|
37
35
|
populate_by_name=True,
|
|
@@ -72,13 +70,6 @@ class PatchedUserDeleteStageRequest(BaseModel):
|
|
|
72
70
|
exclude=excluded_fields,
|
|
73
71
|
exclude_none=True,
|
|
74
72
|
)
|
|
75
|
-
# override the default output from pydantic by calling `to_dict()` of each item in flow_set (list)
|
|
76
|
-
_items = []
|
|
77
|
-
if self.flow_set:
|
|
78
|
-
for _item_flow_set in self.flow_set:
|
|
79
|
-
if _item_flow_set:
|
|
80
|
-
_items.append(_item_flow_set.to_dict())
|
|
81
|
-
_dict['flow_set'] = _items
|
|
82
73
|
return _dict
|
|
83
74
|
|
|
84
75
|
@classmethod
|
|
@@ -91,8 +82,7 @@ class PatchedUserDeleteStageRequest(BaseModel):
|
|
|
91
82
|
return cls.model_validate(obj)
|
|
92
83
|
|
|
93
84
|
_obj = cls.model_validate({
|
|
94
|
-
"name": obj.get("name")
|
|
95
|
-
"flow_set": [FlowSetRequest.from_dict(_item) for _item in obj["flow_set"]] if obj.get("flow_set") is not None else None
|
|
85
|
+
"name": obj.get("name")
|
|
96
86
|
})
|
|
97
87
|
return _obj
|
|
98
88
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -21,7 +21,6 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
25
24
|
from authentik_client.models.geoip_binding_enum import GeoipBindingEnum
|
|
26
25
|
from authentik_client.models.network_binding_enum import NetworkBindingEnum
|
|
27
26
|
from typing import Optional, Set
|
|
@@ -32,14 +31,13 @@ class PatchedUserLoginStageRequest(BaseModel):
|
|
|
32
31
|
UserLoginStage Serializer
|
|
33
32
|
""" # noqa: E501
|
|
34
33
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
35
|
-
flow_set: Optional[List[FlowSetRequest]] = None
|
|
36
34
|
session_duration: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)")
|
|
37
35
|
terminate_other_sessions: Optional[StrictBool] = Field(default=None, description="Terminate all other sessions of the user logging in.")
|
|
38
36
|
remember_me_offset: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3)")
|
|
39
37
|
network_binding: Optional[NetworkBindingEnum] = Field(default=None, description="Bind sessions created by this stage to the configured network")
|
|
40
38
|
geoip_binding: Optional[GeoipBindingEnum] = Field(default=None, description="Bind sessions created by this stage to the configured GeoIP location")
|
|
41
39
|
remember_device: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="When set to a non-zero value, authentik will save a cookie with a longer expiry,to remember the device the user is logging in from. (Format: hours=-1;minutes=-2;seconds=-3)")
|
|
42
|
-
__properties: ClassVar[List[str]] = ["name", "
|
|
40
|
+
__properties: ClassVar[List[str]] = ["name", "session_duration", "terminate_other_sessions", "remember_me_offset", "network_binding", "geoip_binding", "remember_device"]
|
|
43
41
|
|
|
44
42
|
model_config = ConfigDict(
|
|
45
43
|
populate_by_name=True,
|
|
@@ -80,13 +78,6 @@ class PatchedUserLoginStageRequest(BaseModel):
|
|
|
80
78
|
exclude=excluded_fields,
|
|
81
79
|
exclude_none=True,
|
|
82
80
|
)
|
|
83
|
-
# override the default output from pydantic by calling `to_dict()` of each item in flow_set (list)
|
|
84
|
-
_items = []
|
|
85
|
-
if self.flow_set:
|
|
86
|
-
for _item_flow_set in self.flow_set:
|
|
87
|
-
if _item_flow_set:
|
|
88
|
-
_items.append(_item_flow_set.to_dict())
|
|
89
|
-
_dict['flow_set'] = _items
|
|
90
81
|
return _dict
|
|
91
82
|
|
|
92
83
|
@classmethod
|
|
@@ -100,7 +91,6 @@ class PatchedUserLoginStageRequest(BaseModel):
|
|
|
100
91
|
|
|
101
92
|
_obj = cls.model_validate({
|
|
102
93
|
"name": obj.get("name"),
|
|
103
|
-
"flow_set": [FlowSetRequest.from_dict(_item) for _item in obj["flow_set"]] if obj.get("flow_set") is not None else None,
|
|
104
94
|
"session_duration": obj.get("session_duration"),
|
|
105
95
|
"terminate_other_sessions": obj.get("terminate_other_sessions"),
|
|
106
96
|
"remember_me_offset": obj.get("remember_me_offset"),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -21,7 +21,6 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
25
24
|
from typing import Optional, Set
|
|
26
25
|
from typing_extensions import Self
|
|
27
26
|
|
|
@@ -30,8 +29,7 @@ class PatchedUserLogoutStageRequest(BaseModel):
|
|
|
30
29
|
UserLogoutStage Serializer
|
|
31
30
|
""" # noqa: E501
|
|
32
31
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
33
|
-
|
|
34
|
-
__properties: ClassVar[List[str]] = ["name", "flow_set"]
|
|
32
|
+
__properties: ClassVar[List[str]] = ["name"]
|
|
35
33
|
|
|
36
34
|
model_config = ConfigDict(
|
|
37
35
|
populate_by_name=True,
|
|
@@ -72,13 +70,6 @@ class PatchedUserLogoutStageRequest(BaseModel):
|
|
|
72
70
|
exclude=excluded_fields,
|
|
73
71
|
exclude_none=True,
|
|
74
72
|
)
|
|
75
|
-
# override the default output from pydantic by calling `to_dict()` of each item in flow_set (list)
|
|
76
|
-
_items = []
|
|
77
|
-
if self.flow_set:
|
|
78
|
-
for _item_flow_set in self.flow_set:
|
|
79
|
-
if _item_flow_set:
|
|
80
|
-
_items.append(_item_flow_set.to_dict())
|
|
81
|
-
_dict['flow_set'] = _items
|
|
82
73
|
return _dict
|
|
83
74
|
|
|
84
75
|
@classmethod
|
|
@@ -91,8 +82,7 @@ class PatchedUserLogoutStageRequest(BaseModel):
|
|
|
91
82
|
return cls.model_validate(obj)
|
|
92
83
|
|
|
93
84
|
_obj = cls.model_validate({
|
|
94
|
-
"name": obj.get("name")
|
|
95
|
-
"flow_set": [FlowSetRequest.from_dict(_item) for _item in obj["flow_set"]] if obj.get("flow_set") is not None else None
|
|
85
|
+
"name": obj.get("name")
|
|
96
86
|
})
|
|
97
87
|
return _obj
|
|
98
88
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -36,11 +36,12 @@ class PatchedUserRequest(BaseModel):
|
|
|
36
36
|
is_active: Optional[StrictBool] = Field(default=None, description="Designates whether this user should be treated as active. Unselect this instead of deleting accounts.")
|
|
37
37
|
last_login: Optional[datetime] = None
|
|
38
38
|
groups: Optional[List[UUID]] = None
|
|
39
|
+
roles: Optional[List[UUID]] = None
|
|
39
40
|
email: Optional[Annotated[str, Field(strict=True, max_length=254)]] = None
|
|
40
41
|
attributes: Optional[Dict[str, Any]] = None
|
|
41
42
|
path: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
42
43
|
type: Optional[UserTypeEnum] = None
|
|
43
|
-
__properties: ClassVar[List[str]] = ["username", "name", "is_active", "last_login", "groups", "email", "attributes", "path", "type"]
|
|
44
|
+
__properties: ClassVar[List[str]] = ["username", "name", "is_active", "last_login", "groups", "roles", "email", "attributes", "path", "type"]
|
|
44
45
|
|
|
45
46
|
model_config = ConfigDict(
|
|
46
47
|
populate_by_name=True,
|
|
@@ -103,6 +104,7 @@ class PatchedUserRequest(BaseModel):
|
|
|
103
104
|
"is_active": obj.get("is_active"),
|
|
104
105
|
"last_login": obj.get("last_login"),
|
|
105
106
|
"groups": obj.get("groups"),
|
|
107
|
+
"roles": obj.get("roles"),
|
|
106
108
|
"email": obj.get("email"),
|
|
107
109
|
"attributes": obj.get("attributes"),
|
|
108
110
|
"path": obj.get("path"),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -22,7 +22,6 @@ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from uuid import UUID
|
|
25
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
26
25
|
from authentik_client.models.user_creation_mode_enum import UserCreationModeEnum
|
|
27
26
|
from authentik_client.models.user_type_enum import UserTypeEnum
|
|
28
27
|
from typing import Optional, Set
|
|
@@ -33,13 +32,12 @@ class PatchedUserWriteStageRequest(BaseModel):
|
|
|
33
32
|
UserWriteStage Serializer
|
|
34
33
|
""" # noqa: E501
|
|
35
34
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = None
|
|
36
|
-
flow_set: Optional[List[FlowSetRequest]] = None
|
|
37
35
|
user_creation_mode: Optional[UserCreationModeEnum] = None
|
|
38
36
|
create_users_as_inactive: Optional[StrictBool] = Field(default=None, description="When set, newly created users are inactive and cannot login.")
|
|
39
37
|
create_users_group: Optional[UUID] = Field(default=None, description="Optionally add newly created users to this group.")
|
|
40
38
|
user_type: Optional[UserTypeEnum] = None
|
|
41
39
|
user_path_template: Optional[StrictStr] = None
|
|
42
|
-
__properties: ClassVar[List[str]] = ["name", "
|
|
40
|
+
__properties: ClassVar[List[str]] = ["name", "user_creation_mode", "create_users_as_inactive", "create_users_group", "user_type", "user_path_template"]
|
|
43
41
|
|
|
44
42
|
model_config = ConfigDict(
|
|
45
43
|
populate_by_name=True,
|
|
@@ -80,13 +78,6 @@ class PatchedUserWriteStageRequest(BaseModel):
|
|
|
80
78
|
exclude=excluded_fields,
|
|
81
79
|
exclude_none=True,
|
|
82
80
|
)
|
|
83
|
-
# override the default output from pydantic by calling `to_dict()` of each item in flow_set (list)
|
|
84
|
-
_items = []
|
|
85
|
-
if self.flow_set:
|
|
86
|
-
for _item_flow_set in self.flow_set:
|
|
87
|
-
if _item_flow_set:
|
|
88
|
-
_items.append(_item_flow_set.to_dict())
|
|
89
|
-
_dict['flow_set'] = _items
|
|
90
81
|
# set to None if create_users_group (nullable) is None
|
|
91
82
|
# and model_fields_set contains the field
|
|
92
83
|
if self.create_users_group is None and "create_users_group" in self.model_fields_set:
|
|
@@ -105,7 +96,6 @@ class PatchedUserWriteStageRequest(BaseModel):
|
|
|
105
96
|
|
|
106
97
|
_obj = cls.model_validate({
|
|
107
98
|
"name": obj.get("name"),
|
|
108
|
-
"flow_set": [FlowSetRequest.from_dict(_item) for _item in obj["flow_set"]] if obj.get("flow_set") is not None else None,
|
|
109
99
|
"user_creation_mode": obj.get("user_creation_mode"),
|
|
110
100
|
"create_users_as_inactive": obj.get("create_users_as_inactive"),
|
|
111
101
|
"create_users_group": obj.get("create_users_group"),
|