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
|
|
|
@@ -358,7 +358,7 @@ class FlowsApi:
|
|
|
358
358
|
FlowStageBinding Viewset
|
|
359
359
|
|
|
360
360
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
361
|
-
:type fsb_uuid:
|
|
361
|
+
:type fsb_uuid: UUID
|
|
362
362
|
:param _request_timeout: timeout setting for this request. If one
|
|
363
363
|
number provided, it will be total request
|
|
364
364
|
timeout. It can also be a pair (tuple) of
|
|
@@ -427,7 +427,7 @@ class FlowsApi:
|
|
|
427
427
|
FlowStageBinding Viewset
|
|
428
428
|
|
|
429
429
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
430
|
-
:type fsb_uuid:
|
|
430
|
+
:type fsb_uuid: UUID
|
|
431
431
|
:param _request_timeout: timeout setting for this request. If one
|
|
432
432
|
number provided, it will be total request
|
|
433
433
|
timeout. It can also be a pair (tuple) of
|
|
@@ -496,7 +496,7 @@ class FlowsApi:
|
|
|
496
496
|
FlowStageBinding Viewset
|
|
497
497
|
|
|
498
498
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
499
|
-
:type fsb_uuid:
|
|
499
|
+
:type fsb_uuid: UUID
|
|
500
500
|
:param _request_timeout: timeout setting for this request. If one
|
|
501
501
|
number provided, it will be total request
|
|
502
502
|
timeout. It can also be a pair (tuple) of
|
|
@@ -640,7 +640,7 @@ class FlowsApi:
|
|
|
640
640
|
:param evaluate_on_plan:
|
|
641
641
|
:type evaluate_on_plan: bool
|
|
642
642
|
:param fsb_uuid:
|
|
643
|
-
:type fsb_uuid:
|
|
643
|
+
:type fsb_uuid: UUID
|
|
644
644
|
:param invalid_response_action: Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context.
|
|
645
645
|
:type invalid_response_action: str
|
|
646
646
|
:param order:
|
|
@@ -652,9 +652,9 @@ class FlowsApi:
|
|
|
652
652
|
:param page_size: Number of results to return per page.
|
|
653
653
|
:type page_size: int
|
|
654
654
|
:param pbm_uuid:
|
|
655
|
-
:type pbm_uuid:
|
|
655
|
+
:type pbm_uuid: UUID
|
|
656
656
|
:param policies:
|
|
657
|
-
:type policies: List[
|
|
657
|
+
:type policies: List[UUID]
|
|
658
658
|
:param policy_engine_mode:
|
|
659
659
|
:type policy_engine_mode: str
|
|
660
660
|
:param re_evaluate_policies:
|
|
@@ -662,9 +662,9 @@ class FlowsApi:
|
|
|
662
662
|
:param search: A search term.
|
|
663
663
|
:type search: str
|
|
664
664
|
:param stage:
|
|
665
|
-
:type stage:
|
|
665
|
+
:type stage: UUID
|
|
666
666
|
:param target:
|
|
667
|
-
:type target:
|
|
667
|
+
:type target: UUID
|
|
668
668
|
:param _request_timeout: timeout setting for this request. If one
|
|
669
669
|
number provided, it will be total request
|
|
670
670
|
timeout. It can also be a pair (tuple) of
|
|
@@ -761,7 +761,7 @@ class FlowsApi:
|
|
|
761
761
|
:param evaluate_on_plan:
|
|
762
762
|
:type evaluate_on_plan: bool
|
|
763
763
|
:param fsb_uuid:
|
|
764
|
-
:type fsb_uuid:
|
|
764
|
+
:type fsb_uuid: UUID
|
|
765
765
|
:param invalid_response_action: Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context.
|
|
766
766
|
:type invalid_response_action: str
|
|
767
767
|
:param order:
|
|
@@ -773,9 +773,9 @@ class FlowsApi:
|
|
|
773
773
|
:param page_size: Number of results to return per page.
|
|
774
774
|
:type page_size: int
|
|
775
775
|
:param pbm_uuid:
|
|
776
|
-
:type pbm_uuid:
|
|
776
|
+
:type pbm_uuid: UUID
|
|
777
777
|
:param policies:
|
|
778
|
-
:type policies: List[
|
|
778
|
+
:type policies: List[UUID]
|
|
779
779
|
:param policy_engine_mode:
|
|
780
780
|
:type policy_engine_mode: str
|
|
781
781
|
:param re_evaluate_policies:
|
|
@@ -783,9 +783,9 @@ class FlowsApi:
|
|
|
783
783
|
:param search: A search term.
|
|
784
784
|
:type search: str
|
|
785
785
|
:param stage:
|
|
786
|
-
:type stage:
|
|
786
|
+
:type stage: UUID
|
|
787
787
|
:param target:
|
|
788
|
-
:type target:
|
|
788
|
+
:type target: UUID
|
|
789
789
|
:param _request_timeout: timeout setting for this request. If one
|
|
790
790
|
number provided, it will be total request
|
|
791
791
|
timeout. It can also be a pair (tuple) of
|
|
@@ -882,7 +882,7 @@ class FlowsApi:
|
|
|
882
882
|
:param evaluate_on_plan:
|
|
883
883
|
:type evaluate_on_plan: bool
|
|
884
884
|
:param fsb_uuid:
|
|
885
|
-
:type fsb_uuid:
|
|
885
|
+
:type fsb_uuid: UUID
|
|
886
886
|
:param invalid_response_action: Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context.
|
|
887
887
|
:type invalid_response_action: str
|
|
888
888
|
:param order:
|
|
@@ -894,9 +894,9 @@ class FlowsApi:
|
|
|
894
894
|
:param page_size: Number of results to return per page.
|
|
895
895
|
:type page_size: int
|
|
896
896
|
:param pbm_uuid:
|
|
897
|
-
:type pbm_uuid:
|
|
897
|
+
:type pbm_uuid: UUID
|
|
898
898
|
:param policies:
|
|
899
|
-
:type policies: List[
|
|
899
|
+
:type policies: List[UUID]
|
|
900
900
|
:param policy_engine_mode:
|
|
901
901
|
:type policy_engine_mode: str
|
|
902
902
|
:param re_evaluate_policies:
|
|
@@ -904,9 +904,9 @@ class FlowsApi:
|
|
|
904
904
|
:param search: A search term.
|
|
905
905
|
:type search: str
|
|
906
906
|
:param stage:
|
|
907
|
-
:type stage:
|
|
907
|
+
:type stage: UUID
|
|
908
908
|
:param target:
|
|
909
|
-
:type target:
|
|
909
|
+
:type target: UUID
|
|
910
910
|
:param _request_timeout: timeout setting for this request. If one
|
|
911
911
|
number provided, it will be total request
|
|
912
912
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1117,7 +1117,7 @@ class FlowsApi:
|
|
|
1117
1117
|
FlowStageBinding Viewset
|
|
1118
1118
|
|
|
1119
1119
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1120
|
-
:type fsb_uuid:
|
|
1120
|
+
:type fsb_uuid: UUID
|
|
1121
1121
|
:param patched_flow_stage_binding_request:
|
|
1122
1122
|
:type patched_flow_stage_binding_request: PatchedFlowStageBindingRequest
|
|
1123
1123
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1190,7 +1190,7 @@ class FlowsApi:
|
|
|
1190
1190
|
FlowStageBinding Viewset
|
|
1191
1191
|
|
|
1192
1192
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1193
|
-
:type fsb_uuid:
|
|
1193
|
+
:type fsb_uuid: UUID
|
|
1194
1194
|
:param patched_flow_stage_binding_request:
|
|
1195
1195
|
:type patched_flow_stage_binding_request: PatchedFlowStageBindingRequest
|
|
1196
1196
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1263,7 +1263,7 @@ class FlowsApi:
|
|
|
1263
1263
|
FlowStageBinding Viewset
|
|
1264
1264
|
|
|
1265
1265
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1266
|
-
:type fsb_uuid:
|
|
1266
|
+
:type fsb_uuid: UUID
|
|
1267
1267
|
:param patched_flow_stage_binding_request:
|
|
1268
1268
|
:type patched_flow_stage_binding_request: PatchedFlowStageBindingRequest
|
|
1269
1269
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1411,7 +1411,7 @@ class FlowsApi:
|
|
|
1411
1411
|
FlowStageBinding Viewset
|
|
1412
1412
|
|
|
1413
1413
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1414
|
-
:type fsb_uuid:
|
|
1414
|
+
:type fsb_uuid: UUID
|
|
1415
1415
|
:param _request_timeout: timeout setting for this request. If one
|
|
1416
1416
|
number provided, it will be total request
|
|
1417
1417
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1480,7 +1480,7 @@ class FlowsApi:
|
|
|
1480
1480
|
FlowStageBinding Viewset
|
|
1481
1481
|
|
|
1482
1482
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1483
|
-
:type fsb_uuid:
|
|
1483
|
+
:type fsb_uuid: UUID
|
|
1484
1484
|
:param _request_timeout: timeout setting for this request. If one
|
|
1485
1485
|
number provided, it will be total request
|
|
1486
1486
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1549,7 +1549,7 @@ class FlowsApi:
|
|
|
1549
1549
|
FlowStageBinding Viewset
|
|
1550
1550
|
|
|
1551
1551
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1552
|
-
:type fsb_uuid:
|
|
1552
|
+
:type fsb_uuid: UUID
|
|
1553
1553
|
:param _request_timeout: timeout setting for this request. If one
|
|
1554
1554
|
number provided, it will be total request
|
|
1555
1555
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1679,7 +1679,7 @@ class FlowsApi:
|
|
|
1679
1679
|
FlowStageBinding Viewset
|
|
1680
1680
|
|
|
1681
1681
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1682
|
-
:type fsb_uuid:
|
|
1682
|
+
:type fsb_uuid: UUID
|
|
1683
1683
|
:param flow_stage_binding_request: (required)
|
|
1684
1684
|
:type flow_stage_binding_request: FlowStageBindingRequest
|
|
1685
1685
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1752,7 +1752,7 @@ class FlowsApi:
|
|
|
1752
1752
|
FlowStageBinding Viewset
|
|
1753
1753
|
|
|
1754
1754
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1755
|
-
:type fsb_uuid:
|
|
1755
|
+
:type fsb_uuid: UUID
|
|
1756
1756
|
:param flow_stage_binding_request: (required)
|
|
1757
1757
|
:type flow_stage_binding_request: FlowStageBindingRequest
|
|
1758
1758
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1825,7 +1825,7 @@ class FlowsApi:
|
|
|
1825
1825
|
FlowStageBinding Viewset
|
|
1826
1826
|
|
|
1827
1827
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1828
|
-
:type fsb_uuid:
|
|
1828
|
+
:type fsb_uuid: UUID
|
|
1829
1829
|
:param flow_stage_binding_request: (required)
|
|
1830
1830
|
:type flow_stage_binding_request: FlowStageBindingRequest
|
|
1831
1831
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1973,7 +1973,7 @@ class FlowsApi:
|
|
|
1973
1973
|
Get a list of all objects that use this object
|
|
1974
1974
|
|
|
1975
1975
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
1976
|
-
:type fsb_uuid:
|
|
1976
|
+
:type fsb_uuid: UUID
|
|
1977
1977
|
:param _request_timeout: timeout setting for this request. If one
|
|
1978
1978
|
number provided, it will be total request
|
|
1979
1979
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2042,7 +2042,7 @@ class FlowsApi:
|
|
|
2042
2042
|
Get a list of all objects that use this object
|
|
2043
2043
|
|
|
2044
2044
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
2045
|
-
:type fsb_uuid:
|
|
2045
|
+
:type fsb_uuid: UUID
|
|
2046
2046
|
:param _request_timeout: timeout setting for this request. If one
|
|
2047
2047
|
number provided, it will be total request
|
|
2048
2048
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2111,7 +2111,7 @@ class FlowsApi:
|
|
|
2111
2111
|
Get a list of all objects that use this object
|
|
2112
2112
|
|
|
2113
2113
|
:param fsb_uuid: A UUID string identifying this Flow Stage Binding. (required)
|
|
2114
|
-
:type fsb_uuid:
|
|
2114
|
+
:type fsb_uuid: UUID
|
|
2115
2115
|
:param _request_timeout: timeout setting for this request. If one
|
|
2116
2116
|
number provided, it will be total request
|
|
2117
2117
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5262,7 +5262,7 @@ class FlowsApi:
|
|
|
5262
5262
|
:param designation: Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.
|
|
5263
5263
|
:type designation: str
|
|
5264
5264
|
:param flow_uuid:
|
|
5265
|
-
:type flow_uuid:
|
|
5265
|
+
:type flow_uuid: UUID
|
|
5266
5266
|
:param name:
|
|
5267
5267
|
:type name: str
|
|
5268
5268
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -5363,7 +5363,7 @@ class FlowsApi:
|
|
|
5363
5363
|
:param designation: Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.
|
|
5364
5364
|
:type designation: str
|
|
5365
5365
|
:param flow_uuid:
|
|
5366
|
-
:type flow_uuid:
|
|
5366
|
+
:type flow_uuid: UUID
|
|
5367
5367
|
:param name:
|
|
5368
5368
|
:type name: str
|
|
5369
5369
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -5464,7 +5464,7 @@ class FlowsApi:
|
|
|
5464
5464
|
:param designation: Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.
|
|
5465
5465
|
:type designation: str
|
|
5466
5466
|
:param flow_uuid:
|
|
5467
|
-
:type flow_uuid:
|
|
5467
|
+
:type flow_uuid: UUID
|
|
5468
5468
|
:param name:
|
|
5469
5469
|
:type name: str
|
|
5470
5470
|
:param ordering: Which field to use when ordering the results.
|
|
@@ -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
|
|
|
@@ -68,7 +68,7 @@ class ManagedApi:
|
|
|
68
68
|
Apply a blueprint
|
|
69
69
|
|
|
70
70
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
71
|
-
:type instance_uuid:
|
|
71
|
+
:type instance_uuid: UUID
|
|
72
72
|
:param _request_timeout: timeout setting for this request. If one
|
|
73
73
|
number provided, it will be total request
|
|
74
74
|
timeout. It can also be a pair (tuple) of
|
|
@@ -137,7 +137,7 @@ class ManagedApi:
|
|
|
137
137
|
Apply a blueprint
|
|
138
138
|
|
|
139
139
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
140
|
-
:type instance_uuid:
|
|
140
|
+
:type instance_uuid: UUID
|
|
141
141
|
:param _request_timeout: timeout setting for this request. If one
|
|
142
142
|
number provided, it will be total request
|
|
143
143
|
timeout. It can also be a pair (tuple) of
|
|
@@ -206,7 +206,7 @@ class ManagedApi:
|
|
|
206
206
|
Apply a blueprint
|
|
207
207
|
|
|
208
208
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
209
|
-
:type instance_uuid:
|
|
209
|
+
:type instance_uuid: UUID
|
|
210
210
|
:param _request_timeout: timeout setting for this request. If one
|
|
211
211
|
number provided, it will be total request
|
|
212
212
|
timeout. It can also be a pair (tuple) of
|
|
@@ -867,7 +867,7 @@ class ManagedApi:
|
|
|
867
867
|
Blueprint instances
|
|
868
868
|
|
|
869
869
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
870
|
-
:type instance_uuid:
|
|
870
|
+
:type instance_uuid: UUID
|
|
871
871
|
:param _request_timeout: timeout setting for this request. If one
|
|
872
872
|
number provided, it will be total request
|
|
873
873
|
timeout. It can also be a pair (tuple) of
|
|
@@ -936,7 +936,7 @@ class ManagedApi:
|
|
|
936
936
|
Blueprint instances
|
|
937
937
|
|
|
938
938
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
939
|
-
:type instance_uuid:
|
|
939
|
+
:type instance_uuid: UUID
|
|
940
940
|
:param _request_timeout: timeout setting for this request. If one
|
|
941
941
|
number provided, it will be total request
|
|
942
942
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1005,7 +1005,7 @@ class ManagedApi:
|
|
|
1005
1005
|
Blueprint instances
|
|
1006
1006
|
|
|
1007
1007
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1008
|
-
:type instance_uuid:
|
|
1008
|
+
:type instance_uuid: UUID
|
|
1009
1009
|
:param _request_timeout: timeout setting for this request. If one
|
|
1010
1010
|
number provided, it will be total request
|
|
1011
1011
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1489,7 +1489,7 @@ class ManagedApi:
|
|
|
1489
1489
|
Blueprint instances
|
|
1490
1490
|
|
|
1491
1491
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1492
|
-
:type instance_uuid:
|
|
1492
|
+
:type instance_uuid: UUID
|
|
1493
1493
|
:param patched_blueprint_instance_request:
|
|
1494
1494
|
:type patched_blueprint_instance_request: PatchedBlueprintInstanceRequest
|
|
1495
1495
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1562,7 +1562,7 @@ class ManagedApi:
|
|
|
1562
1562
|
Blueprint instances
|
|
1563
1563
|
|
|
1564
1564
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1565
|
-
:type instance_uuid:
|
|
1565
|
+
:type instance_uuid: UUID
|
|
1566
1566
|
:param patched_blueprint_instance_request:
|
|
1567
1567
|
:type patched_blueprint_instance_request: PatchedBlueprintInstanceRequest
|
|
1568
1568
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1635,7 +1635,7 @@ class ManagedApi:
|
|
|
1635
1635
|
Blueprint instances
|
|
1636
1636
|
|
|
1637
1637
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1638
|
-
:type instance_uuid:
|
|
1638
|
+
:type instance_uuid: UUID
|
|
1639
1639
|
:param patched_blueprint_instance_request:
|
|
1640
1640
|
:type patched_blueprint_instance_request: PatchedBlueprintInstanceRequest
|
|
1641
1641
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1783,7 +1783,7 @@ class ManagedApi:
|
|
|
1783
1783
|
Blueprint instances
|
|
1784
1784
|
|
|
1785
1785
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1786
|
-
:type instance_uuid:
|
|
1786
|
+
:type instance_uuid: UUID
|
|
1787
1787
|
:param _request_timeout: timeout setting for this request. If one
|
|
1788
1788
|
number provided, it will be total request
|
|
1789
1789
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1852,7 +1852,7 @@ class ManagedApi:
|
|
|
1852
1852
|
Blueprint instances
|
|
1853
1853
|
|
|
1854
1854
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1855
|
-
:type instance_uuid:
|
|
1855
|
+
:type instance_uuid: UUID
|
|
1856
1856
|
:param _request_timeout: timeout setting for this request. If one
|
|
1857
1857
|
number provided, it will be total request
|
|
1858
1858
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1921,7 +1921,7 @@ class ManagedApi:
|
|
|
1921
1921
|
Blueprint instances
|
|
1922
1922
|
|
|
1923
1923
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
1924
|
-
:type instance_uuid:
|
|
1924
|
+
:type instance_uuid: UUID
|
|
1925
1925
|
:param _request_timeout: timeout setting for this request. If one
|
|
1926
1926
|
number provided, it will be total request
|
|
1927
1927
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2051,7 +2051,7 @@ class ManagedApi:
|
|
|
2051
2051
|
Blueprint instances
|
|
2052
2052
|
|
|
2053
2053
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2054
|
-
:type instance_uuid:
|
|
2054
|
+
:type instance_uuid: UUID
|
|
2055
2055
|
:param blueprint_instance_request: (required)
|
|
2056
2056
|
:type blueprint_instance_request: BlueprintInstanceRequest
|
|
2057
2057
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2124,7 +2124,7 @@ class ManagedApi:
|
|
|
2124
2124
|
Blueprint instances
|
|
2125
2125
|
|
|
2126
2126
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2127
|
-
:type instance_uuid:
|
|
2127
|
+
:type instance_uuid: UUID
|
|
2128
2128
|
:param blueprint_instance_request: (required)
|
|
2129
2129
|
:type blueprint_instance_request: BlueprintInstanceRequest
|
|
2130
2130
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2197,7 +2197,7 @@ class ManagedApi:
|
|
|
2197
2197
|
Blueprint instances
|
|
2198
2198
|
|
|
2199
2199
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2200
|
-
:type instance_uuid:
|
|
2200
|
+
:type instance_uuid: UUID
|
|
2201
2201
|
:param blueprint_instance_request: (required)
|
|
2202
2202
|
:type blueprint_instance_request: BlueprintInstanceRequest
|
|
2203
2203
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -2345,7 +2345,7 @@ class ManagedApi:
|
|
|
2345
2345
|
Get a list of all objects that use this object
|
|
2346
2346
|
|
|
2347
2347
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2348
|
-
:type instance_uuid:
|
|
2348
|
+
:type instance_uuid: UUID
|
|
2349
2349
|
:param _request_timeout: timeout setting for this request. If one
|
|
2350
2350
|
number provided, it will be total request
|
|
2351
2351
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2414,7 +2414,7 @@ class ManagedApi:
|
|
|
2414
2414
|
Get a list of all objects that use this object
|
|
2415
2415
|
|
|
2416
2416
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2417
|
-
:type instance_uuid:
|
|
2417
|
+
:type instance_uuid: UUID
|
|
2418
2418
|
:param _request_timeout: timeout setting for this request. If one
|
|
2419
2419
|
number provided, it will be total request
|
|
2420
2420
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2483,7 +2483,7 @@ class ManagedApi:
|
|
|
2483
2483
|
Get a list of all objects that use this object
|
|
2484
2484
|
|
|
2485
2485
|
:param instance_uuid: A UUID string identifying this Blueprint Instance. (required)
|
|
2486
|
-
:type instance_uuid:
|
|
2486
|
+
:type instance_uuid: UUID
|
|
2487
2487
|
:param _request_timeout: timeout setting for this request. If one
|
|
2488
2488
|
number provided, it will be total request
|
|
2489
2489
|
timeout. It can also be a pair (tuple) of
|