authentik-client 2025.10.3__py3-none-any.whl → 2025.12.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- authentik_client/__init__.py +156 -30
- authentik_client/api/__init__.py +2 -0
- authentik_client/api/admin_api.py +1170 -3
- authentik_client/api/authenticators_api.py +85 -85
- authentik_client/api/core_api.py +2815 -2648
- authentik_client/api/crypto_api.py +20 -2
- authentik_client/api/endpoints_api.py +14082 -0
- authentik_client/api/enterprise_api.py +1 -1
- authentik_client/api/events_api.py +442 -1
- authentik_client/api/flows_api.py +1 -607
- authentik_client/api/managed_api.py +1 -1
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +1 -1
- authentik_client/api/policies_api.py +1 -1
- authentik_client/api/propertymappings_api.py +1 -1
- authentik_client/api/providers_api.py +6 -6
- authentik_client/api/rac_api.py +1 -1
- authentik_client/api/rbac_api.py +701 -3588
- authentik_client/api/reports_api.py +887 -0
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +2559 -2869
- authentik_client/api/ssf_api.py +1 -1
- authentik_client/api/stages_api.py +2030 -1
- authentik_client/api/tasks_api.py +1 -1
- authentik_client/api/tenants_api.py +1 -1
- authentik_client/api_client.py +2 -2
- authentik_client/configuration.py +9 -5
- authentik_client/exceptions.py +1 -1
- authentik_client/models/__init__.py +76 -15
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/{file_path_request.py → agent_authentication_response.py} +7 -8
- authentik_client/models/agent_config.py +130 -0
- authentik_client/models/agent_connector.py +142 -0
- authentik_client/models/agent_connector_request.py +126 -0
- authentik_client/models/agent_psso_device_registration_request.py +95 -0
- authentik_client/models/agent_psso_device_registration_response.py +98 -0
- authentik_client/models/agent_psso_user_registration_request.py +93 -0
- authentik_client/models/agent_token_response.py +90 -0
- authentik_client/models/alg_enum.py +1 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +6 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +10 -8
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +5 -3
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +4 -2
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +2 -12
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +4 -2
- authentik_client/models/authenticator_email_stage_request.py +2 -12
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +4 -2
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +2 -12
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +4 -2
- authentik_client/models/authenticator_sms_stage_request.py +2 -12
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +4 -2
- authentik_client/models/authenticator_static_stage_request.py +2 -12
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +4 -2
- authentik_client/models/authenticator_totp_stage_request.py +2 -12
- authentik_client/models/authenticator_validate_stage.py +4 -2
- authentik_client/models/authenticator_validate_stage_request.py +2 -12
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +4 -2
- authentik_client/models/authenticator_web_authn_stage_request.py +2 -12
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +4 -2
- authentik_client/models/captcha_stage_request.py +2 -12
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +9 -8
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +38 -24
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +109 -0
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +4 -2
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +2 -12
- authentik_client/models/content_type.py +98 -0
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +1 -1
- authentik_client/models/{extra_user_object_permission.py → data_export.py} +36 -39
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +4 -2
- authentik_client/models/deny_stage_request.py +2 -12
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +93 -0
- authentik_client/models/{extra_role_object_permission_request.py → device_access_group_request.py} +8 -8
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +112 -0
- authentik_client/models/device_fact_snapshot.py +109 -0
- authentik_client/models/device_facts.py +196 -0
- authentik_client/models/device_facts_os_family.py +44 -0
- authentik_client/models/device_facts_request.py +196 -0
- authentik_client/models/device_group.py +90 -0
- authentik_client/models/{patched_extra_user_object_permission_request.py → device_group_request.py} +10 -8
- authentik_client/models/device_summary.py +92 -0
- authentik_client/models/device_user.py +94 -0
- authentik_client/models/device_user_binding.py +168 -0
- authentik_client/models/device_user_binding_request.py +123 -0
- authentik_client/models/device_user_request.py +95 -0
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +98 -0
- authentik_client/models/disk_request.py +99 -0
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +4 -2
- authentik_client/models/dummy_stage_request.py +2 -12
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +4 -2
- authentik_client/models/email_stage_request.py +2 -12
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +117 -0
- authentik_client/models/endpoint_agent_challenge_response_request.py +96 -0
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +45 -9
- authentik_client/models/endpoint_device_details.py +146 -0
- authentik_client/models/endpoint_device_request.py +33 -8
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +134 -0
- authentik_client/models/endpoint_stage_request.py +95 -0
- authentik_client/models/{extra_user_object_permission_request.py → enroll_request.py} +10 -8
- authentik_client/models/enrollment_token.py +120 -0
- authentik_client/models/enrollment_token_request.py +109 -0
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +3 -3
- authentik_client/models/file_list.py +92 -0
- authentik_client/models/flow.py +7 -5
- authentik_client/models/flow_challenge_response_request.py +35 -21
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +6 -4
- authentik_client/models/flow_set.py +6 -6
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +92 -0
- authentik_client/models/google_endpoint_device_request.py +92 -0
- authentik_client/models/google_workspace_provider.py +6 -2
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +6 -2
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +23 -19
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +5 -12
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +98 -0
- authentik_client/models/hardware_request.py +99 -0
- authentik_client/models/identification_challenge.py +10 -3
- authentik_client/models/identification_challenge_response_request.py +16 -4
- authentik_client/models/identification_stage.py +13 -4
- authentik_client/models/identification_stage_request.py +10 -13
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +2 -5
- authentik_client/models/initial_permissions_request.py +2 -5
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +2 -2
- authentik_client/models/invitation_request.py +2 -2
- authentik_client/models/invitation_stage.py +4 -2
- authentik_client/models/invitation_stage_request.py +2 -12
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +13 -6
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +11 -4
- authentik_client/models/{initial_permissions_mode_enum.py → key_type_enum.py} +9 -6
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +13 -6
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +11 -4
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +5 -3
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +92 -0
- authentik_client/models/mdm_config_response.py +92 -0
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +7 -2
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +6 -2
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +8 -1
- authentik_client/models/model_request.py +1 -1
- authentik_client/models/mutual_tls_stage.py +6 -4
- authentik_client/models/mutual_tls_stage_request.py +4 -14
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +102 -0
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +94 -0
- authentik_client/models/network_interface_request.py +95 -0
- authentik_client/models/network_request.py +103 -0
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +18 -3
- authentik_client/models/notification_request.py +18 -3
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +12 -8
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +7 -3
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +95 -0
- authentik_client/models/operating_system_request.py +96 -0
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/{paginated_user_assigned_object_permission_list.py → paginated_agent_connector_list.py} +8 -8
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/{paginated_extra_user_object_permission_list.py → paginated_connector_list.py} +11 -9
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +104 -0
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +104 -0
- authentik_client/models/paginated_device_user_binding_list.py +104 -0
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +104 -0
- authentik_client/models/paginated_enrollment_token_list.py +104 -0
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +104 -0
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +2 -18
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +4 -2
- authentik_client/models/password_stage_request.py +2 -12
- authentik_client/models/patched_agent_connector_request.py +126 -0
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +5 -3
- authentik_client/models/patched_authenticator_duo_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_email_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_sms_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_static_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_totp_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_validate_stage_request.py +2 -12
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +2 -12
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +2 -12
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +2 -12
- authentik_client/models/patched_deny_stage_request.py +2 -12
- authentik_client/models/{patched_extra_role_object_permission_request.py → patched_device_access_group_request.py} +8 -8
- authentik_client/models/patched_device_user_binding_request.py +123 -0
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +2 -12
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +2 -12
- authentik_client/models/patched_endpoint_device_request.py +33 -8
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +95 -0
- authentik_client/models/patched_enrollment_token_request.py +109 -0
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_flow_request.py +6 -4
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +92 -0
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +6 -2
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +5 -12
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +10 -13
- authentik_client/models/patched_initial_permissions_request.py +2 -5
- authentik_client/models/patched_invitation_request.py +2 -2
- authentik_client/models/patched_invitation_stage_request.py +2 -12
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +11 -4
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +11 -4
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +6 -2
- authentik_client/models/patched_mutual_tls_stage_request.py +4 -14
- authentik_client/models/patched_notification_request.py +18 -3
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +7 -3
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +2 -12
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +8 -4
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +2 -12
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +2 -12
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +1 -1
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +1 -1
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +7 -3
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +8 -2
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +2 -2
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +6 -2
- authentik_client/models/patched_settings_request_flags.py +1 -1
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +2 -12
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +8 -4
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +3 -13
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +2 -12
- authentik_client/models/patched_user_logout_stage_request.py +3 -13
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +4 -2
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +2 -12
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +9 -5
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +8 -4
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +92 -0
- authentik_client/models/process_request.py +93 -0
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +4 -2
- authentik_client/models/prompt_stage_request.py +2 -12
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +1 -1
- authentik_client/models/provider_type_enum.py +3 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +4 -2
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +2 -12
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/{group_child.py → related_group.py} +5 -5
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/requested_by.py +100 -0
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +1 -1
- authentik_client/models/role_assigned_object_permission.py +20 -10
- authentik_client/models/{user_object_permission.py → role_model_permission.py} +6 -8
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +1 -1
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +1 -1
- authentik_client/models/saml_provider_logout_method_enum.py +1 -1
- authentik_client/models/saml_provider_request.py +1 -1
- authentik_client/models/saml_source.py +9 -5
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +7 -3
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +9 -2
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +8 -2
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +2 -2
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +2 -2
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +6 -2
- authentik_client/models/settings_request.py +6 -2
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +94 -0
- authentik_client/models/software_request.py +95 -0
- authentik_client/models/source.py +13 -9
- authentik_client/models/source_stage.py +4 -2
- authentik_client/models/source_stage_request.py +2 -12
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +5 -3
- authentik_client/models/{mutual_tls_stage_mode_enum.py → stage_mode_enum.py} +4 -4
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +39 -0
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +101 -0
- authentik_client/models/telegram_challenge_response_request.py +5 -5
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +12 -8
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +8 -4
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +2 -2
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +5 -3
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +2 -1
- authentik_client/models/user.py +21 -2
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +88 -0
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +5 -3
- authentik_client/models/user_delete_stage_request.py +4 -14
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +4 -2
- authentik_client/models/user_login_stage_request.py +2 -12
- authentik_client/models/user_logout_stage.py +5 -3
- authentik_client/models/user_logout_stage_request.py +4 -14
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +4 -2
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +14 -2
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +94 -0
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +4 -2
- authentik_client/models/user_write_stage_request.py +2 -12
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/rest.py +1 -1
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/METADATA +147 -36
- authentik_client-2025.12.0rc1.dist-info/RECORD +869 -0
- authentik_client/models/flow_set_request.py +0 -114
- authentik_client/models/user_assigned_object_permission.py +0 -132
- authentik_client-2025.10.3.dist-info/RECORD +0 -806
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/WHEEL +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.10.3.dist-info → authentik_client-2025.12.0rc1.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2025.
|
|
8
|
+
The version of the OpenAPI document: 2025.12.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -26,18 +26,18 @@ from authentik_client.models.duo_device import DuoDevice
|
|
|
26
26
|
from authentik_client.models.duo_device_request import DuoDeviceRequest
|
|
27
27
|
from authentik_client.models.email_device import EmailDevice
|
|
28
28
|
from authentik_client.models.email_device_request import EmailDeviceRequest
|
|
29
|
-
from authentik_client.models.
|
|
30
|
-
from authentik_client.models.
|
|
29
|
+
from authentik_client.models.google_endpoint_device import GoogleEndpointDevice
|
|
30
|
+
from authentik_client.models.google_endpoint_device_request import GoogleEndpointDeviceRequest
|
|
31
31
|
from authentik_client.models.paginated_duo_device_list import PaginatedDuoDeviceList
|
|
32
32
|
from authentik_client.models.paginated_email_device_list import PaginatedEmailDeviceList
|
|
33
|
-
from authentik_client.models.
|
|
33
|
+
from authentik_client.models.paginated_google_endpoint_device_list import PaginatedGoogleEndpointDeviceList
|
|
34
34
|
from authentik_client.models.paginated_sms_device_list import PaginatedSMSDeviceList
|
|
35
35
|
from authentik_client.models.paginated_static_device_list import PaginatedStaticDeviceList
|
|
36
36
|
from authentik_client.models.paginated_totp_device_list import PaginatedTOTPDeviceList
|
|
37
37
|
from authentik_client.models.paginated_web_authn_device_list import PaginatedWebAuthnDeviceList
|
|
38
38
|
from authentik_client.models.patched_duo_device_request import PatchedDuoDeviceRequest
|
|
39
39
|
from authentik_client.models.patched_email_device_request import PatchedEmailDeviceRequest
|
|
40
|
-
from authentik_client.models.
|
|
40
|
+
from authentik_client.models.patched_google_endpoint_device_request import PatchedGoogleEndpointDeviceRequest
|
|
41
41
|
from authentik_client.models.patched_sms_device_request import PatchedSMSDeviceRequest
|
|
42
42
|
from authentik_client.models.patched_static_device_request import PatchedStaticDeviceRequest
|
|
43
43
|
from authentik_client.models.patched_totp_device_request import PatchedTOTPDeviceRequest
|
|
@@ -3824,7 +3824,7 @@ class AuthenticatorsApi:
|
|
|
3824
3824
|
@validate_call
|
|
3825
3825
|
def authenticators_admin_endpoint_create(
|
|
3826
3826
|
self,
|
|
3827
|
-
|
|
3827
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
3828
3828
|
_request_timeout: Union[
|
|
3829
3829
|
None,
|
|
3830
3830
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3837,13 +3837,13 @@ class AuthenticatorsApi:
|
|
|
3837
3837
|
_content_type: Optional[StrictStr] = None,
|
|
3838
3838
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3839
3839
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3840
|
-
) ->
|
|
3840
|
+
) -> GoogleEndpointDevice:
|
|
3841
3841
|
"""authenticators_admin_endpoint_create
|
|
3842
3842
|
|
|
3843
3843
|
Viewset for Endpoint authenticator devices (for admins)
|
|
3844
3844
|
|
|
3845
|
-
:param
|
|
3846
|
-
:type
|
|
3845
|
+
:param google_endpoint_device_request: (required)
|
|
3846
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
3847
3847
|
:param _request_timeout: timeout setting for this request. If one
|
|
3848
3848
|
number provided, it will be total request
|
|
3849
3849
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3867,7 +3867,7 @@ class AuthenticatorsApi:
|
|
|
3867
3867
|
""" # noqa: E501
|
|
3868
3868
|
|
|
3869
3869
|
_param = self._authenticators_admin_endpoint_create_serialize(
|
|
3870
|
-
|
|
3870
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
3871
3871
|
_request_auth=_request_auth,
|
|
3872
3872
|
_content_type=_content_type,
|
|
3873
3873
|
_headers=_headers,
|
|
@@ -3875,7 +3875,7 @@ class AuthenticatorsApi:
|
|
|
3875
3875
|
)
|
|
3876
3876
|
|
|
3877
3877
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3878
|
-
'201': "
|
|
3878
|
+
'201': "GoogleEndpointDevice",
|
|
3879
3879
|
'400': "ValidationError",
|
|
3880
3880
|
'403': "GenericError",
|
|
3881
3881
|
}
|
|
@@ -3893,7 +3893,7 @@ class AuthenticatorsApi:
|
|
|
3893
3893
|
@validate_call
|
|
3894
3894
|
def authenticators_admin_endpoint_create_with_http_info(
|
|
3895
3895
|
self,
|
|
3896
|
-
|
|
3896
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
3897
3897
|
_request_timeout: Union[
|
|
3898
3898
|
None,
|
|
3899
3899
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3906,13 +3906,13 @@ class AuthenticatorsApi:
|
|
|
3906
3906
|
_content_type: Optional[StrictStr] = None,
|
|
3907
3907
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3908
3908
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3909
|
-
) -> ApiResponse[
|
|
3909
|
+
) -> ApiResponse[GoogleEndpointDevice]:
|
|
3910
3910
|
"""authenticators_admin_endpoint_create
|
|
3911
3911
|
|
|
3912
3912
|
Viewset for Endpoint authenticator devices (for admins)
|
|
3913
3913
|
|
|
3914
|
-
:param
|
|
3915
|
-
:type
|
|
3914
|
+
:param google_endpoint_device_request: (required)
|
|
3915
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
3916
3916
|
:param _request_timeout: timeout setting for this request. If one
|
|
3917
3917
|
number provided, it will be total request
|
|
3918
3918
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3936,7 +3936,7 @@ class AuthenticatorsApi:
|
|
|
3936
3936
|
""" # noqa: E501
|
|
3937
3937
|
|
|
3938
3938
|
_param = self._authenticators_admin_endpoint_create_serialize(
|
|
3939
|
-
|
|
3939
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
3940
3940
|
_request_auth=_request_auth,
|
|
3941
3941
|
_content_type=_content_type,
|
|
3942
3942
|
_headers=_headers,
|
|
@@ -3944,7 +3944,7 @@ class AuthenticatorsApi:
|
|
|
3944
3944
|
)
|
|
3945
3945
|
|
|
3946
3946
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3947
|
-
'201': "
|
|
3947
|
+
'201': "GoogleEndpointDevice",
|
|
3948
3948
|
'400': "ValidationError",
|
|
3949
3949
|
'403': "GenericError",
|
|
3950
3950
|
}
|
|
@@ -3962,7 +3962,7 @@ class AuthenticatorsApi:
|
|
|
3962
3962
|
@validate_call
|
|
3963
3963
|
def authenticators_admin_endpoint_create_without_preload_content(
|
|
3964
3964
|
self,
|
|
3965
|
-
|
|
3965
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
3966
3966
|
_request_timeout: Union[
|
|
3967
3967
|
None,
|
|
3968
3968
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3980,8 +3980,8 @@ class AuthenticatorsApi:
|
|
|
3980
3980
|
|
|
3981
3981
|
Viewset for Endpoint authenticator devices (for admins)
|
|
3982
3982
|
|
|
3983
|
-
:param
|
|
3984
|
-
:type
|
|
3983
|
+
:param google_endpoint_device_request: (required)
|
|
3984
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
3985
3985
|
:param _request_timeout: timeout setting for this request. If one
|
|
3986
3986
|
number provided, it will be total request
|
|
3987
3987
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4005,7 +4005,7 @@ class AuthenticatorsApi:
|
|
|
4005
4005
|
""" # noqa: E501
|
|
4006
4006
|
|
|
4007
4007
|
_param = self._authenticators_admin_endpoint_create_serialize(
|
|
4008
|
-
|
|
4008
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
4009
4009
|
_request_auth=_request_auth,
|
|
4010
4010
|
_content_type=_content_type,
|
|
4011
4011
|
_headers=_headers,
|
|
@@ -4013,7 +4013,7 @@ class AuthenticatorsApi:
|
|
|
4013
4013
|
)
|
|
4014
4014
|
|
|
4015
4015
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4016
|
-
'201': "
|
|
4016
|
+
'201': "GoogleEndpointDevice",
|
|
4017
4017
|
'400': "ValidationError",
|
|
4018
4018
|
'403': "GenericError",
|
|
4019
4019
|
}
|
|
@@ -4026,7 +4026,7 @@ class AuthenticatorsApi:
|
|
|
4026
4026
|
|
|
4027
4027
|
def _authenticators_admin_endpoint_create_serialize(
|
|
4028
4028
|
self,
|
|
4029
|
-
|
|
4029
|
+
google_endpoint_device_request,
|
|
4030
4030
|
_request_auth,
|
|
4031
4031
|
_content_type,
|
|
4032
4032
|
_headers,
|
|
@@ -4052,8 +4052,8 @@ class AuthenticatorsApi:
|
|
|
4052
4052
|
# process the header parameters
|
|
4053
4053
|
# process the form parameters
|
|
4054
4054
|
# process the body parameter
|
|
4055
|
-
if
|
|
4056
|
-
_body_params =
|
|
4055
|
+
if google_endpoint_device_request is not None:
|
|
4056
|
+
_body_params = google_endpoint_device_request
|
|
4057
4057
|
|
|
4058
4058
|
|
|
4059
4059
|
# set the HTTP header `Accept`
|
|
@@ -4388,7 +4388,7 @@ class AuthenticatorsApi:
|
|
|
4388
4388
|
_content_type: Optional[StrictStr] = None,
|
|
4389
4389
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4390
4390
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4391
|
-
) ->
|
|
4391
|
+
) -> PaginatedGoogleEndpointDeviceList:
|
|
4392
4392
|
"""authenticators_admin_endpoint_list
|
|
4393
4393
|
|
|
4394
4394
|
Viewset for Endpoint authenticator devices (for admins)
|
|
@@ -4438,7 +4438,7 @@ class AuthenticatorsApi:
|
|
|
4438
4438
|
)
|
|
4439
4439
|
|
|
4440
4440
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4441
|
-
'200': "
|
|
4441
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
4442
4442
|
'400': "ValidationError",
|
|
4443
4443
|
'403': "GenericError",
|
|
4444
4444
|
}
|
|
@@ -4473,7 +4473,7 @@ class AuthenticatorsApi:
|
|
|
4473
4473
|
_content_type: Optional[StrictStr] = None,
|
|
4474
4474
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4475
4475
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4476
|
-
) -> ApiResponse[
|
|
4476
|
+
) -> ApiResponse[PaginatedGoogleEndpointDeviceList]:
|
|
4477
4477
|
"""authenticators_admin_endpoint_list
|
|
4478
4478
|
|
|
4479
4479
|
Viewset for Endpoint authenticator devices (for admins)
|
|
@@ -4523,7 +4523,7 @@ class AuthenticatorsApi:
|
|
|
4523
4523
|
)
|
|
4524
4524
|
|
|
4525
4525
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4526
|
-
'200': "
|
|
4526
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
4527
4527
|
'400': "ValidationError",
|
|
4528
4528
|
'403': "GenericError",
|
|
4529
4529
|
}
|
|
@@ -4608,7 +4608,7 @@ class AuthenticatorsApi:
|
|
|
4608
4608
|
)
|
|
4609
4609
|
|
|
4610
4610
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4611
|
-
'200': "
|
|
4611
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
4612
4612
|
'400': "ValidationError",
|
|
4613
4613
|
'403': "GenericError",
|
|
4614
4614
|
}
|
|
@@ -4709,7 +4709,7 @@ class AuthenticatorsApi:
|
|
|
4709
4709
|
def authenticators_admin_endpoint_partial_update(
|
|
4710
4710
|
self,
|
|
4711
4711
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
4712
|
-
|
|
4712
|
+
patched_google_endpoint_device_request: Optional[PatchedGoogleEndpointDeviceRequest] = None,
|
|
4713
4713
|
_request_timeout: Union[
|
|
4714
4714
|
None,
|
|
4715
4715
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4722,15 +4722,15 @@ class AuthenticatorsApi:
|
|
|
4722
4722
|
_content_type: Optional[StrictStr] = None,
|
|
4723
4723
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4724
4724
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4725
|
-
) ->
|
|
4725
|
+
) -> GoogleEndpointDevice:
|
|
4726
4726
|
"""authenticators_admin_endpoint_partial_update
|
|
4727
4727
|
|
|
4728
4728
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4729
4729
|
|
|
4730
4730
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4731
4731
|
:type uuid: str
|
|
4732
|
-
:param
|
|
4733
|
-
:type
|
|
4732
|
+
:param patched_google_endpoint_device_request:
|
|
4733
|
+
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4734
4734
|
:param _request_timeout: timeout setting for this request. If one
|
|
4735
4735
|
number provided, it will be total request
|
|
4736
4736
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4755,7 +4755,7 @@ class AuthenticatorsApi:
|
|
|
4755
4755
|
|
|
4756
4756
|
_param = self._authenticators_admin_endpoint_partial_update_serialize(
|
|
4757
4757
|
uuid=uuid,
|
|
4758
|
-
|
|
4758
|
+
patched_google_endpoint_device_request=patched_google_endpoint_device_request,
|
|
4759
4759
|
_request_auth=_request_auth,
|
|
4760
4760
|
_content_type=_content_type,
|
|
4761
4761
|
_headers=_headers,
|
|
@@ -4763,7 +4763,7 @@ class AuthenticatorsApi:
|
|
|
4763
4763
|
)
|
|
4764
4764
|
|
|
4765
4765
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4766
|
-
'200': "
|
|
4766
|
+
'200': "GoogleEndpointDevice",
|
|
4767
4767
|
'400': "ValidationError",
|
|
4768
4768
|
'403': "GenericError",
|
|
4769
4769
|
}
|
|
@@ -4782,7 +4782,7 @@ class AuthenticatorsApi:
|
|
|
4782
4782
|
def authenticators_admin_endpoint_partial_update_with_http_info(
|
|
4783
4783
|
self,
|
|
4784
4784
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
4785
|
-
|
|
4785
|
+
patched_google_endpoint_device_request: Optional[PatchedGoogleEndpointDeviceRequest] = None,
|
|
4786
4786
|
_request_timeout: Union[
|
|
4787
4787
|
None,
|
|
4788
4788
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4795,15 +4795,15 @@ class AuthenticatorsApi:
|
|
|
4795
4795
|
_content_type: Optional[StrictStr] = None,
|
|
4796
4796
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4797
4797
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4798
|
-
) -> ApiResponse[
|
|
4798
|
+
) -> ApiResponse[GoogleEndpointDevice]:
|
|
4799
4799
|
"""authenticators_admin_endpoint_partial_update
|
|
4800
4800
|
|
|
4801
4801
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4802
4802
|
|
|
4803
4803
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4804
4804
|
:type uuid: str
|
|
4805
|
-
:param
|
|
4806
|
-
:type
|
|
4805
|
+
:param patched_google_endpoint_device_request:
|
|
4806
|
+
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4807
4807
|
:param _request_timeout: timeout setting for this request. If one
|
|
4808
4808
|
number provided, it will be total request
|
|
4809
4809
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4828,7 +4828,7 @@ class AuthenticatorsApi:
|
|
|
4828
4828
|
|
|
4829
4829
|
_param = self._authenticators_admin_endpoint_partial_update_serialize(
|
|
4830
4830
|
uuid=uuid,
|
|
4831
|
-
|
|
4831
|
+
patched_google_endpoint_device_request=patched_google_endpoint_device_request,
|
|
4832
4832
|
_request_auth=_request_auth,
|
|
4833
4833
|
_content_type=_content_type,
|
|
4834
4834
|
_headers=_headers,
|
|
@@ -4836,7 +4836,7 @@ class AuthenticatorsApi:
|
|
|
4836
4836
|
)
|
|
4837
4837
|
|
|
4838
4838
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4839
|
-
'200': "
|
|
4839
|
+
'200': "GoogleEndpointDevice",
|
|
4840
4840
|
'400': "ValidationError",
|
|
4841
4841
|
'403': "GenericError",
|
|
4842
4842
|
}
|
|
@@ -4855,7 +4855,7 @@ class AuthenticatorsApi:
|
|
|
4855
4855
|
def authenticators_admin_endpoint_partial_update_without_preload_content(
|
|
4856
4856
|
self,
|
|
4857
4857
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
4858
|
-
|
|
4858
|
+
patched_google_endpoint_device_request: Optional[PatchedGoogleEndpointDeviceRequest] = None,
|
|
4859
4859
|
_request_timeout: Union[
|
|
4860
4860
|
None,
|
|
4861
4861
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4875,8 +4875,8 @@ class AuthenticatorsApi:
|
|
|
4875
4875
|
|
|
4876
4876
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4877
4877
|
:type uuid: str
|
|
4878
|
-
:param
|
|
4879
|
-
:type
|
|
4878
|
+
:param patched_google_endpoint_device_request:
|
|
4879
|
+
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4880
4880
|
:param _request_timeout: timeout setting for this request. If one
|
|
4881
4881
|
number provided, it will be total request
|
|
4882
4882
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4901,7 +4901,7 @@ class AuthenticatorsApi:
|
|
|
4901
4901
|
|
|
4902
4902
|
_param = self._authenticators_admin_endpoint_partial_update_serialize(
|
|
4903
4903
|
uuid=uuid,
|
|
4904
|
-
|
|
4904
|
+
patched_google_endpoint_device_request=patched_google_endpoint_device_request,
|
|
4905
4905
|
_request_auth=_request_auth,
|
|
4906
4906
|
_content_type=_content_type,
|
|
4907
4907
|
_headers=_headers,
|
|
@@ -4909,7 +4909,7 @@ class AuthenticatorsApi:
|
|
|
4909
4909
|
)
|
|
4910
4910
|
|
|
4911
4911
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4912
|
-
'200': "
|
|
4912
|
+
'200': "GoogleEndpointDevice",
|
|
4913
4913
|
'400': "ValidationError",
|
|
4914
4914
|
'403': "GenericError",
|
|
4915
4915
|
}
|
|
@@ -4923,7 +4923,7 @@ class AuthenticatorsApi:
|
|
|
4923
4923
|
def _authenticators_admin_endpoint_partial_update_serialize(
|
|
4924
4924
|
self,
|
|
4925
4925
|
uuid,
|
|
4926
|
-
|
|
4926
|
+
patched_google_endpoint_device_request,
|
|
4927
4927
|
_request_auth,
|
|
4928
4928
|
_content_type,
|
|
4929
4929
|
_headers,
|
|
@@ -4951,8 +4951,8 @@ class AuthenticatorsApi:
|
|
|
4951
4951
|
# process the header parameters
|
|
4952
4952
|
# process the form parameters
|
|
4953
4953
|
# process the body parameter
|
|
4954
|
-
if
|
|
4955
|
-
_body_params =
|
|
4954
|
+
if patched_google_endpoint_device_request is not None:
|
|
4955
|
+
_body_params = patched_google_endpoint_device_request
|
|
4956
4956
|
|
|
4957
4957
|
|
|
4958
4958
|
# set the HTTP header `Accept`
|
|
@@ -5016,7 +5016,7 @@ class AuthenticatorsApi:
|
|
|
5016
5016
|
_content_type: Optional[StrictStr] = None,
|
|
5017
5017
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5018
5018
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5019
|
-
) ->
|
|
5019
|
+
) -> GoogleEndpointDevice:
|
|
5020
5020
|
"""authenticators_admin_endpoint_retrieve
|
|
5021
5021
|
|
|
5022
5022
|
Viewset for Endpoint authenticator devices (for admins)
|
|
@@ -5054,7 +5054,7 @@ class AuthenticatorsApi:
|
|
|
5054
5054
|
)
|
|
5055
5055
|
|
|
5056
5056
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5057
|
-
'200': "
|
|
5057
|
+
'200': "GoogleEndpointDevice",
|
|
5058
5058
|
'400': "ValidationError",
|
|
5059
5059
|
'403': "GenericError",
|
|
5060
5060
|
}
|
|
@@ -5085,7 +5085,7 @@ class AuthenticatorsApi:
|
|
|
5085
5085
|
_content_type: Optional[StrictStr] = None,
|
|
5086
5086
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5087
5087
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5088
|
-
) -> ApiResponse[
|
|
5088
|
+
) -> ApiResponse[GoogleEndpointDevice]:
|
|
5089
5089
|
"""authenticators_admin_endpoint_retrieve
|
|
5090
5090
|
|
|
5091
5091
|
Viewset for Endpoint authenticator devices (for admins)
|
|
@@ -5123,7 +5123,7 @@ class AuthenticatorsApi:
|
|
|
5123
5123
|
)
|
|
5124
5124
|
|
|
5125
5125
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5126
|
-
'200': "
|
|
5126
|
+
'200': "GoogleEndpointDevice",
|
|
5127
5127
|
'400': "ValidationError",
|
|
5128
5128
|
'403': "GenericError",
|
|
5129
5129
|
}
|
|
@@ -5192,7 +5192,7 @@ class AuthenticatorsApi:
|
|
|
5192
5192
|
)
|
|
5193
5193
|
|
|
5194
5194
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5195
|
-
'200': "
|
|
5195
|
+
'200': "GoogleEndpointDevice",
|
|
5196
5196
|
'400': "ValidationError",
|
|
5197
5197
|
'403': "GenericError",
|
|
5198
5198
|
}
|
|
@@ -5271,7 +5271,7 @@ class AuthenticatorsApi:
|
|
|
5271
5271
|
def authenticators_admin_endpoint_update(
|
|
5272
5272
|
self,
|
|
5273
5273
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
5274
|
-
|
|
5274
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
5275
5275
|
_request_timeout: Union[
|
|
5276
5276
|
None,
|
|
5277
5277
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5284,15 +5284,15 @@ class AuthenticatorsApi:
|
|
|
5284
5284
|
_content_type: Optional[StrictStr] = None,
|
|
5285
5285
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5286
5286
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5287
|
-
) ->
|
|
5287
|
+
) -> GoogleEndpointDevice:
|
|
5288
5288
|
"""authenticators_admin_endpoint_update
|
|
5289
5289
|
|
|
5290
5290
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5291
5291
|
|
|
5292
5292
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5293
5293
|
:type uuid: str
|
|
5294
|
-
:param
|
|
5295
|
-
:type
|
|
5294
|
+
:param google_endpoint_device_request: (required)
|
|
5295
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5296
5296
|
:param _request_timeout: timeout setting for this request. If one
|
|
5297
5297
|
number provided, it will be total request
|
|
5298
5298
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5317,7 +5317,7 @@ class AuthenticatorsApi:
|
|
|
5317
5317
|
|
|
5318
5318
|
_param = self._authenticators_admin_endpoint_update_serialize(
|
|
5319
5319
|
uuid=uuid,
|
|
5320
|
-
|
|
5320
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
5321
5321
|
_request_auth=_request_auth,
|
|
5322
5322
|
_content_type=_content_type,
|
|
5323
5323
|
_headers=_headers,
|
|
@@ -5325,7 +5325,7 @@ class AuthenticatorsApi:
|
|
|
5325
5325
|
)
|
|
5326
5326
|
|
|
5327
5327
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5328
|
-
'200': "
|
|
5328
|
+
'200': "GoogleEndpointDevice",
|
|
5329
5329
|
'400': "ValidationError",
|
|
5330
5330
|
'403': "GenericError",
|
|
5331
5331
|
}
|
|
@@ -5344,7 +5344,7 @@ class AuthenticatorsApi:
|
|
|
5344
5344
|
def authenticators_admin_endpoint_update_with_http_info(
|
|
5345
5345
|
self,
|
|
5346
5346
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
5347
|
-
|
|
5347
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
5348
5348
|
_request_timeout: Union[
|
|
5349
5349
|
None,
|
|
5350
5350
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5357,15 +5357,15 @@ class AuthenticatorsApi:
|
|
|
5357
5357
|
_content_type: Optional[StrictStr] = None,
|
|
5358
5358
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5359
5359
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5360
|
-
) -> ApiResponse[
|
|
5360
|
+
) -> ApiResponse[GoogleEndpointDevice]:
|
|
5361
5361
|
"""authenticators_admin_endpoint_update
|
|
5362
5362
|
|
|
5363
5363
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5364
5364
|
|
|
5365
5365
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5366
5366
|
:type uuid: str
|
|
5367
|
-
:param
|
|
5368
|
-
:type
|
|
5367
|
+
:param google_endpoint_device_request: (required)
|
|
5368
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5369
5369
|
:param _request_timeout: timeout setting for this request. If one
|
|
5370
5370
|
number provided, it will be total request
|
|
5371
5371
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5390,7 +5390,7 @@ class AuthenticatorsApi:
|
|
|
5390
5390
|
|
|
5391
5391
|
_param = self._authenticators_admin_endpoint_update_serialize(
|
|
5392
5392
|
uuid=uuid,
|
|
5393
|
-
|
|
5393
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
5394
5394
|
_request_auth=_request_auth,
|
|
5395
5395
|
_content_type=_content_type,
|
|
5396
5396
|
_headers=_headers,
|
|
@@ -5398,7 +5398,7 @@ class AuthenticatorsApi:
|
|
|
5398
5398
|
)
|
|
5399
5399
|
|
|
5400
5400
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5401
|
-
'200': "
|
|
5401
|
+
'200': "GoogleEndpointDevice",
|
|
5402
5402
|
'400': "ValidationError",
|
|
5403
5403
|
'403': "GenericError",
|
|
5404
5404
|
}
|
|
@@ -5417,7 +5417,7 @@ class AuthenticatorsApi:
|
|
|
5417
5417
|
def authenticators_admin_endpoint_update_without_preload_content(
|
|
5418
5418
|
self,
|
|
5419
5419
|
uuid: Annotated[UUID, Field(description="A UUID string identifying this Endpoint Device.")],
|
|
5420
|
-
|
|
5420
|
+
google_endpoint_device_request: GoogleEndpointDeviceRequest,
|
|
5421
5421
|
_request_timeout: Union[
|
|
5422
5422
|
None,
|
|
5423
5423
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5437,8 +5437,8 @@ class AuthenticatorsApi:
|
|
|
5437
5437
|
|
|
5438
5438
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5439
5439
|
:type uuid: str
|
|
5440
|
-
:param
|
|
5441
|
-
:type
|
|
5440
|
+
:param google_endpoint_device_request: (required)
|
|
5441
|
+
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5442
5442
|
:param _request_timeout: timeout setting for this request. If one
|
|
5443
5443
|
number provided, it will be total request
|
|
5444
5444
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5463,7 +5463,7 @@ class AuthenticatorsApi:
|
|
|
5463
5463
|
|
|
5464
5464
|
_param = self._authenticators_admin_endpoint_update_serialize(
|
|
5465
5465
|
uuid=uuid,
|
|
5466
|
-
|
|
5466
|
+
google_endpoint_device_request=google_endpoint_device_request,
|
|
5467
5467
|
_request_auth=_request_auth,
|
|
5468
5468
|
_content_type=_content_type,
|
|
5469
5469
|
_headers=_headers,
|
|
@@ -5471,7 +5471,7 @@ class AuthenticatorsApi:
|
|
|
5471
5471
|
)
|
|
5472
5472
|
|
|
5473
5473
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5474
|
-
'200': "
|
|
5474
|
+
'200': "GoogleEndpointDevice",
|
|
5475
5475
|
'400': "ValidationError",
|
|
5476
5476
|
'403': "GenericError",
|
|
5477
5477
|
}
|
|
@@ -5485,7 +5485,7 @@ class AuthenticatorsApi:
|
|
|
5485
5485
|
def _authenticators_admin_endpoint_update_serialize(
|
|
5486
5486
|
self,
|
|
5487
5487
|
uuid,
|
|
5488
|
-
|
|
5488
|
+
google_endpoint_device_request,
|
|
5489
5489
|
_request_auth,
|
|
5490
5490
|
_content_type,
|
|
5491
5491
|
_headers,
|
|
@@ -5513,8 +5513,8 @@ class AuthenticatorsApi:
|
|
|
5513
5513
|
# process the header parameters
|
|
5514
5514
|
# process the form parameters
|
|
5515
5515
|
# process the body parameter
|
|
5516
|
-
if
|
|
5517
|
-
_body_params =
|
|
5516
|
+
if google_endpoint_device_request is not None:
|
|
5517
|
+
_body_params = google_endpoint_device_request
|
|
5518
5518
|
|
|
5519
5519
|
|
|
5520
5520
|
# set the HTTP header `Accept`
|
|
@@ -16254,7 +16254,7 @@ class AuthenticatorsApi:
|
|
|
16254
16254
|
_content_type: Optional[StrictStr] = None,
|
|
16255
16255
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
16256
16256
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
16257
|
-
) ->
|
|
16257
|
+
) -> PaginatedGoogleEndpointDeviceList:
|
|
16258
16258
|
"""authenticators_endpoint_list
|
|
16259
16259
|
|
|
16260
16260
|
Viewset for Endpoint authenticator devices
|
|
@@ -16304,7 +16304,7 @@ class AuthenticatorsApi:
|
|
|
16304
16304
|
)
|
|
16305
16305
|
|
|
16306
16306
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16307
|
-
'200': "
|
|
16307
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
16308
16308
|
'400': "ValidationError",
|
|
16309
16309
|
'403': "GenericError",
|
|
16310
16310
|
}
|
|
@@ -16339,7 +16339,7 @@ class AuthenticatorsApi:
|
|
|
16339
16339
|
_content_type: Optional[StrictStr] = None,
|
|
16340
16340
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
16341
16341
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
16342
|
-
) -> ApiResponse[
|
|
16342
|
+
) -> ApiResponse[PaginatedGoogleEndpointDeviceList]:
|
|
16343
16343
|
"""authenticators_endpoint_list
|
|
16344
16344
|
|
|
16345
16345
|
Viewset for Endpoint authenticator devices
|
|
@@ -16389,7 +16389,7 @@ class AuthenticatorsApi:
|
|
|
16389
16389
|
)
|
|
16390
16390
|
|
|
16391
16391
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16392
|
-
'200': "
|
|
16392
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
16393
16393
|
'400': "ValidationError",
|
|
16394
16394
|
'403': "GenericError",
|
|
16395
16395
|
}
|
|
@@ -16474,7 +16474,7 @@ class AuthenticatorsApi:
|
|
|
16474
16474
|
)
|
|
16475
16475
|
|
|
16476
16476
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16477
|
-
'200': "
|
|
16477
|
+
'200': "PaginatedGoogleEndpointDeviceList",
|
|
16478
16478
|
'400': "ValidationError",
|
|
16479
16479
|
'403': "GenericError",
|
|
16480
16480
|
}
|
|
@@ -16587,7 +16587,7 @@ class AuthenticatorsApi:
|
|
|
16587
16587
|
_content_type: Optional[StrictStr] = None,
|
|
16588
16588
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
16589
16589
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
16590
|
-
) ->
|
|
16590
|
+
) -> GoogleEndpointDevice:
|
|
16591
16591
|
"""authenticators_endpoint_retrieve
|
|
16592
16592
|
|
|
16593
16593
|
Viewset for Endpoint authenticator devices
|
|
@@ -16625,7 +16625,7 @@ class AuthenticatorsApi:
|
|
|
16625
16625
|
)
|
|
16626
16626
|
|
|
16627
16627
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16628
|
-
'200': "
|
|
16628
|
+
'200': "GoogleEndpointDevice",
|
|
16629
16629
|
'400': "ValidationError",
|
|
16630
16630
|
'403': "GenericError",
|
|
16631
16631
|
}
|
|
@@ -16656,7 +16656,7 @@ class AuthenticatorsApi:
|
|
|
16656
16656
|
_content_type: Optional[StrictStr] = None,
|
|
16657
16657
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
16658
16658
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
16659
|
-
) -> ApiResponse[
|
|
16659
|
+
) -> ApiResponse[GoogleEndpointDevice]:
|
|
16660
16660
|
"""authenticators_endpoint_retrieve
|
|
16661
16661
|
|
|
16662
16662
|
Viewset for Endpoint authenticator devices
|
|
@@ -16694,7 +16694,7 @@ class AuthenticatorsApi:
|
|
|
16694
16694
|
)
|
|
16695
16695
|
|
|
16696
16696
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16697
|
-
'200': "
|
|
16697
|
+
'200': "GoogleEndpointDevice",
|
|
16698
16698
|
'400': "ValidationError",
|
|
16699
16699
|
'403': "GenericError",
|
|
16700
16700
|
}
|
|
@@ -16763,7 +16763,7 @@ class AuthenticatorsApi:
|
|
|
16763
16763
|
)
|
|
16764
16764
|
|
|
16765
16765
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
16766
|
-
'200': "
|
|
16766
|
+
'200': "GoogleEndpointDevice",
|
|
16767
16767
|
'400': "ValidationError",
|
|
16768
16768
|
'403': "GenericError",
|
|
16769
16769
|
}
|