authentik-client 2025.12.3__py3-none-any.whl → 2026.2.0rc1.post1770131035__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- authentik_client/__init__.py +24 -4
- authentik_client/api/admin_api.py +1 -1
- authentik_client/api/authenticators_api.py +19 -19
- authentik_client/api/core_api.py +576 -115
- authentik_client/api/crypto_api.py +22 -39
- authentik_client/api/endpoints_api.py +2121 -109
- authentik_client/api/enterprise_api.py +16 -16
- authentik_client/api/events_api.py +64 -64
- authentik_client/api/flows_api.py +34 -34
- authentik_client/api/managed_api.py +19 -19
- authentik_client/api/oauth2_api.py +1 -1
- authentik_client/api/outposts_api.py +67 -67
- authentik_client/api/policies_api.py +187 -187
- authentik_client/api/propertymappings_api.py +244 -244
- authentik_client/api/providers_api.py +3430 -351
- authentik_client/api/rac_api.py +34 -34
- authentik_client/api/rbac_api.py +52 -69
- authentik_client/api/reports_api.py +7 -7
- authentik_client/api/root_api.py +1 -1
- authentik_client/api/schema_api.py +1 -1
- authentik_client/api/sources_api.py +97 -97
- authentik_client/api/ssf_api.py +4 -4
- authentik_client/api/stages_api.py +544 -545
- authentik_client/api/tasks_api.py +19 -19
- authentik_client/api/tenants_api.py +19 -19
- authentik_client/api_client.py +5 -5
- authentik_client/configuration.py +6 -4
- authentik_client/exceptions.py +7 -4
- authentik_client/models/__init__.py +12 -2
- authentik_client/models/access_denied_challenge.py +1 -1
- authentik_client/models/agent_authentication_response.py +1 -1
- authentik_client/models/agent_config.py +1 -1
- authentik_client/models/agent_connector.py +1 -1
- authentik_client/models/agent_connector_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_request.py +1 -1
- authentik_client/models/agent_psso_device_registration_response.py +1 -1
- authentik_client/models/agent_psso_user_registration_request.py +1 -1
- authentik_client/models/agent_token_response.py +1 -1
- authentik_client/models/alg_enum.py +3 -1
- authentik_client/models/app.py +1 -1
- authentik_client/models/app_enum.py +3 -1
- authentik_client/models/apple_challenge_response_request.py +1 -1
- authentik_client/models/apple_login_challenge.py +1 -1
- authentik_client/models/application.py +1 -1
- authentik_client/models/application_entitlement.py +1 -1
- authentik_client/models/application_entitlement_request.py +1 -1
- authentik_client/models/application_request.py +1 -1
- authentik_client/models/auth_type_enum.py +1 -1
- authentik_client/models/authenticated_session.py +1 -1
- authentik_client/models/authenticated_session_asn.py +1 -1
- authentik_client/models/authenticated_session_geo_ip.py +1 -1
- authentik_client/models/authenticated_session_user_agent.py +1 -1
- authentik_client/models/authenticated_session_user_agent_device.py +1 -1
- authentik_client/models/authenticated_session_user_agent_os.py +1 -1
- authentik_client/models/authenticated_session_user_agent_user_agent.py +1 -1
- authentik_client/models/authentication_enum.py +1 -1
- authentik_client/models/authenticator_attachment_enum.py +1 -1
- authentik_client/models/authenticator_duo_challenge.py +1 -1
- authentik_client/models/authenticator_duo_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_duo_stage.py +1 -1
- authentik_client/models/authenticator_duo_stage_device_import_response.py +1 -1
- authentik_client/models/authenticator_duo_stage_manual_device_import_request.py +1 -1
- authentik_client/models/authenticator_duo_stage_request.py +1 -1
- authentik_client/models/authenticator_email_challenge.py +1 -1
- authentik_client/models/authenticator_email_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_email_stage.py +1 -1
- authentik_client/models/authenticator_email_stage_request.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage.py +1 -1
- authentik_client/models/authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/authenticator_sms_challenge.py +1 -1
- authentik_client/models/authenticator_sms_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_sms_stage.py +1 -1
- authentik_client/models/authenticator_sms_stage_request.py +1 -1
- authentik_client/models/authenticator_static_challenge.py +1 -1
- authentik_client/models/authenticator_static_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_static_stage.py +1 -1
- authentik_client/models/authenticator_static_stage_request.py +1 -1
- authentik_client/models/authenticator_totp_challenge.py +1 -1
- authentik_client/models/authenticator_totp_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_totp_stage.py +1 -1
- authentik_client/models/authenticator_totp_stage_request.py +1 -1
- authentik_client/models/authenticator_validate_stage.py +1 -1
- authentik_client/models/authenticator_validate_stage_request.py +1 -1
- authentik_client/models/authenticator_validation_challenge.py +1 -1
- authentik_client/models/authenticator_validation_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge.py +1 -1
- authentik_client/models/authenticator_web_authn_challenge_response_request.py +1 -1
- authentik_client/models/authenticator_web_authn_stage.py +1 -1
- authentik_client/models/authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/authorization_code_auth_method_enum.py +1 -1
- authentik_client/models/auto_submit_challenge_response_request.py +1 -1
- authentik_client/models/autosubmit_challenge.py +1 -1
- authentik_client/models/backends_enum.py +1 -1
- authentik_client/models/binding_type_enum.py +1 -1
- authentik_client/models/blueprint_file.py +1 -1
- authentik_client/models/blueprint_instance.py +1 -1
- authentik_client/models/blueprint_instance_request.py +1 -1
- authentik_client/models/blueprint_instance_status_enum.py +1 -1
- authentik_client/models/brand.py +1 -1
- authentik_client/models/brand_request.py +1 -1
- authentik_client/models/bulk_delete_session_response.py +88 -0
- authentik_client/models/cache.py +1 -1
- authentik_client/models/capabilities_enum.py +1 -1
- authentik_client/models/captcha_challenge.py +1 -1
- authentik_client/models/captcha_challenge_response_request.py +1 -1
- authentik_client/models/captcha_stage.py +1 -1
- authentik_client/models/captcha_stage_request.py +1 -1
- authentik_client/models/cert_attribute_enum.py +1 -1
- authentik_client/models/certificate_data.py +1 -1
- authentik_client/models/certificate_generation_request.py +1 -1
- authentik_client/models/certificate_key_pair.py +6 -6
- authentik_client/models/certificate_key_pair_request.py +1 -1
- authentik_client/models/challenge_types.py +1 -1
- authentik_client/models/client_type_enum.py +1 -1
- authentik_client/models/compatibility_mode_enum.py +1 -1
- authentik_client/models/config.py +1 -1
- authentik_client/models/connection_token.py +1 -1
- authentik_client/models/connection_token_request.py +1 -1
- authentik_client/models/connector.py +1 -1
- authentik_client/models/consent_challenge.py +1 -1
- authentik_client/models/consent_challenge_response_request.py +1 -1
- authentik_client/models/consent_permission.py +1 -1
- authentik_client/models/consent_stage.py +1 -1
- authentik_client/models/consent_stage_mode_enum.py +1 -1
- authentik_client/models/consent_stage_request.py +1 -1
- authentik_client/models/content_type.py +1 -1
- authentik_client/models/contextual_flow_info.py +1 -1
- authentik_client/models/contextual_flow_info_layout_enum.py +1 -1
- authentik_client/models/country_code_enum.py +1 -1
- authentik_client/models/current_brand.py +1 -1
- authentik_client/models/current_brand_flags.py +4 -2
- authentik_client/models/data_export.py +1 -1
- authentik_client/models/delivery_method_enum.py +1 -1
- authentik_client/models/denied_action_enum.py +1 -1
- authentik_client/models/deny_stage.py +1 -1
- authentik_client/models/deny_stage_request.py +1 -1
- authentik_client/models/detailed_country.py +1 -1
- authentik_client/models/detailed_country_field.py +1 -1
- authentik_client/models/device.py +1 -1
- authentik_client/models/device_access_group.py +6 -4
- authentik_client/models/device_access_group_request.py +6 -4
- authentik_client/models/device_challenge.py +1 -1
- authentik_client/models/device_challenge_request.py +1 -1
- authentik_client/models/device_classes_enum.py +1 -1
- authentik_client/models/device_connection.py +1 -1
- authentik_client/models/device_fact_snapshot.py +8 -3
- authentik_client/models/device_facts.py +1 -1
- authentik_client/models/device_facts_os_family.py +1 -1
- authentik_client/models/device_facts_request.py +1 -1
- authentik_client/models/device_group.py +1 -1
- authentik_client/models/device_group_request.py +1 -1
- authentik_client/models/device_summary.py +1 -1
- authentik_client/models/device_user.py +1 -1
- authentik_client/models/device_user_binding.py +1 -1
- authentik_client/models/device_user_binding_request.py +1 -1
- authentik_client/models/device_user_request.py +1 -1
- authentik_client/models/digest_algorithm_enum.py +1 -1
- authentik_client/models/digits_enum.py +1 -1
- authentik_client/models/disk.py +1 -1
- authentik_client/models/disk_request.py +1 -1
- authentik_client/models/docker_service_connection.py +1 -1
- authentik_client/models/docker_service_connection_request.py +1 -1
- authentik_client/models/domain.py +1 -1
- authentik_client/models/domain_request.py +1 -1
- authentik_client/models/dummy_challenge.py +1 -1
- authentik_client/models/dummy_challenge_response_request.py +1 -1
- authentik_client/models/dummy_policy.py +1 -1
- authentik_client/models/dummy_policy_request.py +1 -1
- authentik_client/models/dummy_stage.py +1 -1
- authentik_client/models/dummy_stage_request.py +1 -1
- authentik_client/models/duo_device.py +1 -1
- authentik_client/models/duo_device_enrollment_status.py +1 -1
- authentik_client/models/duo_device_request.py +1 -1
- authentik_client/models/duo_response_enum.py +1 -1
- authentik_client/models/email_challenge.py +1 -1
- authentik_client/models/email_challenge_response_request.py +1 -1
- authentik_client/models/email_device.py +1 -1
- authentik_client/models/email_device_request.py +1 -1
- authentik_client/models/email_stage.py +1 -1
- authentik_client/models/email_stage_request.py +1 -1
- authentik_client/models/endpoint.py +1 -1
- authentik_client/models/endpoint_agent_challenge.py +1 -1
- authentik_client/models/endpoint_agent_challenge_response_request.py +1 -1
- authentik_client/models/endpoint_auth_mode_enum.py +1 -1
- authentik_client/models/endpoint_device.py +1 -1
- authentik_client/models/endpoint_device_details.py +1 -1
- authentik_client/models/endpoint_device_request.py +1 -1
- authentik_client/models/endpoint_request.py +1 -1
- authentik_client/models/endpoint_stage.py +1 -1
- authentik_client/models/endpoint_stage_request.py +1 -1
- authentik_client/models/enroll_request.py +1 -1
- authentik_client/models/enrollment_token.py +1 -1
- authentik_client/models/enrollment_token_request.py +1 -1
- authentik_client/models/error_detail.py +1 -1
- authentik_client/models/error_reporting_config.py +1 -1
- authentik_client/models/event.py +1 -1
- authentik_client/models/event_actions.py +2 -1
- authentik_client/models/event_matcher_policy.py +1 -1
- authentik_client/models/event_matcher_policy_request.py +1 -1
- authentik_client/models/event_request.py +1 -1
- authentik_client/models/event_top_per_user.py +1 -1
- authentik_client/models/event_volume.py +1 -1
- authentik_client/models/events_requested_enum.py +1 -1
- authentik_client/models/expiring_base_grant_model.py +1 -1
- authentik_client/models/expression_policy.py +1 -1
- authentik_client/models/expression_policy_request.py +1 -1
- authentik_client/models/extra_role_object_permission.py +1 -1
- authentik_client/models/file_list.py +1 -1
- authentik_client/models/fleet_connector.py +123 -0
- authentik_client/models/fleet_connector_request.py +109 -0
- authentik_client/models/flow.py +1 -1
- authentik_client/models/flow_challenge_response_request.py +1 -1
- authentik_client/models/flow_designation_enum.py +1 -1
- authentik_client/models/flow_diagram.py +1 -1
- authentik_client/models/flow_error_challenge.py +1 -1
- authentik_client/models/flow_import_result.py +1 -1
- authentik_client/models/flow_inspection.py +1 -1
- authentik_client/models/flow_inspector_plan.py +1 -1
- authentik_client/models/flow_layout_enum.py +1 -1
- authentik_client/models/flow_request.py +1 -1
- authentik_client/models/flow_set.py +1 -1
- authentik_client/models/flow_stage_binding.py +1 -1
- authentik_client/models/flow_stage_binding_request.py +1 -1
- authentik_client/models/footer_link.py +1 -1
- authentik_client/models/frame_challenge.py +1 -1
- authentik_client/models/frame_challenge_response_request.py +1 -1
- authentik_client/models/generic_error.py +1 -1
- authentik_client/models/geo_ip_policy.py +1 -1
- authentik_client/models/geo_ip_policy_request.py +1 -1
- authentik_client/models/geoip_binding_enum.py +1 -1
- authentik_client/models/global_task_status.py +1 -1
- authentik_client/models/google_endpoint_device.py +1 -1
- authentik_client/models/google_endpoint_device_request.py +1 -1
- authentik_client/models/google_workspace_provider.py +1 -1
- authentik_client/models/google_workspace_provider_group.py +1 -1
- authentik_client/models/google_workspace_provider_group_request.py +1 -1
- authentik_client/models/google_workspace_provider_mapping.py +1 -1
- authentik_client/models/google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/google_workspace_provider_request.py +1 -1
- authentik_client/models/google_workspace_provider_user.py +1 -1
- authentik_client/models/google_workspace_provider_user_request.py +1 -1
- authentik_client/models/group.py +1 -1
- authentik_client/models/group_kerberos_source_connection.py +1 -1
- authentik_client/models/group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/group_ldap_source_connection.py +1 -1
- authentik_client/models/group_ldap_source_connection_request.py +1 -1
- authentik_client/models/group_matching_mode_enum.py +1 -1
- authentik_client/models/group_o_auth_source_connection.py +1 -1
- authentik_client/models/group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/group_plex_source_connection.py +1 -1
- authentik_client/models/group_plex_source_connection_request.py +1 -1
- authentik_client/models/group_request.py +1 -1
- authentik_client/models/group_saml_source_connection.py +1 -1
- authentik_client/models/group_saml_source_connection_request.py +1 -1
- authentik_client/models/group_source_connection.py +1 -1
- authentik_client/models/group_source_connection_request.py +1 -1
- authentik_client/models/group_telegram_source_connection.py +1 -1
- authentik_client/models/group_telegram_source_connection_request.py +1 -1
- authentik_client/models/hardware.py +1 -1
- authentik_client/models/hardware_request.py +1 -1
- authentik_client/models/identification_challenge.py +9 -2
- authentik_client/models/identification_challenge_response_request.py +1 -1
- authentik_client/models/identification_stage.py +1 -1
- authentik_client/models/identification_stage_request.py +1 -1
- authentik_client/models/iframe_logout_challenge.py +1 -1
- authentik_client/models/iframe_logout_challenge_response_request.py +1 -1
- authentik_client/models/impersonation_request.py +1 -1
- authentik_client/models/initial_permissions.py +1 -1
- authentik_client/models/initial_permissions_request.py +1 -1
- authentik_client/models/install_id.py +1 -1
- authentik_client/models/intent_enum.py +1 -1
- authentik_client/models/invalid_response_action_enum.py +1 -1
- authentik_client/models/invitation.py +1 -1
- authentik_client/models/invitation_request.py +1 -1
- authentik_client/models/invitation_stage.py +1 -1
- authentik_client/models/invitation_stage_request.py +1 -1
- authentik_client/models/issuer_mode_enum.py +1 -1
- authentik_client/models/kadmin_type_enum.py +1 -1
- authentik_client/models/kerberos_source.py +1 -1
- authentik_client/models/kerberos_source_property_mapping.py +1 -1
- authentik_client/models/kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/kerberos_source_request.py +1 -1
- authentik_client/models/key_type_enum.py +1 -1
- authentik_client/models/kubernetes_service_connection.py +1 -1
- authentik_client/models/kubernetes_service_connection_request.py +1 -1
- authentik_client/models/last_task_status_enum.py +1 -1
- authentik_client/models/ldap_check_access.py +1 -1
- authentik_client/models/ldap_debug.py +1 -1
- authentik_client/models/ldap_outpost_config.py +1 -1
- authentik_client/models/ldap_provider.py +1 -1
- authentik_client/models/ldap_provider_request.py +1 -1
- authentik_client/models/ldap_source.py +1 -1
- authentik_client/models/ldap_source_property_mapping.py +1 -1
- authentik_client/models/ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/ldap_source_request.py +1 -1
- authentik_client/models/ldapapi_access_mode.py +1 -1
- authentik_client/models/license.py +1 -1
- authentik_client/models/license_flags_enum.py +1 -1
- authentik_client/models/license_forecast.py +1 -1
- authentik_client/models/license_request.py +1 -1
- authentik_client/models/license_status_enum.py +1 -1
- authentik_client/models/license_summary.py +1 -1
- authentik_client/models/license_summary_status_enum.py +1 -1
- authentik_client/models/link.py +1 -1
- authentik_client/models/log_event.py +1 -1
- authentik_client/models/log_level_enum.py +1 -1
- authentik_client/models/login_challenge_types.py +1 -1
- authentik_client/models/login_source.py +1 -1
- authentik_client/models/matching_mode_enum.py +1 -1
- authentik_client/models/mdm_config_request.py +1 -1
- authentik_client/models/mdm_config_response.py +1 -1
- authentik_client/models/metadata.py +1 -1
- authentik_client/models/microsoft_entra_provider.py +1 -1
- authentik_client/models/microsoft_entra_provider_group.py +1 -1
- authentik_client/models/microsoft_entra_provider_group_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping.py +1 -1
- authentik_client/models/microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_request.py +1 -1
- authentik_client/models/microsoft_entra_provider_user.py +1 -1
- authentik_client/models/microsoft_entra_provider_user_request.py +1 -1
- authentik_client/models/model_enum.py +3 -1
- authentik_client/models/model_request.py +23 -9
- authentik_client/models/mutual_tls_stage.py +1 -1
- authentik_client/models/mutual_tls_stage_request.py +1 -1
- authentik_client/models/native_logout_challenge.py +1 -1
- authentik_client/models/native_logout_challenge_response_request.py +1 -1
- authentik_client/models/network.py +1 -1
- authentik_client/models/network_binding_enum.py +1 -1
- authentik_client/models/network_interface.py +1 -1
- authentik_client/models/network_interface_request.py +1 -1
- authentik_client/models/network_request.py +1 -1
- authentik_client/models/not_configured_action_enum.py +1 -1
- authentik_client/models/notification.py +1 -1
- authentik_client/models/notification_request.py +1 -1
- authentik_client/models/notification_rule.py +1 -1
- authentik_client/models/notification_rule_request.py +1 -1
- authentik_client/models/notification_transport.py +1 -1
- authentik_client/models/notification_transport_mode_enum.py +1 -1
- authentik_client/models/notification_transport_request.py +1 -1
- authentik_client/models/notification_transport_test.py +1 -1
- authentik_client/models/notification_webhook_mapping.py +1 -1
- authentik_client/models/notification_webhook_mapping_request.py +1 -1
- authentik_client/models/o_auth2_provider.py +1 -1
- authentik_client/models/o_auth2_provider_logout_method_enum.py +1 -1
- authentik_client/models/o_auth2_provider_request.py +1 -1
- authentik_client/models/o_auth2_provider_setup_urls.py +1 -1
- authentik_client/models/o_auth_device_code_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge.py +1 -1
- authentik_client/models/o_auth_device_code_finish_challenge_response_request.py +1 -1
- authentik_client/models/o_auth_source.py +1 -1
- authentik_client/models/o_auth_source_property_mapping.py +1 -1
- authentik_client/models/o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/o_auth_source_request.py +1 -1
- authentik_client/models/open_id_connect_configuration.py +1 -1
- authentik_client/models/operating_system.py +5 -5
- authentik_client/models/operating_system_request.py +4 -4
- authentik_client/models/outgoing_sync_delete_action.py +1 -1
- authentik_client/models/outpost.py +1 -1
- authentik_client/models/outpost_default_config.py +1 -1
- authentik_client/models/outpost_health.py +1 -1
- authentik_client/models/outpost_request.py +1 -1
- authentik_client/models/outpost_type_enum.py +1 -1
- authentik_client/models/paginated_agent_connector_list.py +1 -1
- authentik_client/models/paginated_application_entitlement_list.py +1 -1
- authentik_client/models/paginated_application_list.py +1 -1
- authentik_client/models/paginated_authenticated_session_list.py +1 -1
- authentik_client/models/paginated_authenticator_duo_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_email_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_endpoint_gdtc_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_sms_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_static_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_totp_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_validate_stage_list.py +1 -1
- authentik_client/models/paginated_authenticator_web_authn_stage_list.py +1 -1
- authentik_client/models/paginated_blueprint_instance_list.py +1 -1
- authentik_client/models/paginated_brand_list.py +1 -1
- authentik_client/models/paginated_captcha_stage_list.py +1 -1
- authentik_client/models/paginated_certificate_key_pair_list.py +1 -1
- authentik_client/models/paginated_connection_token_list.py +1 -1
- authentik_client/models/paginated_connector_list.py +1 -1
- authentik_client/models/paginated_consent_stage_list.py +1 -1
- authentik_client/models/paginated_data_export_list.py +1 -1
- authentik_client/models/paginated_deny_stage_list.py +1 -1
- authentik_client/models/paginated_device_access_group_list.py +1 -1
- authentik_client/models/paginated_device_user_binding_list.py +1 -1
- authentik_client/models/paginated_docker_service_connection_list.py +1 -1
- authentik_client/models/paginated_domain_list.py +1 -1
- authentik_client/models/paginated_dummy_policy_list.py +1 -1
- authentik_client/models/paginated_dummy_stage_list.py +1 -1
- authentik_client/models/paginated_duo_device_list.py +1 -1
- authentik_client/models/paginated_email_device_list.py +1 -1
- authentik_client/models/paginated_email_stage_list.py +1 -1
- authentik_client/models/paginated_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_endpoint_list.py +1 -1
- authentik_client/models/paginated_endpoint_stage_list.py +1 -1
- authentik_client/models/paginated_enrollment_token_list.py +1 -1
- authentik_client/models/paginated_event_list.py +1 -1
- authentik_client/models/paginated_event_matcher_policy_list.py +1 -1
- authentik_client/models/paginated_expiring_base_grant_model_list.py +1 -1
- authentik_client/models/paginated_expression_policy_list.py +1 -1
- authentik_client/models/paginated_extra_role_object_permission_list.py +1 -1
- authentik_client/models/paginated_fleet_connector_list.py +104 -0
- authentik_client/models/paginated_flow_list.py +1 -1
- authentik_client/models/paginated_flow_stage_binding_list.py +1 -1
- authentik_client/models/paginated_geo_ip_policy_list.py +1 -1
- authentik_client/models/paginated_google_endpoint_device_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_group_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_google_workspace_provider_user_list.py +1 -1
- authentik_client/models/paginated_group_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_list.py +1 -1
- authentik_client/models/paginated_group_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_source_connection_list.py +1 -1
- authentik_client/models/paginated_group_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_identification_stage_list.py +1 -1
- authentik_client/models/paginated_initial_permissions_list.py +1 -1
- authentik_client/models/paginated_invitation_list.py +1 -1
- authentik_client/models/paginated_invitation_stage_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_list.py +1 -1
- authentik_client/models/paginated_kerberos_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_kubernetes_service_connection_list.py +1 -1
- authentik_client/models/paginated_ldap_outpost_config_list.py +1 -1
- authentik_client/models/paginated_ldap_provider_list.py +1 -1
- authentik_client/models/paginated_ldap_source_list.py +1 -1
- authentik_client/models/paginated_ldap_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_license_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_group_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_mapping_list.py +1 -1
- authentik_client/models/paginated_microsoft_entra_provider_user_list.py +1 -1
- authentik_client/models/paginated_mutual_tls_stage_list.py +1 -1
- authentik_client/models/paginated_notification_list.py +1 -1
- authentik_client/models/paginated_notification_rule_list.py +1 -1
- authentik_client/models/paginated_notification_transport_list.py +1 -1
- authentik_client/models/paginated_notification_webhook_mapping_list.py +1 -1
- authentik_client/models/paginated_o_auth2_provider_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_list.py +1 -1
- authentik_client/models/paginated_o_auth_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_outpost_list.py +1 -1
- authentik_client/models/paginated_password_expiry_policy_list.py +1 -1
- authentik_client/models/paginated_password_policy_list.py +1 -1
- authentik_client/models/paginated_password_stage_list.py +1 -1
- authentik_client/models/paginated_permission_list.py +1 -1
- authentik_client/models/paginated_plex_source_list.py +1 -1
- authentik_client/models/paginated_plex_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_policy_binding_list.py +1 -1
- authentik_client/models/paginated_policy_list.py +1 -1
- authentik_client/models/paginated_prompt_list.py +1 -1
- authentik_client/models/paginated_prompt_stage_list.py +1 -1
- authentik_client/models/paginated_property_mapping_list.py +1 -1
- authentik_client/models/paginated_provider_list.py +1 -1
- authentik_client/models/paginated_proxy_outpost_config_list.py +1 -1
- authentik_client/models/paginated_proxy_provider_list.py +1 -1
- authentik_client/models/paginated_rac_property_mapping_list.py +1 -1
- authentik_client/models/paginated_rac_provider_list.py +1 -1
- authentik_client/models/paginated_radius_outpost_config_list.py +1 -1
- authentik_client/models/paginated_radius_provider_list.py +1 -1
- authentik_client/models/paginated_radius_provider_property_mapping_list.py +1 -1
- authentik_client/models/paginated_redirect_stage_list.py +1 -1
- authentik_client/models/paginated_reputation_list.py +1 -1
- authentik_client/models/paginated_reputation_policy_list.py +1 -1
- authentik_client/models/paginated_role_assigned_object_permission_list.py +1 -1
- authentik_client/models/paginated_role_list.py +1 -1
- authentik_client/models/paginated_saml_property_mapping_list.py +1 -1
- authentik_client/models/paginated_saml_provider_list.py +1 -1
- authentik_client/models/paginated_saml_source_list.py +1 -1
- authentik_client/models/paginated_saml_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_schedule_list.py +1 -1
- authentik_client/models/paginated_scim_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_provider_group_list.py +1 -1
- authentik_client/models/paginated_scim_provider_list.py +1 -1
- authentik_client/models/paginated_scim_provider_user_list.py +1 -1
- authentik_client/models/paginated_scim_source_group_list.py +1 -1
- authentik_client/models/paginated_scim_source_list.py +1 -1
- authentik_client/models/paginated_scim_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_scim_source_user_list.py +1 -1
- authentik_client/models/paginated_scope_mapping_list.py +1 -1
- authentik_client/models/paginated_service_connection_list.py +1 -1
- authentik_client/models/paginated_sms_device_list.py +1 -1
- authentik_client/models/paginated_source_list.py +1 -1
- authentik_client/models/paginated_source_stage_list.py +1 -1
- authentik_client/models/paginated_ssf_provider_list.py +1 -1
- authentik_client/models/paginated_ssf_stream_list.py +1 -1
- authentik_client/models/paginated_stage_list.py +1 -1
- authentik_client/models/paginated_static_device_list.py +1 -1
- authentik_client/models/paginated_task_list.py +1 -1
- authentik_client/models/paginated_telegram_source_list.py +1 -1
- authentik_client/models/paginated_telegram_source_property_mapping_list.py +1 -1
- authentik_client/models/paginated_tenant_list.py +1 -1
- authentik_client/models/paginated_token_list.py +1 -1
- authentik_client/models/paginated_token_model_list.py +1 -1
- authentik_client/models/paginated_totp_device_list.py +1 -1
- authentik_client/models/paginated_unique_password_policy_list.py +1 -1
- authentik_client/models/paginated_user_consent_list.py +1 -1
- authentik_client/models/paginated_user_delete_stage_list.py +1 -1
- authentik_client/models/paginated_user_kerberos_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_ldap_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_list.py +1 -1
- authentik_client/models/paginated_user_login_stage_list.py +1 -1
- authentik_client/models/paginated_user_logout_stage_list.py +1 -1
- authentik_client/models/paginated_user_o_auth_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_plex_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_saml_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_telegram_source_connection_list.py +1 -1
- authentik_client/models/paginated_user_write_stage_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_list.py +1 -1
- authentik_client/models/paginated_web_authn_device_type_list.py +1 -1
- authentik_client/models/paginated_ws_federation_provider_list.py +104 -0
- authentik_client/models/pagination.py +1 -1
- authentik_client/models/partial_group.py +1 -1
- authentik_client/models/partial_user.py +1 -1
- authentik_client/models/password_challenge.py +1 -1
- authentik_client/models/password_challenge_response_request.py +1 -1
- authentik_client/models/password_expiry_policy.py +1 -1
- authentik_client/models/password_expiry_policy_request.py +1 -1
- authentik_client/models/password_policy.py +1 -1
- authentik_client/models/password_policy_request.py +1 -1
- authentik_client/models/password_stage.py +1 -1
- authentik_client/models/password_stage_request.py +1 -1
- authentik_client/models/patched_agent_connector_request.py +1 -1
- authentik_client/models/patched_application_entitlement_request.py +1 -1
- authentik_client/models/patched_application_request.py +1 -1
- authentik_client/models/patched_authenticator_duo_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_email_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_endpoint_gdtc_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_sms_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_static_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_totp_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_validate_stage_request.py +1 -1
- authentik_client/models/patched_authenticator_web_authn_stage_request.py +1 -1
- authentik_client/models/patched_blueprint_instance_request.py +1 -1
- authentik_client/models/patched_brand_request.py +1 -1
- authentik_client/models/patched_captcha_stage_request.py +1 -1
- authentik_client/models/patched_certificate_key_pair_request.py +1 -1
- authentik_client/models/patched_connection_token_request.py +1 -1
- authentik_client/models/patched_consent_stage_request.py +1 -1
- authentik_client/models/patched_deny_stage_request.py +1 -1
- authentik_client/models/patched_device_access_group_request.py +5 -3
- authentik_client/models/patched_device_user_binding_request.py +1 -1
- authentik_client/models/patched_docker_service_connection_request.py +1 -1
- authentik_client/models/patched_domain_request.py +1 -1
- authentik_client/models/patched_dummy_policy_request.py +1 -1
- authentik_client/models/patched_dummy_stage_request.py +1 -1
- authentik_client/models/patched_duo_device_request.py +1 -1
- authentik_client/models/patched_email_device_request.py +1 -1
- authentik_client/models/patched_email_stage_request.py +1 -1
- authentik_client/models/patched_endpoint_device_request.py +1 -1
- authentik_client/models/patched_endpoint_request.py +1 -1
- authentik_client/models/patched_endpoint_stage_request.py +1 -1
- authentik_client/models/patched_enrollment_token_request.py +1 -1
- authentik_client/models/patched_event_matcher_policy_request.py +1 -1
- authentik_client/models/patched_event_request.py +1 -1
- authentik_client/models/patched_expression_policy_request.py +1 -1
- authentik_client/models/patched_fleet_connector_request.py +109 -0
- authentik_client/models/patched_flow_request.py +1 -1
- authentik_client/models/patched_flow_stage_binding_request.py +1 -1
- authentik_client/models/patched_geo_ip_policy_request.py +1 -1
- authentik_client/models/patched_google_endpoint_device_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_mapping_request.py +1 -1
- authentik_client/models/patched_google_workspace_provider_request.py +1 -1
- authentik_client/models/patched_group_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_group_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_group_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_group_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_group_request.py +1 -1
- authentik_client/models/patched_group_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_group_source_connection_request.py +1 -1
- authentik_client/models/patched_group_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_identification_stage_request.py +1 -1
- authentik_client/models/patched_initial_permissions_request.py +1 -1
- authentik_client/models/patched_invitation_request.py +1 -1
- authentik_client/models/patched_invitation_stage_request.py +1 -1
- authentik_client/models/patched_kerberos_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_kerberos_source_request.py +1 -1
- authentik_client/models/patched_kubernetes_service_connection_request.py +1 -1
- authentik_client/models/patched_ldap_provider_request.py +1 -1
- authentik_client/models/patched_ldap_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_ldap_source_request.py +1 -1
- authentik_client/models/patched_license_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_mapping_request.py +1 -1
- authentik_client/models/patched_microsoft_entra_provider_request.py +1 -1
- authentik_client/models/patched_mutual_tls_stage_request.py +1 -1
- authentik_client/models/patched_notification_request.py +1 -1
- authentik_client/models/patched_notification_rule_request.py +1 -1
- authentik_client/models/patched_notification_transport_request.py +1 -1
- authentik_client/models/patched_notification_webhook_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth2_provider_request.py +1 -1
- authentik_client/models/patched_o_auth_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_o_auth_source_request.py +1 -1
- authentik_client/models/patched_outpost_request.py +1 -1
- authentik_client/models/patched_password_expiry_policy_request.py +1 -1
- authentik_client/models/patched_password_policy_request.py +1 -1
- authentik_client/models/patched_password_stage_request.py +1 -1
- authentik_client/models/patched_permission_assign_request.py +1 -1
- authentik_client/models/patched_plex_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_plex_source_request.py +1 -1
- authentik_client/models/patched_policy_binding_request.py +1 -1
- authentik_client/models/patched_prompt_request.py +1 -1
- authentik_client/models/patched_prompt_stage_request.py +1 -1
- authentik_client/models/patched_proxy_provider_request.py +1 -1
- authentik_client/models/patched_rac_property_mapping_request.py +1 -1
- authentik_client/models/patched_rac_provider_request.py +1 -1
- authentik_client/models/patched_radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/patched_radius_provider_request.py +1 -1
- authentik_client/models/patched_redirect_stage_request.py +1 -1
- authentik_client/models/patched_reputation_policy_request.py +1 -1
- authentik_client/models/patched_role_request.py +2 -2
- authentik_client/models/patched_saml_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_provider_request.py +3 -3
- authentik_client/models/patched_saml_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_saml_source_request.py +1 -1
- authentik_client/models/patched_schedule_request.py +1 -1
- authentik_client/models/patched_scim_mapping_request.py +1 -1
- authentik_client/models/patched_scim_provider_request.py +4 -9
- authentik_client/models/patched_scim_source_group_request.py +1 -1
- authentik_client/models/patched_scim_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_scim_source_request.py +1 -1
- authentik_client/models/patched_scim_source_user_request.py +1 -1
- authentik_client/models/patched_scope_mapping_request.py +1 -1
- authentik_client/models/patched_settings_request.py +1 -1
- authentik_client/models/patched_settings_request_flags.py +4 -2
- authentik_client/models/patched_sms_device_request.py +1 -1
- authentik_client/models/patched_source_stage_request.py +1 -1
- authentik_client/models/patched_ssf_provider_request.py +1 -1
- authentik_client/models/patched_static_device_request.py +1 -1
- authentik_client/models/patched_telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/patched_telegram_source_request.py +1 -1
- authentik_client/models/patched_tenant_request.py +1 -1
- authentik_client/models/patched_token_request.py +1 -1
- authentik_client/models/patched_totp_device_request.py +1 -1
- authentik_client/models/patched_unique_password_policy_request.py +1 -1
- authentik_client/models/patched_user_delete_stage_request.py +1 -1
- authentik_client/models/patched_user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/patched_user_ldap_source_connection_request.py +1 -1
- authentik_client/models/patched_user_login_stage_request.py +1 -1
- authentik_client/models/patched_user_logout_stage_request.py +1 -1
- authentik_client/models/patched_user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/patched_user_plex_source_connection_request.py +1 -1
- authentik_client/models/patched_user_request.py +1 -1
- authentik_client/models/patched_user_saml_source_connection_request.py +1 -1
- authentik_client/models/patched_user_source_connection_request.py +1 -1
- authentik_client/models/patched_user_telegram_source_connection_request.py +1 -1
- authentik_client/models/patched_user_write_stage_request.py +1 -1
- authentik_client/models/patched_web_authn_device_request.py +1 -1
- authentik_client/models/patched_ws_federation_provider_request.py +152 -0
- authentik_client/models/permission.py +1 -1
- authentik_client/models/permission_assign_request.py +1 -1
- authentik_client/models/permission_assign_result.py +1 -1
- authentik_client/models/pkce_method_enum.py +1 -1
- authentik_client/models/plex_authentication_challenge.py +1 -1
- authentik_client/models/plex_authentication_challenge_response_request.py +1 -1
- authentik_client/models/plex_source.py +1 -1
- authentik_client/models/plex_source_property_mapping.py +1 -1
- authentik_client/models/plex_source_property_mapping_request.py +1 -1
- authentik_client/models/plex_source_request.py +1 -1
- authentik_client/models/plex_token_redeem_request.py +1 -1
- authentik_client/models/policy.py +1 -1
- authentik_client/models/policy_binding.py +1 -1
- authentik_client/models/policy_binding_request.py +1 -1
- authentik_client/models/policy_engine_mode.py +1 -1
- authentik_client/models/policy_test_request.py +1 -1
- authentik_client/models/policy_test_result.py +1 -1
- authentik_client/models/process.py +1 -1
- authentik_client/models/process_request.py +1 -1
- authentik_client/models/prompt.py +1 -1
- authentik_client/models/prompt_challenge.py +1 -1
- authentik_client/models/prompt_challenge_response_request.py +1 -1
- authentik_client/models/prompt_choice.py +1 -1
- authentik_client/models/prompt_request.py +1 -1
- authentik_client/models/prompt_stage.py +1 -1
- authentik_client/models/prompt_stage_request.py +1 -1
- authentik_client/models/prompt_type_enum.py +1 -1
- authentik_client/models/property_mapping.py +1 -1
- authentik_client/models/property_mapping_preview.py +1 -1
- authentik_client/models/property_mapping_test_request.py +1 -1
- authentik_client/models/property_mapping_test_result.py +1 -1
- authentik_client/models/protocol_enum.py +1 -1
- authentik_client/models/provider.py +1 -1
- authentik_client/models/provider_enum.py +1 -1
- authentik_client/models/provider_model_enum.py +2 -1
- authentik_client/models/provider_type_enum.py +1 -1
- authentik_client/models/proxy_mode.py +1 -1
- authentik_client/models/proxy_outpost_config.py +1 -1
- authentik_client/models/proxy_provider.py +1 -1
- authentik_client/models/proxy_provider_request.py +1 -1
- authentik_client/models/rac_property_mapping.py +1 -1
- authentik_client/models/rac_property_mapping_request.py +1 -1
- authentik_client/models/rac_provider.py +1 -1
- authentik_client/models/rac_provider_request.py +1 -1
- authentik_client/models/radius_check_access.py +1 -1
- authentik_client/models/radius_outpost_config.py +1 -1
- authentik_client/models/radius_provider.py +1 -1
- authentik_client/models/radius_provider_property_mapping.py +1 -1
- authentik_client/models/radius_provider_property_mapping_request.py +1 -1
- authentik_client/models/radius_provider_request.py +1 -1
- authentik_client/models/redirect_challenge.py +1 -1
- authentik_client/models/redirect_challenge_response_request.py +1 -1
- authentik_client/models/redirect_stage.py +1 -1
- authentik_client/models/redirect_stage_mode_enum.py +1 -1
- authentik_client/models/redirect_stage_request.py +1 -1
- authentik_client/models/redirect_uri.py +1 -1
- authentik_client/models/redirect_uri_request.py +1 -1
- authentik_client/models/related_group.py +1 -1
- authentik_client/models/reputation.py +1 -1
- authentik_client/models/reputation_policy.py +1 -1
- authentik_client/models/reputation_policy_request.py +1 -1
- authentik_client/models/resident_key_requirement_enum.py +1 -1
- authentik_client/models/role.py +3 -4
- authentik_client/models/role_assigned_object_permission.py +1 -1
- authentik_client/models/role_model_permission.py +1 -1
- authentik_client/models/role_object_permission.py +1 -1
- authentik_client/models/role_request.py +2 -2
- authentik_client/models/saml_bindings_enum.py +1 -1
- authentik_client/models/{saml_provider_logout_method_enum.py → saml_logout_methods.py} +4 -4
- authentik_client/models/saml_metadata.py +1 -1
- authentik_client/models/saml_name_id_policy_enum.py +1 -1
- authentik_client/models/saml_property_mapping.py +1 -1
- authentik_client/models/saml_property_mapping_request.py +1 -1
- authentik_client/models/saml_provider.py +3 -3
- authentik_client/models/saml_provider_request.py +3 -3
- authentik_client/models/saml_source.py +1 -1
- authentik_client/models/saml_source_property_mapping.py +1 -1
- authentik_client/models/saml_source_property_mapping_request.py +1 -1
- authentik_client/models/saml_source_request.py +1 -1
- authentik_client/models/schedule.py +1 -1
- authentik_client/models/schedule_request.py +1 -1
- authentik_client/models/scim_authentication_mode_enum.py +1 -1
- authentik_client/models/scim_mapping.py +1 -1
- authentik_client/models/scim_mapping_request.py +1 -1
- authentik_client/models/scim_provider.py +4 -9
- authentik_client/models/scim_provider_group.py +1 -1
- authentik_client/models/scim_provider_group_request.py +1 -1
- authentik_client/models/scim_provider_request.py +4 -9
- authentik_client/models/scim_provider_user.py +1 -1
- authentik_client/models/scim_provider_user_request.py +1 -1
- authentik_client/models/scim_source.py +1 -1
- authentik_client/models/scim_source_group.py +1 -1
- authentik_client/models/scim_source_group_request.py +1 -1
- authentik_client/models/scim_source_property_mapping.py +1 -1
- authentik_client/models/scim_source_property_mapping_request.py +1 -1
- authentik_client/models/scim_source_request.py +1 -1
- authentik_client/models/scim_source_user.py +1 -1
- authentik_client/models/scim_source_user_request.py +1 -1
- authentik_client/models/scope_mapping.py +1 -1
- authentik_client/models/scope_mapping_request.py +1 -1
- authentik_client/models/selectable_stage.py +1 -1
- authentik_client/models/service_connection.py +1 -1
- authentik_client/models/service_connection_state.py +1 -1
- authentik_client/models/session_end_challenge.py +1 -1
- authentik_client/models/session_user.py +1 -1
- authentik_client/models/settings.py +1 -1
- authentik_client/models/settings_request.py +1 -1
- authentik_client/models/severity_enum.py +1 -1
- authentik_client/models/shell_challenge.py +1 -1
- authentik_client/models/signature_algorithm_enum.py +1 -1
- authentik_client/models/sms_device.py +1 -1
- authentik_client/models/sms_device_request.py +1 -1
- authentik_client/models/software.py +1 -1
- authentik_client/models/software_request.py +1 -1
- authentik_client/models/source.py +1 -1
- authentik_client/models/source_stage.py +1 -1
- authentik_client/models/source_stage_request.py +1 -1
- authentik_client/models/source_type.py +1 -1
- authentik_client/models/ssf_provider.py +1 -1
- authentik_client/models/ssf_provider_request.py +1 -1
- authentik_client/models/ssf_stream.py +1 -1
- authentik_client/models/stage.py +1 -1
- authentik_client/models/stage_mode_enum.py +1 -1
- authentik_client/models/stage_prompt.py +1 -1
- authentik_client/models/state_enum.py +1 -1
- authentik_client/models/static_device.py +1 -1
- authentik_client/models/static_device_request.py +1 -1
- authentik_client/models/static_device_token.py +1 -1
- authentik_client/models/sub_mode_enum.py +1 -1
- authentik_client/models/sync_object_model_enum.py +1 -1
- authentik_client/models/sync_object_request.py +1 -1
- authentik_client/models/sync_object_result.py +1 -1
- authentik_client/models/sync_outgoing_trigger_mode_enum.py +1 -1
- authentik_client/models/sync_status.py +1 -1
- authentik_client/models/system_info.py +1 -1
- authentik_client/models/system_info_runtime.py +1 -1
- authentik_client/models/task.py +1 -1
- authentik_client/models/task_aggregated_status_enum.py +1 -1
- authentik_client/models/telegram_auth_request.py +1 -1
- authentik_client/models/telegram_challenge_response_request.py +1 -1
- authentik_client/models/telegram_login_challenge.py +1 -1
- authentik_client/models/telegram_source.py +1 -1
- authentik_client/models/telegram_source_property_mapping.py +1 -1
- authentik_client/models/telegram_source_property_mapping_request.py +1 -1
- authentik_client/models/telegram_source_request.py +1 -1
- authentik_client/models/tenant.py +1 -1
- authentik_client/models/tenant_admin_group_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_request_request.py +1 -1
- authentik_client/models/tenant_recovery_key_response.py +1 -1
- authentik_client/models/tenant_request.py +1 -1
- authentik_client/models/themed_urls.py +1 -1
- authentik_client/models/token.py +1 -1
- authentik_client/models/token_model.py +1 -1
- authentik_client/models/token_request.py +1 -1
- authentik_client/models/token_set_key_request.py +1 -1
- authentik_client/models/token_view.py +1 -1
- authentik_client/models/totp_device.py +1 -1
- authentik_client/models/totp_device_request.py +1 -1
- authentik_client/models/transaction_application_request.py +1 -1
- authentik_client/models/transaction_application_response.py +1 -1
- authentik_client/models/transaction_policy_binding_request.py +1 -1
- authentik_client/models/type_create.py +1 -1
- authentik_client/models/ui_theme_enum.py +1 -1
- authentik_client/models/unique_password_policy.py +1 -1
- authentik_client/models/unique_password_policy_request.py +1 -1
- authentik_client/models/used_by.py +1 -1
- authentik_client/models/used_by_action_enum.py +1 -1
- authentik_client/models/user.py +1 -1
- authentik_client/models/user_account_request.py +1 -1
- authentik_client/models/user_account_serializer_for_role_request.py +1 -1
- authentik_client/models/user_attribute_enum.py +1 -1
- authentik_client/models/user_consent.py +1 -1
- authentik_client/models/user_creation_mode_enum.py +1 -1
- authentik_client/models/user_delete_stage.py +1 -1
- authentik_client/models/user_delete_stage_request.py +1 -1
- authentik_client/models/user_fields_enum.py +1 -1
- authentik_client/models/user_kerberos_source_connection.py +1 -1
- authentik_client/models/user_kerberos_source_connection_request.py +1 -1
- authentik_client/models/user_ldap_source_connection.py +1 -1
- authentik_client/models/user_ldap_source_connection_request.py +1 -1
- authentik_client/models/user_login_challenge.py +1 -1
- authentik_client/models/user_login_challenge_response_request.py +1 -1
- authentik_client/models/user_login_stage.py +1 -1
- authentik_client/models/user_login_stage_request.py +1 -1
- authentik_client/models/user_logout_stage.py +1 -1
- authentik_client/models/user_logout_stage_request.py +1 -1
- authentik_client/models/user_matching_mode_enum.py +1 -1
- authentik_client/models/user_o_auth_source_connection.py +1 -1
- authentik_client/models/user_o_auth_source_connection_request.py +1 -1
- authentik_client/models/user_password_set_request.py +1 -1
- authentik_client/models/user_path.py +1 -1
- authentik_client/models/user_plex_source_connection.py +1 -1
- authentik_client/models/user_plex_source_connection_request.py +1 -1
- authentik_client/models/user_request.py +1 -1
- authentik_client/models/user_saml_source_connection.py +1 -1
- authentik_client/models/user_saml_source_connection_request.py +1 -1
- authentik_client/models/user_self.py +1 -1
- authentik_client/models/user_self_groups.py +1 -1
- authentik_client/models/user_self_roles.py +1 -1
- authentik_client/models/user_service_account_request.py +1 -1
- authentik_client/models/user_service_account_response.py +1 -1
- authentik_client/models/user_setting.py +1 -1
- authentik_client/models/user_source_connection.py +1 -1
- authentik_client/models/user_source_connection_request.py +1 -1
- authentik_client/models/user_telegram_source_connection.py +1 -1
- authentik_client/models/user_telegram_source_connection_request.py +1 -1
- authentik_client/models/user_type_enum.py +1 -1
- authentik_client/models/user_verification_enum.py +1 -1
- authentik_client/models/user_write_stage.py +1 -1
- authentik_client/models/user_write_stage_request.py +1 -1
- authentik_client/models/validation_error.py +1 -1
- authentik_client/models/vendor_enum.py +39 -0
- authentik_client/models/version.py +1 -1
- authentik_client/models/version_history.py +1 -1
- authentik_client/models/web_authn_device.py +1 -1
- authentik_client/models/web_authn_device_request.py +1 -1
- authentik_client/models/web_authn_device_type.py +1 -1
- authentik_client/models/worker.py +1 -1
- authentik_client/models/ws_federation_provider.py +219 -0
- authentik_client/models/ws_federation_provider_request.py +152 -0
- authentik_client/rest.py +8 -3
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/METADATA +32 -5
- authentik_client-2026.2.0rc1.post1770131035.dist-info/RECORD +880 -0
- authentik_client-2025.12.3.dist-info/RECORD +0 -870
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/WHEEL +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/licenses/LICENSE +0 -0
- {authentik_client-2025.12.3.dist-info → authentik_client-2026.2.0rc1.post1770131035.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Making authentication simple.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 2026.2.0-rc1
|
|
9
9
|
Contact: hello@goauthentik.io
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -617,7 +617,7 @@ class EventsApi:
|
|
|
617
617
|
Event Read-Only Viewset
|
|
618
618
|
|
|
619
619
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
620
|
-
:type event_uuid:
|
|
620
|
+
:type event_uuid: UUID
|
|
621
621
|
:param _request_timeout: timeout setting for this request. If one
|
|
622
622
|
number provided, it will be total request
|
|
623
623
|
timeout. It can also be a pair (tuple) of
|
|
@@ -686,7 +686,7 @@ class EventsApi:
|
|
|
686
686
|
Event Read-Only Viewset
|
|
687
687
|
|
|
688
688
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
689
|
-
:type event_uuid:
|
|
689
|
+
:type event_uuid: UUID
|
|
690
690
|
:param _request_timeout: timeout setting for this request. If one
|
|
691
691
|
number provided, it will be total request
|
|
692
692
|
timeout. It can also be a pair (tuple) of
|
|
@@ -755,7 +755,7 @@ class EventsApi:
|
|
|
755
755
|
Event Read-Only Viewset
|
|
756
756
|
|
|
757
757
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
758
|
-
:type event_uuid:
|
|
758
|
+
:type event_uuid: UUID
|
|
759
759
|
:param _request_timeout: timeout setting for this request. If one
|
|
760
760
|
number provided, it will be total request
|
|
761
761
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1799,7 +1799,7 @@ class EventsApi:
|
|
|
1799
1799
|
Event Read-Only Viewset
|
|
1800
1800
|
|
|
1801
1801
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
1802
|
-
:type event_uuid:
|
|
1802
|
+
:type event_uuid: UUID
|
|
1803
1803
|
:param patched_event_request:
|
|
1804
1804
|
:type patched_event_request: PatchedEventRequest
|
|
1805
1805
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1872,7 +1872,7 @@ class EventsApi:
|
|
|
1872
1872
|
Event Read-Only Viewset
|
|
1873
1873
|
|
|
1874
1874
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
1875
|
-
:type event_uuid:
|
|
1875
|
+
:type event_uuid: UUID
|
|
1876
1876
|
:param patched_event_request:
|
|
1877
1877
|
:type patched_event_request: PatchedEventRequest
|
|
1878
1878
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1945,7 +1945,7 @@ class EventsApi:
|
|
|
1945
1945
|
Event Read-Only Viewset
|
|
1946
1946
|
|
|
1947
1947
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
1948
|
-
:type event_uuid:
|
|
1948
|
+
:type event_uuid: UUID
|
|
1949
1949
|
:param patched_event_request:
|
|
1950
1950
|
:type patched_event_request: PatchedEventRequest
|
|
1951
1951
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2093,7 +2093,7 @@ class EventsApi:
|
|
|
2093
2093
|
Event Read-Only Viewset
|
|
2094
2094
|
|
|
2095
2095
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2096
|
-
:type event_uuid:
|
|
2096
|
+
:type event_uuid: UUID
|
|
2097
2097
|
:param _request_timeout: timeout setting for this request. If one
|
|
2098
2098
|
number provided, it will be total request
|
|
2099
2099
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2162,7 +2162,7 @@ class EventsApi:
|
|
|
2162
2162
|
Event Read-Only Viewset
|
|
2163
2163
|
|
|
2164
2164
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2165
|
-
:type event_uuid:
|
|
2165
|
+
:type event_uuid: UUID
|
|
2166
2166
|
:param _request_timeout: timeout setting for this request. If one
|
|
2167
2167
|
number provided, it will be total request
|
|
2168
2168
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2231,7 +2231,7 @@ class EventsApi:
|
|
|
2231
2231
|
Event Read-Only Viewset
|
|
2232
2232
|
|
|
2233
2233
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2234
|
-
:type event_uuid:
|
|
2234
|
+
:type event_uuid: UUID
|
|
2235
2235
|
:param _request_timeout: timeout setting for this request. If one
|
|
2236
2236
|
number provided, it will be total request
|
|
2237
2237
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2647,7 +2647,7 @@ class EventsApi:
|
|
|
2647
2647
|
Event Read-Only Viewset
|
|
2648
2648
|
|
|
2649
2649
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2650
|
-
:type event_uuid:
|
|
2650
|
+
:type event_uuid: UUID
|
|
2651
2651
|
:param event_request: (required)
|
|
2652
2652
|
:type event_request: EventRequest
|
|
2653
2653
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2720,7 +2720,7 @@ class EventsApi:
|
|
|
2720
2720
|
Event Read-Only Viewset
|
|
2721
2721
|
|
|
2722
2722
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2723
|
-
:type event_uuid:
|
|
2723
|
+
:type event_uuid: UUID
|
|
2724
2724
|
:param event_request: (required)
|
|
2725
2725
|
:type event_request: EventRequest
|
|
2726
2726
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2793,7 +2793,7 @@ class EventsApi:
|
|
|
2793
2793
|
Event Read-Only Viewset
|
|
2794
2794
|
|
|
2795
2795
|
:param event_uuid: A UUID string identifying this Event. (required)
|
|
2796
|
-
:type event_uuid:
|
|
2796
|
+
:type event_uuid: UUID
|
|
2797
2797
|
:param event_request: (required)
|
|
2798
2798
|
:type event_request: EventRequest
|
|
2799
2799
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -3398,7 +3398,7 @@ class EventsApi:
|
|
|
3398
3398
|
Notification Viewset
|
|
3399
3399
|
|
|
3400
3400
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
3401
|
-
:type uuid:
|
|
3401
|
+
:type uuid: UUID
|
|
3402
3402
|
:param _request_timeout: timeout setting for this request. If one
|
|
3403
3403
|
number provided, it will be total request
|
|
3404
3404
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3467,7 +3467,7 @@ class EventsApi:
|
|
|
3467
3467
|
Notification Viewset
|
|
3468
3468
|
|
|
3469
3469
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
3470
|
-
:type uuid:
|
|
3470
|
+
:type uuid: UUID
|
|
3471
3471
|
:param _request_timeout: timeout setting for this request. If one
|
|
3472
3472
|
number provided, it will be total request
|
|
3473
3473
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3536,7 +3536,7 @@ class EventsApi:
|
|
|
3536
3536
|
Notification Viewset
|
|
3537
3537
|
|
|
3538
3538
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
3539
|
-
:type uuid:
|
|
3539
|
+
:type uuid: UUID
|
|
3540
3540
|
:param _request_timeout: timeout setting for this request. If one
|
|
3541
3541
|
number provided, it will be total request
|
|
3542
3542
|
timeout. It can also be a pair (tuple) of
|
|
@@ -3678,7 +3678,7 @@ class EventsApi:
|
|
|
3678
3678
|
:param created:
|
|
3679
3679
|
:type created: datetime
|
|
3680
3680
|
:param event:
|
|
3681
|
-
:type event:
|
|
3681
|
+
:type event: UUID
|
|
3682
3682
|
:param ordering: Which field to use when ordering the results.
|
|
3683
3683
|
:type ordering: str
|
|
3684
3684
|
:param page: A page number within the paginated result set.
|
|
@@ -3783,7 +3783,7 @@ class EventsApi:
|
|
|
3783
3783
|
:param created:
|
|
3784
3784
|
:type created: datetime
|
|
3785
3785
|
:param event:
|
|
3786
|
-
:type event:
|
|
3786
|
+
:type event: UUID
|
|
3787
3787
|
:param ordering: Which field to use when ordering the results.
|
|
3788
3788
|
:type ordering: str
|
|
3789
3789
|
:param page: A page number within the paginated result set.
|
|
@@ -3888,7 +3888,7 @@ class EventsApi:
|
|
|
3888
3888
|
:param created:
|
|
3889
3889
|
:type created: datetime
|
|
3890
3890
|
:param event:
|
|
3891
|
-
:type event:
|
|
3891
|
+
:type event: UUID
|
|
3892
3892
|
:param ordering: Which field to use when ordering the results.
|
|
3893
3893
|
:type ordering: str
|
|
3894
3894
|
:param page: A page number within the paginated result set.
|
|
@@ -4349,7 +4349,7 @@ class EventsApi:
|
|
|
4349
4349
|
Notification Viewset
|
|
4350
4350
|
|
|
4351
4351
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4352
|
-
:type uuid:
|
|
4352
|
+
:type uuid: UUID
|
|
4353
4353
|
:param patched_notification_request:
|
|
4354
4354
|
:type patched_notification_request: PatchedNotificationRequest
|
|
4355
4355
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4422,7 +4422,7 @@ class EventsApi:
|
|
|
4422
4422
|
Notification Viewset
|
|
4423
4423
|
|
|
4424
4424
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4425
|
-
:type uuid:
|
|
4425
|
+
:type uuid: UUID
|
|
4426
4426
|
:param patched_notification_request:
|
|
4427
4427
|
:type patched_notification_request: PatchedNotificationRequest
|
|
4428
4428
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4495,7 +4495,7 @@ class EventsApi:
|
|
|
4495
4495
|
Notification Viewset
|
|
4496
4496
|
|
|
4497
4497
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4498
|
-
:type uuid:
|
|
4498
|
+
:type uuid: UUID
|
|
4499
4499
|
:param patched_notification_request:
|
|
4500
4500
|
:type patched_notification_request: PatchedNotificationRequest
|
|
4501
4501
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4643,7 +4643,7 @@ class EventsApi:
|
|
|
4643
4643
|
Notification Viewset
|
|
4644
4644
|
|
|
4645
4645
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4646
|
-
:type uuid:
|
|
4646
|
+
:type uuid: UUID
|
|
4647
4647
|
:param _request_timeout: timeout setting for this request. If one
|
|
4648
4648
|
number provided, it will be total request
|
|
4649
4649
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4712,7 +4712,7 @@ class EventsApi:
|
|
|
4712
4712
|
Notification Viewset
|
|
4713
4713
|
|
|
4714
4714
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4715
|
-
:type uuid:
|
|
4715
|
+
:type uuid: UUID
|
|
4716
4716
|
:param _request_timeout: timeout setting for this request. If one
|
|
4717
4717
|
number provided, it will be total request
|
|
4718
4718
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4781,7 +4781,7 @@ class EventsApi:
|
|
|
4781
4781
|
Notification Viewset
|
|
4782
4782
|
|
|
4783
4783
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4784
|
-
:type uuid:
|
|
4784
|
+
:type uuid: UUID
|
|
4785
4785
|
:param _request_timeout: timeout setting for this request. If one
|
|
4786
4786
|
number provided, it will be total request
|
|
4787
4787
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4911,7 +4911,7 @@ class EventsApi:
|
|
|
4911
4911
|
Notification Viewset
|
|
4912
4912
|
|
|
4913
4913
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4914
|
-
:type uuid:
|
|
4914
|
+
:type uuid: UUID
|
|
4915
4915
|
:param notification_request:
|
|
4916
4916
|
:type notification_request: NotificationRequest
|
|
4917
4917
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4984,7 +4984,7 @@ class EventsApi:
|
|
|
4984
4984
|
Notification Viewset
|
|
4985
4985
|
|
|
4986
4986
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
4987
|
-
:type uuid:
|
|
4987
|
+
:type uuid: UUID
|
|
4988
4988
|
:param notification_request:
|
|
4989
4989
|
:type notification_request: NotificationRequest
|
|
4990
4990
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5057,7 +5057,7 @@ class EventsApi:
|
|
|
5057
5057
|
Notification Viewset
|
|
5058
5058
|
|
|
5059
5059
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
5060
|
-
:type uuid:
|
|
5060
|
+
:type uuid: UUID
|
|
5061
5061
|
:param notification_request:
|
|
5062
5062
|
:type notification_request: NotificationRequest
|
|
5063
5063
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -5205,7 +5205,7 @@ class EventsApi:
|
|
|
5205
5205
|
Get a list of all objects that use this object
|
|
5206
5206
|
|
|
5207
5207
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
5208
|
-
:type uuid:
|
|
5208
|
+
:type uuid: UUID
|
|
5209
5209
|
:param _request_timeout: timeout setting for this request. If one
|
|
5210
5210
|
number provided, it will be total request
|
|
5211
5211
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5274,7 +5274,7 @@ class EventsApi:
|
|
|
5274
5274
|
Get a list of all objects that use this object
|
|
5275
5275
|
|
|
5276
5276
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
5277
|
-
:type uuid:
|
|
5277
|
+
:type uuid: UUID
|
|
5278
5278
|
:param _request_timeout: timeout setting for this request. If one
|
|
5279
5279
|
number provided, it will be total request
|
|
5280
5280
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5343,7 +5343,7 @@ class EventsApi:
|
|
|
5343
5343
|
Get a list of all objects that use this object
|
|
5344
5344
|
|
|
5345
5345
|
:param uuid: A UUID string identifying this Notification. (required)
|
|
5346
|
-
:type uuid:
|
|
5346
|
+
:type uuid: UUID
|
|
5347
5347
|
:param _request_timeout: timeout setting for this request. If one
|
|
5348
5348
|
number provided, it will be total request
|
|
5349
5349
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5752,7 +5752,7 @@ class EventsApi:
|
|
|
5752
5752
|
NotificationRule Viewset
|
|
5753
5753
|
|
|
5754
5754
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
5755
|
-
:type pbm_uuid:
|
|
5755
|
+
:type pbm_uuid: UUID
|
|
5756
5756
|
:param _request_timeout: timeout setting for this request. If one
|
|
5757
5757
|
number provided, it will be total request
|
|
5758
5758
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5821,7 +5821,7 @@ class EventsApi:
|
|
|
5821
5821
|
NotificationRule Viewset
|
|
5822
5822
|
|
|
5823
5823
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
5824
|
-
:type pbm_uuid:
|
|
5824
|
+
:type pbm_uuid: UUID
|
|
5825
5825
|
:param _request_timeout: timeout setting for this request. If one
|
|
5826
5826
|
number provided, it will be total request
|
|
5827
5827
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5890,7 +5890,7 @@ class EventsApi:
|
|
|
5890
5890
|
NotificationRule Viewset
|
|
5891
5891
|
|
|
5892
5892
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
5893
|
-
:type pbm_uuid:
|
|
5893
|
+
:type pbm_uuid: UUID
|
|
5894
5894
|
:param _request_timeout: timeout setting for this request. If one
|
|
5895
5895
|
number provided, it will be total request
|
|
5896
5896
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6391,7 +6391,7 @@ class EventsApi:
|
|
|
6391
6391
|
NotificationRule Viewset
|
|
6392
6392
|
|
|
6393
6393
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6394
|
-
:type pbm_uuid:
|
|
6394
|
+
:type pbm_uuid: UUID
|
|
6395
6395
|
:param patched_notification_rule_request:
|
|
6396
6396
|
:type patched_notification_rule_request: PatchedNotificationRuleRequest
|
|
6397
6397
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6464,7 +6464,7 @@ class EventsApi:
|
|
|
6464
6464
|
NotificationRule Viewset
|
|
6465
6465
|
|
|
6466
6466
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6467
|
-
:type pbm_uuid:
|
|
6467
|
+
:type pbm_uuid: UUID
|
|
6468
6468
|
:param patched_notification_rule_request:
|
|
6469
6469
|
:type patched_notification_rule_request: PatchedNotificationRuleRequest
|
|
6470
6470
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6537,7 +6537,7 @@ class EventsApi:
|
|
|
6537
6537
|
NotificationRule Viewset
|
|
6538
6538
|
|
|
6539
6539
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6540
|
-
:type pbm_uuid:
|
|
6540
|
+
:type pbm_uuid: UUID
|
|
6541
6541
|
:param patched_notification_rule_request:
|
|
6542
6542
|
:type patched_notification_rule_request: PatchedNotificationRuleRequest
|
|
6543
6543
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -6685,7 +6685,7 @@ class EventsApi:
|
|
|
6685
6685
|
NotificationRule Viewset
|
|
6686
6686
|
|
|
6687
6687
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6688
|
-
:type pbm_uuid:
|
|
6688
|
+
:type pbm_uuid: UUID
|
|
6689
6689
|
:param _request_timeout: timeout setting for this request. If one
|
|
6690
6690
|
number provided, it will be total request
|
|
6691
6691
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6754,7 +6754,7 @@ class EventsApi:
|
|
|
6754
6754
|
NotificationRule Viewset
|
|
6755
6755
|
|
|
6756
6756
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6757
|
-
:type pbm_uuid:
|
|
6757
|
+
:type pbm_uuid: UUID
|
|
6758
6758
|
:param _request_timeout: timeout setting for this request. If one
|
|
6759
6759
|
number provided, it will be total request
|
|
6760
6760
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6823,7 +6823,7 @@ class EventsApi:
|
|
|
6823
6823
|
NotificationRule Viewset
|
|
6824
6824
|
|
|
6825
6825
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6826
|
-
:type pbm_uuid:
|
|
6826
|
+
:type pbm_uuid: UUID
|
|
6827
6827
|
:param _request_timeout: timeout setting for this request. If one
|
|
6828
6828
|
number provided, it will be total request
|
|
6829
6829
|
timeout. It can also be a pair (tuple) of
|
|
@@ -6953,7 +6953,7 @@ class EventsApi:
|
|
|
6953
6953
|
NotificationRule Viewset
|
|
6954
6954
|
|
|
6955
6955
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
6956
|
-
:type pbm_uuid:
|
|
6956
|
+
:type pbm_uuid: UUID
|
|
6957
6957
|
:param notification_rule_request: (required)
|
|
6958
6958
|
:type notification_rule_request: NotificationRuleRequest
|
|
6959
6959
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7026,7 +7026,7 @@ class EventsApi:
|
|
|
7026
7026
|
NotificationRule Viewset
|
|
7027
7027
|
|
|
7028
7028
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
7029
|
-
:type pbm_uuid:
|
|
7029
|
+
:type pbm_uuid: UUID
|
|
7030
7030
|
:param notification_rule_request: (required)
|
|
7031
7031
|
:type notification_rule_request: NotificationRuleRequest
|
|
7032
7032
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7099,7 +7099,7 @@ class EventsApi:
|
|
|
7099
7099
|
NotificationRule Viewset
|
|
7100
7100
|
|
|
7101
7101
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
7102
|
-
:type pbm_uuid:
|
|
7102
|
+
:type pbm_uuid: UUID
|
|
7103
7103
|
:param notification_rule_request: (required)
|
|
7104
7104
|
:type notification_rule_request: NotificationRuleRequest
|
|
7105
7105
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -7247,7 +7247,7 @@ class EventsApi:
|
|
|
7247
7247
|
Get a list of all objects that use this object
|
|
7248
7248
|
|
|
7249
7249
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
7250
|
-
:type pbm_uuid:
|
|
7250
|
+
:type pbm_uuid: UUID
|
|
7251
7251
|
:param _request_timeout: timeout setting for this request. If one
|
|
7252
7252
|
number provided, it will be total request
|
|
7253
7253
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7316,7 +7316,7 @@ class EventsApi:
|
|
|
7316
7316
|
Get a list of all objects that use this object
|
|
7317
7317
|
|
|
7318
7318
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
7319
|
-
:type pbm_uuid:
|
|
7319
|
+
:type pbm_uuid: UUID
|
|
7320
7320
|
:param _request_timeout: timeout setting for this request. If one
|
|
7321
7321
|
number provided, it will be total request
|
|
7322
7322
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7385,7 +7385,7 @@ class EventsApi:
|
|
|
7385
7385
|
Get a list of all objects that use this object
|
|
7386
7386
|
|
|
7387
7387
|
:param pbm_uuid: A UUID string identifying this Notification Rule. (required)
|
|
7388
|
-
:type pbm_uuid:
|
|
7388
|
+
:type pbm_uuid: UUID
|
|
7389
7389
|
:param _request_timeout: timeout setting for this request. If one
|
|
7390
7390
|
number provided, it will be total request
|
|
7391
7391
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7794,7 +7794,7 @@ class EventsApi:
|
|
|
7794
7794
|
NotificationTransport Viewset
|
|
7795
7795
|
|
|
7796
7796
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
7797
|
-
:type uuid:
|
|
7797
|
+
:type uuid: UUID
|
|
7798
7798
|
:param _request_timeout: timeout setting for this request. If one
|
|
7799
7799
|
number provided, it will be total request
|
|
7800
7800
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7863,7 +7863,7 @@ class EventsApi:
|
|
|
7863
7863
|
NotificationTransport Viewset
|
|
7864
7864
|
|
|
7865
7865
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
7866
|
-
:type uuid:
|
|
7866
|
+
:type uuid: UUID
|
|
7867
7867
|
:param _request_timeout: timeout setting for this request. If one
|
|
7868
7868
|
number provided, it will be total request
|
|
7869
7869
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7932,7 +7932,7 @@ class EventsApi:
|
|
|
7932
7932
|
NotificationTransport Viewset
|
|
7933
7933
|
|
|
7934
7934
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
7935
|
-
:type uuid:
|
|
7935
|
+
:type uuid: UUID
|
|
7936
7936
|
:param _request_timeout: timeout setting for this request. If one
|
|
7937
7937
|
number provided, it will be total request
|
|
7938
7938
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8450,7 +8450,7 @@ class EventsApi:
|
|
|
8450
8450
|
NotificationTransport Viewset
|
|
8451
8451
|
|
|
8452
8452
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8453
|
-
:type uuid:
|
|
8453
|
+
:type uuid: UUID
|
|
8454
8454
|
:param patched_notification_transport_request:
|
|
8455
8455
|
:type patched_notification_transport_request: PatchedNotificationTransportRequest
|
|
8456
8456
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8523,7 +8523,7 @@ class EventsApi:
|
|
|
8523
8523
|
NotificationTransport Viewset
|
|
8524
8524
|
|
|
8525
8525
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8526
|
-
:type uuid:
|
|
8526
|
+
:type uuid: UUID
|
|
8527
8527
|
:param patched_notification_transport_request:
|
|
8528
8528
|
:type patched_notification_transport_request: PatchedNotificationTransportRequest
|
|
8529
8529
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8596,7 +8596,7 @@ class EventsApi:
|
|
|
8596
8596
|
NotificationTransport Viewset
|
|
8597
8597
|
|
|
8598
8598
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8599
|
-
:type uuid:
|
|
8599
|
+
:type uuid: UUID
|
|
8600
8600
|
:param patched_notification_transport_request:
|
|
8601
8601
|
:type patched_notification_transport_request: PatchedNotificationTransportRequest
|
|
8602
8602
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -8744,7 +8744,7 @@ class EventsApi:
|
|
|
8744
8744
|
NotificationTransport Viewset
|
|
8745
8745
|
|
|
8746
8746
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8747
|
-
:type uuid:
|
|
8747
|
+
:type uuid: UUID
|
|
8748
8748
|
:param _request_timeout: timeout setting for this request. If one
|
|
8749
8749
|
number provided, it will be total request
|
|
8750
8750
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8813,7 +8813,7 @@ class EventsApi:
|
|
|
8813
8813
|
NotificationTransport Viewset
|
|
8814
8814
|
|
|
8815
8815
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8816
|
-
:type uuid:
|
|
8816
|
+
:type uuid: UUID
|
|
8817
8817
|
:param _request_timeout: timeout setting for this request. If one
|
|
8818
8818
|
number provided, it will be total request
|
|
8819
8819
|
timeout. It can also be a pair (tuple) of
|
|
@@ -8882,7 +8882,7 @@ class EventsApi:
|
|
|
8882
8882
|
NotificationTransport Viewset
|
|
8883
8883
|
|
|
8884
8884
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
8885
|
-
:type uuid:
|
|
8885
|
+
:type uuid: UUID
|
|
8886
8886
|
:param _request_timeout: timeout setting for this request. If one
|
|
8887
8887
|
number provided, it will be total request
|
|
8888
8888
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9011,7 +9011,7 @@ class EventsApi:
|
|
|
9011
9011
|
Send example notification using selected transport. Requires Modify permissions.
|
|
9012
9012
|
|
|
9013
9013
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9014
|
-
:type uuid:
|
|
9014
|
+
:type uuid: UUID
|
|
9015
9015
|
:param _request_timeout: timeout setting for this request. If one
|
|
9016
9016
|
number provided, it will be total request
|
|
9017
9017
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9081,7 +9081,7 @@ class EventsApi:
|
|
|
9081
9081
|
Send example notification using selected transport. Requires Modify permissions.
|
|
9082
9082
|
|
|
9083
9083
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9084
|
-
:type uuid:
|
|
9084
|
+
:type uuid: UUID
|
|
9085
9085
|
:param _request_timeout: timeout setting for this request. If one
|
|
9086
9086
|
number provided, it will be total request
|
|
9087
9087
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9151,7 +9151,7 @@ class EventsApi:
|
|
|
9151
9151
|
Send example notification using selected transport. Requires Modify permissions.
|
|
9152
9152
|
|
|
9153
9153
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9154
|
-
:type uuid:
|
|
9154
|
+
:type uuid: UUID
|
|
9155
9155
|
:param _request_timeout: timeout setting for this request. If one
|
|
9156
9156
|
number provided, it will be total request
|
|
9157
9157
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9282,7 +9282,7 @@ class EventsApi:
|
|
|
9282
9282
|
NotificationTransport Viewset
|
|
9283
9283
|
|
|
9284
9284
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9285
|
-
:type uuid:
|
|
9285
|
+
:type uuid: UUID
|
|
9286
9286
|
:param notification_transport_request: (required)
|
|
9287
9287
|
:type notification_transport_request: NotificationTransportRequest
|
|
9288
9288
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9355,7 +9355,7 @@ class EventsApi:
|
|
|
9355
9355
|
NotificationTransport Viewset
|
|
9356
9356
|
|
|
9357
9357
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9358
|
-
:type uuid:
|
|
9358
|
+
:type uuid: UUID
|
|
9359
9359
|
:param notification_transport_request: (required)
|
|
9360
9360
|
:type notification_transport_request: NotificationTransportRequest
|
|
9361
9361
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9428,7 +9428,7 @@ class EventsApi:
|
|
|
9428
9428
|
NotificationTransport Viewset
|
|
9429
9429
|
|
|
9430
9430
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9431
|
-
:type uuid:
|
|
9431
|
+
:type uuid: UUID
|
|
9432
9432
|
:param notification_transport_request: (required)
|
|
9433
9433
|
:type notification_transport_request: NotificationTransportRequest
|
|
9434
9434
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -9576,7 +9576,7 @@ class EventsApi:
|
|
|
9576
9576
|
Get a list of all objects that use this object
|
|
9577
9577
|
|
|
9578
9578
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9579
|
-
:type uuid:
|
|
9579
|
+
:type uuid: UUID
|
|
9580
9580
|
:param _request_timeout: timeout setting for this request. If one
|
|
9581
9581
|
number provided, it will be total request
|
|
9582
9582
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9645,7 +9645,7 @@ class EventsApi:
|
|
|
9645
9645
|
Get a list of all objects that use this object
|
|
9646
9646
|
|
|
9647
9647
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9648
|
-
:type uuid:
|
|
9648
|
+
:type uuid: UUID
|
|
9649
9649
|
:param _request_timeout: timeout setting for this request. If one
|
|
9650
9650
|
number provided, it will be total request
|
|
9651
9651
|
timeout. It can also be a pair (tuple) of
|
|
@@ -9714,7 +9714,7 @@ class EventsApi:
|
|
|
9714
9714
|
Get a list of all objects that use this object
|
|
9715
9715
|
|
|
9716
9716
|
:param uuid: A UUID string identifying this Notification Transport. (required)
|
|
9717
|
-
:type uuid:
|
|
9717
|
+
:type uuid: UUID
|
|
9718
9718
|
:param _request_timeout: timeout setting for this request. If one
|
|
9719
9719
|
number provided, it will be total request
|
|
9720
9720
|
timeout. It can also be a pair (tuple) of
|