authentik-client 2025.10.3__py3-none-any.whl → 2025.12.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- authentik_client/__init__.py +156 -30
- authentik_client/api/__init__.py +2 -0
- authentik_client/api/admin_api.py +1170 -3
- authentik_client/api/authenticators_api.py +85 -85
- authentik_client/api/core_api.py +2815 -2648
- authentik_client/api/crypto_api.py +20 -2
- authentik_client/api/endpoints_api.py +14082 -0
- authentik_client/api/enterprise_api.py +1 -1
- authentik_client/api/events_api.py +442 -1
- authentik_client/api/flows_api.py +1 -607
- authentik_client/api/managed_api.py +1 -1
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +1 -1
- authentik_client/api/policies_api.py +1 -1
- authentik_client/api/propertymappings_api.py +1 -1
- authentik_client/api/providers_api.py +6 -6
- authentik_client/api/rac_api.py +1 -1
- authentik_client/api/rbac_api.py +701 -3588
- authentik_client/api/reports_api.py +887 -0
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +2559 -2869
- authentik_client/api/ssf_api.py +1 -1
- authentik_client/api/stages_api.py +2030 -1
- authentik_client/api/tasks_api.py +1 -1
- authentik_client/api/tenants_api.py +1 -1
- authentik_client/api_client.py +2 -2
- authentik_client/configuration.py +9 -5
- authentik_client/exceptions.py +1 -1
- authentik_client/models/__init__.py +76 -15
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/{file_path_request.py → agent_authentication_response.py} +7 -8
- authentik_client/models/agent_config.py +130 -0
- authentik_client/models/agent_connector.py +142 -0
- authentik_client/models/agent_connector_request.py +126 -0
- authentik_client/models/agent_psso_device_registration_request.py +95 -0
- authentik_client/models/agent_psso_device_registration_response.py +98 -0
- authentik_client/models/agent_psso_user_registration_request.py +93 -0
- authentik_client/models/agent_token_response.py +90 -0
- authentik_client/models/alg_enum.py +1 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +6 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +10 -8
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +5 -3
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +4 -2
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +2 -12
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +4 -2
- authentik_client/models/authenticator_email_stage_request.py +2 -12
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +4 -2
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +2 -12
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +4 -2
- authentik_client/models/authenticator_sms_stage_request.py +2 -12
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +4 -2
- authentik_client/models/authenticator_static_stage_request.py +2 -12
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +4 -2
- authentik_client/models/authenticator_totp_stage_request.py +2 -12
- authentik_client/models/authenticator_validate_stage.py +4 -2
- authentik_client/models/authenticator_validate_stage_request.py +2 -12
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +4 -2
- authentik_client/models/authenticator_web_authn_stage_request.py +2 -12
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +4 -2
- authentik_client/models/captcha_stage_request.py +2 -12
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +9 -8
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +38 -24
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +109 -0
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +4 -2
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +2 -12
- authentik_client/models/content_type.py +98 -0
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +1 -1
- authentik_client/models/{extra_user_object_permission.py → data_export.py} +36 -39
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +4 -2
- authentik_client/models/deny_stage_request.py +2 -12
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +93 -0
- authentik_client/models/{extra_role_object_permission_request.py → device_access_group_request.py} +8 -8
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +112 -0
- authentik_client/models/device_fact_snapshot.py +109 -0
- authentik_client/models/device_facts.py +196 -0
- authentik_client/models/device_facts_os_family.py +44 -0
- authentik_client/models/device_facts_request.py +196 -0
- authentik_client/models/device_group.py +90 -0
- authentik_client/models/{patched_extra_user_object_permission_request.py → device_group_request.py} +10 -8
- authentik_client/models/device_summary.py +92 -0
- authentik_client/models/device_user.py +94 -0
- authentik_client/models/device_user_binding.py +168 -0
- authentik_client/models/device_user_binding_request.py +123 -0
- authentik_client/models/device_user_request.py +95 -0
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +98 -0
- authentik_client/models/disk_request.py +99 -0
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +4 -2
- authentik_client/models/dummy_stage_request.py +2 -12
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +4 -2
- authentik_client/models/email_stage_request.py +2 -12
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +117 -0
- authentik_client/models/endpoint_agent_challenge_response_request.py +96 -0
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +45 -9
- authentik_client/models/endpoint_device_details.py +146 -0
- authentik_client/models/endpoint_device_request.py +33 -8
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +134 -0
- authentik_client/models/endpoint_stage_request.py +95 -0
- authentik_client/models/{extra_user_object_permission_request.py → enroll_request.py} +10 -8
- authentik_client/models/enrollment_token.py +120 -0
- authentik_client/models/enrollment_token_request.py +109 -0
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +3 -3
- authentik_client/models/file_list.py +92 -0
- authentik_client/models/flow.py +7 -5
- authentik_client/models/flow_challenge_response_request.py +35 -21
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +6 -4
- authentik_client/models/flow_set.py +6 -6
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +92 -0
- authentik_client/models/google_endpoint_device_request.py +92 -0
- authentik_client/models/google_workspace_provider.py +6 -2
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +6 -2
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +23 -19
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +5 -12
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +98 -0
- authentik_client/models/hardware_request.py +99 -0
- authentik_client/models/identification_challenge.py +10 -3
- authentik_client/models/identification_challenge_response_request.py +16 -4
- authentik_client/models/identification_stage.py +13 -4
- authentik_client/models/identification_stage_request.py +10 -13
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +2 -5
- authentik_client/models/initial_permissions_request.py +2 -5
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +2 -2
- authentik_client/models/invitation_request.py +2 -2
- authentik_client/models/invitation_stage.py +4 -2
- authentik_client/models/invitation_stage_request.py +2 -12
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +13 -6
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +11 -4
- authentik_client/models/{initial_permissions_mode_enum.py → key_type_enum.py} +9 -6
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +13 -6
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +11 -4
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +5 -3
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +92 -0
- authentik_client/models/mdm_config_response.py +92 -0
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +7 -2
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +6 -2
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +8 -1
- authentik_client/models/model_request.py +1 -1
- authentik_client/models/mutual_tls_stage.py +6 -4
- authentik_client/models/mutual_tls_stage_request.py +4 -14
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +102 -0
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +94 -0
- authentik_client/models/network_interface_request.py +95 -0
- authentik_client/models/network_request.py +103 -0
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +18 -3
- authentik_client/models/notification_request.py +18 -3
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +12 -8
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +7 -3
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +95 -0
- authentik_client/models/operating_system_request.py +96 -0
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/{paginated_user_assigned_object_permission_list.py → paginated_agent_connector_list.py} +8 -8
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/{paginated_extra_user_object_permission_list.py → paginated_connector_list.py} +11 -9
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +104 -0
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +104 -0
- authentik_client/models/paginated_device_user_binding_list.py +104 -0
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +104 -0
- authentik_client/models/paginated_enrollment_token_list.py +104 -0
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +104 -0
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +2 -18
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +4 -2
- authentik_client/models/password_stage_request.py +2 -12
- authentik_client/models/patched_agent_connector_request.py +126 -0
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +5 -3
- authentik_client/models/patched_authenticator_duo_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_email_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_sms_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_static_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_totp_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_validate_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +2 -12
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +2 -12
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +2 -12
- authentik_client/models/patched_deny_stage_request.py +2 -12
- authentik_client/models/{patched_extra_role_object_permission_request.py → patched_device_access_group_request.py} +8 -8
- authentik_client/models/patched_device_user_binding_request.py +123 -0
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +2 -12
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +2 -12
- authentik_client/models/patched_endpoint_device_request.py +33 -8
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +95 -0
- authentik_client/models/patched_enrollment_token_request.py +109 -0
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_flow_request.py +6 -4
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +92 -0
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +6 -2
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +5 -12
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +10 -13
- authentik_client/models/patched_initial_permissions_request.py +2 -5
- authentik_client/models/patched_invitation_request.py +2 -2
- authentik_client/models/patched_invitation_stage_request.py +2 -12
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +11 -4
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +11 -4
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +6 -2
- authentik_client/models/patched_mutual_tls_stage_request.py +4 -14
- authentik_client/models/patched_notification_request.py +18 -3
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +7 -3
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +2 -12
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +8 -4
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +2 -12
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +2 -12
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +1 -1
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +1 -1
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +7 -3
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +8 -2
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +2 -2
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +6 -2
- authentik_client/models/patched_settings_request_flags.py +1 -1
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +2 -12
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +8 -4
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +3 -13
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +2 -12
- authentik_client/models/patched_user_logout_stage_request.py +3 -13
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +4 -2
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +2 -12
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +9 -5
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +8 -4
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +92 -0
- authentik_client/models/process_request.py +93 -0
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +4 -2
- authentik_client/models/prompt_stage_request.py +2 -12
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +1 -1
- authentik_client/models/provider_type_enum.py +3 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +4 -2
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +2 -12
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/{group_child.py → related_group.py} +5 -5
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/requested_by.py +100 -0
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +1 -1
- authentik_client/models/role_assigned_object_permission.py +20 -10
- authentik_client/models/{user_object_permission.py → role_model_permission.py} +6 -8
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +1 -1
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +1 -1
- authentik_client/models/saml_provider_logout_method_enum.py +1 -1
- authentik_client/models/saml_provider_request.py +1 -1
- authentik_client/models/saml_source.py +9 -5
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +7 -3
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +9 -2
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +8 -2
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +2 -2
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +2 -2
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +6 -2
- authentik_client/models/settings_request.py +6 -2
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +94 -0
- authentik_client/models/software_request.py +95 -0
- authentik_client/models/source.py +13 -9
- authentik_client/models/source_stage.py +4 -2
- authentik_client/models/source_stage_request.py +2 -12
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +5 -3
- authentik_client/models/{mutual_tls_stage_mode_enum.py → stage_mode_enum.py} +4 -4
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +39 -0
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +101 -0
- authentik_client/models/telegram_challenge_response_request.py +5 -5
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +12 -8
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +8 -4
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +2 -2
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +5 -3
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +2 -1
- authentik_client/models/user.py +21 -2
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +88 -0
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +5 -3
- authentik_client/models/user_delete_stage_request.py +4 -14
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +4 -2
- authentik_client/models/user_login_stage_request.py +2 -12
- authentik_client/models/user_logout_stage.py +5 -3
- authentik_client/models/user_logout_stage_request.py +4 -14
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +4 -2
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +14 -2
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +94 -0
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +4 -2
- authentik_client/models/user_write_stage_request.py +2 -12
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/rest.py +1 -1
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/METADATA +147 -36
- authentik_client-2025.12.0rc1.dist-info/RECORD +869 -0
- authentik_client/models/flow_set_request.py +0 -114
- authentik_client/models/user_assigned_object_permission.py +0 -132
- authentik_client-2025.10.3.dist-info/RECORD +0 -806
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/WHEEL +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/top_level.txt +0 -0
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.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -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.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2025.12.0-rc1/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.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -164,6 +164,8 @@ class Configuration:
|
|
|
164
164
|
:param retries: Number of retries for API requests.
|
|
165
165
|
:param ca_cert_data: verify the peer using concatenated CA certificate data
|
|
166
166
|
in PEM (str) or DER (bytes) format.
|
|
167
|
+
:param cert_file: the path to a client certificate file, for mTLS.
|
|
168
|
+
:param key_file: the path to a client key file, for mTLS.
|
|
167
169
|
|
|
168
170
|
:Example:
|
|
169
171
|
"""
|
|
@@ -186,6 +188,8 @@ class Configuration:
|
|
|
186
188
|
ssl_ca_cert: Optional[str]=None,
|
|
187
189
|
retries: Optional[int] = None,
|
|
188
190
|
ca_cert_data: Optional[Union[str, bytes]] = None,
|
|
191
|
+
cert_file: Optional[str]=None,
|
|
192
|
+
key_file: Optional[str]=None,
|
|
189
193
|
*,
|
|
190
194
|
debug: Optional[bool] = None,
|
|
191
195
|
) -> None:
|
|
@@ -267,10 +271,10 @@ class Configuration:
|
|
|
267
271
|
"""Set this to verify the peer using PEM (str) or DER (bytes)
|
|
268
272
|
certificate data.
|
|
269
273
|
"""
|
|
270
|
-
self.cert_file =
|
|
274
|
+
self.cert_file = cert_file
|
|
271
275
|
"""client certificate file
|
|
272
276
|
"""
|
|
273
|
-
self.key_file =
|
|
277
|
+
self.key_file = key_file
|
|
274
278
|
"""client key file
|
|
275
279
|
"""
|
|
276
280
|
self.assert_hostname = None
|
|
@@ -510,8 +514,8 @@ class Configuration:
|
|
|
510
514
|
return "Python SDK Debug Report:\n"\
|
|
511
515
|
"OS: {env}\n"\
|
|
512
516
|
"Python Version: {pyversion}\n"\
|
|
513
|
-
"Version of the API: 2025.
|
|
514
|
-
"SDK Package Version: 2025.
|
|
517
|
+
"Version of the API: 2025.12.0-rc1\n"\
|
|
518
|
+
"SDK Package Version: 2025.12.0-rc1".\
|
|
515
519
|
format(env=sys.platform, pyversion=sys.version)
|
|
516
520
|
|
|
517
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.
|
|
9
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
10
10
|
Contact: hello@goauthentik.io
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
# import models into model package
|
|
17
17
|
from authentik_client.models.access_denied_challenge import AccessDeniedChallenge
|
|
18
|
+
from authentik_client.models.agent_authentication_response import AgentAuthenticationResponse
|
|
19
|
+
from authentik_client.models.agent_config import AgentConfig
|
|
20
|
+
from authentik_client.models.agent_connector import AgentConnector
|
|
21
|
+
from authentik_client.models.agent_connector_request import AgentConnectorRequest
|
|
22
|
+
from authentik_client.models.agent_psso_device_registration_request import AgentPSSODeviceRegistrationRequest
|
|
23
|
+
from authentik_client.models.agent_psso_device_registration_response import AgentPSSODeviceRegistrationResponse
|
|
24
|
+
from authentik_client.models.agent_psso_user_registration_request import AgentPSSOUserRegistrationRequest
|
|
25
|
+
from authentik_client.models.agent_token_response import AgentTokenResponse
|
|
18
26
|
from authentik_client.models.alg_enum import AlgEnum
|
|
19
27
|
from authentik_client.models.app import App
|
|
20
28
|
from authentik_client.models.app_enum import AppEnum
|
|
@@ -94,17 +102,20 @@ from authentik_client.models.compatibility_mode_enum import CompatibilityModeEnu
|
|
|
94
102
|
from authentik_client.models.config import Config
|
|
95
103
|
from authentik_client.models.connection_token import ConnectionToken
|
|
96
104
|
from authentik_client.models.connection_token_request import ConnectionTokenRequest
|
|
105
|
+
from authentik_client.models.connector import Connector
|
|
97
106
|
from authentik_client.models.consent_challenge import ConsentChallenge
|
|
98
107
|
from authentik_client.models.consent_challenge_response_request import ConsentChallengeResponseRequest
|
|
99
108
|
from authentik_client.models.consent_permission import ConsentPermission
|
|
100
109
|
from authentik_client.models.consent_stage import ConsentStage
|
|
101
110
|
from authentik_client.models.consent_stage_mode_enum import ConsentStageModeEnum
|
|
102
111
|
from authentik_client.models.consent_stage_request import ConsentStageRequest
|
|
112
|
+
from authentik_client.models.content_type import ContentType
|
|
103
113
|
from authentik_client.models.contextual_flow_info import ContextualFlowInfo
|
|
104
114
|
from authentik_client.models.contextual_flow_info_layout_enum import ContextualFlowInfoLayoutEnum
|
|
105
115
|
from authentik_client.models.country_code_enum import CountryCodeEnum
|
|
106
116
|
from authentik_client.models.current_brand import CurrentBrand
|
|
107
117
|
from authentik_client.models.current_brand_flags import CurrentBrandFlags
|
|
118
|
+
from authentik_client.models.data_export import DataExport
|
|
108
119
|
from authentik_client.models.delivery_method_enum import DeliveryMethodEnum
|
|
109
120
|
from authentik_client.models.denied_action_enum import DeniedActionEnum
|
|
110
121
|
from authentik_client.models.deny_stage import DenyStage
|
|
@@ -112,11 +123,27 @@ from authentik_client.models.deny_stage_request import DenyStageRequest
|
|
|
112
123
|
from authentik_client.models.detailed_country import DetailedCountry
|
|
113
124
|
from authentik_client.models.detailed_country_field import DetailedCountryField
|
|
114
125
|
from authentik_client.models.device import Device
|
|
126
|
+
from authentik_client.models.device_access_group import DeviceAccessGroup
|
|
127
|
+
from authentik_client.models.device_access_group_request import DeviceAccessGroupRequest
|
|
115
128
|
from authentik_client.models.device_challenge import DeviceChallenge
|
|
116
129
|
from authentik_client.models.device_challenge_request import DeviceChallengeRequest
|
|
117
130
|
from authentik_client.models.device_classes_enum import DeviceClassesEnum
|
|
131
|
+
from authentik_client.models.device_connection import DeviceConnection
|
|
132
|
+
from authentik_client.models.device_fact_snapshot import DeviceFactSnapshot
|
|
133
|
+
from authentik_client.models.device_facts import DeviceFacts
|
|
134
|
+
from authentik_client.models.device_facts_os_family import DeviceFactsOSFamily
|
|
135
|
+
from authentik_client.models.device_facts_request import DeviceFactsRequest
|
|
136
|
+
from authentik_client.models.device_group import DeviceGroup
|
|
137
|
+
from authentik_client.models.device_group_request import DeviceGroupRequest
|
|
138
|
+
from authentik_client.models.device_summary import DeviceSummary
|
|
139
|
+
from authentik_client.models.device_user import DeviceUser
|
|
140
|
+
from authentik_client.models.device_user_binding import DeviceUserBinding
|
|
141
|
+
from authentik_client.models.device_user_binding_request import DeviceUserBindingRequest
|
|
142
|
+
from authentik_client.models.device_user_request import DeviceUserRequest
|
|
118
143
|
from authentik_client.models.digest_algorithm_enum import DigestAlgorithmEnum
|
|
119
144
|
from authentik_client.models.digits_enum import DigitsEnum
|
|
145
|
+
from authentik_client.models.disk import Disk
|
|
146
|
+
from authentik_client.models.disk_request import DiskRequest
|
|
120
147
|
from authentik_client.models.docker_service_connection import DockerServiceConnection
|
|
121
148
|
from authentik_client.models.docker_service_connection_request import DockerServiceConnectionRequest
|
|
122
149
|
from authentik_client.models.domain import Domain
|
|
@@ -138,10 +165,18 @@ from authentik_client.models.email_device_request import EmailDeviceRequest
|
|
|
138
165
|
from authentik_client.models.email_stage import EmailStage
|
|
139
166
|
from authentik_client.models.email_stage_request import EmailStageRequest
|
|
140
167
|
from authentik_client.models.endpoint import Endpoint
|
|
168
|
+
from authentik_client.models.endpoint_agent_challenge import EndpointAgentChallenge
|
|
169
|
+
from authentik_client.models.endpoint_agent_challenge_response_request import EndpointAgentChallengeResponseRequest
|
|
141
170
|
from authentik_client.models.endpoint_auth_mode_enum import EndpointAuthModeEnum
|
|
142
171
|
from authentik_client.models.endpoint_device import EndpointDevice
|
|
172
|
+
from authentik_client.models.endpoint_device_details import EndpointDeviceDetails
|
|
143
173
|
from authentik_client.models.endpoint_device_request import EndpointDeviceRequest
|
|
144
174
|
from authentik_client.models.endpoint_request import EndpointRequest
|
|
175
|
+
from authentik_client.models.endpoint_stage import EndpointStage
|
|
176
|
+
from authentik_client.models.endpoint_stage_request import EndpointStageRequest
|
|
177
|
+
from authentik_client.models.enroll_request import EnrollRequest
|
|
178
|
+
from authentik_client.models.enrollment_token import EnrollmentToken
|
|
179
|
+
from authentik_client.models.enrollment_token_request import EnrollmentTokenRequest
|
|
145
180
|
from authentik_client.models.error_detail import ErrorDetail
|
|
146
181
|
from authentik_client.models.error_reporting_config import ErrorReportingConfig
|
|
147
182
|
from authentik_client.models.event import Event
|
|
@@ -156,10 +191,7 @@ from authentik_client.models.expiring_base_grant_model import ExpiringBaseGrantM
|
|
|
156
191
|
from authentik_client.models.expression_policy import ExpressionPolicy
|
|
157
192
|
from authentik_client.models.expression_policy_request import ExpressionPolicyRequest
|
|
158
193
|
from authentik_client.models.extra_role_object_permission import ExtraRoleObjectPermission
|
|
159
|
-
from authentik_client.models.
|
|
160
|
-
from authentik_client.models.extra_user_object_permission import ExtraUserObjectPermission
|
|
161
|
-
from authentik_client.models.extra_user_object_permission_request import ExtraUserObjectPermissionRequest
|
|
162
|
-
from authentik_client.models.file_path_request import FilePathRequest
|
|
194
|
+
from authentik_client.models.file_list import FileList
|
|
163
195
|
from authentik_client.models.flow import Flow
|
|
164
196
|
from authentik_client.models.flow_challenge_response_request import FlowChallengeResponseRequest
|
|
165
197
|
from authentik_client.models.flow_designation_enum import FlowDesignationEnum
|
|
@@ -171,7 +203,6 @@ from authentik_client.models.flow_inspector_plan import FlowInspectorPlan
|
|
|
171
203
|
from authentik_client.models.flow_layout_enum import FlowLayoutEnum
|
|
172
204
|
from authentik_client.models.flow_request import FlowRequest
|
|
173
205
|
from authentik_client.models.flow_set import FlowSet
|
|
174
|
-
from authentik_client.models.flow_set_request import FlowSetRequest
|
|
175
206
|
from authentik_client.models.flow_stage_binding import FlowStageBinding
|
|
176
207
|
from authentik_client.models.flow_stage_binding_request import FlowStageBindingRequest
|
|
177
208
|
from authentik_client.models.footer_link import FooterLink
|
|
@@ -182,6 +213,8 @@ from authentik_client.models.geo_ip_policy import GeoIPPolicy
|
|
|
182
213
|
from authentik_client.models.geo_ip_policy_request import GeoIPPolicyRequest
|
|
183
214
|
from authentik_client.models.geoip_binding_enum import GeoipBindingEnum
|
|
184
215
|
from authentik_client.models.global_task_status import GlobalTaskStatus
|
|
216
|
+
from authentik_client.models.google_endpoint_device import GoogleEndpointDevice
|
|
217
|
+
from authentik_client.models.google_endpoint_device_request import GoogleEndpointDeviceRequest
|
|
185
218
|
from authentik_client.models.google_workspace_provider import GoogleWorkspaceProvider
|
|
186
219
|
from authentik_client.models.google_workspace_provider_group import GoogleWorkspaceProviderGroup
|
|
187
220
|
from authentik_client.models.google_workspace_provider_group_request import GoogleWorkspaceProviderGroupRequest
|
|
@@ -191,7 +224,6 @@ from authentik_client.models.google_workspace_provider_request import GoogleWork
|
|
|
191
224
|
from authentik_client.models.google_workspace_provider_user import GoogleWorkspaceProviderUser
|
|
192
225
|
from authentik_client.models.google_workspace_provider_user_request import GoogleWorkspaceProviderUserRequest
|
|
193
226
|
from authentik_client.models.group import Group
|
|
194
|
-
from authentik_client.models.group_child import GroupChild
|
|
195
227
|
from authentik_client.models.group_kerberos_source_connection import GroupKerberosSourceConnection
|
|
196
228
|
from authentik_client.models.group_kerberos_source_connection_request import GroupKerberosSourceConnectionRequest
|
|
197
229
|
from authentik_client.models.group_ldap_source_connection import GroupLDAPSourceConnection
|
|
@@ -208,6 +240,8 @@ from authentik_client.models.group_source_connection import GroupSourceConnectio
|
|
|
208
240
|
from authentik_client.models.group_source_connection_request import GroupSourceConnectionRequest
|
|
209
241
|
from authentik_client.models.group_telegram_source_connection import GroupTelegramSourceConnection
|
|
210
242
|
from authentik_client.models.group_telegram_source_connection_request import GroupTelegramSourceConnectionRequest
|
|
243
|
+
from authentik_client.models.hardware import Hardware
|
|
244
|
+
from authentik_client.models.hardware_request import HardwareRequest
|
|
211
245
|
from authentik_client.models.identification_challenge import IdentificationChallenge
|
|
212
246
|
from authentik_client.models.identification_challenge_response_request import IdentificationChallengeResponseRequest
|
|
213
247
|
from authentik_client.models.identification_stage import IdentificationStage
|
|
@@ -216,7 +250,6 @@ from authentik_client.models.iframe_logout_challenge import IframeLogoutChalleng
|
|
|
216
250
|
from authentik_client.models.iframe_logout_challenge_response_request import IframeLogoutChallengeResponseRequest
|
|
217
251
|
from authentik_client.models.impersonation_request import ImpersonationRequest
|
|
218
252
|
from authentik_client.models.initial_permissions import InitialPermissions
|
|
219
|
-
from authentik_client.models.initial_permissions_mode_enum import InitialPermissionsModeEnum
|
|
220
253
|
from authentik_client.models.initial_permissions_request import InitialPermissionsRequest
|
|
221
254
|
from authentik_client.models.install_id import InstallID
|
|
222
255
|
from authentik_client.models.intent_enum import IntentEnum
|
|
@@ -231,6 +264,7 @@ from authentik_client.models.kerberos_source import KerberosSource
|
|
|
231
264
|
from authentik_client.models.kerberos_source_property_mapping import KerberosSourcePropertyMapping
|
|
232
265
|
from authentik_client.models.kerberos_source_property_mapping_request import KerberosSourcePropertyMappingRequest
|
|
233
266
|
from authentik_client.models.kerberos_source_request import KerberosSourceRequest
|
|
267
|
+
from authentik_client.models.key_type_enum import KeyTypeEnum
|
|
234
268
|
from authentik_client.models.kubernetes_service_connection import KubernetesServiceConnection
|
|
235
269
|
from authentik_client.models.kubernetes_service_connection_request import KubernetesServiceConnectionRequest
|
|
236
270
|
from authentik_client.models.ldapapi_access_mode import LDAPAPIAccessMode
|
|
@@ -255,6 +289,8 @@ from authentik_client.models.log_event import LogEvent
|
|
|
255
289
|
from authentik_client.models.log_level_enum import LogLevelEnum
|
|
256
290
|
from authentik_client.models.login_challenge_types import LoginChallengeTypes
|
|
257
291
|
from authentik_client.models.login_source import LoginSource
|
|
292
|
+
from authentik_client.models.mdm_config_request import MDMConfigRequest
|
|
293
|
+
from authentik_client.models.mdm_config_response import MDMConfigResponse
|
|
258
294
|
from authentik_client.models.matching_mode_enum import MatchingModeEnum
|
|
259
295
|
from authentik_client.models.metadata import Metadata
|
|
260
296
|
from authentik_client.models.microsoft_entra_provider import MicrosoftEntraProvider
|
|
@@ -268,11 +304,14 @@ from authentik_client.models.microsoft_entra_provider_user_request import Micros
|
|
|
268
304
|
from authentik_client.models.model_enum import ModelEnum
|
|
269
305
|
from authentik_client.models.model_request import ModelRequest
|
|
270
306
|
from authentik_client.models.mutual_tls_stage import MutualTLSStage
|
|
271
|
-
from authentik_client.models.mutual_tls_stage_mode_enum import MutualTLSStageModeEnum
|
|
272
307
|
from authentik_client.models.mutual_tls_stage_request import MutualTLSStageRequest
|
|
273
308
|
from authentik_client.models.native_logout_challenge import NativeLogoutChallenge
|
|
274
309
|
from authentik_client.models.native_logout_challenge_response_request import NativeLogoutChallengeResponseRequest
|
|
310
|
+
from authentik_client.models.network import Network
|
|
275
311
|
from authentik_client.models.network_binding_enum import NetworkBindingEnum
|
|
312
|
+
from authentik_client.models.network_interface import NetworkInterface
|
|
313
|
+
from authentik_client.models.network_interface_request import NetworkInterfaceRequest
|
|
314
|
+
from authentik_client.models.network_request import NetworkRequest
|
|
276
315
|
from authentik_client.models.not_configured_action_enum import NotConfiguredActionEnum
|
|
277
316
|
from authentik_client.models.notification import Notification
|
|
278
317
|
from authentik_client.models.notification_request import NotificationRequest
|
|
@@ -297,6 +336,8 @@ from authentik_client.models.o_auth_source_property_mapping import OAuthSourcePr
|
|
|
297
336
|
from authentik_client.models.o_auth_source_property_mapping_request import OAuthSourcePropertyMappingRequest
|
|
298
337
|
from authentik_client.models.o_auth_source_request import OAuthSourceRequest
|
|
299
338
|
from authentik_client.models.open_id_connect_configuration import OpenIDConnectConfiguration
|
|
339
|
+
from authentik_client.models.operating_system import OperatingSystem
|
|
340
|
+
from authentik_client.models.operating_system_request import OperatingSystemRequest
|
|
300
341
|
from authentik_client.models.outgoing_sync_delete_action import OutgoingSyncDeleteAction
|
|
301
342
|
from authentik_client.models.outpost import Outpost
|
|
302
343
|
from authentik_client.models.outpost_default_config import OutpostDefaultConfig
|
|
@@ -304,6 +345,7 @@ from authentik_client.models.outpost_health import OutpostHealth
|
|
|
304
345
|
from authentik_client.models.outpost_request import OutpostRequest
|
|
305
346
|
from authentik_client.models.outpost_type_enum import OutpostTypeEnum
|
|
306
347
|
from authentik_client.models.pkce_method_enum import PKCEMethodEnum
|
|
348
|
+
from authentik_client.models.paginated_agent_connector_list import PaginatedAgentConnectorList
|
|
307
349
|
from authentik_client.models.paginated_application_entitlement_list import PaginatedApplicationEntitlementList
|
|
308
350
|
from authentik_client.models.paginated_application_list import PaginatedApplicationList
|
|
309
351
|
from authentik_client.models.paginated_authenticated_session_list import PaginatedAuthenticatedSessionList
|
|
@@ -320,8 +362,12 @@ from authentik_client.models.paginated_brand_list import PaginatedBrandList
|
|
|
320
362
|
from authentik_client.models.paginated_captcha_stage_list import PaginatedCaptchaStageList
|
|
321
363
|
from authentik_client.models.paginated_certificate_key_pair_list import PaginatedCertificateKeyPairList
|
|
322
364
|
from authentik_client.models.paginated_connection_token_list import PaginatedConnectionTokenList
|
|
365
|
+
from authentik_client.models.paginated_connector_list import PaginatedConnectorList
|
|
323
366
|
from authentik_client.models.paginated_consent_stage_list import PaginatedConsentStageList
|
|
367
|
+
from authentik_client.models.paginated_data_export_list import PaginatedDataExportList
|
|
324
368
|
from authentik_client.models.paginated_deny_stage_list import PaginatedDenyStageList
|
|
369
|
+
from authentik_client.models.paginated_device_access_group_list import PaginatedDeviceAccessGroupList
|
|
370
|
+
from authentik_client.models.paginated_device_user_binding_list import PaginatedDeviceUserBindingList
|
|
325
371
|
from authentik_client.models.paginated_docker_service_connection_list import PaginatedDockerServiceConnectionList
|
|
326
372
|
from authentik_client.models.paginated_domain_list import PaginatedDomainList
|
|
327
373
|
from authentik_client.models.paginated_dummy_policy_list import PaginatedDummyPolicyList
|
|
@@ -331,15 +377,17 @@ from authentik_client.models.paginated_email_device_list import PaginatedEmailDe
|
|
|
331
377
|
from authentik_client.models.paginated_email_stage_list import PaginatedEmailStageList
|
|
332
378
|
from authentik_client.models.paginated_endpoint_device_list import PaginatedEndpointDeviceList
|
|
333
379
|
from authentik_client.models.paginated_endpoint_list import PaginatedEndpointList
|
|
380
|
+
from authentik_client.models.paginated_endpoint_stage_list import PaginatedEndpointStageList
|
|
381
|
+
from authentik_client.models.paginated_enrollment_token_list import PaginatedEnrollmentTokenList
|
|
334
382
|
from authentik_client.models.paginated_event_list import PaginatedEventList
|
|
335
383
|
from authentik_client.models.paginated_event_matcher_policy_list import PaginatedEventMatcherPolicyList
|
|
336
384
|
from authentik_client.models.paginated_expiring_base_grant_model_list import PaginatedExpiringBaseGrantModelList
|
|
337
385
|
from authentik_client.models.paginated_expression_policy_list import PaginatedExpressionPolicyList
|
|
338
386
|
from authentik_client.models.paginated_extra_role_object_permission_list import PaginatedExtraRoleObjectPermissionList
|
|
339
|
-
from authentik_client.models.paginated_extra_user_object_permission_list import PaginatedExtraUserObjectPermissionList
|
|
340
387
|
from authentik_client.models.paginated_flow_list import PaginatedFlowList
|
|
341
388
|
from authentik_client.models.paginated_flow_stage_binding_list import PaginatedFlowStageBindingList
|
|
342
389
|
from authentik_client.models.paginated_geo_ip_policy_list import PaginatedGeoIPPolicyList
|
|
390
|
+
from authentik_client.models.paginated_google_endpoint_device_list import PaginatedGoogleEndpointDeviceList
|
|
343
391
|
from authentik_client.models.paginated_google_workspace_provider_group_list import PaginatedGoogleWorkspaceProviderGroupList
|
|
344
392
|
from authentik_client.models.paginated_google_workspace_provider_list import PaginatedGoogleWorkspaceProviderList
|
|
345
393
|
from authentik_client.models.paginated_google_workspace_provider_mapping_list import PaginatedGoogleWorkspaceProviderMappingList
|
|
@@ -431,7 +479,6 @@ from authentik_client.models.paginated_tenant_list import PaginatedTenantList
|
|
|
431
479
|
from authentik_client.models.paginated_token_list import PaginatedTokenList
|
|
432
480
|
from authentik_client.models.paginated_token_model_list import PaginatedTokenModelList
|
|
433
481
|
from authentik_client.models.paginated_unique_password_policy_list import PaginatedUniquePasswordPolicyList
|
|
434
|
-
from authentik_client.models.paginated_user_assigned_object_permission_list import PaginatedUserAssignedObjectPermissionList
|
|
435
482
|
from authentik_client.models.paginated_user_consent_list import PaginatedUserConsentList
|
|
436
483
|
from authentik_client.models.paginated_user_delete_stage_list import PaginatedUserDeleteStageList
|
|
437
484
|
from authentik_client.models.paginated_user_kerberos_source_connection_list import PaginatedUserKerberosSourceConnectionList
|
|
@@ -458,6 +505,7 @@ from authentik_client.models.password_policy import PasswordPolicy
|
|
|
458
505
|
from authentik_client.models.password_policy_request import PasswordPolicyRequest
|
|
459
506
|
from authentik_client.models.password_stage import PasswordStage
|
|
460
507
|
from authentik_client.models.password_stage_request import PasswordStageRequest
|
|
508
|
+
from authentik_client.models.patched_agent_connector_request import PatchedAgentConnectorRequest
|
|
461
509
|
from authentik_client.models.patched_application_entitlement_request import PatchedApplicationEntitlementRequest
|
|
462
510
|
from authentik_client.models.patched_application_request import PatchedApplicationRequest
|
|
463
511
|
from authentik_client.models.patched_authenticator_duo_stage_request import PatchedAuthenticatorDuoStageRequest
|
|
@@ -475,6 +523,8 @@ from authentik_client.models.patched_certificate_key_pair_request import Patched
|
|
|
475
523
|
from authentik_client.models.patched_connection_token_request import PatchedConnectionTokenRequest
|
|
476
524
|
from authentik_client.models.patched_consent_stage_request import PatchedConsentStageRequest
|
|
477
525
|
from authentik_client.models.patched_deny_stage_request import PatchedDenyStageRequest
|
|
526
|
+
from authentik_client.models.patched_device_access_group_request import PatchedDeviceAccessGroupRequest
|
|
527
|
+
from authentik_client.models.patched_device_user_binding_request import PatchedDeviceUserBindingRequest
|
|
478
528
|
from authentik_client.models.patched_docker_service_connection_request import PatchedDockerServiceConnectionRequest
|
|
479
529
|
from authentik_client.models.patched_domain_request import PatchedDomainRequest
|
|
480
530
|
from authentik_client.models.patched_dummy_policy_request import PatchedDummyPolicyRequest
|
|
@@ -484,14 +534,15 @@ from authentik_client.models.patched_email_device_request import PatchedEmailDev
|
|
|
484
534
|
from authentik_client.models.patched_email_stage_request import PatchedEmailStageRequest
|
|
485
535
|
from authentik_client.models.patched_endpoint_device_request import PatchedEndpointDeviceRequest
|
|
486
536
|
from authentik_client.models.patched_endpoint_request import PatchedEndpointRequest
|
|
537
|
+
from authentik_client.models.patched_endpoint_stage_request import PatchedEndpointStageRequest
|
|
538
|
+
from authentik_client.models.patched_enrollment_token_request import PatchedEnrollmentTokenRequest
|
|
487
539
|
from authentik_client.models.patched_event_matcher_policy_request import PatchedEventMatcherPolicyRequest
|
|
488
540
|
from authentik_client.models.patched_event_request import PatchedEventRequest
|
|
489
541
|
from authentik_client.models.patched_expression_policy_request import PatchedExpressionPolicyRequest
|
|
490
|
-
from authentik_client.models.patched_extra_role_object_permission_request import PatchedExtraRoleObjectPermissionRequest
|
|
491
|
-
from authentik_client.models.patched_extra_user_object_permission_request import PatchedExtraUserObjectPermissionRequest
|
|
492
542
|
from authentik_client.models.patched_flow_request import PatchedFlowRequest
|
|
493
543
|
from authentik_client.models.patched_flow_stage_binding_request import PatchedFlowStageBindingRequest
|
|
494
544
|
from authentik_client.models.patched_geo_ip_policy_request import PatchedGeoIPPolicyRequest
|
|
545
|
+
from authentik_client.models.patched_google_endpoint_device_request import PatchedGoogleEndpointDeviceRequest
|
|
495
546
|
from authentik_client.models.patched_google_workspace_provider_mapping_request import PatchedGoogleWorkspaceProviderMappingRequest
|
|
496
547
|
from authentik_client.models.patched_google_workspace_provider_request import PatchedGoogleWorkspaceProviderRequest
|
|
497
548
|
from authentik_client.models.patched_group_kerberos_source_connection_request import PatchedGroupKerberosSourceConnectionRequest
|
|
@@ -594,6 +645,8 @@ from authentik_client.models.policy_binding_request import PolicyBindingRequest
|
|
|
594
645
|
from authentik_client.models.policy_engine_mode import PolicyEngineMode
|
|
595
646
|
from authentik_client.models.policy_test_request import PolicyTestRequest
|
|
596
647
|
from authentik_client.models.policy_test_result import PolicyTestResult
|
|
648
|
+
from authentik_client.models.process import Process
|
|
649
|
+
from authentik_client.models.process_request import ProcessRequest
|
|
597
650
|
from authentik_client.models.prompt import Prompt
|
|
598
651
|
from authentik_client.models.prompt_challenge import PromptChallenge
|
|
599
652
|
from authentik_client.models.prompt_challenge_response_request import PromptChallengeResponseRequest
|
|
@@ -632,12 +685,15 @@ from authentik_client.models.redirect_stage_mode_enum import RedirectStageModeEn
|
|
|
632
685
|
from authentik_client.models.redirect_stage_request import RedirectStageRequest
|
|
633
686
|
from authentik_client.models.redirect_uri import RedirectURI
|
|
634
687
|
from authentik_client.models.redirect_uri_request import RedirectURIRequest
|
|
688
|
+
from authentik_client.models.related_group import RelatedGroup
|
|
635
689
|
from authentik_client.models.reputation import Reputation
|
|
636
690
|
from authentik_client.models.reputation_policy import ReputationPolicy
|
|
637
691
|
from authentik_client.models.reputation_policy_request import ReputationPolicyRequest
|
|
692
|
+
from authentik_client.models.requested_by import RequestedBy
|
|
638
693
|
from authentik_client.models.resident_key_requirement_enum import ResidentKeyRequirementEnum
|
|
639
694
|
from authentik_client.models.role import Role
|
|
640
695
|
from authentik_client.models.role_assigned_object_permission import RoleAssignedObjectPermission
|
|
696
|
+
from authentik_client.models.role_model_permission import RoleModelPermission
|
|
641
697
|
from authentik_client.models.role_object_permission import RoleObjectPermission
|
|
642
698
|
from authentik_client.models.role_request import RoleRequest
|
|
643
699
|
from authentik_client.models.saml_bindings_enum import SAMLBindingsEnum
|
|
@@ -688,11 +744,14 @@ from authentik_client.models.settings_request import SettingsRequest
|
|
|
688
744
|
from authentik_client.models.severity_enum import SeverityEnum
|
|
689
745
|
from authentik_client.models.shell_challenge import ShellChallenge
|
|
690
746
|
from authentik_client.models.signature_algorithm_enum import SignatureAlgorithmEnum
|
|
747
|
+
from authentik_client.models.software import Software
|
|
748
|
+
from authentik_client.models.software_request import SoftwareRequest
|
|
691
749
|
from authentik_client.models.source import Source
|
|
692
750
|
from authentik_client.models.source_stage import SourceStage
|
|
693
751
|
from authentik_client.models.source_stage_request import SourceStageRequest
|
|
694
752
|
from authentik_client.models.source_type import SourceType
|
|
695
753
|
from authentik_client.models.stage import Stage
|
|
754
|
+
from authentik_client.models.stage_mode_enum import StageModeEnum
|
|
696
755
|
from authentik_client.models.stage_prompt import StagePrompt
|
|
697
756
|
from authentik_client.models.state_enum import StateEnum
|
|
698
757
|
from authentik_client.models.static_device import StaticDevice
|
|
@@ -702,6 +761,7 @@ from authentik_client.models.sub_mode_enum import SubModeEnum
|
|
|
702
761
|
from authentik_client.models.sync_object_model_enum import SyncObjectModelEnum
|
|
703
762
|
from authentik_client.models.sync_object_request import SyncObjectRequest
|
|
704
763
|
from authentik_client.models.sync_object_result import SyncObjectResult
|
|
764
|
+
from authentik_client.models.sync_outgoing_trigger_mode_enum import SyncOutgoingTriggerModeEnum
|
|
705
765
|
from authentik_client.models.sync_status import SyncStatus
|
|
706
766
|
from authentik_client.models.system_info import SystemInfo
|
|
707
767
|
from authentik_client.models.system_info_runtime import SystemInfoRuntime
|
|
@@ -709,6 +769,7 @@ from authentik_client.models.totp_device import TOTPDevice
|
|
|
709
769
|
from authentik_client.models.totp_device_request import TOTPDeviceRequest
|
|
710
770
|
from authentik_client.models.task import Task
|
|
711
771
|
from authentik_client.models.task_aggregated_status_enum import TaskAggregatedStatusEnum
|
|
772
|
+
from authentik_client.models.telegram_auth_request import TelegramAuthRequest
|
|
712
773
|
from authentik_client.models.telegram_challenge_response_request import TelegramChallengeResponseRequest
|
|
713
774
|
from authentik_client.models.telegram_login_challenge import TelegramLoginChallenge
|
|
714
775
|
from authentik_client.models.telegram_source import TelegramSource
|
|
@@ -736,7 +797,7 @@ from authentik_client.models.used_by import UsedBy
|
|
|
736
797
|
from authentik_client.models.used_by_action_enum import UsedByActionEnum
|
|
737
798
|
from authentik_client.models.user import User
|
|
738
799
|
from authentik_client.models.user_account_request import UserAccountRequest
|
|
739
|
-
from authentik_client.models.
|
|
800
|
+
from authentik_client.models.user_account_serializer_for_role_request import UserAccountSerializerForRoleRequest
|
|
740
801
|
from authentik_client.models.user_attribute_enum import UserAttributeEnum
|
|
741
802
|
from authentik_client.models.user_consent import UserConsent
|
|
742
803
|
from authentik_client.models.user_creation_mode_enum import UserCreationModeEnum
|
|
@@ -756,7 +817,6 @@ from authentik_client.models.user_logout_stage_request import UserLogoutStageReq
|
|
|
756
817
|
from authentik_client.models.user_matching_mode_enum import UserMatchingModeEnum
|
|
757
818
|
from authentik_client.models.user_o_auth_source_connection import UserOAuthSourceConnection
|
|
758
819
|
from authentik_client.models.user_o_auth_source_connection_request import UserOAuthSourceConnectionRequest
|
|
759
|
-
from authentik_client.models.user_object_permission import UserObjectPermission
|
|
760
820
|
from authentik_client.models.user_password_set_request import UserPasswordSetRequest
|
|
761
821
|
from authentik_client.models.user_path import UserPath
|
|
762
822
|
from authentik_client.models.user_plex_source_connection import UserPlexSourceConnection
|
|
@@ -766,6 +826,7 @@ from authentik_client.models.user_saml_source_connection import UserSAMLSourceCo
|
|
|
766
826
|
from authentik_client.models.user_saml_source_connection_request import UserSAMLSourceConnectionRequest
|
|
767
827
|
from authentik_client.models.user_self import UserSelf
|
|
768
828
|
from authentik_client.models.user_self_groups import UserSelfGroups
|
|
829
|
+
from authentik_client.models.user_self_roles import UserSelfRoles
|
|
769
830
|
from authentik_client.models.user_service_account_request import UserServiceAccountRequest
|
|
770
831
|
from authentik_client.models.user_service_account_response import UserServiceAccountResponse
|
|
771
832
|
from authentik_client.models.user_setting import UserSetting
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -18,17 +18,16 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List
|
|
23
|
-
from typing_extensions import Annotated
|
|
24
23
|
from typing import Optional, Set
|
|
25
24
|
from typing_extensions import Self
|
|
26
25
|
|
|
27
|
-
class
|
|
26
|
+
class AgentAuthenticationResponse(BaseModel):
|
|
28
27
|
"""
|
|
29
|
-
|
|
28
|
+
Base serializer class which doesn't implement create/update methods
|
|
30
29
|
""" # noqa: E501
|
|
31
|
-
url:
|
|
30
|
+
url: StrictStr
|
|
32
31
|
__properties: ClassVar[List[str]] = ["url"]
|
|
33
32
|
|
|
34
33
|
model_config = ConfigDict(
|
|
@@ -49,7 +48,7 @@ class FilePathRequest(BaseModel):
|
|
|
49
48
|
|
|
50
49
|
@classmethod
|
|
51
50
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
52
|
-
"""Create an instance of
|
|
51
|
+
"""Create an instance of AgentAuthenticationResponse from a JSON string"""
|
|
53
52
|
return cls.from_dict(json.loads(json_str))
|
|
54
53
|
|
|
55
54
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -74,7 +73,7 @@ class FilePathRequest(BaseModel):
|
|
|
74
73
|
|
|
75
74
|
@classmethod
|
|
76
75
|
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
77
|
-
"""Create an instance of
|
|
76
|
+
"""Create an instance of AgentAuthenticationResponse from a dict"""
|
|
78
77
|
if obj is None:
|
|
79
78
|
return None
|
|
80
79
|
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
authentik
|
|
5
|
+
|
|
6
|
+
Making authentication simple.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
|
+
Contact: hello@goauthentik.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, StrictBool, StrictInt, StrictStr
|
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from authentik_client.models.config import Config
|
|
24
|
+
from typing import Optional, Set
|
|
25
|
+
from typing_extensions import Self
|
|
26
|
+
|
|
27
|
+
class AgentConfig(BaseModel):
|
|
28
|
+
"""
|
|
29
|
+
Base serializer class which doesn't implement create/update methods
|
|
30
|
+
""" # noqa: E501
|
|
31
|
+
device_id: StrictStr
|
|
32
|
+
refresh_interval: StrictInt
|
|
33
|
+
authorization_flow: Optional[StrictStr]
|
|
34
|
+
jwks_auth: Dict[str, Any]
|
|
35
|
+
jwks_challenge: Optional[Dict[str, Any]]
|
|
36
|
+
nss_uid_offset: StrictInt
|
|
37
|
+
nss_gid_offset: StrictInt
|
|
38
|
+
auth_terminate_session_on_expiry: StrictBool
|
|
39
|
+
system_config: Config
|
|
40
|
+
__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"]
|
|
41
|
+
|
|
42
|
+
model_config = ConfigDict(
|
|
43
|
+
populate_by_name=True,
|
|
44
|
+
validate_assignment=True,
|
|
45
|
+
protected_namespaces=(),
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def to_str(self) -> str:
|
|
50
|
+
"""Returns the string representation of the model using alias"""
|
|
51
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
52
|
+
|
|
53
|
+
def to_json(self) -> str:
|
|
54
|
+
"""Returns the JSON representation of the model using alias"""
|
|
55
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
56
|
+
return json.dumps(self.to_dict())
|
|
57
|
+
|
|
58
|
+
@classmethod
|
|
59
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
60
|
+
"""Create an instance of AgentConfig from a JSON string"""
|
|
61
|
+
return cls.from_dict(json.loads(json_str))
|
|
62
|
+
|
|
63
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
64
|
+
"""Return the dictionary representation of the model using alias.
|
|
65
|
+
|
|
66
|
+
This has the following differences from calling pydantic's
|
|
67
|
+
`self.model_dump(by_alias=True)`:
|
|
68
|
+
|
|
69
|
+
* `None` is only added to the output dict for nullable fields that
|
|
70
|
+
were set at model initialization. Other fields with value `None`
|
|
71
|
+
are ignored.
|
|
72
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
73
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
74
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
75
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
76
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
77
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
78
|
+
"""
|
|
79
|
+
excluded_fields: Set[str] = set([
|
|
80
|
+
"device_id",
|
|
81
|
+
"refresh_interval",
|
|
82
|
+
"authorization_flow",
|
|
83
|
+
"jwks_auth",
|
|
84
|
+
"jwks_challenge",
|
|
85
|
+
"system_config",
|
|
86
|
+
])
|
|
87
|
+
|
|
88
|
+
_dict = self.model_dump(
|
|
89
|
+
by_alias=True,
|
|
90
|
+
exclude=excluded_fields,
|
|
91
|
+
exclude_none=True,
|
|
92
|
+
)
|
|
93
|
+
# override the default output from pydantic by calling `to_dict()` of system_config
|
|
94
|
+
if self.system_config:
|
|
95
|
+
_dict['system_config'] = self.system_config.to_dict()
|
|
96
|
+
# set to None if authorization_flow (nullable) is None
|
|
97
|
+
# and model_fields_set contains the field
|
|
98
|
+
if self.authorization_flow is None and "authorization_flow" in self.model_fields_set:
|
|
99
|
+
_dict['authorization_flow'] = None
|
|
100
|
+
|
|
101
|
+
# set to None if jwks_challenge (nullable) is None
|
|
102
|
+
# and model_fields_set contains the field
|
|
103
|
+
if self.jwks_challenge is None and "jwks_challenge" in self.model_fields_set:
|
|
104
|
+
_dict['jwks_challenge'] = None
|
|
105
|
+
|
|
106
|
+
return _dict
|
|
107
|
+
|
|
108
|
+
@classmethod
|
|
109
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
110
|
+
"""Create an instance of AgentConfig from a dict"""
|
|
111
|
+
if obj is None:
|
|
112
|
+
return None
|
|
113
|
+
|
|
114
|
+
if not isinstance(obj, dict):
|
|
115
|
+
return cls.model_validate(obj)
|
|
116
|
+
|
|
117
|
+
_obj = cls.model_validate({
|
|
118
|
+
"device_id": obj.get("device_id"),
|
|
119
|
+
"refresh_interval": obj.get("refresh_interval"),
|
|
120
|
+
"authorization_flow": obj.get("authorization_flow"),
|
|
121
|
+
"jwks_auth": obj.get("jwks_auth"),
|
|
122
|
+
"jwks_challenge": obj.get("jwks_challenge"),
|
|
123
|
+
"nss_uid_offset": obj.get("nss_uid_offset"),
|
|
124
|
+
"nss_gid_offset": obj.get("nss_gid_offset"),
|
|
125
|
+
"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
|
|
127
|
+
})
|
|
128
|
+
return _obj
|
|
129
|
+
|
|
130
|
+
|