authentik-api 2026.2.2 → 2026.5.0.rc1
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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/README_API.md +67 -15
- data/lib/authentik/api/api/admin_api.rb +5 -13
- data/lib/authentik/api/api/authenticators_api.rb +60 -60
- data/lib/authentik/api/api/core_api.rb +188 -63
- data/lib/authentik/api/api/crypto_api.rb +9 -13
- data/lib/authentik/api/api/endpoints_api.rb +1600 -679
- data/lib/authentik/api/api/enterprise_api.rb +5 -5
- data/lib/authentik/api/api/events_api.rb +141 -58
- data/lib/authentik/api/api/flows_api.rb +24 -106
- data/lib/authentik/api/api/lifecycle_api.rb +27 -18
- data/lib/authentik/api/api/managed_api.rb +79 -6
- data/lib/authentik/api/api/oauth2_api.rb +9 -9
- data/lib/authentik/api/api/outposts_api.rb +22 -22
- data/lib/authentik/api/api/policies_api.rb +57 -58
- data/lib/authentik/api/api/propertymappings_api.rb +79 -79
- data/lib/authentik/api/api/providers_api.rb +134 -196
- data/lib/authentik/api/api/rac_api.rb +10 -10
- data/lib/authentik/api/api/rbac_api.rb +15 -20
- data/lib/authentik/api/api/reports_api.rb +2 -2
- data/lib/authentik/api/api/schema_api.rb +4 -12
- data/lib/authentik/api/api/sources_api.rb +158 -219
- data/lib/authentik/api/api/ssf_api.rb +64 -7
- data/lib/authentik/api/api/stages_api.rb +723 -244
- data/lib/authentik/api/api/tasks_api.rb +11 -19
- data/lib/authentik/api/api/tenants_api.rb +10 -10
- data/lib/authentik/api/models/account_lockdown_stage.rb +372 -0
- data/lib/authentik/api/models/account_lockdown_stage_request.rb +219 -0
- data/lib/authentik/api/models/app_enum.rb +3 -2
- data/lib/authentik/api/models/apple_independent_secure_enclave.rb +246 -0
- data/lib/authentik/api/models/apple_independent_secure_enclave_request.rb +273 -0
- data/lib/authentik/api/models/application.rb +14 -4
- data/lib/authentik/api/models/application_request.rb +14 -4
- data/lib/authentik/api/models/authenticated_session_user_agent_device.rb +2 -30
- data/lib/authentik/api/models/authenticated_session_user_agent_os.rb +4 -60
- data/lib/authentik/api/models/authentication_enum.rb +2 -1
- data/lib/authentik/api/models/authenticator_validate_stage.rb +51 -4
- data/lib/authentik/api/models/authenticator_validate_stage_request.rb +51 -4
- data/lib/authentik/api/models/authenticator_web_authn_stage.rb +23 -2
- data/lib/authentik/api/models/authenticator_web_authn_stage_request.rb +23 -2
- data/lib/authentik/api/models/{flow_import_result.rb → blueprint_import_result.rb} +4 -4
- data/lib/authentik/api/models/brand.rb +11 -1
- data/lib/authentik/api/models/brand_request.rb +11 -1
- data/lib/authentik/api/models/certificate_key_pair.rb +1 -1
- data/lib/authentik/api/models/certificate_key_pair_key_type_enum.rb +37 -0
- data/lib/authentik/api/models/compatibility_mode_enum.rb +3 -1
- data/lib/authentik/api/models/{consent_stage_mode_enum.rb → consent_mode_enum.rb} +3 -3
- data/lib/authentik/api/models/consent_stage.rb +1 -1
- data/lib/authentik/api/models/consent_stage_request.rb +1 -1
- data/lib/authentik/api/models/country_code_enum.rb +3 -3
- data/lib/authentik/api/models/current_brand.rb +10 -1
- data/lib/authentik/api/models/current_brand_flags.rb +31 -27
- data/lib/authentik/api/models/delivery_method_enum.rb +3 -1
- data/lib/authentik/api/models/device_user_binding.rb +3 -45
- data/lib/authentik/api/models/event_matcher_policy.rb +15 -5
- data/lib/authentik/api/models/event_matcher_policy_request.rb +30 -5
- data/lib/authentik/api/models/event_stats.rb +187 -0
- data/lib/authentik/api/models/event_volume.rb +1 -1
- data/lib/authentik/api/models/events_requested_enum.rb +7 -1
- data/lib/authentik/api/models/force_binding_enum.rb +34 -0
- data/lib/authentik/api/models/{resident_key_requirement_enum.rb → format_enum.rb} +6 -7
- data/lib/authentik/api/models/geo_ip_policy.rb +1 -1
- data/lib/authentik/api/models/{detailed_country_field.rb → geo_ip_policy_countries_obj_inner.rb} +22 -26
- data/lib/authentik/api/models/google_chrome_connector.rb +326 -0
- data/lib/authentik/api/models/google_chrome_connector_request.rb +214 -0
- data/lib/authentik/api/models/grant_types_enum.rb +39 -0
- data/lib/authentik/api/models/group_ldap_source_connection.rb +30 -4
- data/lib/authentik/api/models/iframe_logout_challenge.rb +1 -1
- data/lib/authentik/api/models/invitation_send_email_request.rb +213 -0
- data/lib/authentik/api/models/key_type_enum.rb +3 -3
- data/lib/authentik/api/models/lang_enum.rb +131 -0
- data/lib/authentik/api/models/lifecycle_iteration.rb +30 -86
- data/lib/authentik/api/models/logout_url.rb +209 -0
- data/lib/authentik/api/models/model_enum.rb +3 -1
- data/lib/authentik/api/models/native_logout_challenge.rb +68 -37
- data/lib/authentik/api/models/notification_rule.rb +1 -15
- data/lib/authentik/api/models/notification_transport.rb +13 -2
- data/lib/authentik/api/models/notification_transport_request.rb +13 -2
- data/lib/authentik/api/models/o_auth2_provider.rb +12 -1
- data/lib/authentik/api/models/o_auth2_provider_request.rb +12 -1
- data/lib/authentik/api/models/operating_system.rb +0 -17
- data/lib/authentik/api/models/operating_system_request.rb +2 -9
- data/lib/authentik/api/models/paginated_account_lockdown_stage_list.rb +214 -0
- data/lib/authentik/api/models/paginated_apple_independent_secure_enclave_list.rb +214 -0
- data/lib/authentik/api/models/paginated_extra_role_object_permission_list.rb +32 -4
- data/lib/authentik/api/models/paginated_google_chrome_connector_list.rb +214 -0
- data/lib/authentik/api/models/patched_account_lockdown_stage_request.rb +212 -0
- data/lib/authentik/api/models/patched_apple_independent_secure_enclave_request.rb +235 -0
- data/lib/authentik/api/models/patched_application_request.rb +14 -4
- data/lib/authentik/api/models/patched_authenticator_validate_stage_request.rb +51 -4
- data/lib/authentik/api/models/patched_authenticator_web_authn_stage_request.rb +23 -2
- data/lib/authentik/api/models/patched_brand_request.rb +11 -1
- data/lib/authentik/api/models/patched_consent_stage_request.rb +1 -1
- data/lib/authentik/api/models/patched_event_matcher_policy_request.rb +30 -5
- data/lib/authentik/api/models/patched_google_chrome_connector_request.rb +190 -0
- data/lib/authentik/api/models/patched_notification_transport_request.rb +13 -2
- data/lib/authentik/api/models/patched_o_auth2_provider_request.rb +12 -1
- data/lib/authentik/api/models/patched_saml_provider_request.rb +17 -27
- data/lib/authentik/api/models/patched_saml_source_request.rb +11 -1
- data/lib/authentik/api/models/patched_settings_request_flags.rb +31 -27
- data/lib/authentik/api/models/patched_ssf_provider_request.rb +13 -4
- data/lib/authentik/api/models/policy_binding.rb +3 -45
- data/lib/authentik/api/models/prompt_type_enum.rb +4 -1
- data/lib/authentik/api/models/redirect_uri.rb +13 -4
- data/lib/authentik/api/models/redirect_uri_request.rb +13 -4
- data/lib/authentik/api/models/redirect_uri_type_enum.rb +34 -0
- data/lib/authentik/api/models/related_rule.rb +250 -0
- data/lib/authentik/api/models/saml_metadata.rb +0 -2
- data/lib/authentik/api/models/saml_provider.rb +98 -8
- data/lib/authentik/api/models/saml_provider_request.rb +17 -27
- data/lib/authentik/api/models/saml_source.rb +11 -1
- data/lib/authentik/api/models/saml_source_request.rb +11 -1
- data/lib/authentik/api/models/ssf_provider.rb +41 -4
- data/lib/authentik/api/models/ssf_provider_request.rb +13 -4
- data/lib/authentik/api/models/ssf_stream.rb +10 -1
- data/lib/authentik/api/models/ssf_stream_status_enum.rb +36 -0
- data/lib/authentik/api/models/task.rb +1 -1
- data/lib/authentik/api/models/{task_state_enum.rb → task_status_enum.rb} +3 -3
- data/lib/authentik/api/models/{notification_transport_mode_enum.rb → transport_mode_enum.rb} +3 -3
- data/lib/authentik/api/models/usage_enum.rb +33 -0
- data/lib/authentik/api/models/user_account_lockdown_request.rb +144 -0
- data/lib/authentik/api/models/user_ldap_source_connection.rb +30 -4
- data/lib/authentik/api/models/user_password_hash_set_request.rb +168 -0
- data/lib/authentik/api/models/vendor_enum.rb +2 -1
- data/lib/authentik/api/models/web_authn_hint_enum.rb +35 -0
- data/lib/authentik/api/version.rb +1 -1
- data/spec/api/admin_api_spec.rb +2 -2
- data/spec/api/core_api_spec.rb +27 -3
- data/spec/api/crypto_api_spec.rb +1 -1
- data/spec/api/endpoints_api_spec.rb +167 -0
- data/spec/api/events_api_spec.rb +33 -7
- data/spec/api/flows_api_spec.rb +4 -16
- data/spec/api/lifecycle_api_spec.rb +6 -3
- data/spec/api/managed_api_spec.rb +13 -0
- data/spec/api/policies_api_spec.rb +2 -1
- data/spec/api/providers_api_spec.rb +21 -19
- data/spec/api/schema_api_spec.rb +2 -2
- data/spec/api/sources_api_spec.rb +17 -16
- data/spec/api/ssf_api_spec.rb +12 -1
- data/spec/api/stages_api_spec.rb +117 -18
- data/spec/api/tasks_api_spec.rb +2 -2
- data/spec/models/account_lockdown_stage_request_spec.rb +60 -0
- data/spec/models/account_lockdown_stage_spec.rb +96 -0
- data/spec/models/apple_independent_secure_enclave_request_spec.rb +54 -0
- data/spec/models/apple_independent_secure_enclave_spec.rb +54 -0
- data/spec/models/application_request_spec.rb +6 -0
- data/spec/models/application_spec.rb +6 -0
- data/spec/models/authenticator_validate_stage_request_spec.rb +30 -0
- data/spec/models/authenticator_validate_stage_spec.rb +30 -0
- data/spec/models/authenticator_web_authn_stage_request_spec.rb +12 -0
- data/spec/models/authenticator_web_authn_stage_spec.rb +12 -0
- data/spec/models/{flow_import_result_spec.rb → blueprint_import_result_spec.rb} +6 -6
- data/spec/models/brand_request_spec.rb +6 -0
- data/spec/models/brand_spec.rb +6 -0
- data/spec/models/{notification_transport_mode_enum_spec.rb → certificate_key_pair_key_type_enum_spec.rb} +6 -6
- data/spec/models/{consent_stage_mode_enum_spec.rb → consent_mode_enum_spec.rb} +6 -6
- data/spec/models/current_brand_flags_spec.rb +2 -2
- data/spec/models/current_brand_spec.rb +6 -0
- data/spec/models/event_matcher_policy_request_spec.rb +6 -0
- data/spec/models/event_matcher_policy_spec.rb +6 -0
- data/spec/models/event_stats_spec.rb +36 -0
- data/spec/models/force_binding_enum_spec.rb +24 -0
- data/spec/models/format_enum_spec.rb +24 -0
- data/spec/models/{detailed_country_field_spec.rb → geo_ip_policy_countries_obj_inner_spec.rb} +6 -6
- data/spec/models/google_chrome_connector_request_spec.rb +48 -0
- data/spec/models/google_chrome_connector_spec.rb +78 -0
- data/spec/models/grant_types_enum_spec.rb +24 -0
- data/spec/models/group_ldap_source_connection_spec.rb +6 -0
- data/spec/models/invitation_send_email_request_spec.rb +48 -0
- data/spec/models/lang_enum_spec.rb +24 -0
- data/spec/models/lifecycle_iteration_spec.rb +2 -14
- data/spec/models/logout_url_spec.rb +60 -0
- data/spec/models/native_logout_challenge_spec.rb +13 -7
- data/spec/models/notification_transport_request_spec.rb +6 -0
- data/spec/models/notification_transport_spec.rb +6 -0
- data/spec/models/o_auth2_provider_request_spec.rb +6 -0
- data/spec/models/o_auth2_provider_spec.rb +6 -0
- data/spec/models/paginated_account_lockdown_stage_list_spec.rb +42 -0
- data/spec/models/paginated_apple_independent_secure_enclave_list_spec.rb +42 -0
- data/spec/models/paginated_extra_role_object_permission_list_spec.rb +6 -0
- data/spec/models/paginated_google_chrome_connector_list_spec.rb +42 -0
- data/spec/models/patched_account_lockdown_stage_request_spec.rb +60 -0
- data/spec/models/patched_apple_independent_secure_enclave_request_spec.rb +54 -0
- data/spec/models/patched_application_request_spec.rb +6 -0
- data/spec/models/patched_authenticator_validate_stage_request_spec.rb +30 -0
- data/spec/models/patched_authenticator_web_authn_stage_request_spec.rb +12 -0
- data/spec/models/patched_brand_request_spec.rb +6 -0
- data/spec/models/patched_event_matcher_policy_request_spec.rb +6 -0
- data/spec/models/patched_google_chrome_connector_request_spec.rb +48 -0
- data/spec/models/patched_notification_transport_request_spec.rb +6 -0
- data/spec/models/patched_o_auth2_provider_request_spec.rb +6 -0
- data/spec/models/patched_saml_provider_request_spec.rb +7 -1
- data/spec/models/patched_saml_source_request_spec.rb +6 -0
- data/spec/models/patched_settings_request_flags_spec.rb +2 -2
- data/spec/models/patched_ssf_provider_request_spec.rb +6 -0
- data/spec/models/redirect_uri_request_spec.rb +6 -0
- data/spec/models/redirect_uri_spec.rb +6 -0
- data/spec/models/redirect_uri_type_enum_spec.rb +24 -0
- data/spec/models/related_rule_spec.rb +54 -0
- data/spec/models/saml_provider_request_spec.rb +7 -1
- data/spec/models/saml_provider_spec.rb +25 -1
- data/spec/models/saml_source_request_spec.rb +6 -0
- data/spec/models/saml_source_spec.rb +6 -0
- data/spec/models/ssf_provider_request_spec.rb +6 -0
- data/spec/models/ssf_provider_spec.rb +12 -0
- data/spec/models/ssf_stream_spec.rb +6 -0
- data/spec/models/ssf_stream_status_enum_spec.rb +24 -0
- data/spec/models/{task_state_enum_spec.rb → task_status_enum_spec.rb} +6 -6
- data/spec/models/transport_mode_enum_spec.rb +24 -0
- data/spec/models/usage_enum_spec.rb +24 -0
- data/spec/models/user_account_lockdown_request_spec.rb +30 -0
- data/spec/models/user_ldap_source_connection_spec.rb +6 -0
- data/spec/models/user_password_hash_set_request_spec.rb +30 -0
- data/spec/models/web_authn_hint_enum_spec.rb +24 -0
- data/spec/zeitwerk_spec.rb +34 -0
- metadata +113 -32
- data/spec/models/resident_key_requirement_enum_spec.rb +0 -24
|
@@ -159,7 +159,7 @@ module Authentik::Api
|
|
|
159
159
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_duo_destroy"
|
|
160
160
|
end
|
|
161
161
|
# resource path
|
|
162
|
-
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{
|
|
162
|
+
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
163
163
|
|
|
164
164
|
# query parameters
|
|
165
165
|
query_params = opts[:query_params] || {}
|
|
@@ -292,7 +292,7 @@ module Authentik::Api
|
|
|
292
292
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_duo_partial_update"
|
|
293
293
|
end
|
|
294
294
|
# resource path
|
|
295
|
-
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{
|
|
295
|
+
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
296
296
|
|
|
297
297
|
# query parameters
|
|
298
298
|
query_params = opts[:query_params] || {}
|
|
@@ -358,7 +358,7 @@ module Authentik::Api
|
|
|
358
358
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_duo_retrieve"
|
|
359
359
|
end
|
|
360
360
|
# resource path
|
|
361
|
-
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{
|
|
361
|
+
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
362
362
|
|
|
363
363
|
# query parameters
|
|
364
364
|
query_params = opts[:query_params] || {}
|
|
@@ -425,7 +425,7 @@ module Authentik::Api
|
|
|
425
425
|
fail ArgumentError, "Missing the required parameter 'duo_device_request' when calling AuthenticatorsApi.authenticators_admin_duo_update"
|
|
426
426
|
end
|
|
427
427
|
# resource path
|
|
428
|
-
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{
|
|
428
|
+
local_var_path = '/authenticators/admin/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
429
429
|
|
|
430
430
|
# query parameters
|
|
431
431
|
query_params = opts[:query_params] || {}
|
|
@@ -557,7 +557,7 @@ module Authentik::Api
|
|
|
557
557
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_email_destroy"
|
|
558
558
|
end
|
|
559
559
|
# resource path
|
|
560
|
-
local_var_path = '/authenticators/admin/email/{id}/'.sub('{
|
|
560
|
+
local_var_path = '/authenticators/admin/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
561
561
|
|
|
562
562
|
# query parameters
|
|
563
563
|
query_params = opts[:query_params] || {}
|
|
@@ -690,7 +690,7 @@ module Authentik::Api
|
|
|
690
690
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_email_partial_update"
|
|
691
691
|
end
|
|
692
692
|
# resource path
|
|
693
|
-
local_var_path = '/authenticators/admin/email/{id}/'.sub('{
|
|
693
|
+
local_var_path = '/authenticators/admin/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
694
694
|
|
|
695
695
|
# query parameters
|
|
696
696
|
query_params = opts[:query_params] || {}
|
|
@@ -756,7 +756,7 @@ module Authentik::Api
|
|
|
756
756
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_email_retrieve"
|
|
757
757
|
end
|
|
758
758
|
# resource path
|
|
759
|
-
local_var_path = '/authenticators/admin/email/{id}/'.sub('{
|
|
759
|
+
local_var_path = '/authenticators/admin/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
760
760
|
|
|
761
761
|
# query parameters
|
|
762
762
|
query_params = opts[:query_params] || {}
|
|
@@ -823,7 +823,7 @@ module Authentik::Api
|
|
|
823
823
|
fail ArgumentError, "Missing the required parameter 'email_device_request' when calling AuthenticatorsApi.authenticators_admin_email_update"
|
|
824
824
|
end
|
|
825
825
|
# resource path
|
|
826
|
-
local_var_path = '/authenticators/admin/email/{id}/'.sub('{
|
|
826
|
+
local_var_path = '/authenticators/admin/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
827
827
|
|
|
828
828
|
# query parameters
|
|
829
829
|
query_params = opts[:query_params] || {}
|
|
@@ -955,7 +955,7 @@ module Authentik::Api
|
|
|
955
955
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling AuthenticatorsApi.authenticators_admin_endpoint_destroy"
|
|
956
956
|
end
|
|
957
957
|
# resource path
|
|
958
|
-
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{
|
|
958
|
+
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
959
959
|
|
|
960
960
|
# query parameters
|
|
961
961
|
query_params = opts[:query_params] || {}
|
|
@@ -1088,7 +1088,7 @@ module Authentik::Api
|
|
|
1088
1088
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling AuthenticatorsApi.authenticators_admin_endpoint_partial_update"
|
|
1089
1089
|
end
|
|
1090
1090
|
# resource path
|
|
1091
|
-
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{
|
|
1091
|
+
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1092
1092
|
|
|
1093
1093
|
# query parameters
|
|
1094
1094
|
query_params = opts[:query_params] || {}
|
|
@@ -1154,7 +1154,7 @@ module Authentik::Api
|
|
|
1154
1154
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling AuthenticatorsApi.authenticators_admin_endpoint_retrieve"
|
|
1155
1155
|
end
|
|
1156
1156
|
# resource path
|
|
1157
|
-
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{
|
|
1157
|
+
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1158
1158
|
|
|
1159
1159
|
# query parameters
|
|
1160
1160
|
query_params = opts[:query_params] || {}
|
|
@@ -1221,7 +1221,7 @@ module Authentik::Api
|
|
|
1221
1221
|
fail ArgumentError, "Missing the required parameter 'google_endpoint_device_request' when calling AuthenticatorsApi.authenticators_admin_endpoint_update"
|
|
1222
1222
|
end
|
|
1223
1223
|
# resource path
|
|
1224
|
-
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{
|
|
1224
|
+
local_var_path = '/authenticators/admin/endpoint/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1225
1225
|
|
|
1226
1226
|
# query parameters
|
|
1227
1227
|
query_params = opts[:query_params] || {}
|
|
@@ -1353,7 +1353,7 @@ module Authentik::Api
|
|
|
1353
1353
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_sms_destroy"
|
|
1354
1354
|
end
|
|
1355
1355
|
# resource path
|
|
1356
|
-
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{
|
|
1356
|
+
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1357
1357
|
|
|
1358
1358
|
# query parameters
|
|
1359
1359
|
query_params = opts[:query_params] || {}
|
|
@@ -1486,7 +1486,7 @@ module Authentik::Api
|
|
|
1486
1486
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_sms_partial_update"
|
|
1487
1487
|
end
|
|
1488
1488
|
# resource path
|
|
1489
|
-
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{
|
|
1489
|
+
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1490
1490
|
|
|
1491
1491
|
# query parameters
|
|
1492
1492
|
query_params = opts[:query_params] || {}
|
|
@@ -1552,7 +1552,7 @@ module Authentik::Api
|
|
|
1552
1552
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_sms_retrieve"
|
|
1553
1553
|
end
|
|
1554
1554
|
# resource path
|
|
1555
|
-
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{
|
|
1555
|
+
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1556
1556
|
|
|
1557
1557
|
# query parameters
|
|
1558
1558
|
query_params = opts[:query_params] || {}
|
|
@@ -1619,7 +1619,7 @@ module Authentik::Api
|
|
|
1619
1619
|
fail ArgumentError, "Missing the required parameter 'sms_device_request' when calling AuthenticatorsApi.authenticators_admin_sms_update"
|
|
1620
1620
|
end
|
|
1621
1621
|
# resource path
|
|
1622
|
-
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{
|
|
1622
|
+
local_var_path = '/authenticators/admin/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1623
1623
|
|
|
1624
1624
|
# query parameters
|
|
1625
1625
|
query_params = opts[:query_params] || {}
|
|
@@ -1751,7 +1751,7 @@ module Authentik::Api
|
|
|
1751
1751
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_static_destroy"
|
|
1752
1752
|
end
|
|
1753
1753
|
# resource path
|
|
1754
|
-
local_var_path = '/authenticators/admin/static/{id}/'.sub('{
|
|
1754
|
+
local_var_path = '/authenticators/admin/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1755
1755
|
|
|
1756
1756
|
# query parameters
|
|
1757
1757
|
query_params = opts[:query_params] || {}
|
|
@@ -1884,7 +1884,7 @@ module Authentik::Api
|
|
|
1884
1884
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_static_partial_update"
|
|
1885
1885
|
end
|
|
1886
1886
|
# resource path
|
|
1887
|
-
local_var_path = '/authenticators/admin/static/{id}/'.sub('{
|
|
1887
|
+
local_var_path = '/authenticators/admin/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1888
1888
|
|
|
1889
1889
|
# query parameters
|
|
1890
1890
|
query_params = opts[:query_params] || {}
|
|
@@ -1950,7 +1950,7 @@ module Authentik::Api
|
|
|
1950
1950
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_static_retrieve"
|
|
1951
1951
|
end
|
|
1952
1952
|
# resource path
|
|
1953
|
-
local_var_path = '/authenticators/admin/static/{id}/'.sub('{
|
|
1953
|
+
local_var_path = '/authenticators/admin/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
1954
1954
|
|
|
1955
1955
|
# query parameters
|
|
1956
1956
|
query_params = opts[:query_params] || {}
|
|
@@ -2017,7 +2017,7 @@ module Authentik::Api
|
|
|
2017
2017
|
fail ArgumentError, "Missing the required parameter 'static_device_request' when calling AuthenticatorsApi.authenticators_admin_static_update"
|
|
2018
2018
|
end
|
|
2019
2019
|
# resource path
|
|
2020
|
-
local_var_path = '/authenticators/admin/static/{id}/'.sub('{
|
|
2020
|
+
local_var_path = '/authenticators/admin/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2021
2021
|
|
|
2022
2022
|
# query parameters
|
|
2023
2023
|
query_params = opts[:query_params] || {}
|
|
@@ -2149,7 +2149,7 @@ module Authentik::Api
|
|
|
2149
2149
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_totp_destroy"
|
|
2150
2150
|
end
|
|
2151
2151
|
# resource path
|
|
2152
|
-
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{
|
|
2152
|
+
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2153
2153
|
|
|
2154
2154
|
# query parameters
|
|
2155
2155
|
query_params = opts[:query_params] || {}
|
|
@@ -2282,7 +2282,7 @@ module Authentik::Api
|
|
|
2282
2282
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_totp_partial_update"
|
|
2283
2283
|
end
|
|
2284
2284
|
# resource path
|
|
2285
|
-
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{
|
|
2285
|
+
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2286
2286
|
|
|
2287
2287
|
# query parameters
|
|
2288
2288
|
query_params = opts[:query_params] || {}
|
|
@@ -2348,7 +2348,7 @@ module Authentik::Api
|
|
|
2348
2348
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_totp_retrieve"
|
|
2349
2349
|
end
|
|
2350
2350
|
# resource path
|
|
2351
|
-
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{
|
|
2351
|
+
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2352
2352
|
|
|
2353
2353
|
# query parameters
|
|
2354
2354
|
query_params = opts[:query_params] || {}
|
|
@@ -2415,7 +2415,7 @@ module Authentik::Api
|
|
|
2415
2415
|
fail ArgumentError, "Missing the required parameter 'totp_device_request' when calling AuthenticatorsApi.authenticators_admin_totp_update"
|
|
2416
2416
|
end
|
|
2417
2417
|
# resource path
|
|
2418
|
-
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{
|
|
2418
|
+
local_var_path = '/authenticators/admin/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2419
2419
|
|
|
2420
2420
|
# query parameters
|
|
2421
2421
|
query_params = opts[:query_params] || {}
|
|
@@ -2547,7 +2547,7 @@ module Authentik::Api
|
|
|
2547
2547
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_webauthn_destroy"
|
|
2548
2548
|
end
|
|
2549
2549
|
# resource path
|
|
2550
|
-
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{
|
|
2550
|
+
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2551
2551
|
|
|
2552
2552
|
# query parameters
|
|
2553
2553
|
query_params = opts[:query_params] || {}
|
|
@@ -2680,7 +2680,7 @@ module Authentik::Api
|
|
|
2680
2680
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_webauthn_partial_update"
|
|
2681
2681
|
end
|
|
2682
2682
|
# resource path
|
|
2683
|
-
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{
|
|
2683
|
+
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2684
2684
|
|
|
2685
2685
|
# query parameters
|
|
2686
2686
|
query_params = opts[:query_params] || {}
|
|
@@ -2746,7 +2746,7 @@ module Authentik::Api
|
|
|
2746
2746
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_admin_webauthn_retrieve"
|
|
2747
2747
|
end
|
|
2748
2748
|
# resource path
|
|
2749
|
-
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{
|
|
2749
|
+
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2750
2750
|
|
|
2751
2751
|
# query parameters
|
|
2752
2752
|
query_params = opts[:query_params] || {}
|
|
@@ -2813,7 +2813,7 @@ module Authentik::Api
|
|
|
2813
2813
|
fail ArgumentError, "Missing the required parameter 'web_authn_device_request' when calling AuthenticatorsApi.authenticators_admin_webauthn_update"
|
|
2814
2814
|
end
|
|
2815
2815
|
# resource path
|
|
2816
|
-
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{
|
|
2816
|
+
local_var_path = '/authenticators/admin/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2817
2817
|
|
|
2818
2818
|
# query parameters
|
|
2819
2819
|
query_params = opts[:query_params] || {}
|
|
@@ -2934,7 +2934,7 @@ module Authentik::Api
|
|
|
2934
2934
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_duo_destroy"
|
|
2935
2935
|
end
|
|
2936
2936
|
# resource path
|
|
2937
|
-
local_var_path = '/authenticators/duo/{id}/'.sub('{
|
|
2937
|
+
local_var_path = '/authenticators/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
2938
2938
|
|
|
2939
2939
|
# query parameters
|
|
2940
2940
|
query_params = opts[:query_params] || {}
|
|
@@ -3067,7 +3067,7 @@ module Authentik::Api
|
|
|
3067
3067
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_duo_partial_update"
|
|
3068
3068
|
end
|
|
3069
3069
|
# resource path
|
|
3070
|
-
local_var_path = '/authenticators/duo/{id}/'.sub('{
|
|
3070
|
+
local_var_path = '/authenticators/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3071
3071
|
|
|
3072
3072
|
# query parameters
|
|
3073
3073
|
query_params = opts[:query_params] || {}
|
|
@@ -3133,7 +3133,7 @@ module Authentik::Api
|
|
|
3133
3133
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_duo_retrieve"
|
|
3134
3134
|
end
|
|
3135
3135
|
# resource path
|
|
3136
|
-
local_var_path = '/authenticators/duo/{id}/'.sub('{
|
|
3136
|
+
local_var_path = '/authenticators/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3137
3137
|
|
|
3138
3138
|
# query parameters
|
|
3139
3139
|
query_params = opts[:query_params] || {}
|
|
@@ -3200,7 +3200,7 @@ module Authentik::Api
|
|
|
3200
3200
|
fail ArgumentError, "Missing the required parameter 'duo_device_request' when calling AuthenticatorsApi.authenticators_duo_update"
|
|
3201
3201
|
end
|
|
3202
3202
|
# resource path
|
|
3203
|
-
local_var_path = '/authenticators/duo/{id}/'.sub('{
|
|
3203
|
+
local_var_path = '/authenticators/duo/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3204
3204
|
|
|
3205
3205
|
# query parameters
|
|
3206
3206
|
query_params = opts[:query_params] || {}
|
|
@@ -3266,7 +3266,7 @@ module Authentik::Api
|
|
|
3266
3266
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_duo_used_by_list"
|
|
3267
3267
|
end
|
|
3268
3268
|
# resource path
|
|
3269
|
-
local_var_path = '/authenticators/duo/{id}/used_by/'.sub('{
|
|
3269
|
+
local_var_path = '/authenticators/duo/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
3270
3270
|
|
|
3271
3271
|
# query parameters
|
|
3272
3272
|
query_params = opts[:query_params] || {}
|
|
@@ -3327,7 +3327,7 @@ module Authentik::Api
|
|
|
3327
3327
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_email_destroy"
|
|
3328
3328
|
end
|
|
3329
3329
|
# resource path
|
|
3330
|
-
local_var_path = '/authenticators/email/{id}/'.sub('{
|
|
3330
|
+
local_var_path = '/authenticators/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3331
3331
|
|
|
3332
3332
|
# query parameters
|
|
3333
3333
|
query_params = opts[:query_params] || {}
|
|
@@ -3460,7 +3460,7 @@ module Authentik::Api
|
|
|
3460
3460
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_email_partial_update"
|
|
3461
3461
|
end
|
|
3462
3462
|
# resource path
|
|
3463
|
-
local_var_path = '/authenticators/email/{id}/'.sub('{
|
|
3463
|
+
local_var_path = '/authenticators/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3464
3464
|
|
|
3465
3465
|
# query parameters
|
|
3466
3466
|
query_params = opts[:query_params] || {}
|
|
@@ -3526,7 +3526,7 @@ module Authentik::Api
|
|
|
3526
3526
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_email_retrieve"
|
|
3527
3527
|
end
|
|
3528
3528
|
# resource path
|
|
3529
|
-
local_var_path = '/authenticators/email/{id}/'.sub('{
|
|
3529
|
+
local_var_path = '/authenticators/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3530
3530
|
|
|
3531
3531
|
# query parameters
|
|
3532
3532
|
query_params = opts[:query_params] || {}
|
|
@@ -3593,7 +3593,7 @@ module Authentik::Api
|
|
|
3593
3593
|
fail ArgumentError, "Missing the required parameter 'email_device_request' when calling AuthenticatorsApi.authenticators_email_update"
|
|
3594
3594
|
end
|
|
3595
3595
|
# resource path
|
|
3596
|
-
local_var_path = '/authenticators/email/{id}/'.sub('{
|
|
3596
|
+
local_var_path = '/authenticators/email/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3597
3597
|
|
|
3598
3598
|
# query parameters
|
|
3599
3599
|
query_params = opts[:query_params] || {}
|
|
@@ -3659,7 +3659,7 @@ module Authentik::Api
|
|
|
3659
3659
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_email_used_by_list"
|
|
3660
3660
|
end
|
|
3661
3661
|
# resource path
|
|
3662
|
-
local_var_path = '/authenticators/email/{id}/used_by/'.sub('{
|
|
3662
|
+
local_var_path = '/authenticators/email/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
3663
3663
|
|
|
3664
3664
|
# query parameters
|
|
3665
3665
|
query_params = opts[:query_params] || {}
|
|
@@ -3790,7 +3790,7 @@ module Authentik::Api
|
|
|
3790
3790
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling AuthenticatorsApi.authenticators_endpoint_retrieve"
|
|
3791
3791
|
end
|
|
3792
3792
|
# resource path
|
|
3793
|
-
local_var_path = '/authenticators/endpoint/{uuid}/'.sub('{
|
|
3793
|
+
local_var_path = '/authenticators/endpoint/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
3794
3794
|
|
|
3795
3795
|
# query parameters
|
|
3796
3796
|
query_params = opts[:query_params] || {}
|
|
@@ -3851,7 +3851,7 @@ module Authentik::Api
|
|
|
3851
3851
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling AuthenticatorsApi.authenticators_endpoint_used_by_list"
|
|
3852
3852
|
end
|
|
3853
3853
|
# resource path
|
|
3854
|
-
local_var_path = '/authenticators/endpoint/{uuid}/used_by/'.sub('{
|
|
3854
|
+
local_var_path = '/authenticators/endpoint/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
3855
3855
|
|
|
3856
3856
|
# query parameters
|
|
3857
3857
|
query_params = opts[:query_params] || {}
|
|
@@ -3912,7 +3912,7 @@ module Authentik::Api
|
|
|
3912
3912
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_sms_destroy"
|
|
3913
3913
|
end
|
|
3914
3914
|
# resource path
|
|
3915
|
-
local_var_path = '/authenticators/sms/{id}/'.sub('{
|
|
3915
|
+
local_var_path = '/authenticators/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3916
3916
|
|
|
3917
3917
|
# query parameters
|
|
3918
3918
|
query_params = opts[:query_params] || {}
|
|
@@ -4045,7 +4045,7 @@ module Authentik::Api
|
|
|
4045
4045
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_sms_partial_update"
|
|
4046
4046
|
end
|
|
4047
4047
|
# resource path
|
|
4048
|
-
local_var_path = '/authenticators/sms/{id}/'.sub('{
|
|
4048
|
+
local_var_path = '/authenticators/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4049
4049
|
|
|
4050
4050
|
# query parameters
|
|
4051
4051
|
query_params = opts[:query_params] || {}
|
|
@@ -4111,7 +4111,7 @@ module Authentik::Api
|
|
|
4111
4111
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_sms_retrieve"
|
|
4112
4112
|
end
|
|
4113
4113
|
# resource path
|
|
4114
|
-
local_var_path = '/authenticators/sms/{id}/'.sub('{
|
|
4114
|
+
local_var_path = '/authenticators/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4115
4115
|
|
|
4116
4116
|
# query parameters
|
|
4117
4117
|
query_params = opts[:query_params] || {}
|
|
@@ -4178,7 +4178,7 @@ module Authentik::Api
|
|
|
4178
4178
|
fail ArgumentError, "Missing the required parameter 'sms_device_request' when calling AuthenticatorsApi.authenticators_sms_update"
|
|
4179
4179
|
end
|
|
4180
4180
|
# resource path
|
|
4181
|
-
local_var_path = '/authenticators/sms/{id}/'.sub('{
|
|
4181
|
+
local_var_path = '/authenticators/sms/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4182
4182
|
|
|
4183
4183
|
# query parameters
|
|
4184
4184
|
query_params = opts[:query_params] || {}
|
|
@@ -4244,7 +4244,7 @@ module Authentik::Api
|
|
|
4244
4244
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_sms_used_by_list"
|
|
4245
4245
|
end
|
|
4246
4246
|
# resource path
|
|
4247
|
-
local_var_path = '/authenticators/sms/{id}/used_by/'.sub('{
|
|
4247
|
+
local_var_path = '/authenticators/sms/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
4248
4248
|
|
|
4249
4249
|
# query parameters
|
|
4250
4250
|
query_params = opts[:query_params] || {}
|
|
@@ -4305,7 +4305,7 @@ module Authentik::Api
|
|
|
4305
4305
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_static_destroy"
|
|
4306
4306
|
end
|
|
4307
4307
|
# resource path
|
|
4308
|
-
local_var_path = '/authenticators/static/{id}/'.sub('{
|
|
4308
|
+
local_var_path = '/authenticators/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4309
4309
|
|
|
4310
4310
|
# query parameters
|
|
4311
4311
|
query_params = opts[:query_params] || {}
|
|
@@ -4438,7 +4438,7 @@ module Authentik::Api
|
|
|
4438
4438
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_static_partial_update"
|
|
4439
4439
|
end
|
|
4440
4440
|
# resource path
|
|
4441
|
-
local_var_path = '/authenticators/static/{id}/'.sub('{
|
|
4441
|
+
local_var_path = '/authenticators/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4442
4442
|
|
|
4443
4443
|
# query parameters
|
|
4444
4444
|
query_params = opts[:query_params] || {}
|
|
@@ -4504,7 +4504,7 @@ module Authentik::Api
|
|
|
4504
4504
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_static_retrieve"
|
|
4505
4505
|
end
|
|
4506
4506
|
# resource path
|
|
4507
|
-
local_var_path = '/authenticators/static/{id}/'.sub('{
|
|
4507
|
+
local_var_path = '/authenticators/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4508
4508
|
|
|
4509
4509
|
# query parameters
|
|
4510
4510
|
query_params = opts[:query_params] || {}
|
|
@@ -4571,7 +4571,7 @@ module Authentik::Api
|
|
|
4571
4571
|
fail ArgumentError, "Missing the required parameter 'static_device_request' when calling AuthenticatorsApi.authenticators_static_update"
|
|
4572
4572
|
end
|
|
4573
4573
|
# resource path
|
|
4574
|
-
local_var_path = '/authenticators/static/{id}/'.sub('{
|
|
4574
|
+
local_var_path = '/authenticators/static/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4575
4575
|
|
|
4576
4576
|
# query parameters
|
|
4577
4577
|
query_params = opts[:query_params] || {}
|
|
@@ -4637,7 +4637,7 @@ module Authentik::Api
|
|
|
4637
4637
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_static_used_by_list"
|
|
4638
4638
|
end
|
|
4639
4639
|
# resource path
|
|
4640
|
-
local_var_path = '/authenticators/static/{id}/used_by/'.sub('{
|
|
4640
|
+
local_var_path = '/authenticators/static/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
4641
4641
|
|
|
4642
4642
|
# query parameters
|
|
4643
4643
|
query_params = opts[:query_params] || {}
|
|
@@ -4698,7 +4698,7 @@ module Authentik::Api
|
|
|
4698
4698
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_totp_destroy"
|
|
4699
4699
|
end
|
|
4700
4700
|
# resource path
|
|
4701
|
-
local_var_path = '/authenticators/totp/{id}/'.sub('{
|
|
4701
|
+
local_var_path = '/authenticators/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4702
4702
|
|
|
4703
4703
|
# query parameters
|
|
4704
4704
|
query_params = opts[:query_params] || {}
|
|
@@ -4831,7 +4831,7 @@ module Authentik::Api
|
|
|
4831
4831
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_totp_partial_update"
|
|
4832
4832
|
end
|
|
4833
4833
|
# resource path
|
|
4834
|
-
local_var_path = '/authenticators/totp/{id}/'.sub('{
|
|
4834
|
+
local_var_path = '/authenticators/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4835
4835
|
|
|
4836
4836
|
# query parameters
|
|
4837
4837
|
query_params = opts[:query_params] || {}
|
|
@@ -4897,7 +4897,7 @@ module Authentik::Api
|
|
|
4897
4897
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_totp_retrieve"
|
|
4898
4898
|
end
|
|
4899
4899
|
# resource path
|
|
4900
|
-
local_var_path = '/authenticators/totp/{id}/'.sub('{
|
|
4900
|
+
local_var_path = '/authenticators/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4901
4901
|
|
|
4902
4902
|
# query parameters
|
|
4903
4903
|
query_params = opts[:query_params] || {}
|
|
@@ -4964,7 +4964,7 @@ module Authentik::Api
|
|
|
4964
4964
|
fail ArgumentError, "Missing the required parameter 'totp_device_request' when calling AuthenticatorsApi.authenticators_totp_update"
|
|
4965
4965
|
end
|
|
4966
4966
|
# resource path
|
|
4967
|
-
local_var_path = '/authenticators/totp/{id}/'.sub('{
|
|
4967
|
+
local_var_path = '/authenticators/totp/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4968
4968
|
|
|
4969
4969
|
# query parameters
|
|
4970
4970
|
query_params = opts[:query_params] || {}
|
|
@@ -5030,7 +5030,7 @@ module Authentik::Api
|
|
|
5030
5030
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_totp_used_by_list"
|
|
5031
5031
|
end
|
|
5032
5032
|
# resource path
|
|
5033
|
-
local_var_path = '/authenticators/totp/{id}/used_by/'.sub('{
|
|
5033
|
+
local_var_path = '/authenticators/totp/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
5034
5034
|
|
|
5035
5035
|
# query parameters
|
|
5036
5036
|
query_params = opts[:query_params] || {}
|
|
@@ -5091,7 +5091,7 @@ module Authentik::Api
|
|
|
5091
5091
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_webauthn_destroy"
|
|
5092
5092
|
end
|
|
5093
5093
|
# resource path
|
|
5094
|
-
local_var_path = '/authenticators/webauthn/{id}/'.sub('{
|
|
5094
|
+
local_var_path = '/authenticators/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
5095
5095
|
|
|
5096
5096
|
# query parameters
|
|
5097
5097
|
query_params = opts[:query_params] || {}
|
|
@@ -5224,7 +5224,7 @@ module Authentik::Api
|
|
|
5224
5224
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_webauthn_partial_update"
|
|
5225
5225
|
end
|
|
5226
5226
|
# resource path
|
|
5227
|
-
local_var_path = '/authenticators/webauthn/{id}/'.sub('{
|
|
5227
|
+
local_var_path = '/authenticators/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
5228
5228
|
|
|
5229
5229
|
# query parameters
|
|
5230
5230
|
query_params = opts[:query_params] || {}
|
|
@@ -5290,7 +5290,7 @@ module Authentik::Api
|
|
|
5290
5290
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_webauthn_retrieve"
|
|
5291
5291
|
end
|
|
5292
5292
|
# resource path
|
|
5293
|
-
local_var_path = '/authenticators/webauthn/{id}/'.sub('{
|
|
5293
|
+
local_var_path = '/authenticators/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
5294
5294
|
|
|
5295
5295
|
# query parameters
|
|
5296
5296
|
query_params = opts[:query_params] || {}
|
|
@@ -5357,7 +5357,7 @@ module Authentik::Api
|
|
|
5357
5357
|
fail ArgumentError, "Missing the required parameter 'web_authn_device_request' when calling AuthenticatorsApi.authenticators_webauthn_update"
|
|
5358
5358
|
end
|
|
5359
5359
|
# resource path
|
|
5360
|
-
local_var_path = '/authenticators/webauthn/{id}/'.sub('{
|
|
5360
|
+
local_var_path = '/authenticators/webauthn/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
5361
5361
|
|
|
5362
5362
|
# query parameters
|
|
5363
5363
|
query_params = opts[:query_params] || {}
|
|
@@ -5423,7 +5423,7 @@ module Authentik::Api
|
|
|
5423
5423
|
fail ArgumentError, "Missing the required parameter 'id' when calling AuthenticatorsApi.authenticators_webauthn_used_by_list"
|
|
5424
5424
|
end
|
|
5425
5425
|
# resource path
|
|
5426
|
-
local_var_path = '/authenticators/webauthn/{id}/used_by/'.sub('{
|
|
5426
|
+
local_var_path = '/authenticators/webauthn/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
5427
5427
|
|
|
5428
5428
|
# query parameters
|
|
5429
5429
|
query_params = opts[:query_params] || {}
|