authentik-client 2025.12.3__py3-none-any.whl → 2026.2.0rc1.post1770131035__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- authentik_client/__init__.py +24 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +576 -115
- authentik_client/api/crypto_api.py +22 -39
- authentik_client/api/endpoints_api.py +2121 -109
- authentik_client/api/enterprise_api.py +16 -16
- authentik_client/api/events_api.py +64 -64
- authentik_client/api/flows_api.py +34 -34
- authentik_client/api/managed_api.py +19 -19
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +67 -67
- authentik_client/api/policies_api.py +187 -187
- authentik_client/api/propertymappings_api.py +244 -244
- authentik_client/api/providers_api.py +3430 -351
- authentik_client/api/rac_api.py +34 -34
- authentik_client/api/rbac_api.py +52 -69
- authentik_client/api/reports_api.py +7 -7
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +97 -97
- authentik_client/api/ssf_api.py +4 -4
- authentik_client/api/stages_api.py +544 -545
- authentik_client/api/tasks_api.py +19 -19
- authentik_client/api/tenants_api.py +19 -19
- authentik_client/api_client.py +5 -5
- authentik_client/configuration.py +6 -4
- authentik_client/exceptions.py +7 -4
- authentik_client/models/__init__.py +12 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +1 -1
- authentik_client/models/agent_connector.py +1 -1
- authentik_client/models/agent_connector_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_response.py +1 -1
- authentik_client/models/agent_psso_user_registration_request.py +1 -1
- authentik_client/models/agent_token_response.py +1 -1
- authentik_client/models/alg_enum.py +3 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +3 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +1 -1
- authentik_client/models/authenticator_static_stage_request.py +1 -1
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +1 -1
- authentik_client/models/authenticator_totp_stage_request.py +1 -1
- authentik_client/models/authenticator_validate_stage.py +1 -1
- authentik_client/models/authenticator_validate_stage_request.py +1 -1
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +1 -1
- authentik_client/models/authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/bulk_delete_session_response.py +88 -0
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +1 -1
- authentik_client/models/captcha_stage_request.py +1 -1
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +6 -6
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +1 -1
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +1 -1
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +1 -1
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +1 -1
- authentik_client/models/content_type.py +1 -1
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +4 -2
- authentik_client/models/data_export.py +1 -1
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +1 -1
- authentik_client/models/deny_stage_request.py +1 -1
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +6 -4
- authentik_client/models/device_access_group_request.py +6 -4
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +1 -1
- authentik_client/models/device_fact_snapshot.py +8 -3
- authentik_client/models/device_facts.py +1 -1
- authentik_client/models/device_facts_os_family.py +1 -1
- authentik_client/models/device_facts_request.py +1 -1
- authentik_client/models/device_group.py +1 -1
- authentik_client/models/device_group_request.py +1 -1
- authentik_client/models/device_summary.py +1 -1
- authentik_client/models/device_user.py +1 -1
- authentik_client/models/device_user_binding.py +1 -1
- authentik_client/models/device_user_binding_request.py +1 -1
- authentik_client/models/device_user_request.py +1 -1
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +1 -1
- authentik_client/models/disk_request.py +1 -1
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +1 -1
- authentik_client/models/dummy_stage_request.py +1 -1
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +1 -1
- authentik_client/models/email_stage_request.py +1 -1
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +1 -1
- authentik_client/models/endpoint_agent_challenge_response_request.py +1 -1
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +1 -1
- authentik_client/models/endpoint_device_details.py +1 -1
- authentik_client/models/endpoint_device_request.py +1 -1
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +1 -1
- authentik_client/models/endpoint_stage_request.py +1 -1
- authentik_client/models/enroll_request.py +1 -1
- authentik_client/models/enrollment_token.py +1 -1
- authentik_client/models/enrollment_token_request.py +1 -1
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +1 -1
- authentik_client/models/file_list.py +1 -1
- authentik_client/models/fleet_connector.py +123 -0
- authentik_client/models/fleet_connector_request.py +109 -0
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +1 -1
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +1 -1
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +1 -1
- authentik_client/models/hardware_request.py +1 -1
- authentik_client/models/identification_challenge.py +9 -2
- authentik_client/models/identification_challenge_response_request.py +1 -1
- authentik_client/models/identification_stage.py +1 -1
- authentik_client/models/identification_stage_request.py +1 -1
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +1 -1
- authentik_client/models/initial_permissions_request.py +1 -1
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +1 -1
- authentik_client/models/invitation_request.py +1 -1
- authentik_client/models/invitation_stage.py +1 -1
- authentik_client/models/invitation_stage_request.py +1 -1
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_status_enum.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +3 -1
- authentik_client/models/model_request.py +23 -9
- authentik_client/models/mutual_tls_stage.py +1 -1
- authentik_client/models/mutual_tls_stage_request.py +1 -1
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +1 -1
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +1 -1
- authentik_client/models/network_interface_request.py +1 -1
- authentik_client/models/network_request.py +1 -1
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +1 -1
- authentik_client/models/notification_request.py +1 -1
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +5 -5
- authentik_client/models/operating_system_request.py +4 -4
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_fleet_connector_list.py +104 -0
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/paginated_ws_federation_provider_list.py +104 -0
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +1 -1
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +1 -1
- authentik_client/models/password_stage_request.py +1 -1
- authentik_client/models/patched_agent_connector_request.py +1 -1
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +1 -1
- authentik_client/models/patched_authenticator_duo_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_email_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_sms_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_static_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_totp_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_validate_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +1 -1
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +1 -1
- authentik_client/models/patched_deny_stage_request.py +1 -1
- authentik_client/models/patched_device_access_group_request.py +5 -3
- authentik_client/models/patched_device_user_binding_request.py +1 -1
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +1 -1
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +1 -1
- authentik_client/models/patched_endpoint_device_request.py +1 -1
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +1 -1
- authentik_client/models/patched_enrollment_token_request.py +1 -1
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_fleet_connector_request.py +109 -0
- authentik_client/models/patched_flow_request.py +1 -1
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +1 -1
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +1 -1
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +1 -1
- authentik_client/models/patched_initial_permissions_request.py +1 -1
- authentik_client/models/patched_invitation_request.py +1 -1
- authentik_client/models/patched_invitation_stage_request.py +1 -1
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +1 -1
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +1 -1
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +1 -1
- authentik_client/models/patched_mutual_tls_stage_request.py +1 -1
- authentik_client/models/patched_notification_request.py +1 -1
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +1 -1
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +1 -1
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +1 -1
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +1 -1
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +1 -1
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +2 -2
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +3 -3
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +1 -1
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +4 -9
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +1 -1
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +1 -1
- authentik_client/models/patched_settings_request_flags.py +4 -2
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +1 -1
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +1 -1
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +1 -1
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +1 -1
- authentik_client/models/patched_user_logout_stage_request.py +1 -1
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +1 -1
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +1 -1
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/patched_ws_federation_provider_request.py +152 -0
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +2 -1
- authentik_client/models/provider_type_enum.py +1 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +3 -4
- authentik_client/models/role_assigned_object_permission.py +1 -1
- authentik_client/models/role_model_permission.py +1 -1
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +2 -2
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/{saml_provider_logout_method_enum.py → saml_logout_methods.py} +4 -4
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +3 -3
- authentik_client/models/saml_provider_request.py +3 -3
- authentik_client/models/saml_source.py +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +4 -9
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +4 -9
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +1 -1
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +1 -1
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +1 -1
- authentik_client/models/settings_request.py +1 -1
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +1 -1
- authentik_client/models/software_request.py +1 -1
- authentik_client/models/source.py +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +1 -1
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +1 -1
- authentik_client/models/telegram_challenge_response_request.py +1 -1
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/themed_urls.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +1 -1
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +1 -1
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +1 -1
- authentik_client/models/user.py +1 -1
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +1 -1
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +1 -1
- authentik_client/models/user_delete_stage_request.py +1 -1
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +1 -1
- authentik_client/models/user_login_stage_request.py +1 -1
- authentik_client/models/user_logout_stage.py +1 -1
- authentik_client/models/user_logout_stage_request.py +1 -1
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +1 -1
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +1 -1
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +1 -1
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +1 -1
- authentik_client/models/user_write_stage_request.py +1 -1
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/vendor_enum.py +39 -0
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/models/ws_federation_provider.py +219 -0
- authentik_client/models/ws_federation_provider_request.py +152 -0
- authentik_client/rest.py +8 -3
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/METADATA +32 -5
- authentik_client-2026.2.0rc1.post1770131035.dist-info/RECORD +880 -0
- authentik_client-2025.12.3.dist-info/RECORD +0 -870
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
authentik_client/api/core_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
|
|
|
@@ -29,6 +29,7 @@ from authentik_client.models.application_request import ApplicationRequest
|
|
|
29
29
|
from authentik_client.models.authenticated_session import AuthenticatedSession
|
|
30
30
|
from authentik_client.models.brand import Brand
|
|
31
31
|
from authentik_client.models.brand_request import BrandRequest
|
|
32
|
+
from authentik_client.models.bulk_delete_session_response import BulkDeleteSessionResponse
|
|
32
33
|
from authentik_client.models.current_brand import CurrentBrand
|
|
33
34
|
from authentik_client.models.data_export import DataExport
|
|
34
35
|
from authentik_client.models.group import Group
|
|
@@ -387,7 +388,7 @@ class CoreApi:
|
|
|
387
388
|
ApplicationEntitlement Viewset
|
|
388
389
|
|
|
389
390
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
390
|
-
:type pbm_uuid:
|
|
391
|
+
:type pbm_uuid: UUID
|
|
391
392
|
:param _request_timeout: timeout setting for this request. If one
|
|
392
393
|
number provided, it will be total request
|
|
393
394
|
timeout. It can also be a pair (tuple) of
|
|
@@ -456,7 +457,7 @@ class CoreApi:
|
|
|
456
457
|
ApplicationEntitlement Viewset
|
|
457
458
|
|
|
458
459
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
459
|
-
:type pbm_uuid:
|
|
460
|
+
:type pbm_uuid: UUID
|
|
460
461
|
:param _request_timeout: timeout setting for this request. If one
|
|
461
462
|
number provided, it will be total request
|
|
462
463
|
timeout. It can also be a pair (tuple) of
|
|
@@ -525,7 +526,7 @@ class CoreApi:
|
|
|
525
526
|
ApplicationEntitlement Viewset
|
|
526
527
|
|
|
527
528
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
528
|
-
:type pbm_uuid:
|
|
529
|
+
:type pbm_uuid: UUID
|
|
529
530
|
:param _request_timeout: timeout setting for this request. If one
|
|
530
531
|
number provided, it will be total request
|
|
531
532
|
timeout. It can also be a pair (tuple) of
|
|
@@ -660,7 +661,7 @@ class CoreApi:
|
|
|
660
661
|
ApplicationEntitlement Viewset
|
|
661
662
|
|
|
662
663
|
:param app:
|
|
663
|
-
:type app:
|
|
664
|
+
:type app: UUID
|
|
664
665
|
:param name:
|
|
665
666
|
:type name: str
|
|
666
667
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -670,7 +671,7 @@ class CoreApi:
|
|
|
670
671
|
:param page_size: Number of results to return per page.
|
|
671
672
|
:type page_size: int
|
|
672
673
|
:param pbm_uuid:
|
|
673
|
-
:type pbm_uuid:
|
|
674
|
+
:type pbm_uuid: UUID
|
|
674
675
|
:param search: A search term.
|
|
675
676
|
:type search: str
|
|
676
677
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -753,7 +754,7 @@ class CoreApi:
|
|
|
753
754
|
ApplicationEntitlement Viewset
|
|
754
755
|
|
|
755
756
|
:param app:
|
|
756
|
-
:type app:
|
|
757
|
+
:type app: UUID
|
|
757
758
|
:param name:
|
|
758
759
|
:type name: str
|
|
759
760
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -763,7 +764,7 @@ class CoreApi:
|
|
|
763
764
|
:param page_size: Number of results to return per page.
|
|
764
765
|
:type page_size: int
|
|
765
766
|
:param pbm_uuid:
|
|
766
|
-
:type pbm_uuid:
|
|
767
|
+
:type pbm_uuid: UUID
|
|
767
768
|
:param search: A search term.
|
|
768
769
|
:type search: str
|
|
769
770
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -846,7 +847,7 @@ class CoreApi:
|
|
|
846
847
|
ApplicationEntitlement Viewset
|
|
847
848
|
|
|
848
849
|
:param app:
|
|
849
|
-
:type app:
|
|
850
|
+
:type app: UUID
|
|
850
851
|
:param name:
|
|
851
852
|
:type name: str
|
|
852
853
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -856,7 +857,7 @@ class CoreApi:
|
|
|
856
857
|
:param page_size: Number of results to return per page.
|
|
857
858
|
:type page_size: int
|
|
858
859
|
:param pbm_uuid:
|
|
859
|
-
:type pbm_uuid:
|
|
860
|
+
:type pbm_uuid: UUID
|
|
860
861
|
:param search: A search term.
|
|
861
862
|
:type search: str
|
|
862
863
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1026,7 +1027,7 @@ class CoreApi:
|
|
|
1026
1027
|
ApplicationEntitlement Viewset
|
|
1027
1028
|
|
|
1028
1029
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1029
|
-
:type pbm_uuid:
|
|
1030
|
+
:type pbm_uuid: UUID
|
|
1030
1031
|
:param patched_application_entitlement_request:
|
|
1031
1032
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1032
1033
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1099,7 +1100,7 @@ class CoreApi:
|
|
|
1099
1100
|
ApplicationEntitlement Viewset
|
|
1100
1101
|
|
|
1101
1102
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1102
|
-
:type pbm_uuid:
|
|
1103
|
+
:type pbm_uuid: UUID
|
|
1103
1104
|
:param patched_application_entitlement_request:
|
|
1104
1105
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1105
1106
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1172,7 +1173,7 @@ class CoreApi:
|
|
|
1172
1173
|
ApplicationEntitlement Viewset
|
|
1173
1174
|
|
|
1174
1175
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1175
|
-
:type pbm_uuid:
|
|
1176
|
+
:type pbm_uuid: UUID
|
|
1176
1177
|
:param patched_application_entitlement_request:
|
|
1177
1178
|
:type patched_application_entitlement_request: PatchedApplicationEntitlementRequest
|
|
1178
1179
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1320,7 +1321,7 @@ class CoreApi:
|
|
|
1320
1321
|
ApplicationEntitlement Viewset
|
|
1321
1322
|
|
|
1322
1323
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1323
|
-
:type pbm_uuid:
|
|
1324
|
+
:type pbm_uuid: UUID
|
|
1324
1325
|
:param _request_timeout: timeout setting for this request. If one
|
|
1325
1326
|
number provided, it will be total request
|
|
1326
1327
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1389,7 +1390,7 @@ class CoreApi:
|
|
|
1389
1390
|
ApplicationEntitlement Viewset
|
|
1390
1391
|
|
|
1391
1392
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1392
|
-
:type pbm_uuid:
|
|
1393
|
+
:type pbm_uuid: UUID
|
|
1393
1394
|
:param _request_timeout: timeout setting for this request. If one
|
|
1394
1395
|
number provided, it will be total request
|
|
1395
1396
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1458,7 +1459,7 @@ class CoreApi:
|
|
|
1458
1459
|
ApplicationEntitlement Viewset
|
|
1459
1460
|
|
|
1460
1461
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1461
|
-
:type pbm_uuid:
|
|
1462
|
+
:type pbm_uuid: UUID
|
|
1462
1463
|
:param _request_timeout: timeout setting for this request. If one
|
|
1463
1464
|
number provided, it will be total request
|
|
1464
1465
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1588,7 +1589,7 @@ class CoreApi:
|
|
|
1588
1589
|
ApplicationEntitlement Viewset
|
|
1589
1590
|
|
|
1590
1591
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1591
|
-
:type pbm_uuid:
|
|
1592
|
+
:type pbm_uuid: UUID
|
|
1592
1593
|
:param application_entitlement_request: (required)
|
|
1593
1594
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1594
1595
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1661,7 +1662,7 @@ class CoreApi:
|
|
|
1661
1662
|
ApplicationEntitlement Viewset
|
|
1662
1663
|
|
|
1663
1664
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1664
|
-
:type pbm_uuid:
|
|
1665
|
+
:type pbm_uuid: UUID
|
|
1665
1666
|
:param application_entitlement_request: (required)
|
|
1666
1667
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1667
1668
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1734,7 +1735,7 @@ class CoreApi:
|
|
|
1734
1735
|
ApplicationEntitlement Viewset
|
|
1735
1736
|
|
|
1736
1737
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1737
|
-
:type pbm_uuid:
|
|
1738
|
+
:type pbm_uuid: UUID
|
|
1738
1739
|
:param application_entitlement_request: (required)
|
|
1739
1740
|
:type application_entitlement_request: ApplicationEntitlementRequest
|
|
1740
1741
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1882,7 +1883,7 @@ class CoreApi:
|
|
|
1882
1883
|
Get a list of all objects that use this object
|
|
1883
1884
|
|
|
1884
1885
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1885
|
-
:type pbm_uuid:
|
|
1886
|
+
:type pbm_uuid: UUID
|
|
1886
1887
|
:param _request_timeout: timeout setting for this request. If one
|
|
1887
1888
|
number provided, it will be total request
|
|
1888
1889
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1951,7 +1952,7 @@ class CoreApi:
|
|
|
1951
1952
|
Get a list of all objects that use this object
|
|
1952
1953
|
|
|
1953
1954
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
1954
|
-
:type pbm_uuid:
|
|
1955
|
+
:type pbm_uuid: UUID
|
|
1955
1956
|
:param _request_timeout: timeout setting for this request. If one
|
|
1956
1957
|
number provided, it will be total request
|
|
1957
1958
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2020,7 +2021,7 @@ class CoreApi:
|
|
|
2020
2021
|
Get a list of all objects that use this object
|
|
2021
2022
|
|
|
2022
2023
|
:param pbm_uuid: A UUID string identifying this Application Entitlement. (required)
|
|
2023
|
-
:type pbm_uuid:
|
|
2024
|
+
:type pbm_uuid: UUID
|
|
2024
2025
|
:param _request_timeout: timeout setting for this request. If one
|
|
2025
2026
|
number provided, it will be total request
|
|
2026
2027
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4555,6 +4556,276 @@ class CoreApi:
|
|
|
4555
4556
|
|
|
4556
4557
|
|
|
4557
4558
|
|
|
4559
|
+
@validate_call
|
|
4560
|
+
def core_authenticated_sessions_bulk_delete_destroy(
|
|
4561
|
+
self,
|
|
4562
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4563
|
+
_request_timeout: Union[
|
|
4564
|
+
None,
|
|
4565
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4566
|
+
Tuple[
|
|
4567
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4568
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4569
|
+
]
|
|
4570
|
+
] = None,
|
|
4571
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4572
|
+
_content_type: Optional[StrictStr] = None,
|
|
4573
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4574
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4575
|
+
) -> BulkDeleteSessionResponse:
|
|
4576
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4577
|
+
|
|
4578
|
+
Bulk revoke all sessions for multiple users
|
|
4579
|
+
|
|
4580
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4581
|
+
:type user_pks: List[int]
|
|
4582
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4583
|
+
number provided, it will be total request
|
|
4584
|
+
timeout. It can also be a pair (tuple) of
|
|
4585
|
+
(connection, read) timeouts.
|
|
4586
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4587
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4588
|
+
request; this effectively ignores the
|
|
4589
|
+
authentication in the spec for a single request.
|
|
4590
|
+
:type _request_auth: dict, optional
|
|
4591
|
+
:param _content_type: force content-type for the request.
|
|
4592
|
+
:type _content_type: str, Optional
|
|
4593
|
+
:param _headers: set to override the headers for a single
|
|
4594
|
+
request; this effectively ignores the headers
|
|
4595
|
+
in the spec for a single request.
|
|
4596
|
+
:type _headers: dict, optional
|
|
4597
|
+
:param _host_index: set to override the host_index for a single
|
|
4598
|
+
request; this effectively ignores the host_index
|
|
4599
|
+
in the spec for a single request.
|
|
4600
|
+
:type _host_index: int, optional
|
|
4601
|
+
:return: Returns the result object.
|
|
4602
|
+
""" # noqa: E501
|
|
4603
|
+
|
|
4604
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4605
|
+
user_pks=user_pks,
|
|
4606
|
+
_request_auth=_request_auth,
|
|
4607
|
+
_content_type=_content_type,
|
|
4608
|
+
_headers=_headers,
|
|
4609
|
+
_host_index=_host_index
|
|
4610
|
+
)
|
|
4611
|
+
|
|
4612
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4613
|
+
'200': "BulkDeleteSessionResponse",
|
|
4614
|
+
'400': "ValidationError",
|
|
4615
|
+
'403': "GenericError",
|
|
4616
|
+
}
|
|
4617
|
+
response_data = self.api_client.call_api(
|
|
4618
|
+
*_param,
|
|
4619
|
+
_request_timeout=_request_timeout
|
|
4620
|
+
)
|
|
4621
|
+
response_data.read()
|
|
4622
|
+
return self.api_client.response_deserialize(
|
|
4623
|
+
response_data=response_data,
|
|
4624
|
+
response_types_map=_response_types_map,
|
|
4625
|
+
).data
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
@validate_call
|
|
4629
|
+
def core_authenticated_sessions_bulk_delete_destroy_with_http_info(
|
|
4630
|
+
self,
|
|
4631
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4632
|
+
_request_timeout: Union[
|
|
4633
|
+
None,
|
|
4634
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4635
|
+
Tuple[
|
|
4636
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4637
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4638
|
+
]
|
|
4639
|
+
] = None,
|
|
4640
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4641
|
+
_content_type: Optional[StrictStr] = None,
|
|
4642
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4643
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4644
|
+
) -> ApiResponse[BulkDeleteSessionResponse]:
|
|
4645
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4646
|
+
|
|
4647
|
+
Bulk revoke all sessions for multiple users
|
|
4648
|
+
|
|
4649
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4650
|
+
:type user_pks: List[int]
|
|
4651
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4652
|
+
number provided, it will be total request
|
|
4653
|
+
timeout. It can also be a pair (tuple) of
|
|
4654
|
+
(connection, read) timeouts.
|
|
4655
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4656
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4657
|
+
request; this effectively ignores the
|
|
4658
|
+
authentication in the spec for a single request.
|
|
4659
|
+
:type _request_auth: dict, optional
|
|
4660
|
+
:param _content_type: force content-type for the request.
|
|
4661
|
+
:type _content_type: str, Optional
|
|
4662
|
+
:param _headers: set to override the headers for a single
|
|
4663
|
+
request; this effectively ignores the headers
|
|
4664
|
+
in the spec for a single request.
|
|
4665
|
+
:type _headers: dict, optional
|
|
4666
|
+
:param _host_index: set to override the host_index for a single
|
|
4667
|
+
request; this effectively ignores the host_index
|
|
4668
|
+
in the spec for a single request.
|
|
4669
|
+
:type _host_index: int, optional
|
|
4670
|
+
:return: Returns the result object.
|
|
4671
|
+
""" # noqa: E501
|
|
4672
|
+
|
|
4673
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4674
|
+
user_pks=user_pks,
|
|
4675
|
+
_request_auth=_request_auth,
|
|
4676
|
+
_content_type=_content_type,
|
|
4677
|
+
_headers=_headers,
|
|
4678
|
+
_host_index=_host_index
|
|
4679
|
+
)
|
|
4680
|
+
|
|
4681
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4682
|
+
'200': "BulkDeleteSessionResponse",
|
|
4683
|
+
'400': "ValidationError",
|
|
4684
|
+
'403': "GenericError",
|
|
4685
|
+
}
|
|
4686
|
+
response_data = self.api_client.call_api(
|
|
4687
|
+
*_param,
|
|
4688
|
+
_request_timeout=_request_timeout
|
|
4689
|
+
)
|
|
4690
|
+
response_data.read()
|
|
4691
|
+
return self.api_client.response_deserialize(
|
|
4692
|
+
response_data=response_data,
|
|
4693
|
+
response_types_map=_response_types_map,
|
|
4694
|
+
)
|
|
4695
|
+
|
|
4696
|
+
|
|
4697
|
+
@validate_call
|
|
4698
|
+
def core_authenticated_sessions_bulk_delete_destroy_without_preload_content(
|
|
4699
|
+
self,
|
|
4700
|
+
user_pks: Annotated[List[StrictInt], Field(description="List of user IDs to revoke all sessions for")],
|
|
4701
|
+
_request_timeout: Union[
|
|
4702
|
+
None,
|
|
4703
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4704
|
+
Tuple[
|
|
4705
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
4706
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
4707
|
+
]
|
|
4708
|
+
] = None,
|
|
4709
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
4710
|
+
_content_type: Optional[StrictStr] = None,
|
|
4711
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4712
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4713
|
+
) -> RESTResponseType:
|
|
4714
|
+
"""core_authenticated_sessions_bulk_delete_destroy
|
|
4715
|
+
|
|
4716
|
+
Bulk revoke all sessions for multiple users
|
|
4717
|
+
|
|
4718
|
+
:param user_pks: List of user IDs to revoke all sessions for (required)
|
|
4719
|
+
:type user_pks: List[int]
|
|
4720
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4721
|
+
number provided, it will be total request
|
|
4722
|
+
timeout. It can also be a pair (tuple) of
|
|
4723
|
+
(connection, read) timeouts.
|
|
4724
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
4725
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
4726
|
+
request; this effectively ignores the
|
|
4727
|
+
authentication in the spec for a single request.
|
|
4728
|
+
:type _request_auth: dict, optional
|
|
4729
|
+
:param _content_type: force content-type for the request.
|
|
4730
|
+
:type _content_type: str, Optional
|
|
4731
|
+
:param _headers: set to override the headers for a single
|
|
4732
|
+
request; this effectively ignores the headers
|
|
4733
|
+
in the spec for a single request.
|
|
4734
|
+
:type _headers: dict, optional
|
|
4735
|
+
:param _host_index: set to override the host_index for a single
|
|
4736
|
+
request; this effectively ignores the host_index
|
|
4737
|
+
in the spec for a single request.
|
|
4738
|
+
:type _host_index: int, optional
|
|
4739
|
+
:return: Returns the result object.
|
|
4740
|
+
""" # noqa: E501
|
|
4741
|
+
|
|
4742
|
+
_param = self._core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4743
|
+
user_pks=user_pks,
|
|
4744
|
+
_request_auth=_request_auth,
|
|
4745
|
+
_content_type=_content_type,
|
|
4746
|
+
_headers=_headers,
|
|
4747
|
+
_host_index=_host_index
|
|
4748
|
+
)
|
|
4749
|
+
|
|
4750
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
4751
|
+
'200': "BulkDeleteSessionResponse",
|
|
4752
|
+
'400': "ValidationError",
|
|
4753
|
+
'403': "GenericError",
|
|
4754
|
+
}
|
|
4755
|
+
response_data = self.api_client.call_api(
|
|
4756
|
+
*_param,
|
|
4757
|
+
_request_timeout=_request_timeout
|
|
4758
|
+
)
|
|
4759
|
+
return response_data.response
|
|
4760
|
+
|
|
4761
|
+
|
|
4762
|
+
def _core_authenticated_sessions_bulk_delete_destroy_serialize(
|
|
4763
|
+
self,
|
|
4764
|
+
user_pks,
|
|
4765
|
+
_request_auth,
|
|
4766
|
+
_content_type,
|
|
4767
|
+
_headers,
|
|
4768
|
+
_host_index,
|
|
4769
|
+
) -> RequestSerialized:
|
|
4770
|
+
|
|
4771
|
+
_host = None
|
|
4772
|
+
|
|
4773
|
+
_collection_formats: Dict[str, str] = {
|
|
4774
|
+
'user_pks': 'multi',
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4777
|
+
_path_params: Dict[str, str] = {}
|
|
4778
|
+
_query_params: List[Tuple[str, str]] = []
|
|
4779
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
4780
|
+
_form_params: List[Tuple[str, str]] = []
|
|
4781
|
+
_files: Dict[
|
|
4782
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
4783
|
+
] = {}
|
|
4784
|
+
_body_params: Optional[bytes] = None
|
|
4785
|
+
|
|
4786
|
+
# process the path parameters
|
|
4787
|
+
# process the query parameters
|
|
4788
|
+
if user_pks is not None:
|
|
4789
|
+
|
|
4790
|
+
_query_params.append(('user_pks', user_pks))
|
|
4791
|
+
|
|
4792
|
+
# process the header parameters
|
|
4793
|
+
# process the form parameters
|
|
4794
|
+
# process the body parameter
|
|
4795
|
+
|
|
4796
|
+
|
|
4797
|
+
# set the HTTP header `Accept`
|
|
4798
|
+
if 'Accept' not in _header_params:
|
|
4799
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4800
|
+
[
|
|
4801
|
+
'application/json'
|
|
4802
|
+
]
|
|
4803
|
+
)
|
|
4804
|
+
|
|
4805
|
+
|
|
4806
|
+
# authentication setting
|
|
4807
|
+
_auth_settings: List[str] = [
|
|
4808
|
+
'authentik'
|
|
4809
|
+
]
|
|
4810
|
+
|
|
4811
|
+
return self.api_client.param_serialize(
|
|
4812
|
+
method='DELETE',
|
|
4813
|
+
resource_path='/core/authenticated_sessions/bulk_delete/',
|
|
4814
|
+
path_params=_path_params,
|
|
4815
|
+
query_params=_query_params,
|
|
4816
|
+
header_params=_header_params,
|
|
4817
|
+
body=_body_params,
|
|
4818
|
+
post_params=_form_params,
|
|
4819
|
+
files=_files,
|
|
4820
|
+
auth_settings=_auth_settings,
|
|
4821
|
+
collection_formats=_collection_formats,
|
|
4822
|
+
_host=_host,
|
|
4823
|
+
_request_auth=_request_auth
|
|
4824
|
+
)
|
|
4825
|
+
|
|
4826
|
+
|
|
4827
|
+
|
|
4828
|
+
|
|
4558
4829
|
@validate_call
|
|
4559
4830
|
def core_authenticated_sessions_destroy(
|
|
4560
4831
|
self,
|
|
@@ -4577,7 +4848,7 @@ class CoreApi:
|
|
|
4577
4848
|
AuthenticatedSession Viewset
|
|
4578
4849
|
|
|
4579
4850
|
:param uuid: (required)
|
|
4580
|
-
:type uuid:
|
|
4851
|
+
:type uuid: UUID
|
|
4581
4852
|
:param _request_timeout: timeout setting for this request. If one
|
|
4582
4853
|
number provided, it will be total request
|
|
4583
4854
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4646,7 +4917,7 @@ class CoreApi:
|
|
|
4646
4917
|
AuthenticatedSession Viewset
|
|
4647
4918
|
|
|
4648
4919
|
:param uuid: (required)
|
|
4649
|
-
:type uuid:
|
|
4920
|
+
:type uuid: UUID
|
|
4650
4921
|
:param _request_timeout: timeout setting for this request. If one
|
|
4651
4922
|
number provided, it will be total request
|
|
4652
4923
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4715,7 +4986,7 @@ class CoreApi:
|
|
|
4715
4986
|
AuthenticatedSession Viewset
|
|
4716
4987
|
|
|
4717
4988
|
:param uuid: (required)
|
|
4718
|
-
:type uuid:
|
|
4989
|
+
:type uuid: UUID
|
|
4719
4990
|
:param _request_timeout: timeout setting for this request. If one
|
|
4720
4991
|
number provided, it will be total request
|
|
4721
4992
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5215,7 +5486,7 @@ class CoreApi:
|
|
|
5215
5486
|
AuthenticatedSession Viewset
|
|
5216
5487
|
|
|
5217
5488
|
:param uuid: (required)
|
|
5218
|
-
:type uuid:
|
|
5489
|
+
:type uuid: UUID
|
|
5219
5490
|
:param _request_timeout: timeout setting for this request. If one
|
|
5220
5491
|
number provided, it will be total request
|
|
5221
5492
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5284,7 +5555,7 @@ class CoreApi:
|
|
|
5284
5555
|
AuthenticatedSession Viewset
|
|
5285
5556
|
|
|
5286
5557
|
:param uuid: (required)
|
|
5287
|
-
:type uuid:
|
|
5558
|
+
:type uuid: UUID
|
|
5288
5559
|
:param _request_timeout: timeout setting for this request. If one
|
|
5289
5560
|
number provided, it will be total request
|
|
5290
5561
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5353,7 +5624,7 @@ class CoreApi:
|
|
|
5353
5624
|
AuthenticatedSession Viewset
|
|
5354
5625
|
|
|
5355
5626
|
:param uuid: (required)
|
|
5356
|
-
:type uuid:
|
|
5627
|
+
:type uuid: UUID
|
|
5357
5628
|
:param _request_timeout: timeout setting for this request. If one
|
|
5358
5629
|
number provided, it will be total request
|
|
5359
5630
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5482,7 +5753,7 @@ class CoreApi:
|
|
|
5482
5753
|
Get a list of all objects that use this object
|
|
5483
5754
|
|
|
5484
5755
|
:param uuid: (required)
|
|
5485
|
-
:type uuid:
|
|
5756
|
+
:type uuid: UUID
|
|
5486
5757
|
:param _request_timeout: timeout setting for this request. If one
|
|
5487
5758
|
number provided, it will be total request
|
|
5488
5759
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5551,7 +5822,7 @@ class CoreApi:
|
|
|
5551
5822
|
Get a list of all objects that use this object
|
|
5552
5823
|
|
|
5553
5824
|
:param uuid: (required)
|
|
5554
|
-
:type uuid:
|
|
5825
|
+
:type uuid: UUID
|
|
5555
5826
|
:param _request_timeout: timeout setting for this request. If one
|
|
5556
5827
|
number provided, it will be total request
|
|
5557
5828
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5620,7 +5891,7 @@ class CoreApi:
|
|
|
5620
5891
|
Get a list of all objects that use this object
|
|
5621
5892
|
|
|
5622
5893
|
:param uuid: (required)
|
|
5623
|
-
:type uuid:
|
|
5894
|
+
:type uuid: UUID
|
|
5624
5895
|
:param _request_timeout: timeout setting for this request. If one
|
|
5625
5896
|
number provided, it will be total request
|
|
5626
5897
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6281,7 +6552,7 @@ class CoreApi:
|
|
|
6281
6552
|
Brand Viewset
|
|
6282
6553
|
|
|
6283
6554
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6284
|
-
:type brand_uuid:
|
|
6555
|
+
:type brand_uuid: UUID
|
|
6285
6556
|
:param _request_timeout: timeout setting for this request. If one
|
|
6286
6557
|
number provided, it will be total request
|
|
6287
6558
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6350,7 +6621,7 @@ class CoreApi:
|
|
|
6350
6621
|
Brand Viewset
|
|
6351
6622
|
|
|
6352
6623
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6353
|
-
:type brand_uuid:
|
|
6624
|
+
:type brand_uuid: UUID
|
|
6354
6625
|
:param _request_timeout: timeout setting for this request. If one
|
|
6355
6626
|
number provided, it will be total request
|
|
6356
6627
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6419,7 +6690,7 @@ class CoreApi:
|
|
|
6419
6690
|
Brand Viewset
|
|
6420
6691
|
|
|
6421
6692
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
6422
|
-
:type brand_uuid:
|
|
6693
|
+
:type brand_uuid: UUID
|
|
6423
6694
|
:param _request_timeout: timeout setting for this request. If one
|
|
6424
6695
|
number provided, it will be total request
|
|
6425
6696
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6566,7 +6837,7 @@ class CoreApi:
|
|
|
6566
6837
|
Brand Viewset
|
|
6567
6838
|
|
|
6568
6839
|
:param brand_uuid:
|
|
6569
|
-
:type brand_uuid:
|
|
6840
|
+
:type brand_uuid: UUID
|
|
6570
6841
|
:param branding_default_flow_background:
|
|
6571
6842
|
:type branding_default_flow_background: str
|
|
6572
6843
|
:param branding_favicon:
|
|
@@ -6576,23 +6847,23 @@ class CoreApi:
|
|
|
6576
6847
|
:param branding_title:
|
|
6577
6848
|
:type branding_title: str
|
|
6578
6849
|
:param client_certificates:
|
|
6579
|
-
:type client_certificates: List[
|
|
6850
|
+
:type client_certificates: List[UUID]
|
|
6580
6851
|
:param default:
|
|
6581
6852
|
:type default: bool
|
|
6582
6853
|
:param domain:
|
|
6583
6854
|
:type domain: str
|
|
6584
6855
|
:param flow_authentication:
|
|
6585
|
-
:type flow_authentication:
|
|
6856
|
+
:type flow_authentication: UUID
|
|
6586
6857
|
:param flow_device_code:
|
|
6587
|
-
:type flow_device_code:
|
|
6858
|
+
:type flow_device_code: UUID
|
|
6588
6859
|
:param flow_invalidation:
|
|
6589
|
-
:type flow_invalidation:
|
|
6860
|
+
:type flow_invalidation: UUID
|
|
6590
6861
|
:param flow_recovery:
|
|
6591
|
-
:type flow_recovery:
|
|
6862
|
+
:type flow_recovery: UUID
|
|
6592
6863
|
:param flow_unenrollment:
|
|
6593
|
-
:type flow_unenrollment:
|
|
6864
|
+
:type flow_unenrollment: UUID
|
|
6594
6865
|
:param flow_user_settings:
|
|
6595
|
-
:type flow_user_settings:
|
|
6866
|
+
:type flow_user_settings: UUID
|
|
6596
6867
|
:param ordering: Which field to use when ordering the results.
|
|
6597
6868
|
:type ordering: str
|
|
6598
6869
|
:param page: A page number within the paginated result set.
|
|
@@ -6602,7 +6873,7 @@ class CoreApi:
|
|
|
6602
6873
|
:param search: A search term.
|
|
6603
6874
|
:type search: str
|
|
6604
6875
|
:param web_certificate:
|
|
6605
|
-
:type web_certificate:
|
|
6876
|
+
:type web_certificate: UUID
|
|
6606
6877
|
:param _request_timeout: timeout setting for this request. If one
|
|
6607
6878
|
number provided, it will be total request
|
|
6608
6879
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6707,7 +6978,7 @@ class CoreApi:
|
|
|
6707
6978
|
Brand Viewset
|
|
6708
6979
|
|
|
6709
6980
|
:param brand_uuid:
|
|
6710
|
-
:type brand_uuid:
|
|
6981
|
+
:type brand_uuid: UUID
|
|
6711
6982
|
:param branding_default_flow_background:
|
|
6712
6983
|
:type branding_default_flow_background: str
|
|
6713
6984
|
:param branding_favicon:
|
|
@@ -6717,23 +6988,23 @@ class CoreApi:
|
|
|
6717
6988
|
:param branding_title:
|
|
6718
6989
|
:type branding_title: str
|
|
6719
6990
|
:param client_certificates:
|
|
6720
|
-
:type client_certificates: List[
|
|
6991
|
+
:type client_certificates: List[UUID]
|
|
6721
6992
|
:param default:
|
|
6722
6993
|
:type default: bool
|
|
6723
6994
|
:param domain:
|
|
6724
6995
|
:type domain: str
|
|
6725
6996
|
:param flow_authentication:
|
|
6726
|
-
:type flow_authentication:
|
|
6997
|
+
:type flow_authentication: UUID
|
|
6727
6998
|
:param flow_device_code:
|
|
6728
|
-
:type flow_device_code:
|
|
6999
|
+
:type flow_device_code: UUID
|
|
6729
7000
|
:param flow_invalidation:
|
|
6730
|
-
:type flow_invalidation:
|
|
7001
|
+
:type flow_invalidation: UUID
|
|
6731
7002
|
:param flow_recovery:
|
|
6732
|
-
:type flow_recovery:
|
|
7003
|
+
:type flow_recovery: UUID
|
|
6733
7004
|
:param flow_unenrollment:
|
|
6734
|
-
:type flow_unenrollment:
|
|
7005
|
+
:type flow_unenrollment: UUID
|
|
6735
7006
|
:param flow_user_settings:
|
|
6736
|
-
:type flow_user_settings:
|
|
7007
|
+
:type flow_user_settings: UUID
|
|
6737
7008
|
:param ordering: Which field to use when ordering the results.
|
|
6738
7009
|
:type ordering: str
|
|
6739
7010
|
:param page: A page number within the paginated result set.
|
|
@@ -6743,7 +7014,7 @@ class CoreApi:
|
|
|
6743
7014
|
:param search: A search term.
|
|
6744
7015
|
:type search: str
|
|
6745
7016
|
:param web_certificate:
|
|
6746
|
-
:type web_certificate:
|
|
7017
|
+
:type web_certificate: UUID
|
|
6747
7018
|
:param _request_timeout: timeout setting for this request. If one
|
|
6748
7019
|
number provided, it will be total request
|
|
6749
7020
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6848,7 +7119,7 @@ class CoreApi:
|
|
|
6848
7119
|
Brand Viewset
|
|
6849
7120
|
|
|
6850
7121
|
:param brand_uuid:
|
|
6851
|
-
:type brand_uuid:
|
|
7122
|
+
:type brand_uuid: UUID
|
|
6852
7123
|
:param branding_default_flow_background:
|
|
6853
7124
|
:type branding_default_flow_background: str
|
|
6854
7125
|
:param branding_favicon:
|
|
@@ -6858,23 +7129,23 @@ class CoreApi:
|
|
|
6858
7129
|
:param branding_title:
|
|
6859
7130
|
:type branding_title: str
|
|
6860
7131
|
:param client_certificates:
|
|
6861
|
-
:type client_certificates: List[
|
|
7132
|
+
:type client_certificates: List[UUID]
|
|
6862
7133
|
:param default:
|
|
6863
7134
|
:type default: bool
|
|
6864
7135
|
:param domain:
|
|
6865
7136
|
:type domain: str
|
|
6866
7137
|
:param flow_authentication:
|
|
6867
|
-
:type flow_authentication:
|
|
7138
|
+
:type flow_authentication: UUID
|
|
6868
7139
|
:param flow_device_code:
|
|
6869
|
-
:type flow_device_code:
|
|
7140
|
+
:type flow_device_code: UUID
|
|
6870
7141
|
:param flow_invalidation:
|
|
6871
|
-
:type flow_invalidation:
|
|
7142
|
+
:type flow_invalidation: UUID
|
|
6872
7143
|
:param flow_recovery:
|
|
6873
|
-
:type flow_recovery:
|
|
7144
|
+
:type flow_recovery: UUID
|
|
6874
7145
|
:param flow_unenrollment:
|
|
6875
|
-
:type flow_unenrollment:
|
|
7146
|
+
:type flow_unenrollment: UUID
|
|
6876
7147
|
:param flow_user_settings:
|
|
6877
|
-
:type flow_user_settings:
|
|
7148
|
+
:type flow_user_settings: UUID
|
|
6878
7149
|
:param ordering: Which field to use when ordering the results.
|
|
6879
7150
|
:type ordering: str
|
|
6880
7151
|
:param page: A page number within the paginated result set.
|
|
@@ -6884,7 +7155,7 @@ class CoreApi:
|
|
|
6884
7155
|
:param search: A search term.
|
|
6885
7156
|
:type search: str
|
|
6886
7157
|
:param web_certificate:
|
|
6887
|
-
:type web_certificate:
|
|
7158
|
+
:type web_certificate: UUID
|
|
6888
7159
|
:param _request_timeout: timeout setting for this request. If one
|
|
6889
7160
|
number provided, it will be total request
|
|
6890
7161
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7125,7 +7396,7 @@ class CoreApi:
|
|
|
7125
7396
|
Brand Viewset
|
|
7126
7397
|
|
|
7127
7398
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7128
|
-
:type brand_uuid:
|
|
7399
|
+
:type brand_uuid: UUID
|
|
7129
7400
|
:param patched_brand_request:
|
|
7130
7401
|
:type patched_brand_request: PatchedBrandRequest
|
|
7131
7402
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7198,7 +7469,7 @@ class CoreApi:
|
|
|
7198
7469
|
Brand Viewset
|
|
7199
7470
|
|
|
7200
7471
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7201
|
-
:type brand_uuid:
|
|
7472
|
+
:type brand_uuid: UUID
|
|
7202
7473
|
:param patched_brand_request:
|
|
7203
7474
|
:type patched_brand_request: PatchedBrandRequest
|
|
7204
7475
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7271,7 +7542,7 @@ class CoreApi:
|
|
|
7271
7542
|
Brand Viewset
|
|
7272
7543
|
|
|
7273
7544
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7274
|
-
:type brand_uuid:
|
|
7545
|
+
:type brand_uuid: UUID
|
|
7275
7546
|
:param patched_brand_request:
|
|
7276
7547
|
:type patched_brand_request: PatchedBrandRequest
|
|
7277
7548
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7419,7 +7690,7 @@ class CoreApi:
|
|
|
7419
7690
|
Brand Viewset
|
|
7420
7691
|
|
|
7421
7692
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7422
|
-
:type brand_uuid:
|
|
7693
|
+
:type brand_uuid: UUID
|
|
7423
7694
|
:param _request_timeout: timeout setting for this request. If one
|
|
7424
7695
|
number provided, it will be total request
|
|
7425
7696
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7488,7 +7759,7 @@ class CoreApi:
|
|
|
7488
7759
|
Brand Viewset
|
|
7489
7760
|
|
|
7490
7761
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7491
|
-
:type brand_uuid:
|
|
7762
|
+
:type brand_uuid: UUID
|
|
7492
7763
|
:param _request_timeout: timeout setting for this request. If one
|
|
7493
7764
|
number provided, it will be total request
|
|
7494
7765
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7557,7 +7828,7 @@ class CoreApi:
|
|
|
7557
7828
|
Brand Viewset
|
|
7558
7829
|
|
|
7559
7830
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7560
|
-
:type brand_uuid:
|
|
7831
|
+
:type brand_uuid: UUID
|
|
7561
7832
|
:param _request_timeout: timeout setting for this request. If one
|
|
7562
7833
|
number provided, it will be total request
|
|
7563
7834
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7687,7 +7958,7 @@ class CoreApi:
|
|
|
7687
7958
|
Brand Viewset
|
|
7688
7959
|
|
|
7689
7960
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7690
|
-
:type brand_uuid:
|
|
7961
|
+
:type brand_uuid: UUID
|
|
7691
7962
|
:param brand_request: (required)
|
|
7692
7963
|
:type brand_request: BrandRequest
|
|
7693
7964
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7760,7 +8031,7 @@ class CoreApi:
|
|
|
7760
8031
|
Brand Viewset
|
|
7761
8032
|
|
|
7762
8033
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7763
|
-
:type brand_uuid:
|
|
8034
|
+
:type brand_uuid: UUID
|
|
7764
8035
|
:param brand_request: (required)
|
|
7765
8036
|
:type brand_request: BrandRequest
|
|
7766
8037
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7833,7 +8104,7 @@ class CoreApi:
|
|
|
7833
8104
|
Brand Viewset
|
|
7834
8105
|
|
|
7835
8106
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7836
|
-
:type brand_uuid:
|
|
8107
|
+
:type brand_uuid: UUID
|
|
7837
8108
|
:param brand_request: (required)
|
|
7838
8109
|
:type brand_request: BrandRequest
|
|
7839
8110
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7981,7 +8252,7 @@ class CoreApi:
|
|
|
7981
8252
|
Get a list of all objects that use this object
|
|
7982
8253
|
|
|
7983
8254
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
7984
|
-
:type brand_uuid:
|
|
8255
|
+
:type brand_uuid: UUID
|
|
7985
8256
|
:param _request_timeout: timeout setting for this request. If one
|
|
7986
8257
|
number provided, it will be total request
|
|
7987
8258
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8050,7 +8321,7 @@ class CoreApi:
|
|
|
8050
8321
|
Get a list of all objects that use this object
|
|
8051
8322
|
|
|
8052
8323
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
8053
|
-
:type brand_uuid:
|
|
8324
|
+
:type brand_uuid: UUID
|
|
8054
8325
|
:param _request_timeout: timeout setting for this request. If one
|
|
8055
8326
|
number provided, it will be total request
|
|
8056
8327
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8119,7 +8390,7 @@ class CoreApi:
|
|
|
8119
8390
|
Get a list of all objects that use this object
|
|
8120
8391
|
|
|
8121
8392
|
:param brand_uuid: A UUID string identifying this Brand. (required)
|
|
8122
|
-
:type brand_uuid:
|
|
8393
|
+
:type brand_uuid: UUID
|
|
8123
8394
|
:param _request_timeout: timeout setting for this request. If one
|
|
8124
8395
|
number provided, it will be total request
|
|
8125
8396
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8249,7 +8520,7 @@ class CoreApi:
|
|
|
8249
8520
|
Add user to group
|
|
8250
8521
|
|
|
8251
8522
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8252
|
-
:type group_uuid:
|
|
8523
|
+
:type group_uuid: UUID
|
|
8253
8524
|
:param user_account_request: (required)
|
|
8254
8525
|
:type user_account_request: UserAccountRequest
|
|
8255
8526
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8323,7 +8594,7 @@ class CoreApi:
|
|
|
8323
8594
|
Add user to group
|
|
8324
8595
|
|
|
8325
8596
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8326
|
-
:type group_uuid:
|
|
8597
|
+
:type group_uuid: UUID
|
|
8327
8598
|
:param user_account_request: (required)
|
|
8328
8599
|
:type user_account_request: UserAccountRequest
|
|
8329
8600
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8397,7 +8668,7 @@ class CoreApi:
|
|
|
8397
8668
|
Add user to group
|
|
8398
8669
|
|
|
8399
8670
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8400
|
-
:type group_uuid:
|
|
8671
|
+
:type group_uuid: UUID
|
|
8401
8672
|
:param user_account_request: (required)
|
|
8402
8673
|
:type user_account_request: UserAccountRequest
|
|
8403
8674
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8826,7 +9097,7 @@ class CoreApi:
|
|
|
8826
9097
|
Group Viewset
|
|
8827
9098
|
|
|
8828
9099
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8829
|
-
:type group_uuid:
|
|
9100
|
+
:type group_uuid: UUID
|
|
8830
9101
|
:param _request_timeout: timeout setting for this request. If one
|
|
8831
9102
|
number provided, it will be total request
|
|
8832
9103
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8895,7 +9166,7 @@ class CoreApi:
|
|
|
8895
9166
|
Group Viewset
|
|
8896
9167
|
|
|
8897
9168
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8898
|
-
:type group_uuid:
|
|
9169
|
+
:type group_uuid: UUID
|
|
8899
9170
|
:param _request_timeout: timeout setting for this request. If one
|
|
8900
9171
|
number provided, it will be total request
|
|
8901
9172
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8964,7 +9235,7 @@ class CoreApi:
|
|
|
8964
9235
|
Group Viewset
|
|
8965
9236
|
|
|
8966
9237
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
8967
|
-
:type group_uuid:
|
|
9238
|
+
:type group_uuid: UUID
|
|
8968
9239
|
:param _request_timeout: timeout setting for this request. If one
|
|
8969
9240
|
number provided, it will be total request
|
|
8970
9241
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9569,7 +9840,7 @@ class CoreApi:
|
|
|
9569
9840
|
Group Viewset
|
|
9570
9841
|
|
|
9571
9842
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9572
|
-
:type group_uuid:
|
|
9843
|
+
:type group_uuid: UUID
|
|
9573
9844
|
:param patched_group_request:
|
|
9574
9845
|
:type patched_group_request: PatchedGroupRequest
|
|
9575
9846
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9642,7 +9913,7 @@ class CoreApi:
|
|
|
9642
9913
|
Group Viewset
|
|
9643
9914
|
|
|
9644
9915
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9645
|
-
:type group_uuid:
|
|
9916
|
+
:type group_uuid: UUID
|
|
9646
9917
|
:param patched_group_request:
|
|
9647
9918
|
:type patched_group_request: PatchedGroupRequest
|
|
9648
9919
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9715,7 +9986,7 @@ class CoreApi:
|
|
|
9715
9986
|
Group Viewset
|
|
9716
9987
|
|
|
9717
9988
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9718
|
-
:type group_uuid:
|
|
9989
|
+
:type group_uuid: UUID
|
|
9719
9990
|
:param patched_group_request:
|
|
9720
9991
|
:type patched_group_request: PatchedGroupRequest
|
|
9721
9992
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9864,7 +10135,7 @@ class CoreApi:
|
|
|
9864
10135
|
Remove user from group
|
|
9865
10136
|
|
|
9866
10137
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9867
|
-
:type group_uuid:
|
|
10138
|
+
:type group_uuid: UUID
|
|
9868
10139
|
:param user_account_request: (required)
|
|
9869
10140
|
:type user_account_request: UserAccountRequest
|
|
9870
10141
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9938,7 +10209,7 @@ class CoreApi:
|
|
|
9938
10209
|
Remove user from group
|
|
9939
10210
|
|
|
9940
10211
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
9941
|
-
:type group_uuid:
|
|
10212
|
+
:type group_uuid: UUID
|
|
9942
10213
|
:param user_account_request: (required)
|
|
9943
10214
|
:type user_account_request: UserAccountRequest
|
|
9944
10215
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10012,7 +10283,7 @@ class CoreApi:
|
|
|
10012
10283
|
Remove user from group
|
|
10013
10284
|
|
|
10014
10285
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10015
|
-
:type group_uuid:
|
|
10286
|
+
:type group_uuid: UUID
|
|
10016
10287
|
:param user_account_request: (required)
|
|
10017
10288
|
:type user_account_request: UserAccountRequest
|
|
10018
10289
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10165,7 +10436,7 @@ class CoreApi:
|
|
|
10165
10436
|
Group Viewset
|
|
10166
10437
|
|
|
10167
10438
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10168
|
-
:type group_uuid:
|
|
10439
|
+
:type group_uuid: UUID
|
|
10169
10440
|
:param include_children:
|
|
10170
10441
|
:type include_children: bool
|
|
10171
10442
|
:param include_inherited_roles:
|
|
@@ -10250,7 +10521,7 @@ class CoreApi:
|
|
|
10250
10521
|
Group Viewset
|
|
10251
10522
|
|
|
10252
10523
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10253
|
-
:type group_uuid:
|
|
10524
|
+
:type group_uuid: UUID
|
|
10254
10525
|
:param include_children:
|
|
10255
10526
|
:type include_children: bool
|
|
10256
10527
|
:param include_inherited_roles:
|
|
@@ -10335,7 +10606,7 @@ class CoreApi:
|
|
|
10335
10606
|
Group Viewset
|
|
10336
10607
|
|
|
10337
10608
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10338
|
-
:type group_uuid:
|
|
10609
|
+
:type group_uuid: UUID
|
|
10339
10610
|
:param include_children:
|
|
10340
10611
|
:type include_children: bool
|
|
10341
10612
|
:param include_inherited_roles:
|
|
@@ -10497,7 +10768,7 @@ class CoreApi:
|
|
|
10497
10768
|
Group Viewset
|
|
10498
10769
|
|
|
10499
10770
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10500
|
-
:type group_uuid:
|
|
10771
|
+
:type group_uuid: UUID
|
|
10501
10772
|
:param group_request: (required)
|
|
10502
10773
|
:type group_request: GroupRequest
|
|
10503
10774
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10570,7 +10841,7 @@ class CoreApi:
|
|
|
10570
10841
|
Group Viewset
|
|
10571
10842
|
|
|
10572
10843
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10573
|
-
:type group_uuid:
|
|
10844
|
+
:type group_uuid: UUID
|
|
10574
10845
|
:param group_request: (required)
|
|
10575
10846
|
:type group_request: GroupRequest
|
|
10576
10847
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10643,7 +10914,7 @@ class CoreApi:
|
|
|
10643
10914
|
Group Viewset
|
|
10644
10915
|
|
|
10645
10916
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10646
|
-
:type group_uuid:
|
|
10917
|
+
:type group_uuid: UUID
|
|
10647
10918
|
:param group_request: (required)
|
|
10648
10919
|
:type group_request: GroupRequest
|
|
10649
10920
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -10791,7 +11062,7 @@ class CoreApi:
|
|
|
10791
11062
|
Get a list of all objects that use this object
|
|
10792
11063
|
|
|
10793
11064
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10794
|
-
:type group_uuid:
|
|
11065
|
+
:type group_uuid: UUID
|
|
10795
11066
|
:param _request_timeout: timeout setting for this request. If one
|
|
10796
11067
|
number provided, it will be total request
|
|
10797
11068
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10860,7 +11131,7 @@ class CoreApi:
|
|
|
10860
11131
|
Get a list of all objects that use this object
|
|
10861
11132
|
|
|
10862
11133
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10863
|
-
:type group_uuid:
|
|
11134
|
+
:type group_uuid: UUID
|
|
10864
11135
|
:param _request_timeout: timeout setting for this request. If one
|
|
10865
11136
|
number provided, it will be total request
|
|
10866
11137
|
timeout. It can also be a pair (tuple) of
|
|
@@ -10929,7 +11200,7 @@ class CoreApi:
|
|
|
10929
11200
|
Get a list of all objects that use this object
|
|
10930
11201
|
|
|
10931
11202
|
:param group_uuid: A UUID string identifying this Group. (required)
|
|
10932
|
-
:type group_uuid:
|
|
11203
|
+
:type group_uuid: UUID
|
|
10933
11204
|
:param _request_timeout: timeout setting for this request. If one
|
|
10934
11205
|
number provided, it will be total request
|
|
10935
11206
|
timeout. It can also be a pair (tuple) of
|
|
@@ -14297,7 +14568,7 @@ class CoreApi:
|
|
|
14297
14568
|
UserConsent Viewset
|
|
14298
14569
|
|
|
14299
14570
|
:param application:
|
|
14300
|
-
:type application:
|
|
14571
|
+
:type application: UUID
|
|
14301
14572
|
:param ordering: Which field to use when ordering the results.
|
|
14302
14573
|
:type ordering: str
|
|
14303
14574
|
:param page: A page number within the paginated result set.
|
|
@@ -14386,7 +14657,7 @@ class CoreApi:
|
|
|
14386
14657
|
UserConsent Viewset
|
|
14387
14658
|
|
|
14388
14659
|
:param application:
|
|
14389
|
-
:type application:
|
|
14660
|
+
:type application: UUID
|
|
14390
14661
|
:param ordering: Which field to use when ordering the results.
|
|
14391
14662
|
:type ordering: str
|
|
14392
14663
|
:param page: A page number within the paginated result set.
|
|
@@ -14475,7 +14746,7 @@ class CoreApi:
|
|
|
14475
14746
|
UserConsent Viewset
|
|
14476
14747
|
|
|
14477
14748
|
:param application:
|
|
14478
|
-
:type application:
|
|
14749
|
+
:type application: UUID
|
|
14479
14750
|
:param ordering: Which field to use when ordering the results.
|
|
14480
14751
|
:type ordering: str
|
|
14481
14752
|
:param page: A page number within the paginated result set.
|
|
@@ -15717,6 +15988,10 @@ class CoreApi:
|
|
|
15717
15988
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
15718
15989
|
is_active: Optional[StrictBool] = None,
|
|
15719
15990
|
is_superuser: Optional[StrictBool] = None,
|
|
15991
|
+
last_login: Optional[datetime] = None,
|
|
15992
|
+
last_login__gt: Optional[datetime] = None,
|
|
15993
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
15994
|
+
last_login__lt: Optional[datetime] = None,
|
|
15720
15995
|
last_updated: Optional[datetime] = None,
|
|
15721
15996
|
last_updated__gt: Optional[datetime] = None,
|
|
15722
15997
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -15760,11 +16035,19 @@ class CoreApi:
|
|
|
15760
16035
|
:param groups_by_name:
|
|
15761
16036
|
:type groups_by_name: List[str]
|
|
15762
16037
|
:param groups_by_pk:
|
|
15763
|
-
:type groups_by_pk: List[
|
|
16038
|
+
:type groups_by_pk: List[UUID]
|
|
15764
16039
|
:param is_active:
|
|
15765
16040
|
:type is_active: bool
|
|
15766
16041
|
:param is_superuser:
|
|
15767
16042
|
:type is_superuser: bool
|
|
16043
|
+
:param last_login:
|
|
16044
|
+
:type last_login: datetime
|
|
16045
|
+
:param last_login__gt:
|
|
16046
|
+
:type last_login__gt: datetime
|
|
16047
|
+
:param last_login__isnull:
|
|
16048
|
+
:type last_login__isnull: bool
|
|
16049
|
+
:param last_login__lt:
|
|
16050
|
+
:type last_login__lt: datetime
|
|
15768
16051
|
:param last_updated:
|
|
15769
16052
|
:type last_updated: datetime
|
|
15770
16053
|
:param last_updated__gt:
|
|
@@ -15782,7 +16065,7 @@ class CoreApi:
|
|
|
15782
16065
|
:param roles_by_name:
|
|
15783
16066
|
:type roles_by_name: List[str]
|
|
15784
16067
|
:param roles_by_pk:
|
|
15785
|
-
:type roles_by_pk: List[
|
|
16068
|
+
:type roles_by_pk: List[UUID]
|
|
15786
16069
|
:param search: A search term.
|
|
15787
16070
|
:type search: str
|
|
15788
16071
|
:param type:
|
|
@@ -15790,7 +16073,7 @@ class CoreApi:
|
|
|
15790
16073
|
:param username:
|
|
15791
16074
|
:type username: str
|
|
15792
16075
|
:param uuid:
|
|
15793
|
-
:type uuid:
|
|
16076
|
+
:type uuid: UUID
|
|
15794
16077
|
:param _request_timeout: timeout setting for this request. If one
|
|
15795
16078
|
number provided, it will be total request
|
|
15796
16079
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15823,6 +16106,10 @@ class CoreApi:
|
|
|
15823
16106
|
groups_by_pk=groups_by_pk,
|
|
15824
16107
|
is_active=is_active,
|
|
15825
16108
|
is_superuser=is_superuser,
|
|
16109
|
+
last_login=last_login,
|
|
16110
|
+
last_login__gt=last_login__gt,
|
|
16111
|
+
last_login__isnull=last_login__isnull,
|
|
16112
|
+
last_login__lt=last_login__lt,
|
|
15826
16113
|
last_updated=last_updated,
|
|
15827
16114
|
last_updated__gt=last_updated__gt,
|
|
15828
16115
|
last_updated__lt=last_updated__lt,
|
|
@@ -15870,6 +16157,10 @@ class CoreApi:
|
|
|
15870
16157
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
15871
16158
|
is_active: Optional[StrictBool] = None,
|
|
15872
16159
|
is_superuser: Optional[StrictBool] = None,
|
|
16160
|
+
last_login: Optional[datetime] = None,
|
|
16161
|
+
last_login__gt: Optional[datetime] = None,
|
|
16162
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
16163
|
+
last_login__lt: Optional[datetime] = None,
|
|
15873
16164
|
last_updated: Optional[datetime] = None,
|
|
15874
16165
|
last_updated__gt: Optional[datetime] = None,
|
|
15875
16166
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -15913,11 +16204,19 @@ class CoreApi:
|
|
|
15913
16204
|
:param groups_by_name:
|
|
15914
16205
|
:type groups_by_name: List[str]
|
|
15915
16206
|
:param groups_by_pk:
|
|
15916
|
-
:type groups_by_pk: List[
|
|
16207
|
+
:type groups_by_pk: List[UUID]
|
|
15917
16208
|
:param is_active:
|
|
15918
16209
|
:type is_active: bool
|
|
15919
16210
|
:param is_superuser:
|
|
15920
16211
|
:type is_superuser: bool
|
|
16212
|
+
:param last_login:
|
|
16213
|
+
:type last_login: datetime
|
|
16214
|
+
:param last_login__gt:
|
|
16215
|
+
:type last_login__gt: datetime
|
|
16216
|
+
:param last_login__isnull:
|
|
16217
|
+
:type last_login__isnull: bool
|
|
16218
|
+
:param last_login__lt:
|
|
16219
|
+
:type last_login__lt: datetime
|
|
15921
16220
|
:param last_updated:
|
|
15922
16221
|
:type last_updated: datetime
|
|
15923
16222
|
:param last_updated__gt:
|
|
@@ -15935,7 +16234,7 @@ class CoreApi:
|
|
|
15935
16234
|
:param roles_by_name:
|
|
15936
16235
|
:type roles_by_name: List[str]
|
|
15937
16236
|
:param roles_by_pk:
|
|
15938
|
-
:type roles_by_pk: List[
|
|
16237
|
+
:type roles_by_pk: List[UUID]
|
|
15939
16238
|
:param search: A search term.
|
|
15940
16239
|
:type search: str
|
|
15941
16240
|
:param type:
|
|
@@ -15943,7 +16242,7 @@ class CoreApi:
|
|
|
15943
16242
|
:param username:
|
|
15944
16243
|
:type username: str
|
|
15945
16244
|
:param uuid:
|
|
15946
|
-
:type uuid:
|
|
16245
|
+
:type uuid: UUID
|
|
15947
16246
|
:param _request_timeout: timeout setting for this request. If one
|
|
15948
16247
|
number provided, it will be total request
|
|
15949
16248
|
timeout. It can also be a pair (tuple) of
|
|
@@ -15976,6 +16275,10 @@ class CoreApi:
|
|
|
15976
16275
|
groups_by_pk=groups_by_pk,
|
|
15977
16276
|
is_active=is_active,
|
|
15978
16277
|
is_superuser=is_superuser,
|
|
16278
|
+
last_login=last_login,
|
|
16279
|
+
last_login__gt=last_login__gt,
|
|
16280
|
+
last_login__isnull=last_login__isnull,
|
|
16281
|
+
last_login__lt=last_login__lt,
|
|
15979
16282
|
last_updated=last_updated,
|
|
15980
16283
|
last_updated__gt=last_updated__gt,
|
|
15981
16284
|
last_updated__lt=last_updated__lt,
|
|
@@ -16023,6 +16326,10 @@ class CoreApi:
|
|
|
16023
16326
|
groups_by_pk: Optional[List[UUID]] = None,
|
|
16024
16327
|
is_active: Optional[StrictBool] = None,
|
|
16025
16328
|
is_superuser: Optional[StrictBool] = None,
|
|
16329
|
+
last_login: Optional[datetime] = None,
|
|
16330
|
+
last_login__gt: Optional[datetime] = None,
|
|
16331
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
16332
|
+
last_login__lt: Optional[datetime] = None,
|
|
16026
16333
|
last_updated: Optional[datetime] = None,
|
|
16027
16334
|
last_updated__gt: Optional[datetime] = None,
|
|
16028
16335
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -16066,11 +16373,19 @@ class CoreApi:
|
|
|
16066
16373
|
:param groups_by_name:
|
|
16067
16374
|
:type groups_by_name: List[str]
|
|
16068
16375
|
:param groups_by_pk:
|
|
16069
|
-
:type groups_by_pk: List[
|
|
16376
|
+
:type groups_by_pk: List[UUID]
|
|
16070
16377
|
:param is_active:
|
|
16071
16378
|
:type is_active: bool
|
|
16072
16379
|
:param is_superuser:
|
|
16073
16380
|
:type is_superuser: bool
|
|
16381
|
+
:param last_login:
|
|
16382
|
+
:type last_login: datetime
|
|
16383
|
+
:param last_login__gt:
|
|
16384
|
+
:type last_login__gt: datetime
|
|
16385
|
+
:param last_login__isnull:
|
|
16386
|
+
:type last_login__isnull: bool
|
|
16387
|
+
:param last_login__lt:
|
|
16388
|
+
:type last_login__lt: datetime
|
|
16074
16389
|
:param last_updated:
|
|
16075
16390
|
:type last_updated: datetime
|
|
16076
16391
|
:param last_updated__gt:
|
|
@@ -16088,7 +16403,7 @@ class CoreApi:
|
|
|
16088
16403
|
:param roles_by_name:
|
|
16089
16404
|
:type roles_by_name: List[str]
|
|
16090
16405
|
:param roles_by_pk:
|
|
16091
|
-
:type roles_by_pk: List[
|
|
16406
|
+
:type roles_by_pk: List[UUID]
|
|
16092
16407
|
:param search: A search term.
|
|
16093
16408
|
:type search: str
|
|
16094
16409
|
:param type:
|
|
@@ -16096,7 +16411,7 @@ class CoreApi:
|
|
|
16096
16411
|
:param username:
|
|
16097
16412
|
:type username: str
|
|
16098
16413
|
:param uuid:
|
|
16099
|
-
:type uuid:
|
|
16414
|
+
:type uuid: UUID
|
|
16100
16415
|
:param _request_timeout: timeout setting for this request. If one
|
|
16101
16416
|
number provided, it will be total request
|
|
16102
16417
|
timeout. It can also be a pair (tuple) of
|
|
@@ -16129,6 +16444,10 @@ class CoreApi:
|
|
|
16129
16444
|
groups_by_pk=groups_by_pk,
|
|
16130
16445
|
is_active=is_active,
|
|
16131
16446
|
is_superuser=is_superuser,
|
|
16447
|
+
last_login=last_login,
|
|
16448
|
+
last_login__gt=last_login__gt,
|
|
16449
|
+
last_login__isnull=last_login__isnull,
|
|
16450
|
+
last_login__lt=last_login__lt,
|
|
16132
16451
|
last_updated=last_updated,
|
|
16133
16452
|
last_updated__gt=last_updated__gt,
|
|
16134
16453
|
last_updated__lt=last_updated__lt,
|
|
@@ -16171,6 +16490,10 @@ class CoreApi:
|
|
|
16171
16490
|
groups_by_pk,
|
|
16172
16491
|
is_active,
|
|
16173
16492
|
is_superuser,
|
|
16493
|
+
last_login,
|
|
16494
|
+
last_login__gt,
|
|
16495
|
+
last_login__isnull,
|
|
16496
|
+
last_login__lt,
|
|
16174
16497
|
last_updated,
|
|
16175
16498
|
last_updated__gt,
|
|
16176
16499
|
last_updated__lt,
|
|
@@ -16274,6 +16597,49 @@ class CoreApi:
|
|
|
16274
16597
|
|
|
16275
16598
|
_query_params.append(('is_superuser', is_superuser))
|
|
16276
16599
|
|
|
16600
|
+
if last_login is not None:
|
|
16601
|
+
if isinstance(last_login, datetime):
|
|
16602
|
+
_query_params.append(
|
|
16603
|
+
(
|
|
16604
|
+
'last_login',
|
|
16605
|
+
last_login.strftime(
|
|
16606
|
+
self.api_client.configuration.datetime_format
|
|
16607
|
+
)
|
|
16608
|
+
)
|
|
16609
|
+
)
|
|
16610
|
+
else:
|
|
16611
|
+
_query_params.append(('last_login', last_login))
|
|
16612
|
+
|
|
16613
|
+
if last_login__gt is not None:
|
|
16614
|
+
if isinstance(last_login__gt, datetime):
|
|
16615
|
+
_query_params.append(
|
|
16616
|
+
(
|
|
16617
|
+
'last_login__gt',
|
|
16618
|
+
last_login__gt.strftime(
|
|
16619
|
+
self.api_client.configuration.datetime_format
|
|
16620
|
+
)
|
|
16621
|
+
)
|
|
16622
|
+
)
|
|
16623
|
+
else:
|
|
16624
|
+
_query_params.append(('last_login__gt', last_login__gt))
|
|
16625
|
+
|
|
16626
|
+
if last_login__isnull is not None:
|
|
16627
|
+
|
|
16628
|
+
_query_params.append(('last_login__isnull', last_login__isnull))
|
|
16629
|
+
|
|
16630
|
+
if last_login__lt is not None:
|
|
16631
|
+
if isinstance(last_login__lt, datetime):
|
|
16632
|
+
_query_params.append(
|
|
16633
|
+
(
|
|
16634
|
+
'last_login__lt',
|
|
16635
|
+
last_login__lt.strftime(
|
|
16636
|
+
self.api_client.configuration.datetime_format
|
|
16637
|
+
)
|
|
16638
|
+
)
|
|
16639
|
+
)
|
|
16640
|
+
else:
|
|
16641
|
+
_query_params.append(('last_login__lt', last_login__lt))
|
|
16642
|
+
|
|
16277
16643
|
if last_updated is not None:
|
|
16278
16644
|
if isinstance(last_updated, datetime):
|
|
16279
16645
|
_query_params.append(
|
|
@@ -16951,6 +17317,10 @@ class CoreApi:
|
|
|
16951
17317
|
include_roles: Optional[StrictBool] = None,
|
|
16952
17318
|
is_active: Optional[StrictBool] = None,
|
|
16953
17319
|
is_superuser: Optional[StrictBool] = None,
|
|
17320
|
+
last_login: Optional[datetime] = None,
|
|
17321
|
+
last_login__gt: Optional[datetime] = None,
|
|
17322
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17323
|
+
last_login__lt: Optional[datetime] = None,
|
|
16954
17324
|
last_updated: Optional[datetime] = None,
|
|
16955
17325
|
last_updated__gt: Optional[datetime] = None,
|
|
16956
17326
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -16996,7 +17366,7 @@ class CoreApi:
|
|
|
16996
17366
|
:param groups_by_name:
|
|
16997
17367
|
:type groups_by_name: List[str]
|
|
16998
17368
|
:param groups_by_pk:
|
|
16999
|
-
:type groups_by_pk: List[
|
|
17369
|
+
:type groups_by_pk: List[UUID]
|
|
17000
17370
|
:param include_groups:
|
|
17001
17371
|
:type include_groups: bool
|
|
17002
17372
|
:param include_roles:
|
|
@@ -17005,6 +17375,14 @@ class CoreApi:
|
|
|
17005
17375
|
:type is_active: bool
|
|
17006
17376
|
:param is_superuser:
|
|
17007
17377
|
:type is_superuser: bool
|
|
17378
|
+
:param last_login:
|
|
17379
|
+
:type last_login: datetime
|
|
17380
|
+
:param last_login__gt:
|
|
17381
|
+
:type last_login__gt: datetime
|
|
17382
|
+
:param last_login__isnull:
|
|
17383
|
+
:type last_login__isnull: bool
|
|
17384
|
+
:param last_login__lt:
|
|
17385
|
+
:type last_login__lt: datetime
|
|
17008
17386
|
:param last_updated:
|
|
17009
17387
|
:type last_updated: datetime
|
|
17010
17388
|
:param last_updated__gt:
|
|
@@ -17026,7 +17404,7 @@ class CoreApi:
|
|
|
17026
17404
|
:param roles_by_name:
|
|
17027
17405
|
:type roles_by_name: List[str]
|
|
17028
17406
|
:param roles_by_pk:
|
|
17029
|
-
:type roles_by_pk: List[
|
|
17407
|
+
:type roles_by_pk: List[UUID]
|
|
17030
17408
|
:param search: A search term.
|
|
17031
17409
|
:type search: str
|
|
17032
17410
|
:param type:
|
|
@@ -17034,7 +17412,7 @@ class CoreApi:
|
|
|
17034
17412
|
:param username:
|
|
17035
17413
|
:type username: str
|
|
17036
17414
|
:param uuid:
|
|
17037
|
-
:type uuid:
|
|
17415
|
+
:type uuid: UUID
|
|
17038
17416
|
:param _request_timeout: timeout setting for this request. If one
|
|
17039
17417
|
number provided, it will be total request
|
|
17040
17418
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17069,6 +17447,10 @@ class CoreApi:
|
|
|
17069
17447
|
include_roles=include_roles,
|
|
17070
17448
|
is_active=is_active,
|
|
17071
17449
|
is_superuser=is_superuser,
|
|
17450
|
+
last_login=last_login,
|
|
17451
|
+
last_login__gt=last_login__gt,
|
|
17452
|
+
last_login__isnull=last_login__isnull,
|
|
17453
|
+
last_login__lt=last_login__lt,
|
|
17072
17454
|
last_updated=last_updated,
|
|
17073
17455
|
last_updated__gt=last_updated__gt,
|
|
17074
17456
|
last_updated__lt=last_updated__lt,
|
|
@@ -17120,6 +17502,10 @@ class CoreApi:
|
|
|
17120
17502
|
include_roles: Optional[StrictBool] = None,
|
|
17121
17503
|
is_active: Optional[StrictBool] = None,
|
|
17122
17504
|
is_superuser: Optional[StrictBool] = None,
|
|
17505
|
+
last_login: Optional[datetime] = None,
|
|
17506
|
+
last_login__gt: Optional[datetime] = None,
|
|
17507
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17508
|
+
last_login__lt: Optional[datetime] = None,
|
|
17123
17509
|
last_updated: Optional[datetime] = None,
|
|
17124
17510
|
last_updated__gt: Optional[datetime] = None,
|
|
17125
17511
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -17165,7 +17551,7 @@ class CoreApi:
|
|
|
17165
17551
|
:param groups_by_name:
|
|
17166
17552
|
:type groups_by_name: List[str]
|
|
17167
17553
|
:param groups_by_pk:
|
|
17168
|
-
:type groups_by_pk: List[
|
|
17554
|
+
:type groups_by_pk: List[UUID]
|
|
17169
17555
|
:param include_groups:
|
|
17170
17556
|
:type include_groups: bool
|
|
17171
17557
|
:param include_roles:
|
|
@@ -17174,6 +17560,14 @@ class CoreApi:
|
|
|
17174
17560
|
:type is_active: bool
|
|
17175
17561
|
:param is_superuser:
|
|
17176
17562
|
:type is_superuser: bool
|
|
17563
|
+
:param last_login:
|
|
17564
|
+
:type last_login: datetime
|
|
17565
|
+
:param last_login__gt:
|
|
17566
|
+
:type last_login__gt: datetime
|
|
17567
|
+
:param last_login__isnull:
|
|
17568
|
+
:type last_login__isnull: bool
|
|
17569
|
+
:param last_login__lt:
|
|
17570
|
+
:type last_login__lt: datetime
|
|
17177
17571
|
:param last_updated:
|
|
17178
17572
|
:type last_updated: datetime
|
|
17179
17573
|
:param last_updated__gt:
|
|
@@ -17195,7 +17589,7 @@ class CoreApi:
|
|
|
17195
17589
|
:param roles_by_name:
|
|
17196
17590
|
:type roles_by_name: List[str]
|
|
17197
17591
|
:param roles_by_pk:
|
|
17198
|
-
:type roles_by_pk: List[
|
|
17592
|
+
:type roles_by_pk: List[UUID]
|
|
17199
17593
|
:param search: A search term.
|
|
17200
17594
|
:type search: str
|
|
17201
17595
|
:param type:
|
|
@@ -17203,7 +17597,7 @@ class CoreApi:
|
|
|
17203
17597
|
:param username:
|
|
17204
17598
|
:type username: str
|
|
17205
17599
|
:param uuid:
|
|
17206
|
-
:type uuid:
|
|
17600
|
+
:type uuid: UUID
|
|
17207
17601
|
:param _request_timeout: timeout setting for this request. If one
|
|
17208
17602
|
number provided, it will be total request
|
|
17209
17603
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17238,6 +17632,10 @@ class CoreApi:
|
|
|
17238
17632
|
include_roles=include_roles,
|
|
17239
17633
|
is_active=is_active,
|
|
17240
17634
|
is_superuser=is_superuser,
|
|
17635
|
+
last_login=last_login,
|
|
17636
|
+
last_login__gt=last_login__gt,
|
|
17637
|
+
last_login__isnull=last_login__isnull,
|
|
17638
|
+
last_login__lt=last_login__lt,
|
|
17241
17639
|
last_updated=last_updated,
|
|
17242
17640
|
last_updated__gt=last_updated__gt,
|
|
17243
17641
|
last_updated__lt=last_updated__lt,
|
|
@@ -17289,6 +17687,10 @@ class CoreApi:
|
|
|
17289
17687
|
include_roles: Optional[StrictBool] = None,
|
|
17290
17688
|
is_active: Optional[StrictBool] = None,
|
|
17291
17689
|
is_superuser: Optional[StrictBool] = None,
|
|
17690
|
+
last_login: Optional[datetime] = None,
|
|
17691
|
+
last_login__gt: Optional[datetime] = None,
|
|
17692
|
+
last_login__isnull: Optional[StrictBool] = None,
|
|
17693
|
+
last_login__lt: Optional[datetime] = None,
|
|
17292
17694
|
last_updated: Optional[datetime] = None,
|
|
17293
17695
|
last_updated__gt: Optional[datetime] = None,
|
|
17294
17696
|
last_updated__lt: Optional[datetime] = None,
|
|
@@ -17334,7 +17736,7 @@ class CoreApi:
|
|
|
17334
17736
|
:param groups_by_name:
|
|
17335
17737
|
:type groups_by_name: List[str]
|
|
17336
17738
|
:param groups_by_pk:
|
|
17337
|
-
:type groups_by_pk: List[
|
|
17739
|
+
:type groups_by_pk: List[UUID]
|
|
17338
17740
|
:param include_groups:
|
|
17339
17741
|
:type include_groups: bool
|
|
17340
17742
|
:param include_roles:
|
|
@@ -17343,6 +17745,14 @@ class CoreApi:
|
|
|
17343
17745
|
:type is_active: bool
|
|
17344
17746
|
:param is_superuser:
|
|
17345
17747
|
:type is_superuser: bool
|
|
17748
|
+
:param last_login:
|
|
17749
|
+
:type last_login: datetime
|
|
17750
|
+
:param last_login__gt:
|
|
17751
|
+
:type last_login__gt: datetime
|
|
17752
|
+
:param last_login__isnull:
|
|
17753
|
+
:type last_login__isnull: bool
|
|
17754
|
+
:param last_login__lt:
|
|
17755
|
+
:type last_login__lt: datetime
|
|
17346
17756
|
:param last_updated:
|
|
17347
17757
|
:type last_updated: datetime
|
|
17348
17758
|
:param last_updated__gt:
|
|
@@ -17364,7 +17774,7 @@ class CoreApi:
|
|
|
17364
17774
|
:param roles_by_name:
|
|
17365
17775
|
:type roles_by_name: List[str]
|
|
17366
17776
|
:param roles_by_pk:
|
|
17367
|
-
:type roles_by_pk: List[
|
|
17777
|
+
:type roles_by_pk: List[UUID]
|
|
17368
17778
|
:param search: A search term.
|
|
17369
17779
|
:type search: str
|
|
17370
17780
|
:param type:
|
|
@@ -17372,7 +17782,7 @@ class CoreApi:
|
|
|
17372
17782
|
:param username:
|
|
17373
17783
|
:type username: str
|
|
17374
17784
|
:param uuid:
|
|
17375
|
-
:type uuid:
|
|
17785
|
+
:type uuid: UUID
|
|
17376
17786
|
:param _request_timeout: timeout setting for this request. If one
|
|
17377
17787
|
number provided, it will be total request
|
|
17378
17788
|
timeout. It can also be a pair (tuple) of
|
|
@@ -17407,6 +17817,10 @@ class CoreApi:
|
|
|
17407
17817
|
include_roles=include_roles,
|
|
17408
17818
|
is_active=is_active,
|
|
17409
17819
|
is_superuser=is_superuser,
|
|
17820
|
+
last_login=last_login,
|
|
17821
|
+
last_login__gt=last_login__gt,
|
|
17822
|
+
last_login__isnull=last_login__isnull,
|
|
17823
|
+
last_login__lt=last_login__lt,
|
|
17410
17824
|
last_updated=last_updated,
|
|
17411
17825
|
last_updated__gt=last_updated__gt,
|
|
17412
17826
|
last_updated__lt=last_updated__lt,
|
|
@@ -17453,6 +17867,10 @@ class CoreApi:
|
|
|
17453
17867
|
include_roles,
|
|
17454
17868
|
is_active,
|
|
17455
17869
|
is_superuser,
|
|
17870
|
+
last_login,
|
|
17871
|
+
last_login__gt,
|
|
17872
|
+
last_login__isnull,
|
|
17873
|
+
last_login__lt,
|
|
17456
17874
|
last_updated,
|
|
17457
17875
|
last_updated__gt,
|
|
17458
17876
|
last_updated__lt,
|
|
@@ -17566,6 +17984,49 @@ class CoreApi:
|
|
|
17566
17984
|
|
|
17567
17985
|
_query_params.append(('is_superuser', is_superuser))
|
|
17568
17986
|
|
|
17987
|
+
if last_login is not None:
|
|
17988
|
+
if isinstance(last_login, datetime):
|
|
17989
|
+
_query_params.append(
|
|
17990
|
+
(
|
|
17991
|
+
'last_login',
|
|
17992
|
+
last_login.strftime(
|
|
17993
|
+
self.api_client.configuration.datetime_format
|
|
17994
|
+
)
|
|
17995
|
+
)
|
|
17996
|
+
)
|
|
17997
|
+
else:
|
|
17998
|
+
_query_params.append(('last_login', last_login))
|
|
17999
|
+
|
|
18000
|
+
if last_login__gt is not None:
|
|
18001
|
+
if isinstance(last_login__gt, datetime):
|
|
18002
|
+
_query_params.append(
|
|
18003
|
+
(
|
|
18004
|
+
'last_login__gt',
|
|
18005
|
+
last_login__gt.strftime(
|
|
18006
|
+
self.api_client.configuration.datetime_format
|
|
18007
|
+
)
|
|
18008
|
+
)
|
|
18009
|
+
)
|
|
18010
|
+
else:
|
|
18011
|
+
_query_params.append(('last_login__gt', last_login__gt))
|
|
18012
|
+
|
|
18013
|
+
if last_login__isnull is not None:
|
|
18014
|
+
|
|
18015
|
+
_query_params.append(('last_login__isnull', last_login__isnull))
|
|
18016
|
+
|
|
18017
|
+
if last_login__lt is not None:
|
|
18018
|
+
if isinstance(last_login__lt, datetime):
|
|
18019
|
+
_query_params.append(
|
|
18020
|
+
(
|
|
18021
|
+
'last_login__lt',
|
|
18022
|
+
last_login__lt.strftime(
|
|
18023
|
+
self.api_client.configuration.datetime_format
|
|
18024
|
+
)
|
|
18025
|
+
)
|
|
18026
|
+
)
|
|
18027
|
+
else:
|
|
18028
|
+
_query_params.append(('last_login__lt', last_login__lt))
|
|
18029
|
+
|
|
17569
18030
|
if last_updated is not None:
|
|
17570
18031
|
if isinstance(last_updated, datetime):
|
|
17571
18032
|
_query_params.append(
|