authentik-client 2025.12.3__py3-none-any.whl → 2026.2.0rc1.post1770131035__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 +24 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +576 -115
- authentik_client/api/crypto_api.py +22 -39
- authentik_client/api/endpoints_api.py +2121 -109
- authentik_client/api/enterprise_api.py +16 -16
- authentik_client/api/events_api.py +64 -64
- authentik_client/api/flows_api.py +34 -34
- authentik_client/api/managed_api.py +19 -19
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +67 -67
- authentik_client/api/policies_api.py +187 -187
- authentik_client/api/propertymappings_api.py +244 -244
- authentik_client/api/providers_api.py +3430 -351
- authentik_client/api/rac_api.py +34 -34
- authentik_client/api/rbac_api.py +52 -69
- authentik_client/api/reports_api.py +7 -7
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +97 -97
- authentik_client/api/ssf_api.py +4 -4
- authentik_client/api/stages_api.py +544 -545
- authentik_client/api/tasks_api.py +19 -19
- authentik_client/api/tenants_api.py +19 -19
- authentik_client/api_client.py +5 -5
- authentik_client/configuration.py +6 -4
- authentik_client/exceptions.py +7 -4
- authentik_client/models/__init__.py +12 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +1 -1
- authentik_client/models/agent_connector.py +1 -1
- authentik_client/models/agent_connector_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_response.py +1 -1
- authentik_client/models/agent_psso_user_registration_request.py +1 -1
- authentik_client/models/agent_token_response.py +1 -1
- authentik_client/models/alg_enum.py +3 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +3 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +1 -1
- authentik_client/models/authenticator_static_stage_request.py +1 -1
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +1 -1
- authentik_client/models/authenticator_totp_stage_request.py +1 -1
- authentik_client/models/authenticator_validate_stage.py +1 -1
- authentik_client/models/authenticator_validate_stage_request.py +1 -1
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +1 -1
- authentik_client/models/authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/bulk_delete_session_response.py +88 -0
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +1 -1
- authentik_client/models/captcha_stage_request.py +1 -1
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +6 -6
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +1 -1
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +1 -1
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +1 -1
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +1 -1
- authentik_client/models/content_type.py +1 -1
- authentik_client/models/contextual_flow_info.py +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 +4 -2
- authentik_client/models/data_export.py +1 -1
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +1 -1
- authentik_client/models/deny_stage_request.py +1 -1
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +6 -4
- authentik_client/models/device_access_group_request.py +6 -4
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +1 -1
- authentik_client/models/device_fact_snapshot.py +8 -3
- authentik_client/models/device_facts.py +1 -1
- authentik_client/models/device_facts_os_family.py +1 -1
- authentik_client/models/device_facts_request.py +1 -1
- authentik_client/models/device_group.py +1 -1
- authentik_client/models/device_group_request.py +1 -1
- authentik_client/models/device_summary.py +1 -1
- authentik_client/models/device_user.py +1 -1
- authentik_client/models/device_user_binding.py +1 -1
- authentik_client/models/device_user_binding_request.py +1 -1
- authentik_client/models/device_user_request.py +1 -1
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +1 -1
- authentik_client/models/disk_request.py +1 -1
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +1 -1
- authentik_client/models/dummy_stage_request.py +1 -1
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +1 -1
- authentik_client/models/email_stage_request.py +1 -1
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +1 -1
- authentik_client/models/endpoint_agent_challenge_response_request.py +1 -1
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +1 -1
- authentik_client/models/endpoint_device_details.py +1 -1
- authentik_client/models/endpoint_device_request.py +1 -1
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +1 -1
- authentik_client/models/endpoint_stage_request.py +1 -1
- authentik_client/models/enroll_request.py +1 -1
- authentik_client/models/enrollment_token.py +1 -1
- authentik_client/models/enrollment_token_request.py +1 -1
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +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 +1 -1
- authentik_client/models/file_list.py +1 -1
- authentik_client/models/fleet_connector.py +123 -0
- authentik_client/models/fleet_connector_request.py +109 -0
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +1 -1
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +1 -1
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +1 -1
- authentik_client/models/hardware_request.py +1 -1
- authentik_client/models/identification_challenge.py +9 -2
- authentik_client/models/identification_challenge_response_request.py +1 -1
- authentik_client/models/identification_stage.py +1 -1
- authentik_client/models/identification_stage_request.py +1 -1
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +1 -1
- authentik_client/models/initial_permissions_request.py +1 -1
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +1 -1
- authentik_client/models/invitation_request.py +1 -1
- authentik_client/models/invitation_stage.py +1 -1
- authentik_client/models/invitation_stage_request.py +1 -1
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_status_enum.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +3 -1
- authentik_client/models/model_request.py +23 -9
- authentik_client/models/mutual_tls_stage.py +1 -1
- authentik_client/models/mutual_tls_stage_request.py +1 -1
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +1 -1
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +1 -1
- authentik_client/models/network_interface_request.py +1 -1
- authentik_client/models/network_request.py +1 -1
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +1 -1
- authentik_client/models/notification_request.py +1 -1
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +5 -5
- authentik_client/models/operating_system_request.py +4 -4
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_fleet_connector_list.py +104 -0
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/paginated_ws_federation_provider_list.py +104 -0
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +1 -1
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +1 -1
- authentik_client/models/password_stage_request.py +1 -1
- authentik_client/models/patched_agent_connector_request.py +1 -1
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +1 -1
- authentik_client/models/patched_authenticator_duo_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_email_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_sms_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_static_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_totp_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_validate_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +1 -1
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +1 -1
- authentik_client/models/patched_deny_stage_request.py +1 -1
- authentik_client/models/patched_device_access_group_request.py +5 -3
- authentik_client/models/patched_device_user_binding_request.py +1 -1
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +1 -1
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +1 -1
- authentik_client/models/patched_endpoint_device_request.py +1 -1
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +1 -1
- authentik_client/models/patched_enrollment_token_request.py +1 -1
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_fleet_connector_request.py +109 -0
- authentik_client/models/patched_flow_request.py +1 -1
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +1 -1
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +1 -1
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +1 -1
- authentik_client/models/patched_initial_permissions_request.py +1 -1
- authentik_client/models/patched_invitation_request.py +1 -1
- authentik_client/models/patched_invitation_stage_request.py +1 -1
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +1 -1
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +1 -1
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +1 -1
- authentik_client/models/patched_mutual_tls_stage_request.py +1 -1
- authentik_client/models/patched_notification_request.py +1 -1
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +1 -1
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +1 -1
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +1 -1
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +1 -1
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +1 -1
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +2 -2
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +3 -3
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +1 -1
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +4 -9
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +1 -1
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +1 -1
- authentik_client/models/patched_settings_request_flags.py +4 -2
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +1 -1
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +1 -1
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +1 -1
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +1 -1
- authentik_client/models/patched_user_logout_stage_request.py +1 -1
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +1 -1
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +1 -1
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/patched_ws_federation_provider_request.py +152 -0
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +2 -1
- authentik_client/models/provider_type_enum.py +1 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +3 -4
- authentik_client/models/role_assigned_object_permission.py +1 -1
- authentik_client/models/role_model_permission.py +1 -1
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +2 -2
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/{saml_provider_logout_method_enum.py → saml_logout_methods.py} +4 -4
- 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 +3 -3
- authentik_client/models/saml_provider_request.py +3 -3
- authentik_client/models/saml_source.py +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +4 -9
- 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 +4 -9
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +1 -1
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +1 -1
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +1 -1
- authentik_client/models/settings_request.py +1 -1
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +1 -1
- authentik_client/models/software_request.py +1 -1
- authentik_client/models/source.py +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +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 +1 -1
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +1 -1
- authentik_client/models/telegram_challenge_response_request.py +1 -1
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/themed_urls.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +1 -1
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +1 -1
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +1 -1
- authentik_client/models/user.py +1 -1
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +1 -1
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +1 -1
- authentik_client/models/user_delete_stage_request.py +1 -1
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +1 -1
- authentik_client/models/user_login_stage_request.py +1 -1
- authentik_client/models/user_logout_stage.py +1 -1
- authentik_client/models/user_logout_stage_request.py +1 -1
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +1 -1
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +1 -1
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +1 -1
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +1 -1
- authentik_client/models/user_write_stage_request.py +1 -1
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/vendor_enum.py +39 -0
- 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/models/ws_federation_provider.py +219 -0
- authentik_client/models/ws_federation_provider_request.py +152 -0
- authentik_client/rest.py +8 -3
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/METADATA +32 -5
- authentik_client-2026.2.0rc1.post1770131035.dist-info/RECORD +880 -0
- authentik_client-2025.12.3.dist-info/RECORD +0 -870
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
authentik_client/__init__.py
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Making authentication simple.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document:
|
|
10
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
11
11
|
Contact: hello@goauthentik.io
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "
|
|
18
|
+
__version__ = "2026.2.0-rc1-1770131035"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -123,6 +123,7 @@ __all__ = [
|
|
|
123
123
|
"BlueprintInstanceStatusEnum",
|
|
124
124
|
"Brand",
|
|
125
125
|
"BrandRequest",
|
|
126
|
+
"BulkDeleteSessionResponse",
|
|
126
127
|
"Cache",
|
|
127
128
|
"CapabilitiesEnum",
|
|
128
129
|
"CaptchaChallenge",
|
|
@@ -230,6 +231,8 @@ __all__ = [
|
|
|
230
231
|
"ExpressionPolicyRequest",
|
|
231
232
|
"ExtraRoleObjectPermission",
|
|
232
233
|
"FileList",
|
|
234
|
+
"FleetConnector",
|
|
235
|
+
"FleetConnectorRequest",
|
|
233
236
|
"Flow",
|
|
234
237
|
"FlowChallengeResponseRequest",
|
|
235
238
|
"FlowDesignationEnum",
|
|
@@ -423,6 +426,7 @@ __all__ = [
|
|
|
423
426
|
"PaginatedExpiringBaseGrantModelList",
|
|
424
427
|
"PaginatedExpressionPolicyList",
|
|
425
428
|
"PaginatedExtraRoleObjectPermissionList",
|
|
429
|
+
"PaginatedFleetConnectorList",
|
|
426
430
|
"PaginatedFlowList",
|
|
427
431
|
"PaginatedFlowStageBindingList",
|
|
428
432
|
"PaginatedGeoIPPolicyList",
|
|
@@ -531,6 +535,7 @@ __all__ = [
|
|
|
531
535
|
"PaginatedUserSourceConnectionList",
|
|
532
536
|
"PaginatedUserTelegramSourceConnectionList",
|
|
533
537
|
"PaginatedUserWriteStageList",
|
|
538
|
+
"PaginatedWSFederationProviderList",
|
|
534
539
|
"PaginatedWebAuthnDeviceList",
|
|
535
540
|
"PaginatedWebAuthnDeviceTypeList",
|
|
536
541
|
"Pagination",
|
|
@@ -578,6 +583,7 @@ __all__ = [
|
|
|
578
583
|
"PatchedEventMatcherPolicyRequest",
|
|
579
584
|
"PatchedEventRequest",
|
|
580
585
|
"PatchedExpressionPolicyRequest",
|
|
586
|
+
"PatchedFleetConnectorRequest",
|
|
581
587
|
"PatchedFlowRequest",
|
|
582
588
|
"PatchedFlowStageBindingRequest",
|
|
583
589
|
"PatchedGeoIPPolicyRequest",
|
|
@@ -667,6 +673,7 @@ __all__ = [
|
|
|
667
673
|
"PatchedUserSourceConnectionRequest",
|
|
668
674
|
"PatchedUserTelegramSourceConnectionRequest",
|
|
669
675
|
"PatchedUserWriteStageRequest",
|
|
676
|
+
"PatchedWSFederationProviderRequest",
|
|
670
677
|
"PatchedWebAuthnDeviceRequest",
|
|
671
678
|
"Permission",
|
|
672
679
|
"PermissionAssignRequest",
|
|
@@ -735,12 +742,12 @@ __all__ = [
|
|
|
735
742
|
"RoleObjectPermission",
|
|
736
743
|
"RoleRequest",
|
|
737
744
|
"SAMLBindingsEnum",
|
|
745
|
+
"SAMLLogoutMethods",
|
|
738
746
|
"SAMLMetadata",
|
|
739
747
|
"SAMLNameIDPolicyEnum",
|
|
740
748
|
"SAMLPropertyMapping",
|
|
741
749
|
"SAMLPropertyMappingRequest",
|
|
742
750
|
"SAMLProvider",
|
|
743
|
-
"SAMLProviderLogoutMethodEnum",
|
|
744
751
|
"SAMLProviderRequest",
|
|
745
752
|
"SAMLSource",
|
|
746
753
|
"SAMLSourcePropertyMapping",
|
|
@@ -878,8 +885,11 @@ __all__ = [
|
|
|
878
885
|
"UserWriteStage",
|
|
879
886
|
"UserWriteStageRequest",
|
|
880
887
|
"ValidationError",
|
|
888
|
+
"VendorEnum",
|
|
881
889
|
"Version",
|
|
882
890
|
"VersionHistory",
|
|
891
|
+
"WSFederationProvider",
|
|
892
|
+
"WSFederationProviderRequest",
|
|
883
893
|
"WebAuthnDevice",
|
|
884
894
|
"WebAuthnDeviceRequest",
|
|
885
895
|
"WebAuthnDeviceType",
|
|
@@ -995,6 +1005,7 @@ from authentik_client.models.blueprint_instance_request import BlueprintInstance
|
|
|
995
1005
|
from authentik_client.models.blueprint_instance_status_enum import BlueprintInstanceStatusEnum as BlueprintInstanceStatusEnum
|
|
996
1006
|
from authentik_client.models.brand import Brand as Brand
|
|
997
1007
|
from authentik_client.models.brand_request import BrandRequest as BrandRequest
|
|
1008
|
+
from authentik_client.models.bulk_delete_session_response import BulkDeleteSessionResponse as BulkDeleteSessionResponse
|
|
998
1009
|
from authentik_client.models.cache import Cache as Cache
|
|
999
1010
|
from authentik_client.models.capabilities_enum import CapabilitiesEnum as CapabilitiesEnum
|
|
1000
1011
|
from authentik_client.models.captcha_challenge import CaptchaChallenge as CaptchaChallenge
|
|
@@ -1102,6 +1113,8 @@ from authentik_client.models.expression_policy import ExpressionPolicy as Expres
|
|
|
1102
1113
|
from authentik_client.models.expression_policy_request import ExpressionPolicyRequest as ExpressionPolicyRequest
|
|
1103
1114
|
from authentik_client.models.extra_role_object_permission import ExtraRoleObjectPermission as ExtraRoleObjectPermission
|
|
1104
1115
|
from authentik_client.models.file_list import FileList as FileList
|
|
1116
|
+
from authentik_client.models.fleet_connector import FleetConnector as FleetConnector
|
|
1117
|
+
from authentik_client.models.fleet_connector_request import FleetConnectorRequest as FleetConnectorRequest
|
|
1105
1118
|
from authentik_client.models.flow import Flow as Flow
|
|
1106
1119
|
from authentik_client.models.flow_challenge_response_request import FlowChallengeResponseRequest as FlowChallengeResponseRequest
|
|
1107
1120
|
from authentik_client.models.flow_designation_enum import FlowDesignationEnum as FlowDesignationEnum
|
|
@@ -1295,6 +1308,7 @@ from authentik_client.models.paginated_event_matcher_policy_list import Paginate
|
|
|
1295
1308
|
from authentik_client.models.paginated_expiring_base_grant_model_list import PaginatedExpiringBaseGrantModelList as PaginatedExpiringBaseGrantModelList
|
|
1296
1309
|
from authentik_client.models.paginated_expression_policy_list import PaginatedExpressionPolicyList as PaginatedExpressionPolicyList
|
|
1297
1310
|
from authentik_client.models.paginated_extra_role_object_permission_list import PaginatedExtraRoleObjectPermissionList as PaginatedExtraRoleObjectPermissionList
|
|
1311
|
+
from authentik_client.models.paginated_fleet_connector_list import PaginatedFleetConnectorList as PaginatedFleetConnectorList
|
|
1298
1312
|
from authentik_client.models.paginated_flow_list import PaginatedFlowList as PaginatedFlowList
|
|
1299
1313
|
from authentik_client.models.paginated_flow_stage_binding_list import PaginatedFlowStageBindingList as PaginatedFlowStageBindingList
|
|
1300
1314
|
from authentik_client.models.paginated_geo_ip_policy_list import PaginatedGeoIPPolicyList as PaginatedGeoIPPolicyList
|
|
@@ -1403,6 +1417,7 @@ from authentik_client.models.paginated_user_saml_source_connection_list import P
|
|
|
1403
1417
|
from authentik_client.models.paginated_user_source_connection_list import PaginatedUserSourceConnectionList as PaginatedUserSourceConnectionList
|
|
1404
1418
|
from authentik_client.models.paginated_user_telegram_source_connection_list import PaginatedUserTelegramSourceConnectionList as PaginatedUserTelegramSourceConnectionList
|
|
1405
1419
|
from authentik_client.models.paginated_user_write_stage_list import PaginatedUserWriteStageList as PaginatedUserWriteStageList
|
|
1420
|
+
from authentik_client.models.paginated_ws_federation_provider_list import PaginatedWSFederationProviderList as PaginatedWSFederationProviderList
|
|
1406
1421
|
from authentik_client.models.paginated_web_authn_device_list import PaginatedWebAuthnDeviceList as PaginatedWebAuthnDeviceList
|
|
1407
1422
|
from authentik_client.models.paginated_web_authn_device_type_list import PaginatedWebAuthnDeviceTypeList as PaginatedWebAuthnDeviceTypeList
|
|
1408
1423
|
from authentik_client.models.pagination import Pagination as Pagination
|
|
@@ -1450,6 +1465,7 @@ from authentik_client.models.patched_enrollment_token_request import PatchedEnro
|
|
|
1450
1465
|
from authentik_client.models.patched_event_matcher_policy_request import PatchedEventMatcherPolicyRequest as PatchedEventMatcherPolicyRequest
|
|
1451
1466
|
from authentik_client.models.patched_event_request import PatchedEventRequest as PatchedEventRequest
|
|
1452
1467
|
from authentik_client.models.patched_expression_policy_request import PatchedExpressionPolicyRequest as PatchedExpressionPolicyRequest
|
|
1468
|
+
from authentik_client.models.patched_fleet_connector_request import PatchedFleetConnectorRequest as PatchedFleetConnectorRequest
|
|
1453
1469
|
from authentik_client.models.patched_flow_request import PatchedFlowRequest as PatchedFlowRequest
|
|
1454
1470
|
from authentik_client.models.patched_flow_stage_binding_request import PatchedFlowStageBindingRequest as PatchedFlowStageBindingRequest
|
|
1455
1471
|
from authentik_client.models.patched_geo_ip_policy_request import PatchedGeoIPPolicyRequest as PatchedGeoIPPolicyRequest
|
|
@@ -1539,6 +1555,7 @@ from authentik_client.models.patched_user_saml_source_connection_request import
|
|
|
1539
1555
|
from authentik_client.models.patched_user_source_connection_request import PatchedUserSourceConnectionRequest as PatchedUserSourceConnectionRequest
|
|
1540
1556
|
from authentik_client.models.patched_user_telegram_source_connection_request import PatchedUserTelegramSourceConnectionRequest as PatchedUserTelegramSourceConnectionRequest
|
|
1541
1557
|
from authentik_client.models.patched_user_write_stage_request import PatchedUserWriteStageRequest as PatchedUserWriteStageRequest
|
|
1558
|
+
from authentik_client.models.patched_ws_federation_provider_request import PatchedWSFederationProviderRequest as PatchedWSFederationProviderRequest
|
|
1542
1559
|
from authentik_client.models.patched_web_authn_device_request import PatchedWebAuthnDeviceRequest as PatchedWebAuthnDeviceRequest
|
|
1543
1560
|
from authentik_client.models.permission import Permission as Permission
|
|
1544
1561
|
from authentik_client.models.permission_assign_request import PermissionAssignRequest as PermissionAssignRequest
|
|
@@ -1607,12 +1624,12 @@ from authentik_client.models.role_model_permission import RoleModelPermission as
|
|
|
1607
1624
|
from authentik_client.models.role_object_permission import RoleObjectPermission as RoleObjectPermission
|
|
1608
1625
|
from authentik_client.models.role_request import RoleRequest as RoleRequest
|
|
1609
1626
|
from authentik_client.models.saml_bindings_enum import SAMLBindingsEnum as SAMLBindingsEnum
|
|
1627
|
+
from authentik_client.models.saml_logout_methods import SAMLLogoutMethods as SAMLLogoutMethods
|
|
1610
1628
|
from authentik_client.models.saml_metadata import SAMLMetadata as SAMLMetadata
|
|
1611
1629
|
from authentik_client.models.saml_name_id_policy_enum import SAMLNameIDPolicyEnum as SAMLNameIDPolicyEnum
|
|
1612
1630
|
from authentik_client.models.saml_property_mapping import SAMLPropertyMapping as SAMLPropertyMapping
|
|
1613
1631
|
from authentik_client.models.saml_property_mapping_request import SAMLPropertyMappingRequest as SAMLPropertyMappingRequest
|
|
1614
1632
|
from authentik_client.models.saml_provider import SAMLProvider as SAMLProvider
|
|
1615
|
-
from authentik_client.models.saml_provider_logout_method_enum import SAMLProviderLogoutMethodEnum as SAMLProviderLogoutMethodEnum
|
|
1616
1633
|
from authentik_client.models.saml_provider_request import SAMLProviderRequest as SAMLProviderRequest
|
|
1617
1634
|
from authentik_client.models.saml_source import SAMLSource as SAMLSource
|
|
1618
1635
|
from authentik_client.models.saml_source_property_mapping import SAMLSourcePropertyMapping as SAMLSourcePropertyMapping
|
|
@@ -1750,8 +1767,11 @@ from authentik_client.models.user_verification_enum import UserVerificationEnum
|
|
|
1750
1767
|
from authentik_client.models.user_write_stage import UserWriteStage as UserWriteStage
|
|
1751
1768
|
from authentik_client.models.user_write_stage_request import UserWriteStageRequest as UserWriteStageRequest
|
|
1752
1769
|
from authentik_client.models.validation_error import ValidationError as ValidationError
|
|
1770
|
+
from authentik_client.models.vendor_enum import VendorEnum as VendorEnum
|
|
1753
1771
|
from authentik_client.models.version import Version as Version
|
|
1754
1772
|
from authentik_client.models.version_history import VersionHistory as VersionHistory
|
|
1773
|
+
from authentik_client.models.ws_federation_provider import WSFederationProvider as WSFederationProvider
|
|
1774
|
+
from authentik_client.models.ws_federation_provider_request import WSFederationProviderRequest as WSFederationProviderRequest
|
|
1755
1775
|
from authentik_client.models.web_authn_device import WebAuthnDevice as WebAuthnDevice
|
|
1756
1776
|
from authentik_client.models.web_authn_device_request import WebAuthnDeviceRequest as WebAuthnDeviceRequest
|
|
1757
1777
|
from authentik_client.models.web_authn_device_type import WebAuthnDeviceType as WebAuthnDeviceType
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -4123,7 +4123,7 @@ class AuthenticatorsApi:
|
|
|
4123
4123
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4124
4124
|
|
|
4125
4125
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4126
|
-
:type uuid:
|
|
4126
|
+
:type uuid: UUID
|
|
4127
4127
|
:param _request_timeout: timeout setting for this request. If one
|
|
4128
4128
|
number provided, it will be total request
|
|
4129
4129
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4192,7 +4192,7 @@ class AuthenticatorsApi:
|
|
|
4192
4192
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4193
4193
|
|
|
4194
4194
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4195
|
-
:type uuid:
|
|
4195
|
+
:type uuid: UUID
|
|
4196
4196
|
:param _request_timeout: timeout setting for this request. If one
|
|
4197
4197
|
number provided, it will be total request
|
|
4198
4198
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4261,7 +4261,7 @@ class AuthenticatorsApi:
|
|
|
4261
4261
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4262
4262
|
|
|
4263
4263
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4264
|
-
:type uuid:
|
|
4264
|
+
:type uuid: UUID
|
|
4265
4265
|
:param _request_timeout: timeout setting for this request. If one
|
|
4266
4266
|
number provided, it will be total request
|
|
4267
4267
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4728,7 +4728,7 @@ class AuthenticatorsApi:
|
|
|
4728
4728
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4729
4729
|
|
|
4730
4730
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4731
|
-
:type uuid:
|
|
4731
|
+
:type uuid: UUID
|
|
4732
4732
|
:param patched_google_endpoint_device_request:
|
|
4733
4733
|
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4734
4734
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4801,7 +4801,7 @@ class AuthenticatorsApi:
|
|
|
4801
4801
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4802
4802
|
|
|
4803
4803
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4804
|
-
:type uuid:
|
|
4804
|
+
:type uuid: UUID
|
|
4805
4805
|
:param patched_google_endpoint_device_request:
|
|
4806
4806
|
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4807
4807
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4874,7 +4874,7 @@ class AuthenticatorsApi:
|
|
|
4874
4874
|
Viewset for Endpoint authenticator devices (for admins)
|
|
4875
4875
|
|
|
4876
4876
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
4877
|
-
:type uuid:
|
|
4877
|
+
:type uuid: UUID
|
|
4878
4878
|
:param patched_google_endpoint_device_request:
|
|
4879
4879
|
:type patched_google_endpoint_device_request: PatchedGoogleEndpointDeviceRequest
|
|
4880
4880
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5022,7 +5022,7 @@ class AuthenticatorsApi:
|
|
|
5022
5022
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5023
5023
|
|
|
5024
5024
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5025
|
-
:type uuid:
|
|
5025
|
+
:type uuid: UUID
|
|
5026
5026
|
:param _request_timeout: timeout setting for this request. If one
|
|
5027
5027
|
number provided, it will be total request
|
|
5028
5028
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5091,7 +5091,7 @@ class AuthenticatorsApi:
|
|
|
5091
5091
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5092
5092
|
|
|
5093
5093
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5094
|
-
:type uuid:
|
|
5094
|
+
:type uuid: UUID
|
|
5095
5095
|
:param _request_timeout: timeout setting for this request. If one
|
|
5096
5096
|
number provided, it will be total request
|
|
5097
5097
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5160,7 +5160,7 @@ class AuthenticatorsApi:
|
|
|
5160
5160
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5161
5161
|
|
|
5162
5162
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5163
|
-
:type uuid:
|
|
5163
|
+
:type uuid: UUID
|
|
5164
5164
|
:param _request_timeout: timeout setting for this request. If one
|
|
5165
5165
|
number provided, it will be total request
|
|
5166
5166
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5290,7 +5290,7 @@ class AuthenticatorsApi:
|
|
|
5290
5290
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5291
5291
|
|
|
5292
5292
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5293
|
-
:type uuid:
|
|
5293
|
+
:type uuid: UUID
|
|
5294
5294
|
:param google_endpoint_device_request: (required)
|
|
5295
5295
|
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5296
5296
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5363,7 +5363,7 @@ class AuthenticatorsApi:
|
|
|
5363
5363
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5364
5364
|
|
|
5365
5365
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5366
|
-
:type uuid:
|
|
5366
|
+
:type uuid: UUID
|
|
5367
5367
|
:param google_endpoint_device_request: (required)
|
|
5368
5368
|
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5369
5369
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5436,7 +5436,7 @@ class AuthenticatorsApi:
|
|
|
5436
5436
|
Viewset for Endpoint authenticator devices (for admins)
|
|
5437
5437
|
|
|
5438
5438
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
5439
|
-
:type uuid:
|
|
5439
|
+
:type uuid: UUID
|
|
5440
5440
|
:param google_endpoint_device_request: (required)
|
|
5441
5441
|
:type google_endpoint_device_request: GoogleEndpointDeviceRequest
|
|
5442
5442
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -16593,7 +16593,7 @@ class AuthenticatorsApi:
|
|
|
16593
16593
|
Viewset for Endpoint authenticator devices
|
|
16594
16594
|
|
|
16595
16595
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
16596
|
-
:type uuid:
|
|
16596
|
+
:type uuid: UUID
|
|
16597
16597
|
:param _request_timeout: timeout setting for this request. If one
|
|
16598
16598
|
number provided, it will be total request
|
|
16599
16599
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16662,7 +16662,7 @@ class AuthenticatorsApi:
|
|
|
16662
16662
|
Viewset for Endpoint authenticator devices
|
|
16663
16663
|
|
|
16664
16664
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
16665
|
-
:type uuid:
|
|
16665
|
+
:type uuid: UUID
|
|
16666
16666
|
:param _request_timeout: timeout setting for this request. If one
|
|
16667
16667
|
number provided, it will be total request
|
|
16668
16668
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16731,7 +16731,7 @@ class AuthenticatorsApi:
|
|
|
16731
16731
|
Viewset for Endpoint authenticator devices
|
|
16732
16732
|
|
|
16733
16733
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
16734
|
-
:type uuid:
|
|
16734
|
+
:type uuid: UUID
|
|
16735
16735
|
:param _request_timeout: timeout setting for this request. If one
|
|
16736
16736
|
number provided, it will be total request
|
|
16737
16737
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16860,7 +16860,7 @@ class AuthenticatorsApi:
|
|
|
16860
16860
|
Get a list of all objects that use this object
|
|
16861
16861
|
|
|
16862
16862
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
16863
|
-
:type uuid:
|
|
16863
|
+
:type uuid: UUID
|
|
16864
16864
|
:param _request_timeout: timeout setting for this request. If one
|
|
16865
16865
|
number provided, it will be total request
|
|
16866
16866
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16929,7 +16929,7 @@ class AuthenticatorsApi:
|
|
|
16929
16929
|
Get a list of all objects that use this object
|
|
16930
16930
|
|
|
16931
16931
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
16932
|
-
:type uuid:
|
|
16932
|
+
:type uuid: UUID
|
|
16933
16933
|
:param _request_timeout: timeout setting for this request. If one
|
|
16934
16934
|
number provided, it will be total request
|
|
16935
16935
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16998,7 +16998,7 @@ class AuthenticatorsApi:
|
|
|
16998
16998
|
Get a list of all objects that use this object
|
|
16999
16999
|
|
|
17000
17000
|
:param uuid: A UUID string identifying this Endpoint Device. (required)
|
|
17001
|
-
:type uuid:
|
|
17001
|
+
:type uuid: UUID
|
|
17002
17002
|
:param _request_timeout: timeout setting for this request. If one
|
|
17003
17003
|
number provided, it will be total request
|
|
17004
17004
|
timeout. It can also be a pair (tuple) of
|