authentik-client 2025.12.2__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.2.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.2.dist-info/RECORD +0 -870
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.2.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
authentik_client/api/rbac_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
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
|
|
|
@@ -2088,7 +2088,7 @@ class RbacApi:
|
|
|
2088
2088
|
Assign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2089
2089
|
|
|
2090
2090
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2091
|
-
:type uuid:
|
|
2091
|
+
:type uuid: UUID
|
|
2092
2092
|
:param permission_assign_request: (required)
|
|
2093
2093
|
:type permission_assign_request: PermissionAssignRequest
|
|
2094
2094
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2161,7 +2161,7 @@ class RbacApi:
|
|
|
2161
2161
|
Assign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2162
2162
|
|
|
2163
2163
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2164
|
-
:type uuid:
|
|
2164
|
+
:type uuid: UUID
|
|
2165
2165
|
:param permission_assign_request: (required)
|
|
2166
2166
|
:type permission_assign_request: PermissionAssignRequest
|
|
2167
2167
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2234,7 +2234,7 @@ class RbacApi:
|
|
|
2234
2234
|
Assign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2235
2235
|
|
|
2236
2236
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2237
|
-
:type uuid:
|
|
2237
|
+
:type uuid: UUID
|
|
2238
2238
|
:param permission_assign_request: (required)
|
|
2239
2239
|
:type permission_assign_request: PermissionAssignRequest
|
|
2240
2240
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2737,7 +2737,7 @@ class RbacApi:
|
|
|
2737
2737
|
Unassign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2738
2738
|
|
|
2739
2739
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2740
|
-
:type uuid:
|
|
2740
|
+
:type uuid: UUID
|
|
2741
2741
|
:param patched_permission_assign_request:
|
|
2742
2742
|
:type patched_permission_assign_request: PatchedPermissionAssignRequest
|
|
2743
2743
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2810,7 +2810,7 @@ class RbacApi:
|
|
|
2810
2810
|
Unassign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2811
2811
|
|
|
2812
2812
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2813
|
-
:type uuid:
|
|
2813
|
+
:type uuid: UUID
|
|
2814
2814
|
:param patched_permission_assign_request:
|
|
2815
2815
|
:type patched_permission_assign_request: PatchedPermissionAssignRequest
|
|
2816
2816
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2883,7 +2883,7 @@ class RbacApi:
|
|
|
2883
2883
|
Unassign permission(s) to role. When `object_pk` is set, the permissions are only assigned to the specific object, otherwise they are assigned globally.
|
|
2884
2884
|
|
|
2885
2885
|
:param uuid: A UUID string identifying this Role. (required)
|
|
2886
|
-
:type uuid:
|
|
2886
|
+
:type uuid: UUID
|
|
2887
2887
|
:param patched_permission_assign_request:
|
|
2888
2888
|
:type patched_permission_assign_request: PatchedPermissionAssignRequest
|
|
2889
2889
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3020,7 +3020,6 @@ class RbacApi:
|
|
|
3020
3020
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
3021
3021
|
role: Optional[StrictStr] = None,
|
|
3022
3022
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
3023
|
-
user: Optional[StrictInt] = None,
|
|
3024
3023
|
_request_timeout: Union[
|
|
3025
3024
|
None,
|
|
3026
3025
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3054,8 +3053,6 @@ class RbacApi:
|
|
|
3054
3053
|
:type role: str
|
|
3055
3054
|
:param search: A search term.
|
|
3056
3055
|
:type search: str
|
|
3057
|
-
:param user:
|
|
3058
|
-
:type user: int
|
|
3059
3056
|
:param _request_timeout: timeout setting for this request. If one
|
|
3060
3057
|
number provided, it will be total request
|
|
3061
3058
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3087,7 +3084,6 @@ class RbacApi:
|
|
|
3087
3084
|
page_size=page_size,
|
|
3088
3085
|
role=role,
|
|
3089
3086
|
search=search,
|
|
3090
|
-
user=user,
|
|
3091
3087
|
_request_auth=_request_auth,
|
|
3092
3088
|
_content_type=_content_type,
|
|
3093
3089
|
_headers=_headers,
|
|
@@ -3121,7 +3117,6 @@ class RbacApi:
|
|
|
3121
3117
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
3122
3118
|
role: Optional[StrictStr] = None,
|
|
3123
3119
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
3124
|
-
user: Optional[StrictInt] = None,
|
|
3125
3120
|
_request_timeout: Union[
|
|
3126
3121
|
None,
|
|
3127
3122
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3155,8 +3150,6 @@ class RbacApi:
|
|
|
3155
3150
|
:type role: str
|
|
3156
3151
|
:param search: A search term.
|
|
3157
3152
|
:type search: str
|
|
3158
|
-
:param user:
|
|
3159
|
-
:type user: int
|
|
3160
3153
|
:param _request_timeout: timeout setting for this request. If one
|
|
3161
3154
|
number provided, it will be total request
|
|
3162
3155
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3188,7 +3181,6 @@ class RbacApi:
|
|
|
3188
3181
|
page_size=page_size,
|
|
3189
3182
|
role=role,
|
|
3190
3183
|
search=search,
|
|
3191
|
-
user=user,
|
|
3192
3184
|
_request_auth=_request_auth,
|
|
3193
3185
|
_content_type=_content_type,
|
|
3194
3186
|
_headers=_headers,
|
|
@@ -3222,7 +3214,6 @@ class RbacApi:
|
|
|
3222
3214
|
page_size: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
3223
3215
|
role: Optional[StrictStr] = None,
|
|
3224
3216
|
search: Annotated[Optional[StrictStr], Field(description="A search term.")] = None,
|
|
3225
|
-
user: Optional[StrictInt] = None,
|
|
3226
3217
|
_request_timeout: Union[
|
|
3227
3218
|
None,
|
|
3228
3219
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -3256,8 +3247,6 @@ class RbacApi:
|
|
|
3256
3247
|
:type role: str
|
|
3257
3248
|
:param search: A search term.
|
|
3258
3249
|
:type search: str
|
|
3259
|
-
:param user:
|
|
3260
|
-
:type user: int
|
|
3261
3250
|
:param _request_timeout: timeout setting for this request. If one
|
|
3262
3251
|
number provided, it will be total request
|
|
3263
3252
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3289,7 +3278,6 @@ class RbacApi:
|
|
|
3289
3278
|
page_size=page_size,
|
|
3290
3279
|
role=role,
|
|
3291
3280
|
search=search,
|
|
3292
|
-
user=user,
|
|
3293
3281
|
_request_auth=_request_auth,
|
|
3294
3282
|
_content_type=_content_type,
|
|
3295
3283
|
_headers=_headers,
|
|
@@ -3318,7 +3306,6 @@ class RbacApi:
|
|
|
3318
3306
|
page_size,
|
|
3319
3307
|
role,
|
|
3320
3308
|
search,
|
|
3321
|
-
user,
|
|
3322
3309
|
_request_auth,
|
|
3323
3310
|
_content_type,
|
|
3324
3311
|
_headers,
|
|
@@ -3373,10 +3360,6 @@ class RbacApi:
|
|
|
3373
3360
|
|
|
3374
3361
|
_query_params.append(('search', search))
|
|
3375
3362
|
|
|
3376
|
-
if user is not None:
|
|
3377
|
-
|
|
3378
|
-
_query_params.append(('user', user))
|
|
3379
|
-
|
|
3380
3363
|
# process the header parameters
|
|
3381
3364
|
# process the form parameters
|
|
3382
3365
|
# process the body parameter
|
|
@@ -3715,7 +3698,7 @@ class RbacApi:
|
|
|
3715
3698
|
:param search: A search term.
|
|
3716
3699
|
:type search: str
|
|
3717
3700
|
:param uuid:
|
|
3718
|
-
:type uuid:
|
|
3701
|
+
:type uuid: UUID
|
|
3719
3702
|
:param _request_timeout: timeout setting for this request. If one
|
|
3720
3703
|
number provided, it will be total request
|
|
3721
3704
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3800,7 +3783,7 @@ class RbacApi:
|
|
|
3800
3783
|
:param search: A search term.
|
|
3801
3784
|
:type search: str
|
|
3802
3785
|
:param uuid:
|
|
3803
|
-
:type uuid:
|
|
3786
|
+
:type uuid: UUID
|
|
3804
3787
|
:param _request_timeout: timeout setting for this request. If one
|
|
3805
3788
|
number provided, it will be total request
|
|
3806
3789
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3885,7 +3868,7 @@ class RbacApi:
|
|
|
3885
3868
|
:param search: A search term.
|
|
3886
3869
|
:type search: str
|
|
3887
3870
|
:param uuid:
|
|
3888
|
-
:type uuid:
|
|
3871
|
+
:type uuid: UUID
|
|
3889
3872
|
:param _request_timeout: timeout setting for this request. If one
|
|
3890
3873
|
number provided, it will be total request
|
|
3891
3874
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4041,7 +4024,7 @@ class RbacApi:
|
|
|
4041
4024
|
Add user to role
|
|
4042
4025
|
|
|
4043
4026
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4044
|
-
:type uuid:
|
|
4027
|
+
:type uuid: UUID
|
|
4045
4028
|
:param user_account_serializer_for_role_request: (required)
|
|
4046
4029
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
4047
4030
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4115,7 +4098,7 @@ class RbacApi:
|
|
|
4115
4098
|
Add user to role
|
|
4116
4099
|
|
|
4117
4100
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4118
|
-
:type uuid:
|
|
4101
|
+
:type uuid: UUID
|
|
4119
4102
|
:param user_account_serializer_for_role_request: (required)
|
|
4120
4103
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
4121
4104
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4189,7 +4172,7 @@ class RbacApi:
|
|
|
4189
4172
|
Add user to role
|
|
4190
4173
|
|
|
4191
4174
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4192
|
-
:type uuid:
|
|
4175
|
+
:type uuid: UUID
|
|
4193
4176
|
:param user_account_serializer_for_role_request: (required)
|
|
4194
4177
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
4195
4178
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4618,7 +4601,7 @@ class RbacApi:
|
|
|
4618
4601
|
Role viewset
|
|
4619
4602
|
|
|
4620
4603
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4621
|
-
:type uuid:
|
|
4604
|
+
:type uuid: UUID
|
|
4622
4605
|
:param _request_timeout: timeout setting for this request. If one
|
|
4623
4606
|
number provided, it will be total request
|
|
4624
4607
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4687,7 +4670,7 @@ class RbacApi:
|
|
|
4687
4670
|
Role viewset
|
|
4688
4671
|
|
|
4689
4672
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4690
|
-
:type uuid:
|
|
4673
|
+
:type uuid: UUID
|
|
4691
4674
|
:param _request_timeout: timeout setting for this request. If one
|
|
4692
4675
|
number provided, it will be total request
|
|
4693
4676
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4756,7 +4739,7 @@ class RbacApi:
|
|
|
4756
4739
|
Role viewset
|
|
4757
4740
|
|
|
4758
4741
|
:param uuid: A UUID string identifying this Role. (required)
|
|
4759
|
-
:type uuid:
|
|
4742
|
+
:type uuid: UUID
|
|
4760
4743
|
:param _request_timeout: timeout setting for this request. If one
|
|
4761
4744
|
number provided, it will be total request
|
|
4762
4745
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4866,8 +4849,8 @@ class RbacApi:
|
|
|
4866
4849
|
@validate_call
|
|
4867
4850
|
def rbac_roles_list(
|
|
4868
4851
|
self,
|
|
4869
|
-
|
|
4870
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or
|
|
4852
|
+
groups: Optional[UUID] = None,
|
|
4853
|
+
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or groups filter)")] = None,
|
|
4871
4854
|
managed: Optional[List[StrictStr]] = None,
|
|
4872
4855
|
managed__isnull: Optional[StrictBool] = None,
|
|
4873
4856
|
name: Optional[StrictStr] = None,
|
|
@@ -4893,9 +4876,9 @@ class RbacApi:
|
|
|
4893
4876
|
|
|
4894
4877
|
Role viewset
|
|
4895
4878
|
|
|
4896
|
-
:param
|
|
4897
|
-
:type
|
|
4898
|
-
:param inherited: Include inherited roles (requires users or
|
|
4879
|
+
:param groups:
|
|
4880
|
+
:type groups: UUID
|
|
4881
|
+
:param inherited: Include inherited roles (requires users or groups filter)
|
|
4899
4882
|
:type inherited: bool
|
|
4900
4883
|
:param managed:
|
|
4901
4884
|
:type managed: List[str]
|
|
@@ -4936,7 +4919,7 @@ class RbacApi:
|
|
|
4936
4919
|
""" # noqa: E501
|
|
4937
4920
|
|
|
4938
4921
|
_param = self._rbac_roles_list_serialize(
|
|
4939
|
-
|
|
4922
|
+
groups=groups,
|
|
4940
4923
|
inherited=inherited,
|
|
4941
4924
|
managed=managed,
|
|
4942
4925
|
managed__isnull=managed__isnull,
|
|
@@ -4971,8 +4954,8 @@ class RbacApi:
|
|
|
4971
4954
|
@validate_call
|
|
4972
4955
|
def rbac_roles_list_with_http_info(
|
|
4973
4956
|
self,
|
|
4974
|
-
|
|
4975
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or
|
|
4957
|
+
groups: Optional[UUID] = None,
|
|
4958
|
+
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or groups filter)")] = None,
|
|
4976
4959
|
managed: Optional[List[StrictStr]] = None,
|
|
4977
4960
|
managed__isnull: Optional[StrictBool] = None,
|
|
4978
4961
|
name: Optional[StrictStr] = None,
|
|
@@ -4998,9 +4981,9 @@ class RbacApi:
|
|
|
4998
4981
|
|
|
4999
4982
|
Role viewset
|
|
5000
4983
|
|
|
5001
|
-
:param
|
|
5002
|
-
:type
|
|
5003
|
-
:param inherited: Include inherited roles (requires users or
|
|
4984
|
+
:param groups:
|
|
4985
|
+
:type groups: UUID
|
|
4986
|
+
:param inherited: Include inherited roles (requires users or groups filter)
|
|
5004
4987
|
:type inherited: bool
|
|
5005
4988
|
:param managed:
|
|
5006
4989
|
:type managed: List[str]
|
|
@@ -5041,7 +5024,7 @@ class RbacApi:
|
|
|
5041
5024
|
""" # noqa: E501
|
|
5042
5025
|
|
|
5043
5026
|
_param = self._rbac_roles_list_serialize(
|
|
5044
|
-
|
|
5027
|
+
groups=groups,
|
|
5045
5028
|
inherited=inherited,
|
|
5046
5029
|
managed=managed,
|
|
5047
5030
|
managed__isnull=managed__isnull,
|
|
@@ -5076,8 +5059,8 @@ class RbacApi:
|
|
|
5076
5059
|
@validate_call
|
|
5077
5060
|
def rbac_roles_list_without_preload_content(
|
|
5078
5061
|
self,
|
|
5079
|
-
|
|
5080
|
-
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or
|
|
5062
|
+
groups: Optional[UUID] = None,
|
|
5063
|
+
inherited: Annotated[Optional[StrictBool], Field(description="Include inherited roles (requires users or groups filter)")] = None,
|
|
5081
5064
|
managed: Optional[List[StrictStr]] = None,
|
|
5082
5065
|
managed__isnull: Optional[StrictBool] = None,
|
|
5083
5066
|
name: Optional[StrictStr] = None,
|
|
@@ -5103,9 +5086,9 @@ class RbacApi:
|
|
|
5103
5086
|
|
|
5104
5087
|
Role viewset
|
|
5105
5088
|
|
|
5106
|
-
:param
|
|
5107
|
-
:type
|
|
5108
|
-
:param inherited: Include inherited roles (requires users or
|
|
5089
|
+
:param groups:
|
|
5090
|
+
:type groups: UUID
|
|
5091
|
+
:param inherited: Include inherited roles (requires users or groups filter)
|
|
5109
5092
|
:type inherited: bool
|
|
5110
5093
|
:param managed:
|
|
5111
5094
|
:type managed: List[str]
|
|
@@ -5146,7 +5129,7 @@ class RbacApi:
|
|
|
5146
5129
|
""" # noqa: E501
|
|
5147
5130
|
|
|
5148
5131
|
_param = self._rbac_roles_list_serialize(
|
|
5149
|
-
|
|
5132
|
+
groups=groups,
|
|
5150
5133
|
inherited=inherited,
|
|
5151
5134
|
managed=managed,
|
|
5152
5135
|
managed__isnull=managed__isnull,
|
|
@@ -5176,7 +5159,7 @@ class RbacApi:
|
|
|
5176
5159
|
|
|
5177
5160
|
def _rbac_roles_list_serialize(
|
|
5178
5161
|
self,
|
|
5179
|
-
|
|
5162
|
+
groups,
|
|
5180
5163
|
inherited,
|
|
5181
5164
|
managed,
|
|
5182
5165
|
managed__isnull,
|
|
@@ -5209,9 +5192,9 @@ class RbacApi:
|
|
|
5209
5192
|
|
|
5210
5193
|
# process the path parameters
|
|
5211
5194
|
# process the query parameters
|
|
5212
|
-
if
|
|
5195
|
+
if groups is not None:
|
|
5213
5196
|
|
|
5214
|
-
_query_params.append(('
|
|
5197
|
+
_query_params.append(('groups', groups))
|
|
5215
5198
|
|
|
5216
5199
|
if inherited is not None:
|
|
5217
5200
|
|
|
@@ -5309,7 +5292,7 @@ class RbacApi:
|
|
|
5309
5292
|
Role viewset
|
|
5310
5293
|
|
|
5311
5294
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5312
|
-
:type uuid:
|
|
5295
|
+
:type uuid: UUID
|
|
5313
5296
|
:param patched_role_request:
|
|
5314
5297
|
:type patched_role_request: PatchedRoleRequest
|
|
5315
5298
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5382,7 +5365,7 @@ class RbacApi:
|
|
|
5382
5365
|
Role viewset
|
|
5383
5366
|
|
|
5384
5367
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5385
|
-
:type uuid:
|
|
5368
|
+
:type uuid: UUID
|
|
5386
5369
|
:param patched_role_request:
|
|
5387
5370
|
:type patched_role_request: PatchedRoleRequest
|
|
5388
5371
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5455,7 +5438,7 @@ class RbacApi:
|
|
|
5455
5438
|
Role viewset
|
|
5456
5439
|
|
|
5457
5440
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5458
|
-
:type uuid:
|
|
5441
|
+
:type uuid: UUID
|
|
5459
5442
|
:param patched_role_request:
|
|
5460
5443
|
:type patched_role_request: PatchedRoleRequest
|
|
5461
5444
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5604,7 +5587,7 @@ class RbacApi:
|
|
|
5604
5587
|
Remove user from role
|
|
5605
5588
|
|
|
5606
5589
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5607
|
-
:type uuid:
|
|
5590
|
+
:type uuid: UUID
|
|
5608
5591
|
:param user_account_serializer_for_role_request: (required)
|
|
5609
5592
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
5610
5593
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5678,7 +5661,7 @@ class RbacApi:
|
|
|
5678
5661
|
Remove user from role
|
|
5679
5662
|
|
|
5680
5663
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5681
|
-
:type uuid:
|
|
5664
|
+
:type uuid: UUID
|
|
5682
5665
|
:param user_account_serializer_for_role_request: (required)
|
|
5683
5666
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
5684
5667
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5752,7 +5735,7 @@ class RbacApi:
|
|
|
5752
5735
|
Remove user from role
|
|
5753
5736
|
|
|
5754
5737
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5755
|
-
:type uuid:
|
|
5738
|
+
:type uuid: UUID
|
|
5756
5739
|
:param user_account_serializer_for_role_request: (required)
|
|
5757
5740
|
:type user_account_serializer_for_role_request: UserAccountSerializerForRoleRequest
|
|
5758
5741
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5901,7 +5884,7 @@ class RbacApi:
|
|
|
5901
5884
|
Role viewset
|
|
5902
5885
|
|
|
5903
5886
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5904
|
-
:type uuid:
|
|
5887
|
+
:type uuid: UUID
|
|
5905
5888
|
:param _request_timeout: timeout setting for this request. If one
|
|
5906
5889
|
number provided, it will be total request
|
|
5907
5890
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5970,7 +5953,7 @@ class RbacApi:
|
|
|
5970
5953
|
Role viewset
|
|
5971
5954
|
|
|
5972
5955
|
:param uuid: A UUID string identifying this Role. (required)
|
|
5973
|
-
:type uuid:
|
|
5956
|
+
:type uuid: UUID
|
|
5974
5957
|
:param _request_timeout: timeout setting for this request. If one
|
|
5975
5958
|
number provided, it will be total request
|
|
5976
5959
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6039,7 +6022,7 @@ class RbacApi:
|
|
|
6039
6022
|
Role viewset
|
|
6040
6023
|
|
|
6041
6024
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6042
|
-
:type uuid:
|
|
6025
|
+
:type uuid: UUID
|
|
6043
6026
|
:param _request_timeout: timeout setting for this request. If one
|
|
6044
6027
|
number provided, it will be total request
|
|
6045
6028
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6169,7 +6152,7 @@ class RbacApi:
|
|
|
6169
6152
|
Role viewset
|
|
6170
6153
|
|
|
6171
6154
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6172
|
-
:type uuid:
|
|
6155
|
+
:type uuid: UUID
|
|
6173
6156
|
:param role_request: (required)
|
|
6174
6157
|
:type role_request: RoleRequest
|
|
6175
6158
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6242,7 +6225,7 @@ class RbacApi:
|
|
|
6242
6225
|
Role viewset
|
|
6243
6226
|
|
|
6244
6227
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6245
|
-
:type uuid:
|
|
6228
|
+
:type uuid: UUID
|
|
6246
6229
|
:param role_request: (required)
|
|
6247
6230
|
:type role_request: RoleRequest
|
|
6248
6231
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6315,7 +6298,7 @@ class RbacApi:
|
|
|
6315
6298
|
Role viewset
|
|
6316
6299
|
|
|
6317
6300
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6318
|
-
:type uuid:
|
|
6301
|
+
:type uuid: UUID
|
|
6319
6302
|
:param role_request: (required)
|
|
6320
6303
|
:type role_request: RoleRequest
|
|
6321
6304
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6463,7 +6446,7 @@ class RbacApi:
|
|
|
6463
6446
|
Get a list of all objects that use this object
|
|
6464
6447
|
|
|
6465
6448
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6466
|
-
:type uuid:
|
|
6449
|
+
:type uuid: UUID
|
|
6467
6450
|
:param _request_timeout: timeout setting for this request. If one
|
|
6468
6451
|
number provided, it will be total request
|
|
6469
6452
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6532,7 +6515,7 @@ class RbacApi:
|
|
|
6532
6515
|
Get a list of all objects that use this object
|
|
6533
6516
|
|
|
6534
6517
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6535
|
-
:type uuid:
|
|
6518
|
+
:type uuid: UUID
|
|
6536
6519
|
:param _request_timeout: timeout setting for this request. If one
|
|
6537
6520
|
number provided, it will be total request
|
|
6538
6521
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6601,7 +6584,7 @@ class RbacApi:
|
|
|
6601
6584
|
Get a list of all objects that use this object
|
|
6602
6585
|
|
|
6603
6586
|
:param uuid: A UUID string identifying this Role. (required)
|
|
6604
|
-
:type uuid:
|
|
6587
|
+
:type uuid: UUID
|
|
6605
6588
|
:param _request_timeout: timeout setting for this request. If one
|
|
6606
6589
|
number provided, it will be total request
|
|
6607
6590
|
timeout. It can also be a pair (tuple) of
|
|
@@ -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
|
|
|
@@ -63,7 +63,7 @@ class ReportsApi:
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
:param id: A UUID string identifying this Data Export. (required)
|
|
66
|
-
:type id:
|
|
66
|
+
:type id: UUID
|
|
67
67
|
:param _request_timeout: timeout setting for this request. If one
|
|
68
68
|
number provided, it will be total request
|
|
69
69
|
timeout. It can also be a pair (tuple) of
|
|
@@ -131,7 +131,7 @@ class ReportsApi:
|
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
:param id: A UUID string identifying this Data Export. (required)
|
|
134
|
-
:type id:
|
|
134
|
+
:type id: UUID
|
|
135
135
|
:param _request_timeout: timeout setting for this request. If one
|
|
136
136
|
number provided, it will be total request
|
|
137
137
|
timeout. It can also be a pair (tuple) of
|
|
@@ -199,7 +199,7 @@ class ReportsApi:
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
:param id: A UUID string identifying this Data Export. (required)
|
|
202
|
-
:type id:
|
|
202
|
+
:type id: UUID
|
|
203
203
|
:param _request_timeout: timeout setting for this request. If one
|
|
204
204
|
number provided, it will be total request
|
|
205
205
|
timeout. It can also be a pair (tuple) of
|
|
@@ -644,7 +644,7 @@ class ReportsApi:
|
|
|
644
644
|
|
|
645
645
|
|
|
646
646
|
:param id: A UUID string identifying this Data Export. (required)
|
|
647
|
-
:type id:
|
|
647
|
+
:type id: UUID
|
|
648
648
|
:param _request_timeout: timeout setting for this request. If one
|
|
649
649
|
number provided, it will be total request
|
|
650
650
|
timeout. It can also be a pair (tuple) of
|
|
@@ -712,7 +712,7 @@ class ReportsApi:
|
|
|
712
712
|
|
|
713
713
|
|
|
714
714
|
:param id: A UUID string identifying this Data Export. (required)
|
|
715
|
-
:type id:
|
|
715
|
+
:type id: UUID
|
|
716
716
|
:param _request_timeout: timeout setting for this request. If one
|
|
717
717
|
number provided, it will be total request
|
|
718
718
|
timeout. It can also be a pair (tuple) of
|
|
@@ -780,7 +780,7 @@ class ReportsApi:
|
|
|
780
780
|
|
|
781
781
|
|
|
782
782
|
:param id: A UUID string identifying this Data Export. (required)
|
|
783
|
-
:type id:
|
|
783
|
+
:type id: UUID
|
|
784
784
|
:param _request_timeout: timeout setting for this request. If one
|
|
785
785
|
number provided, it will be total request
|
|
786
786
|
timeout. It can also be a pair (tuple) of
|
authentik_client/api/root_api.py
CHANGED