authentik-client 2025.12.0__py3-none-any.whl → 2025.12.0rc2__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 +4 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +1 -1
- authentik_client/api/core_api.py +1 -35
- 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 +8 -41
- 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 +2 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +3 -13
- 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 +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +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 -2
- 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 +3 -7
- 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/data_export.py +4 -4
- 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 +1 -1
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +2 -18
- 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 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +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 +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +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 +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_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 +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +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 +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/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 +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 +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 +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +1 -1
- 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 +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +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 +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/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.0.dist-info → authentik_client-2025.12.0rc2.dist-info}/METADATA +4 -4
- authentik_client-2025.12.0rc2.dist-info/RECORD +869 -0
- authentik_client/models/license_status_enum.py +0 -43
- authentik_client-2025.12.0.dist-info/RECORD +0 -869
- {authentik_client-2025.12.0.dist-info → authentik_client-2025.12.0rc2.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.0.dist-info → authentik_client-2025.12.0rc2.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.0.dist-info → authentik_client-2025.12.0rc2.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.0
|
|
10
|
+
The version of the OpenAPI document: 2025.12.0-rc2
|
|
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.0"
|
|
18
|
+
__version__ = "2025.12.0-rc2"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -320,7 +320,6 @@ __all__ = [
|
|
|
320
320
|
"LicenseFlagsEnum",
|
|
321
321
|
"LicenseForecast",
|
|
322
322
|
"LicenseRequest",
|
|
323
|
-
"LicenseStatusEnum",
|
|
324
323
|
"LicenseSummary",
|
|
325
324
|
"LicenseSummaryStatusEnum",
|
|
326
325
|
"Link",
|
|
@@ -728,6 +727,7 @@ __all__ = [
|
|
|
728
727
|
"Reputation",
|
|
729
728
|
"ReputationPolicy",
|
|
730
729
|
"ReputationPolicyRequest",
|
|
730
|
+
"RequestedBy",
|
|
731
731
|
"ResidentKeyRequirementEnum",
|
|
732
732
|
"Role",
|
|
733
733
|
"RoleAssignedObjectPermission",
|
|
@@ -1191,7 +1191,6 @@ from authentik_client.models.license import License as License
|
|
|
1191
1191
|
from authentik_client.models.license_flags_enum import LicenseFlagsEnum as LicenseFlagsEnum
|
|
1192
1192
|
from authentik_client.models.license_forecast import LicenseForecast as LicenseForecast
|
|
1193
1193
|
from authentik_client.models.license_request import LicenseRequest as LicenseRequest
|
|
1194
|
-
from authentik_client.models.license_status_enum import LicenseStatusEnum as LicenseStatusEnum
|
|
1195
1194
|
from authentik_client.models.license_summary import LicenseSummary as LicenseSummary
|
|
1196
1195
|
from authentik_client.models.license_summary_status_enum import LicenseSummaryStatusEnum as LicenseSummaryStatusEnum
|
|
1197
1196
|
from authentik_client.models.link import Link as Link
|
|
@@ -1599,6 +1598,7 @@ from authentik_client.models.related_group import RelatedGroup as RelatedGroup
|
|
|
1599
1598
|
from authentik_client.models.reputation import Reputation as Reputation
|
|
1600
1599
|
from authentik_client.models.reputation_policy import ReputationPolicy as ReputationPolicy
|
|
1601
1600
|
from authentik_client.models.reputation_policy_request import ReputationPolicyRequest as ReputationPolicyRequest
|
|
1601
|
+
from authentik_client.models.requested_by import RequestedBy as RequestedBy
|
|
1602
1602
|
from authentik_client.models.resident_key_requirement_enum import ResidentKeyRequirementEnum as ResidentKeyRequirementEnum
|
|
1603
1603
|
from authentik_client.models.role import Role as Role
|
|
1604
1604
|
from authentik_client.models.role_assigned_object_permission import RoleAssignedObjectPermission as RoleAssignedObjectPermission
|
authentik_client/api/core_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.12.0
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc2
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -9076,7 +9076,6 @@ class CoreApi:
|
|
|
9076
9076
|
self,
|
|
9077
9077
|
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
|
|
9078
9078
|
include_children: Optional[StrictBool] = None,
|
|
9079
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
9080
9079
|
include_parents: Optional[StrictBool] = None,
|
|
9081
9080
|
include_users: Optional[StrictBool] = None,
|
|
9082
9081
|
is_superuser: Optional[StrictBool] = None,
|
|
@@ -9108,8 +9107,6 @@ class CoreApi:
|
|
|
9108
9107
|
:type attributes: str
|
|
9109
9108
|
:param include_children:
|
|
9110
9109
|
:type include_children: bool
|
|
9111
|
-
:param include_inherited_roles:
|
|
9112
|
-
:type include_inherited_roles: bool
|
|
9113
9110
|
:param include_parents:
|
|
9114
9111
|
:type include_parents: bool
|
|
9115
9112
|
:param include_users:
|
|
@@ -9155,7 +9152,6 @@ class CoreApi:
|
|
|
9155
9152
|
_param = self._core_groups_list_serialize(
|
|
9156
9153
|
attributes=attributes,
|
|
9157
9154
|
include_children=include_children,
|
|
9158
|
-
include_inherited_roles=include_inherited_roles,
|
|
9159
9155
|
include_parents=include_parents,
|
|
9160
9156
|
include_users=include_users,
|
|
9161
9157
|
is_superuser=is_superuser,
|
|
@@ -9193,7 +9189,6 @@ class CoreApi:
|
|
|
9193
9189
|
self,
|
|
9194
9190
|
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
|
|
9195
9191
|
include_children: Optional[StrictBool] = None,
|
|
9196
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
9197
9192
|
include_parents: Optional[StrictBool] = None,
|
|
9198
9193
|
include_users: Optional[StrictBool] = None,
|
|
9199
9194
|
is_superuser: Optional[StrictBool] = None,
|
|
@@ -9225,8 +9220,6 @@ class CoreApi:
|
|
|
9225
9220
|
:type attributes: str
|
|
9226
9221
|
:param include_children:
|
|
9227
9222
|
:type include_children: bool
|
|
9228
|
-
:param include_inherited_roles:
|
|
9229
|
-
:type include_inherited_roles: bool
|
|
9230
9223
|
:param include_parents:
|
|
9231
9224
|
:type include_parents: bool
|
|
9232
9225
|
:param include_users:
|
|
@@ -9272,7 +9265,6 @@ class CoreApi:
|
|
|
9272
9265
|
_param = self._core_groups_list_serialize(
|
|
9273
9266
|
attributes=attributes,
|
|
9274
9267
|
include_children=include_children,
|
|
9275
|
-
include_inherited_roles=include_inherited_roles,
|
|
9276
9268
|
include_parents=include_parents,
|
|
9277
9269
|
include_users=include_users,
|
|
9278
9270
|
is_superuser=is_superuser,
|
|
@@ -9310,7 +9302,6 @@ class CoreApi:
|
|
|
9310
9302
|
self,
|
|
9311
9303
|
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
|
|
9312
9304
|
include_children: Optional[StrictBool] = None,
|
|
9313
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
9314
9305
|
include_parents: Optional[StrictBool] = None,
|
|
9315
9306
|
include_users: Optional[StrictBool] = None,
|
|
9316
9307
|
is_superuser: Optional[StrictBool] = None,
|
|
@@ -9342,8 +9333,6 @@ class CoreApi:
|
|
|
9342
9333
|
:type attributes: str
|
|
9343
9334
|
:param include_children:
|
|
9344
9335
|
:type include_children: bool
|
|
9345
|
-
:param include_inherited_roles:
|
|
9346
|
-
:type include_inherited_roles: bool
|
|
9347
9336
|
:param include_parents:
|
|
9348
9337
|
:type include_parents: bool
|
|
9349
9338
|
:param include_users:
|
|
@@ -9389,7 +9378,6 @@ class CoreApi:
|
|
|
9389
9378
|
_param = self._core_groups_list_serialize(
|
|
9390
9379
|
attributes=attributes,
|
|
9391
9380
|
include_children=include_children,
|
|
9392
|
-
include_inherited_roles=include_inherited_roles,
|
|
9393
9381
|
include_parents=include_parents,
|
|
9394
9382
|
include_users=include_users,
|
|
9395
9383
|
is_superuser=is_superuser,
|
|
@@ -9422,7 +9410,6 @@ class CoreApi:
|
|
|
9422
9410
|
self,
|
|
9423
9411
|
attributes,
|
|
9424
9412
|
include_children,
|
|
9425
|
-
include_inherited_roles,
|
|
9426
9413
|
include_parents,
|
|
9427
9414
|
include_users,
|
|
9428
9415
|
is_superuser,
|
|
@@ -9465,10 +9452,6 @@ class CoreApi:
|
|
|
9465
9452
|
|
|
9466
9453
|
_query_params.append(('include_children', include_children))
|
|
9467
9454
|
|
|
9468
|
-
if include_inherited_roles is not None:
|
|
9469
|
-
|
|
9470
|
-
_query_params.append(('include_inherited_roles', include_inherited_roles))
|
|
9471
|
-
|
|
9472
9455
|
if include_parents is not None:
|
|
9473
9456
|
|
|
9474
9457
|
_query_params.append(('include_parents', include_parents))
|
|
@@ -10144,7 +10127,6 @@ class CoreApi:
|
|
|
10144
10127
|
self,
|
|
10145
10128
|
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
|
|
10146
10129
|
include_children: Optional[StrictBool] = None,
|
|
10147
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
10148
10130
|
include_parents: Optional[StrictBool] = None,
|
|
10149
10131
|
include_users: Optional[StrictBool] = None,
|
|
10150
10132
|
_request_timeout: Union[
|
|
@@ -10168,8 +10150,6 @@ class CoreApi:
|
|
|
10168
10150
|
:type group_uuid: str
|
|
10169
10151
|
:param include_children:
|
|
10170
10152
|
:type include_children: bool
|
|
10171
|
-
:param include_inherited_roles:
|
|
10172
|
-
:type include_inherited_roles: bool
|
|
10173
10153
|
:param include_parents:
|
|
10174
10154
|
:type include_parents: bool
|
|
10175
10155
|
:param include_users:
|
|
@@ -10199,7 +10179,6 @@ class CoreApi:
|
|
|
10199
10179
|
_param = self._core_groups_retrieve_serialize(
|
|
10200
10180
|
group_uuid=group_uuid,
|
|
10201
10181
|
include_children=include_children,
|
|
10202
|
-
include_inherited_roles=include_inherited_roles,
|
|
10203
10182
|
include_parents=include_parents,
|
|
10204
10183
|
include_users=include_users,
|
|
10205
10184
|
_request_auth=_request_auth,
|
|
@@ -10229,7 +10208,6 @@ class CoreApi:
|
|
|
10229
10208
|
self,
|
|
10230
10209
|
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
|
|
10231
10210
|
include_children: Optional[StrictBool] = None,
|
|
10232
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
10233
10211
|
include_parents: Optional[StrictBool] = None,
|
|
10234
10212
|
include_users: Optional[StrictBool] = None,
|
|
10235
10213
|
_request_timeout: Union[
|
|
@@ -10253,8 +10231,6 @@ class CoreApi:
|
|
|
10253
10231
|
:type group_uuid: str
|
|
10254
10232
|
:param include_children:
|
|
10255
10233
|
:type include_children: bool
|
|
10256
|
-
:param include_inherited_roles:
|
|
10257
|
-
:type include_inherited_roles: bool
|
|
10258
10234
|
:param include_parents:
|
|
10259
10235
|
:type include_parents: bool
|
|
10260
10236
|
:param include_users:
|
|
@@ -10284,7 +10260,6 @@ class CoreApi:
|
|
|
10284
10260
|
_param = self._core_groups_retrieve_serialize(
|
|
10285
10261
|
group_uuid=group_uuid,
|
|
10286
10262
|
include_children=include_children,
|
|
10287
|
-
include_inherited_roles=include_inherited_roles,
|
|
10288
10263
|
include_parents=include_parents,
|
|
10289
10264
|
include_users=include_users,
|
|
10290
10265
|
_request_auth=_request_auth,
|
|
@@ -10314,7 +10289,6 @@ class CoreApi:
|
|
|
10314
10289
|
self,
|
|
10315
10290
|
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
|
|
10316
10291
|
include_children: Optional[StrictBool] = None,
|
|
10317
|
-
include_inherited_roles: Optional[StrictBool] = None,
|
|
10318
10292
|
include_parents: Optional[StrictBool] = None,
|
|
10319
10293
|
include_users: Optional[StrictBool] = None,
|
|
10320
10294
|
_request_timeout: Union[
|
|
@@ -10338,8 +10312,6 @@ class CoreApi:
|
|
|
10338
10312
|
:type group_uuid: str
|
|
10339
10313
|
:param include_children:
|
|
10340
10314
|
:type include_children: bool
|
|
10341
|
-
:param include_inherited_roles:
|
|
10342
|
-
:type include_inherited_roles: bool
|
|
10343
10315
|
:param include_parents:
|
|
10344
10316
|
:type include_parents: bool
|
|
10345
10317
|
:param include_users:
|
|
@@ -10369,7 +10341,6 @@ class CoreApi:
|
|
|
10369
10341
|
_param = self._core_groups_retrieve_serialize(
|
|
10370
10342
|
group_uuid=group_uuid,
|
|
10371
10343
|
include_children=include_children,
|
|
10372
|
-
include_inherited_roles=include_inherited_roles,
|
|
10373
10344
|
include_parents=include_parents,
|
|
10374
10345
|
include_users=include_users,
|
|
10375
10346
|
_request_auth=_request_auth,
|
|
@@ -10394,7 +10365,6 @@ class CoreApi:
|
|
|
10394
10365
|
self,
|
|
10395
10366
|
group_uuid,
|
|
10396
10367
|
include_children,
|
|
10397
|
-
include_inherited_roles,
|
|
10398
10368
|
include_parents,
|
|
10399
10369
|
include_users,
|
|
10400
10370
|
_request_auth,
|
|
@@ -10425,10 +10395,6 @@ class CoreApi:
|
|
|
10425
10395
|
|
|
10426
10396
|
_query_params.append(('include_children', include_children))
|
|
10427
10397
|
|
|
10428
|
-
if include_inherited_roles is not None:
|
|
10429
|
-
|
|
10430
|
-
_query_params.append(('include_inherited_roles', include_inherited_roles))
|
|
10431
|
-
|
|
10432
10398
|
if include_parents is not None:
|
|
10433
10399
|
|
|
10434
10400
|
_query_params.append(('include_parents', include_parents))
|
authentik_client/api/rac_api.py
CHANGED
authentik_client/api/rbac_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.12.0
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc2
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -4866,8 +4866,6 @@ class RbacApi:
|
|
|
4866
4866
|
@validate_call
|
|
4867
4867
|
def rbac_roles_list(
|
|
4868
4868
|
self,
|
|
4869
|
-
ak_groups: Optional[UUID] = None,
|
|
4870
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or ak_groups filter)")] = None,
|
|
4871
4869
|
managed: Optional[List[StrictStr]] = None,
|
|
4872
4870
|
managed__isnull: Optional[StrictBool] = None,
|
|
4873
4871
|
name: Optional[StrictStr] = None,
|
|
@@ -4875,7 +4873,7 @@ class RbacApi:
|
|
|
4875
4873
|
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
4876
4874
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
4877
4875
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
4878
|
-
users: Optional[StrictInt] = None,
|
|
4876
|
+
users: Optional[List[StrictInt]] = None,
|
|
4879
4877
|
_request_timeout: Union[
|
|
4880
4878
|
None,
|
|
4881
4879
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4893,10 +4891,6 @@ class RbacApi:
|
|
|
4893
4891
|
|
|
4894
4892
|
Role viewset
|
|
4895
4893
|
|
|
4896
|
-
:param ak_groups:
|
|
4897
|
-
:type ak_groups: str
|
|
4898
|
-
:param inherited: Include inherited roles (requires users or ak_groups filter)
|
|
4899
|
-
:type inherited: bool
|
|
4900
4894
|
:param managed:
|
|
4901
4895
|
:type managed: List[str]
|
|
4902
4896
|
:param managed__isnull:
|
|
@@ -4912,7 +4906,7 @@ class RbacApi:
|
|
|
4912
4906
|
:param search: A search term.
|
|
4913
4907
|
:type search: str
|
|
4914
4908
|
:param users:
|
|
4915
|
-
:type users: int
|
|
4909
|
+
:type users: List[int]
|
|
4916
4910
|
:param _request_timeout: timeout setting for this request. If one
|
|
4917
4911
|
number provided, it will be total request
|
|
4918
4912
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4936,8 +4930,6 @@ class RbacApi:
|
|
|
4936
4930
|
""" # noqa: E501
|
|
4937
4931
|
|
|
4938
4932
|
_param = self._rbac_roles_list_serialize(
|
|
4939
|
-
ak_groups=ak_groups,
|
|
4940
|
-
inherited=inherited,
|
|
4941
4933
|
managed=managed,
|
|
4942
4934
|
managed__isnull=managed__isnull,
|
|
4943
4935
|
name=name,
|
|
@@ -4971,8 +4963,6 @@ class RbacApi:
|
|
|
4971
4963
|
@validate_call
|
|
4972
4964
|
def rbac_roles_list_with_http_info(
|
|
4973
4965
|
self,
|
|
4974
|
-
ak_groups: Optional[UUID] = None,
|
|
4975
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or ak_groups filter)")] = None,
|
|
4976
4966
|
managed: Optional[List[StrictStr]] = None,
|
|
4977
4967
|
managed__isnull: Optional[StrictBool] = None,
|
|
4978
4968
|
name: Optional[StrictStr] = None,
|
|
@@ -4980,7 +4970,7 @@ class RbacApi:
|
|
|
4980
4970
|
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
4981
4971
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
4982
4972
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
4983
|
-
users: Optional[StrictInt] = None,
|
|
4973
|
+
users: Optional[List[StrictInt]] = None,
|
|
4984
4974
|
_request_timeout: Union[
|
|
4985
4975
|
None,
|
|
4986
4976
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4998,10 +4988,6 @@ class RbacApi:
|
|
|
4998
4988
|
|
|
4999
4989
|
Role viewset
|
|
5000
4990
|
|
|
5001
|
-
:param ak_groups:
|
|
5002
|
-
:type ak_groups: str
|
|
5003
|
-
:param inherited: Include inherited roles (requires users or ak_groups filter)
|
|
5004
|
-
:type inherited: bool
|
|
5005
4991
|
:param managed:
|
|
5006
4992
|
:type managed: List[str]
|
|
5007
4993
|
:param managed__isnull:
|
|
@@ -5017,7 +5003,7 @@ class RbacApi:
|
|
|
5017
5003
|
:param search: A search term.
|
|
5018
5004
|
:type search: str
|
|
5019
5005
|
:param users:
|
|
5020
|
-
:type users: int
|
|
5006
|
+
:type users: List[int]
|
|
5021
5007
|
:param _request_timeout: timeout setting for this request. If one
|
|
5022
5008
|
number provided, it will be total request
|
|
5023
5009
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5041,8 +5027,6 @@ class RbacApi:
|
|
|
5041
5027
|
""" # noqa: E501
|
|
5042
5028
|
|
|
5043
5029
|
_param = self._rbac_roles_list_serialize(
|
|
5044
|
-
ak_groups=ak_groups,
|
|
5045
|
-
inherited=inherited,
|
|
5046
5030
|
managed=managed,
|
|
5047
5031
|
managed__isnull=managed__isnull,
|
|
5048
5032
|
name=name,
|
|
@@ -5076,8 +5060,6 @@ class RbacApi:
|
|
|
5076
5060
|
@validate_call
|
|
5077
5061
|
def rbac_roles_list_without_preload_content(
|
|
5078
5062
|
self,
|
|
5079
|
-
ak_groups: Optional[UUID] = None,
|
|
5080
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or ak_groups filter)")] = None,
|
|
5081
5063
|
managed: Optional[List[StrictStr]] = None,
|
|
5082
5064
|
managed__isnull: Optional[StrictBool] = None,
|
|
5083
5065
|
name: Optional[StrictStr] = None,
|
|
@@ -5085,7 +5067,7 @@ class RbacApi:
|
|
|
5085
5067
|
page: Annotated[Optional[StrictInt], Field(description="A page number within the paginated result set.")] = None,
|
|
5086
5068
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
5087
5069
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
5088
|
-
users: Optional[StrictInt] = None,
|
|
5070
|
+
users: Optional[List[StrictInt]] = None,
|
|
5089
5071
|
_request_timeout: Union[
|
|
5090
5072
|
None,
|
|
5091
5073
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5103,10 +5085,6 @@ class RbacApi:
|
|
|
5103
5085
|
|
|
5104
5086
|
Role viewset
|
|
5105
5087
|
|
|
5106
|
-
:param ak_groups:
|
|
5107
|
-
:type ak_groups: str
|
|
5108
|
-
:param inherited: Include inherited roles (requires users or ak_groups filter)
|
|
5109
|
-
:type inherited: bool
|
|
5110
5088
|
:param managed:
|
|
5111
5089
|
:type managed: List[str]
|
|
5112
5090
|
:param managed__isnull:
|
|
@@ -5122,7 +5100,7 @@ class RbacApi:
|
|
|
5122
5100
|
:param search: A search term.
|
|
5123
5101
|
:type search: str
|
|
5124
5102
|
:param users:
|
|
5125
|
-
:type users: int
|
|
5103
|
+
:type users: List[int]
|
|
5126
5104
|
:param _request_timeout: timeout setting for this request. If one
|
|
5127
5105
|
number provided, it will be total request
|
|
5128
5106
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5146,8 +5124,6 @@ class RbacApi:
|
|
|
5146
5124
|
""" # noqa: E501
|
|
5147
5125
|
|
|
5148
5126
|
_param = self._rbac_roles_list_serialize(
|
|
5149
|
-
ak_groups=ak_groups,
|
|
5150
|
-
inherited=inherited,
|
|
5151
5127
|
managed=managed,
|
|
5152
5128
|
managed__isnull=managed__isnull,
|
|
5153
5129
|
name=name,
|
|
@@ -5176,8 +5152,6 @@ class RbacApi:
|
|
|
5176
5152
|
|
|
5177
5153
|
def _rbac_roles_list_serialize(
|
|
5178
5154
|
self,
|
|
5179
|
-
ak_groups,
|
|
5180
|
-
inherited,
|
|
5181
5155
|
managed,
|
|
5182
5156
|
managed__isnull,
|
|
5183
5157
|
name,
|
|
@@ -5196,6 +5170,7 @@ class RbacApi:
|
|
|
5196
5170
|
|
|
5197
5171
|
_collection_formats: Dict[str, str] = {
|
|
5198
5172
|
'managed': 'multi',
|
|
5173
|
+
'users': 'multi',
|
|
5199
5174
|
}
|
|
5200
5175
|
|
|
5201
5176
|
_path_params: Dict[str, str] = {}
|
|
@@ -5209,14 +5184,6 @@ class RbacApi:
|
|
|
5209
5184
|
|
|
5210
5185
|
# process the path parameters
|
|
5211
5186
|
# process the query parameters
|
|
5212
|
-
if ak_groups is not None:
|
|
5213
|
-
|
|
5214
|
-
_query_params.append(('ak_groups', ak_groups))
|
|
5215
|
-
|
|
5216
|
-
if inherited is not None:
|
|
5217
|
-
|
|
5218
|
-
_query_params.append(('inherited', inherited))
|
|
5219
|
-
|
|
5220
5187
|
if managed is not None:
|
|
5221
5188
|
|
|
5222
5189
|
_query_params.append(('managed', managed))
|
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.0
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc2
|
|
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.0/python'
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2025.12.0-rc2/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
def __enter__(self):
|