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
|
@@ -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
|
|
|
@@ -618,7 +618,7 @@ class OutpostsApi:
|
|
|
618
618
|
Outpost Viewset
|
|
619
619
|
|
|
620
620
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
621
|
-
:type uuid:
|
|
621
|
+
:type uuid: UUID
|
|
622
622
|
:param _request_timeout: timeout setting for this request. If one
|
|
623
623
|
number provided, it will be total request
|
|
624
624
|
timeout. It can also be a pair (tuple) of
|
|
@@ -687,7 +687,7 @@ class OutpostsApi:
|
|
|
687
687
|
Outpost Viewset
|
|
688
688
|
|
|
689
689
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
690
|
-
:type uuid:
|
|
690
|
+
:type uuid: UUID
|
|
691
691
|
:param _request_timeout: timeout setting for this request. If one
|
|
692
692
|
number provided, it will be total request
|
|
693
693
|
timeout. It can also be a pair (tuple) of
|
|
@@ -756,7 +756,7 @@ class OutpostsApi:
|
|
|
756
756
|
Outpost Viewset
|
|
757
757
|
|
|
758
758
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
759
|
-
:type uuid:
|
|
759
|
+
:type uuid: UUID
|
|
760
760
|
:param _request_timeout: timeout setting for this request. If one
|
|
761
761
|
number provided, it will be total request
|
|
762
762
|
timeout. It can also be a pair (tuple) of
|
|
@@ -895,7 +895,7 @@ class OutpostsApi:
|
|
|
895
895
|
Get outposts current health
|
|
896
896
|
|
|
897
897
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
898
|
-
:type uuid:
|
|
898
|
+
:type uuid: UUID
|
|
899
899
|
:param managed__icontains:
|
|
900
900
|
:type managed__icontains: str
|
|
901
901
|
:param managed__iexact:
|
|
@@ -1004,7 +1004,7 @@ class OutpostsApi:
|
|
|
1004
1004
|
Get outposts current health
|
|
1005
1005
|
|
|
1006
1006
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
1007
|
-
:type uuid:
|
|
1007
|
+
:type uuid: UUID
|
|
1008
1008
|
:param managed__icontains:
|
|
1009
1009
|
:type managed__icontains: str
|
|
1010
1010
|
:param managed__iexact:
|
|
@@ -1113,7 +1113,7 @@ class OutpostsApi:
|
|
|
1113
1113
|
Get outposts current health
|
|
1114
1114
|
|
|
1115
1115
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
1116
|
-
:type uuid:
|
|
1116
|
+
:type uuid: UUID
|
|
1117
1117
|
:param managed__icontains:
|
|
1118
1118
|
:type managed__icontains: str
|
|
1119
1119
|
:param managed__iexact:
|
|
@@ -1781,7 +1781,7 @@ class OutpostsApi:
|
|
|
1781
1781
|
Outpost Viewset
|
|
1782
1782
|
|
|
1783
1783
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
1784
|
-
:type uuid:
|
|
1784
|
+
:type uuid: UUID
|
|
1785
1785
|
:param patched_outpost_request:
|
|
1786
1786
|
:type patched_outpost_request: PatchedOutpostRequest
|
|
1787
1787
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1854,7 +1854,7 @@ class OutpostsApi:
|
|
|
1854
1854
|
Outpost Viewset
|
|
1855
1855
|
|
|
1856
1856
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
1857
|
-
:type uuid:
|
|
1857
|
+
:type uuid: UUID
|
|
1858
1858
|
:param patched_outpost_request:
|
|
1859
1859
|
:type patched_outpost_request: PatchedOutpostRequest
|
|
1860
1860
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1927,7 +1927,7 @@ class OutpostsApi:
|
|
|
1927
1927
|
Outpost Viewset
|
|
1928
1928
|
|
|
1929
1929
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
1930
|
-
:type uuid:
|
|
1930
|
+
:type uuid: UUID
|
|
1931
1931
|
:param patched_outpost_request:
|
|
1932
1932
|
:type patched_outpost_request: PatchedOutpostRequest
|
|
1933
1933
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2075,7 +2075,7 @@ class OutpostsApi:
|
|
|
2075
2075
|
Outpost Viewset
|
|
2076
2076
|
|
|
2077
2077
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2078
|
-
:type uuid:
|
|
2078
|
+
:type uuid: UUID
|
|
2079
2079
|
:param _request_timeout: timeout setting for this request. If one
|
|
2080
2080
|
number provided, it will be total request
|
|
2081
2081
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2144,7 +2144,7 @@ class OutpostsApi:
|
|
|
2144
2144
|
Outpost Viewset
|
|
2145
2145
|
|
|
2146
2146
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2147
|
-
:type uuid:
|
|
2147
|
+
:type uuid: UUID
|
|
2148
2148
|
:param _request_timeout: timeout setting for this request. If one
|
|
2149
2149
|
number provided, it will be total request
|
|
2150
2150
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2213,7 +2213,7 @@ class OutpostsApi:
|
|
|
2213
2213
|
Outpost Viewset
|
|
2214
2214
|
|
|
2215
2215
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2216
|
-
:type uuid:
|
|
2216
|
+
:type uuid: UUID
|
|
2217
2217
|
:param _request_timeout: timeout setting for this request. If one
|
|
2218
2218
|
number provided, it will be total request
|
|
2219
2219
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2343,7 +2343,7 @@ class OutpostsApi:
|
|
|
2343
2343
|
Outpost Viewset
|
|
2344
2344
|
|
|
2345
2345
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2346
|
-
:type uuid:
|
|
2346
|
+
:type uuid: UUID
|
|
2347
2347
|
:param outpost_request: (required)
|
|
2348
2348
|
:type outpost_request: OutpostRequest
|
|
2349
2349
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2416,7 +2416,7 @@ class OutpostsApi:
|
|
|
2416
2416
|
Outpost Viewset
|
|
2417
2417
|
|
|
2418
2418
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2419
|
-
:type uuid:
|
|
2419
|
+
:type uuid: UUID
|
|
2420
2420
|
:param outpost_request: (required)
|
|
2421
2421
|
:type outpost_request: OutpostRequest
|
|
2422
2422
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2489,7 +2489,7 @@ class OutpostsApi:
|
|
|
2489
2489
|
Outpost Viewset
|
|
2490
2490
|
|
|
2491
2491
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2492
|
-
:type uuid:
|
|
2492
|
+
:type uuid: UUID
|
|
2493
2493
|
:param outpost_request: (required)
|
|
2494
2494
|
:type outpost_request: OutpostRequest
|
|
2495
2495
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2637,7 +2637,7 @@ class OutpostsApi:
|
|
|
2637
2637
|
Get a list of all objects that use this object
|
|
2638
2638
|
|
|
2639
2639
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2640
|
-
:type uuid:
|
|
2640
|
+
:type uuid: UUID
|
|
2641
2641
|
:param _request_timeout: timeout setting for this request. If one
|
|
2642
2642
|
number provided, it will be total request
|
|
2643
2643
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2706,7 +2706,7 @@ class OutpostsApi:
|
|
|
2706
2706
|
Get a list of all objects that use this object
|
|
2707
2707
|
|
|
2708
2708
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2709
|
-
:type uuid:
|
|
2709
|
+
:type uuid: UUID
|
|
2710
2710
|
:param _request_timeout: timeout setting for this request. If one
|
|
2711
2711
|
number provided, it will be total request
|
|
2712
2712
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2775,7 +2775,7 @@ class OutpostsApi:
|
|
|
2775
2775
|
Get a list of all objects that use this object
|
|
2776
2776
|
|
|
2777
2777
|
:param uuid: A UUID string identifying this Outpost. (required)
|
|
2778
|
-
:type uuid:
|
|
2778
|
+
:type uuid: UUID
|
|
2779
2779
|
:param _request_timeout: timeout setting for this request. If one
|
|
2780
2780
|
number provided, it will be total request
|
|
2781
2781
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4483,7 +4483,7 @@ class OutpostsApi:
|
|
|
4483
4483
|
ServiceConnection Viewset
|
|
4484
4484
|
|
|
4485
4485
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
4486
|
-
:type uuid:
|
|
4486
|
+
:type uuid: UUID
|
|
4487
4487
|
:param _request_timeout: timeout setting for this request. If one
|
|
4488
4488
|
number provided, it will be total request
|
|
4489
4489
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4552,7 +4552,7 @@ class OutpostsApi:
|
|
|
4552
4552
|
ServiceConnection Viewset
|
|
4553
4553
|
|
|
4554
4554
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
4555
|
-
:type uuid:
|
|
4555
|
+
:type uuid: UUID
|
|
4556
4556
|
:param _request_timeout: timeout setting for this request. If one
|
|
4557
4557
|
number provided, it will be total request
|
|
4558
4558
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4621,7 +4621,7 @@ class OutpostsApi:
|
|
|
4621
4621
|
ServiceConnection Viewset
|
|
4622
4622
|
|
|
4623
4623
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
4624
|
-
:type uuid:
|
|
4624
|
+
:type uuid: UUID
|
|
4625
4625
|
:param _request_timeout: timeout setting for this request. If one
|
|
4626
4626
|
number provided, it will be total request
|
|
4627
4627
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5087,7 +5087,7 @@ class OutpostsApi:
|
|
|
5087
5087
|
ServiceConnection Viewset
|
|
5088
5088
|
|
|
5089
5089
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5090
|
-
:type uuid:
|
|
5090
|
+
:type uuid: UUID
|
|
5091
5091
|
:param _request_timeout: timeout setting for this request. If one
|
|
5092
5092
|
number provided, it will be total request
|
|
5093
5093
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5156,7 +5156,7 @@ class OutpostsApi:
|
|
|
5156
5156
|
ServiceConnection Viewset
|
|
5157
5157
|
|
|
5158
5158
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5159
|
-
:type uuid:
|
|
5159
|
+
:type uuid: UUID
|
|
5160
5160
|
:param _request_timeout: timeout setting for this request. If one
|
|
5161
5161
|
number provided, it will be total request
|
|
5162
5162
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5225,7 +5225,7 @@ class OutpostsApi:
|
|
|
5225
5225
|
ServiceConnection Viewset
|
|
5226
5226
|
|
|
5227
5227
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5228
|
-
:type uuid:
|
|
5228
|
+
:type uuid: UUID
|
|
5229
5229
|
:param _request_timeout: timeout setting for this request. If one
|
|
5230
5230
|
number provided, it will be total request
|
|
5231
5231
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5354,7 +5354,7 @@ class OutpostsApi:
|
|
|
5354
5354
|
Get the service connection's state
|
|
5355
5355
|
|
|
5356
5356
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5357
|
-
:type uuid:
|
|
5357
|
+
:type uuid: UUID
|
|
5358
5358
|
:param _request_timeout: timeout setting for this request. If one
|
|
5359
5359
|
number provided, it will be total request
|
|
5360
5360
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5423,7 +5423,7 @@ class OutpostsApi:
|
|
|
5423
5423
|
Get the service connection's state
|
|
5424
5424
|
|
|
5425
5425
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5426
|
-
:type uuid:
|
|
5426
|
+
:type uuid: UUID
|
|
5427
5427
|
:param _request_timeout: timeout setting for this request. If one
|
|
5428
5428
|
number provided, it will be total request
|
|
5429
5429
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5492,7 +5492,7 @@ class OutpostsApi:
|
|
|
5492
5492
|
Get the service connection's state
|
|
5493
5493
|
|
|
5494
5494
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5495
|
-
:type uuid:
|
|
5495
|
+
:type uuid: UUID
|
|
5496
5496
|
:param _request_timeout: timeout setting for this request. If one
|
|
5497
5497
|
number provided, it will be total request
|
|
5498
5498
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5873,7 +5873,7 @@ class OutpostsApi:
|
|
|
5873
5873
|
Get a list of all objects that use this object
|
|
5874
5874
|
|
|
5875
5875
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5876
|
-
:type uuid:
|
|
5876
|
+
:type uuid: UUID
|
|
5877
5877
|
:param _request_timeout: timeout setting for this request. If one
|
|
5878
5878
|
number provided, it will be total request
|
|
5879
5879
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5942,7 +5942,7 @@ class OutpostsApi:
|
|
|
5942
5942
|
Get a list of all objects that use this object
|
|
5943
5943
|
|
|
5944
5944
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
5945
|
-
:type uuid:
|
|
5945
|
+
:type uuid: UUID
|
|
5946
5946
|
:param _request_timeout: timeout setting for this request. If one
|
|
5947
5947
|
number provided, it will be total request
|
|
5948
5948
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6011,7 +6011,7 @@ class OutpostsApi:
|
|
|
6011
6011
|
Get a list of all objects that use this object
|
|
6012
6012
|
|
|
6013
6013
|
:param uuid: A UUID string identifying this Outpost Service-Connection. (required)
|
|
6014
|
-
:type uuid:
|
|
6014
|
+
:type uuid: UUID
|
|
6015
6015
|
:param _request_timeout: timeout setting for this request. If one
|
|
6016
6016
|
number provided, it will be total request
|
|
6017
6017
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6420,7 +6420,7 @@ class OutpostsApi:
|
|
|
6420
6420
|
DockerServiceConnection Viewset
|
|
6421
6421
|
|
|
6422
6422
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
6423
|
-
:type uuid:
|
|
6423
|
+
:type uuid: UUID
|
|
6424
6424
|
:param _request_timeout: timeout setting for this request. If one
|
|
6425
6425
|
number provided, it will be total request
|
|
6426
6426
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6489,7 +6489,7 @@ class OutpostsApi:
|
|
|
6489
6489
|
DockerServiceConnection Viewset
|
|
6490
6490
|
|
|
6491
6491
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
6492
|
-
:type uuid:
|
|
6492
|
+
:type uuid: UUID
|
|
6493
6493
|
:param _request_timeout: timeout setting for this request. If one
|
|
6494
6494
|
number provided, it will be total request
|
|
6495
6495
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6558,7 +6558,7 @@ class OutpostsApi:
|
|
|
6558
6558
|
DockerServiceConnection Viewset
|
|
6559
6559
|
|
|
6560
6560
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
6561
|
-
:type uuid:
|
|
6561
|
+
:type uuid: UUID
|
|
6562
6562
|
:param _request_timeout: timeout setting for this request. If one
|
|
6563
6563
|
number provided, it will be total request
|
|
6564
6564
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6707,9 +6707,9 @@ class OutpostsApi:
|
|
|
6707
6707
|
:param search: A search term.
|
|
6708
6708
|
:type search: str
|
|
6709
6709
|
:param tls_authentication:
|
|
6710
|
-
:type tls_authentication:
|
|
6710
|
+
:type tls_authentication: UUID
|
|
6711
6711
|
:param tls_verification:
|
|
6712
|
-
:type tls_verification:
|
|
6712
|
+
:type tls_verification: UUID
|
|
6713
6713
|
:param url:
|
|
6714
6714
|
:type url: str
|
|
6715
6715
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6808,9 +6808,9 @@ class OutpostsApi:
|
|
|
6808
6808
|
:param search: A search term.
|
|
6809
6809
|
:type search: str
|
|
6810
6810
|
:param tls_authentication:
|
|
6811
|
-
:type tls_authentication:
|
|
6811
|
+
:type tls_authentication: UUID
|
|
6812
6812
|
:param tls_verification:
|
|
6813
|
-
:type tls_verification:
|
|
6813
|
+
:type tls_verification: UUID
|
|
6814
6814
|
:param url:
|
|
6815
6815
|
:type url: str
|
|
6816
6816
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6909,9 +6909,9 @@ class OutpostsApi:
|
|
|
6909
6909
|
:param search: A search term.
|
|
6910
6910
|
:type search: str
|
|
6911
6911
|
:param tls_authentication:
|
|
6912
|
-
:type tls_authentication:
|
|
6912
|
+
:type tls_authentication: UUID
|
|
6913
6913
|
:param tls_verification:
|
|
6914
|
-
:type tls_verification:
|
|
6914
|
+
:type tls_verification: UUID
|
|
6915
6915
|
:param url:
|
|
6916
6916
|
:type url: str
|
|
6917
6917
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7093,7 +7093,7 @@ class OutpostsApi:
|
|
|
7093
7093
|
DockerServiceConnection Viewset
|
|
7094
7094
|
|
|
7095
7095
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7096
|
-
:type uuid:
|
|
7096
|
+
:type uuid: UUID
|
|
7097
7097
|
:param patched_docker_service_connection_request:
|
|
7098
7098
|
:type patched_docker_service_connection_request: PatchedDockerServiceConnectionRequest
|
|
7099
7099
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7166,7 +7166,7 @@ class OutpostsApi:
|
|
|
7166
7166
|
DockerServiceConnection Viewset
|
|
7167
7167
|
|
|
7168
7168
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7169
|
-
:type uuid:
|
|
7169
|
+
:type uuid: UUID
|
|
7170
7170
|
:param patched_docker_service_connection_request:
|
|
7171
7171
|
:type patched_docker_service_connection_request: PatchedDockerServiceConnectionRequest
|
|
7172
7172
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7239,7 +7239,7 @@ class OutpostsApi:
|
|
|
7239
7239
|
DockerServiceConnection Viewset
|
|
7240
7240
|
|
|
7241
7241
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7242
|
-
:type uuid:
|
|
7242
|
+
:type uuid: UUID
|
|
7243
7243
|
:param patched_docker_service_connection_request:
|
|
7244
7244
|
:type patched_docker_service_connection_request: PatchedDockerServiceConnectionRequest
|
|
7245
7245
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7387,7 +7387,7 @@ class OutpostsApi:
|
|
|
7387
7387
|
DockerServiceConnection Viewset
|
|
7388
7388
|
|
|
7389
7389
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7390
|
-
:type uuid:
|
|
7390
|
+
:type uuid: UUID
|
|
7391
7391
|
:param _request_timeout: timeout setting for this request. If one
|
|
7392
7392
|
number provided, it will be total request
|
|
7393
7393
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7456,7 +7456,7 @@ class OutpostsApi:
|
|
|
7456
7456
|
DockerServiceConnection Viewset
|
|
7457
7457
|
|
|
7458
7458
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7459
|
-
:type uuid:
|
|
7459
|
+
:type uuid: UUID
|
|
7460
7460
|
:param _request_timeout: timeout setting for this request. If one
|
|
7461
7461
|
number provided, it will be total request
|
|
7462
7462
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7525,7 +7525,7 @@ class OutpostsApi:
|
|
|
7525
7525
|
DockerServiceConnection Viewset
|
|
7526
7526
|
|
|
7527
7527
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7528
|
-
:type uuid:
|
|
7528
|
+
:type uuid: UUID
|
|
7529
7529
|
:param _request_timeout: timeout setting for this request. If one
|
|
7530
7530
|
number provided, it will be total request
|
|
7531
7531
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7655,7 +7655,7 @@ class OutpostsApi:
|
|
|
7655
7655
|
DockerServiceConnection Viewset
|
|
7656
7656
|
|
|
7657
7657
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7658
|
-
:type uuid:
|
|
7658
|
+
:type uuid: UUID
|
|
7659
7659
|
:param docker_service_connection_request: (required)
|
|
7660
7660
|
:type docker_service_connection_request: DockerServiceConnectionRequest
|
|
7661
7661
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7728,7 +7728,7 @@ class OutpostsApi:
|
|
|
7728
7728
|
DockerServiceConnection Viewset
|
|
7729
7729
|
|
|
7730
7730
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7731
|
-
:type uuid:
|
|
7731
|
+
:type uuid: UUID
|
|
7732
7732
|
:param docker_service_connection_request: (required)
|
|
7733
7733
|
:type docker_service_connection_request: DockerServiceConnectionRequest
|
|
7734
7734
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7801,7 +7801,7 @@ class OutpostsApi:
|
|
|
7801
7801
|
DockerServiceConnection Viewset
|
|
7802
7802
|
|
|
7803
7803
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7804
|
-
:type uuid:
|
|
7804
|
+
:type uuid: UUID
|
|
7805
7805
|
:param docker_service_connection_request: (required)
|
|
7806
7806
|
:type docker_service_connection_request: DockerServiceConnectionRequest
|
|
7807
7807
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7949,7 +7949,7 @@ class OutpostsApi:
|
|
|
7949
7949
|
Get a list of all objects that use this object
|
|
7950
7950
|
|
|
7951
7951
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
7952
|
-
:type uuid:
|
|
7952
|
+
:type uuid: UUID
|
|
7953
7953
|
:param _request_timeout: timeout setting for this request. If one
|
|
7954
7954
|
number provided, it will be total request
|
|
7955
7955
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8018,7 +8018,7 @@ class OutpostsApi:
|
|
|
8018
8018
|
Get a list of all objects that use this object
|
|
8019
8019
|
|
|
8020
8020
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
8021
|
-
:type uuid:
|
|
8021
|
+
:type uuid: UUID
|
|
8022
8022
|
:param _request_timeout: timeout setting for this request. If one
|
|
8023
8023
|
number provided, it will be total request
|
|
8024
8024
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8087,7 +8087,7 @@ class OutpostsApi:
|
|
|
8087
8087
|
Get a list of all objects that use this object
|
|
8088
8088
|
|
|
8089
8089
|
:param uuid: A UUID string identifying this Docker Service-Connection. (required)
|
|
8090
|
-
:type uuid:
|
|
8090
|
+
:type uuid: UUID
|
|
8091
8091
|
:param _request_timeout: timeout setting for this request. If one
|
|
8092
8092
|
number provided, it will be total request
|
|
8093
8093
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8496,7 +8496,7 @@ class OutpostsApi:
|
|
|
8496
8496
|
KubernetesServiceConnection Viewset
|
|
8497
8497
|
|
|
8498
8498
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
8499
|
-
:type uuid:
|
|
8499
|
+
:type uuid: UUID
|
|
8500
8500
|
:param _request_timeout: timeout setting for this request. If one
|
|
8501
8501
|
number provided, it will be total request
|
|
8502
8502
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8565,7 +8565,7 @@ class OutpostsApi:
|
|
|
8565
8565
|
KubernetesServiceConnection Viewset
|
|
8566
8566
|
|
|
8567
8567
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
8568
|
-
:type uuid:
|
|
8568
|
+
:type uuid: UUID
|
|
8569
8569
|
:param _request_timeout: timeout setting for this request. If one
|
|
8570
8570
|
number provided, it will be total request
|
|
8571
8571
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8634,7 +8634,7 @@ class OutpostsApi:
|
|
|
8634
8634
|
KubernetesServiceConnection Viewset
|
|
8635
8635
|
|
|
8636
8636
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
8637
|
-
:type uuid:
|
|
8637
|
+
:type uuid: UUID
|
|
8638
8638
|
:param _request_timeout: timeout setting for this request. If one
|
|
8639
8639
|
number provided, it will be total request
|
|
8640
8640
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9118,7 +9118,7 @@ class OutpostsApi:
|
|
|
9118
9118
|
KubernetesServiceConnection Viewset
|
|
9119
9119
|
|
|
9120
9120
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9121
|
-
:type uuid:
|
|
9121
|
+
:type uuid: UUID
|
|
9122
9122
|
:param patched_kubernetes_service_connection_request:
|
|
9123
9123
|
:type patched_kubernetes_service_connection_request: PatchedKubernetesServiceConnectionRequest
|
|
9124
9124
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9191,7 +9191,7 @@ class OutpostsApi:
|
|
|
9191
9191
|
KubernetesServiceConnection Viewset
|
|
9192
9192
|
|
|
9193
9193
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9194
|
-
:type uuid:
|
|
9194
|
+
:type uuid: UUID
|
|
9195
9195
|
:param patched_kubernetes_service_connection_request:
|
|
9196
9196
|
:type patched_kubernetes_service_connection_request: PatchedKubernetesServiceConnectionRequest
|
|
9197
9197
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9264,7 +9264,7 @@ class OutpostsApi:
|
|
|
9264
9264
|
KubernetesServiceConnection Viewset
|
|
9265
9265
|
|
|
9266
9266
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9267
|
-
:type uuid:
|
|
9267
|
+
:type uuid: UUID
|
|
9268
9268
|
:param patched_kubernetes_service_connection_request:
|
|
9269
9269
|
:type patched_kubernetes_service_connection_request: PatchedKubernetesServiceConnectionRequest
|
|
9270
9270
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9412,7 +9412,7 @@ class OutpostsApi:
|
|
|
9412
9412
|
KubernetesServiceConnection Viewset
|
|
9413
9413
|
|
|
9414
9414
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9415
|
-
:type uuid:
|
|
9415
|
+
:type uuid: UUID
|
|
9416
9416
|
:param _request_timeout: timeout setting for this request. If one
|
|
9417
9417
|
number provided, it will be total request
|
|
9418
9418
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9481,7 +9481,7 @@ class OutpostsApi:
|
|
|
9481
9481
|
KubernetesServiceConnection Viewset
|
|
9482
9482
|
|
|
9483
9483
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9484
|
-
:type uuid:
|
|
9484
|
+
:type uuid: UUID
|
|
9485
9485
|
:param _request_timeout: timeout setting for this request. If one
|
|
9486
9486
|
number provided, it will be total request
|
|
9487
9487
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9550,7 +9550,7 @@ class OutpostsApi:
|
|
|
9550
9550
|
KubernetesServiceConnection Viewset
|
|
9551
9551
|
|
|
9552
9552
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9553
|
-
:type uuid:
|
|
9553
|
+
:type uuid: UUID
|
|
9554
9554
|
:param _request_timeout: timeout setting for this request. If one
|
|
9555
9555
|
number provided, it will be total request
|
|
9556
9556
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9680,7 +9680,7 @@ class OutpostsApi:
|
|
|
9680
9680
|
KubernetesServiceConnection Viewset
|
|
9681
9681
|
|
|
9682
9682
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9683
|
-
:type uuid:
|
|
9683
|
+
:type uuid: UUID
|
|
9684
9684
|
:param kubernetes_service_connection_request: (required)
|
|
9685
9685
|
:type kubernetes_service_connection_request: KubernetesServiceConnectionRequest
|
|
9686
9686
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9753,7 +9753,7 @@ class OutpostsApi:
|
|
|
9753
9753
|
KubernetesServiceConnection Viewset
|
|
9754
9754
|
|
|
9755
9755
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9756
|
-
:type uuid:
|
|
9756
|
+
:type uuid: UUID
|
|
9757
9757
|
:param kubernetes_service_connection_request: (required)
|
|
9758
9758
|
:type kubernetes_service_connection_request: KubernetesServiceConnectionRequest
|
|
9759
9759
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9826,7 +9826,7 @@ class OutpostsApi:
|
|
|
9826
9826
|
KubernetesServiceConnection Viewset
|
|
9827
9827
|
|
|
9828
9828
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9829
|
-
:type uuid:
|
|
9829
|
+
:type uuid: UUID
|
|
9830
9830
|
:param kubernetes_service_connection_request: (required)
|
|
9831
9831
|
:type kubernetes_service_connection_request: KubernetesServiceConnectionRequest
|
|
9832
9832
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9974,7 +9974,7 @@ class OutpostsApi:
|
|
|
9974
9974
|
Get a list of all objects that use this object
|
|
9975
9975
|
|
|
9976
9976
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
9977
|
-
:type uuid:
|
|
9977
|
+
:type uuid: UUID
|
|
9978
9978
|
:param _request_timeout: timeout setting for this request. If one
|
|
9979
9979
|
number provided, it will be total request
|
|
9980
9980
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10043,7 +10043,7 @@ class OutpostsApi:
|
|
|
10043
10043
|
Get a list of all objects that use this object
|
|
10044
10044
|
|
|
10045
10045
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
10046
|
-
:type uuid:
|
|
10046
|
+
:type uuid: UUID
|
|
10047
10047
|
:param _request_timeout: timeout setting for this request. If one
|
|
10048
10048
|
number provided, it will be total request
|
|
10049
10049
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10112,7 +10112,7 @@ class OutpostsApi:
|
|
|
10112
10112
|
Get a list of all objects that use this object
|
|
10113
10113
|
|
|
10114
10114
|
:param uuid: A UUID string identifying this Kubernetes Service-Connection. (required)
|
|
10115
|
-
:type uuid:
|
|
10115
|
+
:type uuid: UUID
|
|
10116
10116
|
:param _request_timeout: timeout setting for this request. If one
|
|
10117
10117
|
number provided, it will be total request
|
|
10118
10118
|
timeout. It can also be a pair (tuple) of
|