authentik-client 2025.12.0rc3__py3-none-any.whl → 2025.12.2__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 +6 -2
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +1 -1
- authentik_client/api/core_api.py +1 -1
- authentik_client/api/crypto_api.py +1 -1
- authentik_client/api/endpoints_api.py +1 -1
- authentik_client/api/enterprise_api.py +1 -1
- authentik_client/api/events_api.py +1 -1
- authentik_client/api/flows_api.py +1 -1
- 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 +1 -1
- authentik_client/api/rac_api.py +1 -1
- authentik_client/api/rbac_api.py +1 -1
- authentik_client/api/reports_api.py +1 -1
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +1 -1
- authentik_client/api/ssf_api.py +1 -1
- authentik_client/api/stages_api.py +1 -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 +3 -3
- authentik_client/exceptions.py +1 -1
- authentik_client/models/__init__.py +3 -1
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +13 -3
- 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 +1 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +1 -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 +15 -2
- 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 +2 -2
- authentik_client/models/authenticator_static_stage_request.py +2 -2
- 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/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 +1 -1
- 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 +13 -2
- 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 +27 -2
- authentik_client/models/current_brand_flags.py +1 -1
- 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 +1 -1
- authentik_client/models/device_access_group_request.py +1 -1
- 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 +1 -1
- 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 +1 -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 +15 -4
- authentik_client/models/flow.py +15 -2
- 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 +13 -3
- 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 +1 -1
- 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 -2
- authentik_client/models/kerberos_source.py +15 -2
- 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 +25 -5
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +15 -2
- 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 +43 -0
- 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 +13 -3
- 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 +1 -1
- authentik_client/models/model_request.py +1 -1
- 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 +25 -5
- 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 +15 -2
- 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 +1 -1
- authentik_client/models/operating_system_request.py +1 -1
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +7 -2
- 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_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/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 +2 -2
- 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 +1 -1
- 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_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 +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 +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 +1 -1
- 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 +1 -1
- 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/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 +15 -2
- 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 +25 -5
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +1 -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 +25 -5
- 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 +25 -5
- 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 +25 -5
- 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 +1 -1
- 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 +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 +25 -5
- 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 +15 -2
- 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 +13 -3
- 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 +1 -1
- 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 +16 -3
- 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 +2 -2
- 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 +15 -2
- 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 +100 -0
- 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/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.12.0rc3.dist-info → authentik_client-2025.12.2.dist-info}/METADATA +5 -3
- authentik_client-2025.12.2.dist-info/RECORD +870 -0
- {authentik_client-2025.12.0rc3.dist-info → authentik_client-2025.12.2.dist-info}/WHEEL +1 -1
- authentik_client-2025.12.0rc3.dist-info/RECORD +0 -868
- {authentik_client-2025.12.0rc3.dist-info → authentik_client-2025.12.2.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.0rc3.dist-info → authentik_client-2025.12.2.dist-info}/top_level.txt +0 -0
authentik_client/__init__.py
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Making authentication simple.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 2025.12.
|
|
10
|
+
The version of the OpenAPI document: 2025.12.2
|
|
11
11
|
Contact: hello@goauthentik.io
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "2025.12.
|
|
18
|
+
__version__ = "2025.12.2"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -320,6 +320,7 @@ __all__ = [
|
|
|
320
320
|
"LicenseFlagsEnum",
|
|
321
321
|
"LicenseForecast",
|
|
322
322
|
"LicenseRequest",
|
|
323
|
+
"LicenseStatusEnum",
|
|
323
324
|
"LicenseSummary",
|
|
324
325
|
"LicenseSummaryStatusEnum",
|
|
325
326
|
"Link",
|
|
@@ -818,6 +819,7 @@ __all__ = [
|
|
|
818
819
|
"TenantRecoveryKeyRequestRequest",
|
|
819
820
|
"TenantRecoveryKeyResponse",
|
|
820
821
|
"TenantRequest",
|
|
822
|
+
"ThemedUrls",
|
|
821
823
|
"Token",
|
|
822
824
|
"TokenModel",
|
|
823
825
|
"TokenRequest",
|
|
@@ -1190,6 +1192,7 @@ from authentik_client.models.license import License as License
|
|
|
1190
1192
|
from authentik_client.models.license_flags_enum import LicenseFlagsEnum as LicenseFlagsEnum
|
|
1191
1193
|
from authentik_client.models.license_forecast import LicenseForecast as LicenseForecast
|
|
1192
1194
|
from authentik_client.models.license_request import LicenseRequest as LicenseRequest
|
|
1195
|
+
from authentik_client.models.license_status_enum import LicenseStatusEnum as LicenseStatusEnum
|
|
1193
1196
|
from authentik_client.models.license_summary import LicenseSummary as LicenseSummary
|
|
1194
1197
|
from authentik_client.models.license_summary_status_enum import LicenseSummaryStatusEnum as LicenseSummaryStatusEnum
|
|
1195
1198
|
from authentik_client.models.link import Link as Link
|
|
@@ -1688,6 +1691,7 @@ from authentik_client.models.tenant_admin_group_request_request import TenantAdm
|
|
|
1688
1691
|
from authentik_client.models.tenant_recovery_key_request_request import TenantRecoveryKeyRequestRequest as TenantRecoveryKeyRequestRequest
|
|
1689
1692
|
from authentik_client.models.tenant_recovery_key_response import TenantRecoveryKeyResponse as TenantRecoveryKeyResponse
|
|
1690
1693
|
from authentik_client.models.tenant_request import TenantRequest as TenantRequest
|
|
1694
|
+
from authentik_client.models.themed_urls import ThemedUrls as ThemedUrls
|
|
1691
1695
|
from authentik_client.models.token import Token as Token
|
|
1692
1696
|
from authentik_client.models.token_model import TokenModel as TokenModel
|
|
1693
1697
|
from authentik_client.models.token_request import TokenRequest as TokenRequest
|
authentik_client/api/core_api.py
CHANGED
authentik_client/api/rac_api.py
CHANGED
authentik_client/api/rbac_api.py
CHANGED
authentik_client/api/root_api.py
CHANGED
authentik_client/api/ssf_api.py
CHANGED
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: 2025.12.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.2
|
|
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/2025.12.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2025.12.2/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
def __enter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.12.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.2
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -514,8 +514,8 @@ class Configuration:
|
|
|
514
514
|
return "Python SDK Debug Report:\n"\
|
|
515
515
|
"OS: {env}\n"\
|
|
516
516
|
"Python Version: {pyversion}\n"\
|
|
517
|
-
"Version of the API: 2025.12.
|
|
518
|
-
"SDK Package Version: 2025.12.
|
|
517
|
+
"Version of the API: 2025.12.2\n"\
|
|
518
|
+
"SDK Package Version: 2025.12.2".\
|
|
519
519
|
format(env=sys.platform, pyversion=sys.version)
|
|
520
520
|
|
|
521
521
|
def get_host_settings(self) -> List[HostSetting]:
|
authentik_client/exceptions.py
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Making authentication simple.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 2025.12.
|
|
9
|
+
The version of the OpenAPI document: 2025.12.2
|
|
10
10
|
Contact: hello@goauthentik.io
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -282,6 +282,7 @@ from authentik_client.models.license import License
|
|
|
282
282
|
from authentik_client.models.license_flags_enum import LicenseFlagsEnum
|
|
283
283
|
from authentik_client.models.license_forecast import LicenseForecast
|
|
284
284
|
from authentik_client.models.license_request import LicenseRequest
|
|
285
|
+
from authentik_client.models.license_status_enum import LicenseStatusEnum
|
|
285
286
|
from authentik_client.models.license_summary import LicenseSummary
|
|
286
287
|
from authentik_client.models.license_summary_status_enum import LicenseSummaryStatusEnum
|
|
287
288
|
from authentik_client.models.link import Link
|
|
@@ -780,6 +781,7 @@ from authentik_client.models.tenant_admin_group_request_request import TenantAdm
|
|
|
780
781
|
from authentik_client.models.tenant_recovery_key_request_request import TenantRecoveryKeyRequestRequest
|
|
781
782
|
from authentik_client.models.tenant_recovery_key_response import TenantRecoveryKeyResponse
|
|
782
783
|
from authentik_client.models.tenant_request import TenantRequest
|
|
784
|
+
from authentik_client.models.themed_urls import ThemedUrls
|
|
783
785
|
from authentik_client.models.token import Token
|
|
784
786
|
from authentik_client.models.token_model import TokenModel
|
|
785
787
|
from authentik_client.models.token_request import TokenRequest
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.12.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.2
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -21,6 +21,7 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictBool, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from authentik_client.models.config import Config
|
|
24
|
+
from authentik_client.models.license_status_enum import LicenseStatusEnum
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -37,7 +38,8 @@ class AgentConfig(BaseModel):
|
|
|
37
38
|
nss_gid_offset: StrictInt
|
|
38
39
|
auth_terminate_session_on_expiry: StrictBool
|
|
39
40
|
system_config: Config
|
|
40
|
-
|
|
41
|
+
license_status: Optional[LicenseStatusEnum]
|
|
42
|
+
__properties: ClassVar[List[str]] = ["device_id", "refresh_interval", "authorization_flow", "jwks_auth", "jwks_challenge", "nss_uid_offset", "nss_gid_offset", "auth_terminate_session_on_expiry", "system_config", "license_status"]
|
|
41
43
|
|
|
42
44
|
model_config = ConfigDict(
|
|
43
45
|
populate_by_name=True,
|
|
@@ -75,6 +77,7 @@ class AgentConfig(BaseModel):
|
|
|
75
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
76
78
|
* OpenAPI `readOnly` fields are excluded.
|
|
77
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
81
|
"""
|
|
79
82
|
excluded_fields: Set[str] = set([
|
|
80
83
|
"device_id",
|
|
@@ -83,6 +86,7 @@ class AgentConfig(BaseModel):
|
|
|
83
86
|
"jwks_auth",
|
|
84
87
|
"jwks_challenge",
|
|
85
88
|
"system_config",
|
|
89
|
+
"license_status",
|
|
86
90
|
])
|
|
87
91
|
|
|
88
92
|
_dict = self.model_dump(
|
|
@@ -103,6 +107,11 @@ class AgentConfig(BaseModel):
|
|
|
103
107
|
if self.jwks_challenge is None and "jwks_challenge" in self.model_fields_set:
|
|
104
108
|
_dict['jwks_challenge'] = None
|
|
105
109
|
|
|
110
|
+
# set to None if license_status (nullable) is None
|
|
111
|
+
# and model_fields_set contains the field
|
|
112
|
+
if self.license_status is None and "license_status" in self.model_fields_set:
|
|
113
|
+
_dict['license_status'] = None
|
|
114
|
+
|
|
106
115
|
return _dict
|
|
107
116
|
|
|
108
117
|
@classmethod
|
|
@@ -123,7 +132,8 @@ class AgentConfig(BaseModel):
|
|
|
123
132
|
"nss_uid_offset": obj.get("nss_uid_offset"),
|
|
124
133
|
"nss_gid_offset": obj.get("nss_gid_offset"),
|
|
125
134
|
"auth_terminate_session_on_expiry": obj.get("auth_terminate_session_on_expiry"),
|
|
126
|
-
"system_config": Config.from_dict(obj["system_config"]) if obj.get("system_config") is not None else None
|
|
135
|
+
"system_config": Config.from_dict(obj["system_config"]) if obj.get("system_config") is not None else None,
|
|
136
|
+
"license_status": obj.get("license_status")
|
|
127
137
|
})
|
|
128
138
|
return _obj
|
|
129
139
|
|
authentik_client/models/app.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.12.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.2
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -24,6 +24,7 @@ from typing_extensions import Annotated
|
|
|
24
24
|
from uuid import UUID
|
|
25
25
|
from authentik_client.models.policy_engine_mode import PolicyEngineMode
|
|
26
26
|
from authentik_client.models.provider import Provider
|
|
27
|
+
from authentik_client.models.themed_urls import ThemedUrls
|
|
27
28
|
from typing import Optional, Set
|
|
28
29
|
from typing_extensions import Self
|
|
29
30
|
|
|
@@ -43,11 +44,12 @@ class Application(BaseModel):
|
|
|
43
44
|
meta_launch_url: Optional[StrictStr] = None
|
|
44
45
|
meta_icon: Optional[StrictStr] = None
|
|
45
46
|
meta_icon_url: Optional[StrictStr] = Field(description="Get the URL to the App Icon image")
|
|
47
|
+
meta_icon_themed_urls: Optional[ThemedUrls]
|
|
46
48
|
meta_description: Optional[StrictStr] = None
|
|
47
49
|
meta_publisher: Optional[StrictStr] = None
|
|
48
50
|
policy_engine_mode: Optional[PolicyEngineMode] = None
|
|
49
51
|
group: Optional[StrictStr] = None
|
|
50
|
-
__properties: ClassVar[List[str]] = ["pk", "name", "slug", "provider", "provider_obj", "backchannel_providers", "backchannel_providers_obj", "launch_url", "open_in_new_tab", "meta_launch_url", "meta_icon", "meta_icon_url", "meta_description", "meta_publisher", "policy_engine_mode", "group"]
|
|
52
|
+
__properties: ClassVar[List[str]] = ["pk", "name", "slug", "provider", "provider_obj", "backchannel_providers", "backchannel_providers_obj", "launch_url", "open_in_new_tab", "meta_launch_url", "meta_icon", "meta_icon_url", "meta_icon_themed_urls", "meta_description", "meta_publisher", "policy_engine_mode", "group"]
|
|
51
53
|
|
|
52
54
|
@field_validator('slug')
|
|
53
55
|
def slug_validate_regular_expression(cls, value):
|
|
@@ -91,6 +93,7 @@ class Application(BaseModel):
|
|
|
91
93
|
* OpenAPI `readOnly` fields are excluded.
|
|
92
94
|
* OpenAPI `readOnly` fields are excluded.
|
|
93
95
|
* OpenAPI `readOnly` fields are excluded.
|
|
96
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
94
97
|
"""
|
|
95
98
|
excluded_fields: Set[str] = set([
|
|
96
99
|
"pk",
|
|
@@ -98,6 +101,7 @@ class Application(BaseModel):
|
|
|
98
101
|
"backchannel_providers_obj",
|
|
99
102
|
"launch_url",
|
|
100
103
|
"meta_icon_url",
|
|
104
|
+
"meta_icon_themed_urls",
|
|
101
105
|
])
|
|
102
106
|
|
|
103
107
|
_dict = self.model_dump(
|
|
@@ -115,6 +119,9 @@ class Application(BaseModel):
|
|
|
115
119
|
if _item_backchannel_providers_obj:
|
|
116
120
|
_items.append(_item_backchannel_providers_obj.to_dict())
|
|
117
121
|
_dict['backchannel_providers_obj'] = _items
|
|
122
|
+
# override the default output from pydantic by calling `to_dict()` of meta_icon_themed_urls
|
|
123
|
+
if self.meta_icon_themed_urls:
|
|
124
|
+
_dict['meta_icon_themed_urls'] = self.meta_icon_themed_urls.to_dict()
|
|
118
125
|
# set to None if provider (nullable) is None
|
|
119
126
|
# and model_fields_set contains the field
|
|
120
127
|
if self.provider is None and "provider" in self.model_fields_set:
|
|
@@ -130,6 +137,11 @@ class Application(BaseModel):
|
|
|
130
137
|
if self.meta_icon_url is None and "meta_icon_url" in self.model_fields_set:
|
|
131
138
|
_dict['meta_icon_url'] = None
|
|
132
139
|
|
|
140
|
+
# set to None if meta_icon_themed_urls (nullable) is None
|
|
141
|
+
# and model_fields_set contains the field
|
|
142
|
+
if self.meta_icon_themed_urls is None and "meta_icon_themed_urls" in self.model_fields_set:
|
|
143
|
+
_dict['meta_icon_themed_urls'] = None
|
|
144
|
+
|
|
133
145
|
return _dict
|
|
134
146
|
|
|
135
147
|
@classmethod
|
|
@@ -154,6 +166,7 @@ class Application(BaseModel):
|
|
|
154
166
|
"meta_launch_url": obj.get("meta_launch_url"),
|
|
155
167
|
"meta_icon": obj.get("meta_icon"),
|
|
156
168
|
"meta_icon_url": obj.get("meta_icon_url"),
|
|
169
|
+
"meta_icon_themed_urls": ThemedUrls.from_dict(obj["meta_icon_themed_urls"]) if obj.get("meta_icon_themed_urls") is not None else None,
|
|
157
170
|
"meta_description": obj.get("meta_description"),
|
|
158
171
|
"meta_publisher": obj.get("meta_publisher"),
|
|
159
172
|
"policy_engine_mode": obj.get("policy_engine_mode"),
|