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
|
@@ -35,7 +35,7 @@ module Authentik::Api
|
|
|
35
35
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_all_destroy"
|
|
36
36
|
end
|
|
37
37
|
# resource path
|
|
38
|
-
local_var_path = '/propertymappings/all/{pm_uuid}/'.sub('{
|
|
38
|
+
local_var_path = '/propertymappings/all/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
39
39
|
|
|
40
40
|
# query parameters
|
|
41
41
|
query_params = opts[:query_params] || {}
|
|
@@ -172,7 +172,7 @@ module Authentik::Api
|
|
|
172
172
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_all_retrieve"
|
|
173
173
|
end
|
|
174
174
|
# resource path
|
|
175
|
-
local_var_path = '/propertymappings/all/{pm_uuid}/'.sub('{
|
|
175
|
+
local_var_path = '/propertymappings/all/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
176
176
|
|
|
177
177
|
# query parameters
|
|
178
178
|
query_params = opts[:query_params] || {}
|
|
@@ -237,7 +237,7 @@ module Authentik::Api
|
|
|
237
237
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_all_test_create"
|
|
238
238
|
end
|
|
239
239
|
# resource path
|
|
240
|
-
local_var_path = '/propertymappings/all/{pm_uuid}/test/'.sub('{
|
|
240
|
+
local_var_path = '/propertymappings/all/{pm_uuid}/test/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
241
241
|
|
|
242
242
|
# query parameters
|
|
243
243
|
query_params = opts[:query_params] || {}
|
|
@@ -359,7 +359,7 @@ module Authentik::Api
|
|
|
359
359
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_all_used_by_list"
|
|
360
360
|
end
|
|
361
361
|
# resource path
|
|
362
|
-
local_var_path = '/propertymappings/all/{pm_uuid}/used_by/'.sub('{
|
|
362
|
+
local_var_path = '/propertymappings/all/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
363
363
|
|
|
364
364
|
# query parameters
|
|
365
365
|
query_params = opts[:query_params] || {}
|
|
@@ -486,7 +486,7 @@ module Authentik::Api
|
|
|
486
486
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_notification_destroy"
|
|
487
487
|
end
|
|
488
488
|
# resource path
|
|
489
|
-
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{
|
|
489
|
+
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
490
490
|
|
|
491
491
|
# query parameters
|
|
492
492
|
query_params = opts[:query_params] || {}
|
|
@@ -619,7 +619,7 @@ module Authentik::Api
|
|
|
619
619
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_notification_partial_update"
|
|
620
620
|
end
|
|
621
621
|
# resource path
|
|
622
|
-
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{
|
|
622
|
+
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
623
623
|
|
|
624
624
|
# query parameters
|
|
625
625
|
query_params = opts[:query_params] || {}
|
|
@@ -685,7 +685,7 @@ module Authentik::Api
|
|
|
685
685
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_notification_retrieve"
|
|
686
686
|
end
|
|
687
687
|
# resource path
|
|
688
|
-
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{
|
|
688
|
+
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
689
689
|
|
|
690
690
|
# query parameters
|
|
691
691
|
query_params = opts[:query_params] || {}
|
|
@@ -752,7 +752,7 @@ module Authentik::Api
|
|
|
752
752
|
fail ArgumentError, "Missing the required parameter 'notification_webhook_mapping_request' when calling PropertymappingsApi.propertymappings_notification_update"
|
|
753
753
|
end
|
|
754
754
|
# resource path
|
|
755
|
-
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{
|
|
755
|
+
local_var_path = '/propertymappings/notification/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
756
756
|
|
|
757
757
|
# query parameters
|
|
758
758
|
query_params = opts[:query_params] || {}
|
|
@@ -818,7 +818,7 @@ module Authentik::Api
|
|
|
818
818
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_notification_used_by_list"
|
|
819
819
|
end
|
|
820
820
|
# resource path
|
|
821
|
-
local_var_path = '/propertymappings/notification/{pm_uuid}/used_by/'.sub('{
|
|
821
|
+
local_var_path = '/propertymappings/notification/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
822
822
|
|
|
823
823
|
# query parameters
|
|
824
824
|
query_params = opts[:query_params] || {}
|
|
@@ -945,7 +945,7 @@ module Authentik::Api
|
|
|
945
945
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_google_workspace_destroy"
|
|
946
946
|
end
|
|
947
947
|
# resource path
|
|
948
|
-
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{
|
|
948
|
+
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
949
949
|
|
|
950
950
|
# query parameters
|
|
951
951
|
query_params = opts[:query_params] || {}
|
|
@@ -1087,7 +1087,7 @@ module Authentik::Api
|
|
|
1087
1087
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_google_workspace_partial_update"
|
|
1088
1088
|
end
|
|
1089
1089
|
# resource path
|
|
1090
|
-
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{
|
|
1090
|
+
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1091
1091
|
|
|
1092
1092
|
# query parameters
|
|
1093
1093
|
query_params = opts[:query_params] || {}
|
|
@@ -1153,7 +1153,7 @@ module Authentik::Api
|
|
|
1153
1153
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_google_workspace_retrieve"
|
|
1154
1154
|
end
|
|
1155
1155
|
# resource path
|
|
1156
|
-
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{
|
|
1156
|
+
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1157
1157
|
|
|
1158
1158
|
# query parameters
|
|
1159
1159
|
query_params = opts[:query_params] || {}
|
|
@@ -1220,7 +1220,7 @@ module Authentik::Api
|
|
|
1220
1220
|
fail ArgumentError, "Missing the required parameter 'google_workspace_provider_mapping_request' when calling PropertymappingsApi.propertymappings_provider_google_workspace_update"
|
|
1221
1221
|
end
|
|
1222
1222
|
# resource path
|
|
1223
|
-
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{
|
|
1223
|
+
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1224
1224
|
|
|
1225
1225
|
# query parameters
|
|
1226
1226
|
query_params = opts[:query_params] || {}
|
|
@@ -1286,7 +1286,7 @@ module Authentik::Api
|
|
|
1286
1286
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_google_workspace_used_by_list"
|
|
1287
1287
|
end
|
|
1288
1288
|
# resource path
|
|
1289
|
-
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/used_by/'.sub('{
|
|
1289
|
+
local_var_path = '/propertymappings/provider/google_workspace/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1290
1290
|
|
|
1291
1291
|
# query parameters
|
|
1292
1292
|
query_params = opts[:query_params] || {}
|
|
@@ -1413,7 +1413,7 @@ module Authentik::Api
|
|
|
1413
1413
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_microsoft_entra_destroy"
|
|
1414
1414
|
end
|
|
1415
1415
|
# resource path
|
|
1416
|
-
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{
|
|
1416
|
+
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1417
1417
|
|
|
1418
1418
|
# query parameters
|
|
1419
1419
|
query_params = opts[:query_params] || {}
|
|
@@ -1555,7 +1555,7 @@ module Authentik::Api
|
|
|
1555
1555
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_microsoft_entra_partial_update"
|
|
1556
1556
|
end
|
|
1557
1557
|
# resource path
|
|
1558
|
-
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{
|
|
1558
|
+
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1559
1559
|
|
|
1560
1560
|
# query parameters
|
|
1561
1561
|
query_params = opts[:query_params] || {}
|
|
@@ -1621,7 +1621,7 @@ module Authentik::Api
|
|
|
1621
1621
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_microsoft_entra_retrieve"
|
|
1622
1622
|
end
|
|
1623
1623
|
# resource path
|
|
1624
|
-
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{
|
|
1624
|
+
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1625
1625
|
|
|
1626
1626
|
# query parameters
|
|
1627
1627
|
query_params = opts[:query_params] || {}
|
|
@@ -1688,7 +1688,7 @@ module Authentik::Api
|
|
|
1688
1688
|
fail ArgumentError, "Missing the required parameter 'microsoft_entra_provider_mapping_request' when calling PropertymappingsApi.propertymappings_provider_microsoft_entra_update"
|
|
1689
1689
|
end
|
|
1690
1690
|
# resource path
|
|
1691
|
-
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{
|
|
1691
|
+
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1692
1692
|
|
|
1693
1693
|
# query parameters
|
|
1694
1694
|
query_params = opts[:query_params] || {}
|
|
@@ -1754,7 +1754,7 @@ module Authentik::Api
|
|
|
1754
1754
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_microsoft_entra_used_by_list"
|
|
1755
1755
|
end
|
|
1756
1756
|
# resource path
|
|
1757
|
-
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/used_by/'.sub('{
|
|
1757
|
+
local_var_path = '/propertymappings/provider/microsoft_entra/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1758
1758
|
|
|
1759
1759
|
# query parameters
|
|
1760
1760
|
query_params = opts[:query_params] || {}
|
|
@@ -1881,7 +1881,7 @@ module Authentik::Api
|
|
|
1881
1881
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_rac_destroy"
|
|
1882
1882
|
end
|
|
1883
1883
|
# resource path
|
|
1884
|
-
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{
|
|
1884
|
+
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
1885
1885
|
|
|
1886
1886
|
# query parameters
|
|
1887
1887
|
query_params = opts[:query_params] || {}
|
|
@@ -2017,7 +2017,7 @@ module Authentik::Api
|
|
|
2017
2017
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_rac_partial_update"
|
|
2018
2018
|
end
|
|
2019
2019
|
# resource path
|
|
2020
|
-
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{
|
|
2020
|
+
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2021
2021
|
|
|
2022
2022
|
# query parameters
|
|
2023
2023
|
query_params = opts[:query_params] || {}
|
|
@@ -2083,7 +2083,7 @@ module Authentik::Api
|
|
|
2083
2083
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_rac_retrieve"
|
|
2084
2084
|
end
|
|
2085
2085
|
# resource path
|
|
2086
|
-
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{
|
|
2086
|
+
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2087
2087
|
|
|
2088
2088
|
# query parameters
|
|
2089
2089
|
query_params = opts[:query_params] || {}
|
|
@@ -2150,7 +2150,7 @@ module Authentik::Api
|
|
|
2150
2150
|
fail ArgumentError, "Missing the required parameter 'rac_property_mapping_request' when calling PropertymappingsApi.propertymappings_provider_rac_update"
|
|
2151
2151
|
end
|
|
2152
2152
|
# resource path
|
|
2153
|
-
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{
|
|
2153
|
+
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2154
2154
|
|
|
2155
2155
|
# query parameters
|
|
2156
2156
|
query_params = opts[:query_params] || {}
|
|
@@ -2216,7 +2216,7 @@ module Authentik::Api
|
|
|
2216
2216
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_rac_used_by_list"
|
|
2217
2217
|
end
|
|
2218
2218
|
# resource path
|
|
2219
|
-
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/used_by/'.sub('{
|
|
2219
|
+
local_var_path = '/propertymappings/provider/rac/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2220
2220
|
|
|
2221
2221
|
# query parameters
|
|
2222
2222
|
query_params = opts[:query_params] || {}
|
|
@@ -2343,7 +2343,7 @@ module Authentik::Api
|
|
|
2343
2343
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_radius_destroy"
|
|
2344
2344
|
end
|
|
2345
2345
|
# resource path
|
|
2346
|
-
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{
|
|
2346
|
+
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2347
2347
|
|
|
2348
2348
|
# query parameters
|
|
2349
2349
|
query_params = opts[:query_params] || {}
|
|
@@ -2482,7 +2482,7 @@ module Authentik::Api
|
|
|
2482
2482
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_radius_partial_update"
|
|
2483
2483
|
end
|
|
2484
2484
|
# resource path
|
|
2485
|
-
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{
|
|
2485
|
+
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2486
2486
|
|
|
2487
2487
|
# query parameters
|
|
2488
2488
|
query_params = opts[:query_params] || {}
|
|
@@ -2548,7 +2548,7 @@ module Authentik::Api
|
|
|
2548
2548
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_radius_retrieve"
|
|
2549
2549
|
end
|
|
2550
2550
|
# resource path
|
|
2551
|
-
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{
|
|
2551
|
+
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2552
2552
|
|
|
2553
2553
|
# query parameters
|
|
2554
2554
|
query_params = opts[:query_params] || {}
|
|
@@ -2615,7 +2615,7 @@ module Authentik::Api
|
|
|
2615
2615
|
fail ArgumentError, "Missing the required parameter 'radius_provider_property_mapping_request' when calling PropertymappingsApi.propertymappings_provider_radius_update"
|
|
2616
2616
|
end
|
|
2617
2617
|
# resource path
|
|
2618
|
-
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{
|
|
2618
|
+
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2619
2619
|
|
|
2620
2620
|
# query parameters
|
|
2621
2621
|
query_params = opts[:query_params] || {}
|
|
@@ -2681,7 +2681,7 @@ module Authentik::Api
|
|
|
2681
2681
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_radius_used_by_list"
|
|
2682
2682
|
end
|
|
2683
2683
|
# resource path
|
|
2684
|
-
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/used_by/'.sub('{
|
|
2684
|
+
local_var_path = '/propertymappings/provider/radius/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2685
2685
|
|
|
2686
2686
|
# query parameters
|
|
2687
2687
|
query_params = opts[:query_params] || {}
|
|
@@ -2808,7 +2808,7 @@ module Authentik::Api
|
|
|
2808
2808
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_saml_destroy"
|
|
2809
2809
|
end
|
|
2810
2810
|
# resource path
|
|
2811
|
-
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{
|
|
2811
|
+
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2812
2812
|
|
|
2813
2813
|
# query parameters
|
|
2814
2814
|
query_params = opts[:query_params] || {}
|
|
@@ -2953,7 +2953,7 @@ module Authentik::Api
|
|
|
2953
2953
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_saml_partial_update"
|
|
2954
2954
|
end
|
|
2955
2955
|
# resource path
|
|
2956
|
-
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{
|
|
2956
|
+
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
2957
2957
|
|
|
2958
2958
|
# query parameters
|
|
2959
2959
|
query_params = opts[:query_params] || {}
|
|
@@ -3019,7 +3019,7 @@ module Authentik::Api
|
|
|
3019
3019
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_saml_retrieve"
|
|
3020
3020
|
end
|
|
3021
3021
|
# resource path
|
|
3022
|
-
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{
|
|
3022
|
+
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3023
3023
|
|
|
3024
3024
|
# query parameters
|
|
3025
3025
|
query_params = opts[:query_params] || {}
|
|
@@ -3086,7 +3086,7 @@ module Authentik::Api
|
|
|
3086
3086
|
fail ArgumentError, "Missing the required parameter 'saml_property_mapping_request' when calling PropertymappingsApi.propertymappings_provider_saml_update"
|
|
3087
3087
|
end
|
|
3088
3088
|
# resource path
|
|
3089
|
-
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{
|
|
3089
|
+
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3090
3090
|
|
|
3091
3091
|
# query parameters
|
|
3092
3092
|
query_params = opts[:query_params] || {}
|
|
@@ -3152,7 +3152,7 @@ module Authentik::Api
|
|
|
3152
3152
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_saml_used_by_list"
|
|
3153
3153
|
end
|
|
3154
3154
|
# resource path
|
|
3155
|
-
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/used_by/'.sub('{
|
|
3155
|
+
local_var_path = '/propertymappings/provider/saml/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3156
3156
|
|
|
3157
3157
|
# query parameters
|
|
3158
3158
|
query_params = opts[:query_params] || {}
|
|
@@ -3279,7 +3279,7 @@ module Authentik::Api
|
|
|
3279
3279
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scim_destroy"
|
|
3280
3280
|
end
|
|
3281
3281
|
# resource path
|
|
3282
|
-
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{
|
|
3282
|
+
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3283
3283
|
|
|
3284
3284
|
# query parameters
|
|
3285
3285
|
query_params = opts[:query_params] || {}
|
|
@@ -3418,7 +3418,7 @@ module Authentik::Api
|
|
|
3418
3418
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scim_partial_update"
|
|
3419
3419
|
end
|
|
3420
3420
|
# resource path
|
|
3421
|
-
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{
|
|
3421
|
+
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3422
3422
|
|
|
3423
3423
|
# query parameters
|
|
3424
3424
|
query_params = opts[:query_params] || {}
|
|
@@ -3484,7 +3484,7 @@ module Authentik::Api
|
|
|
3484
3484
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scim_retrieve"
|
|
3485
3485
|
end
|
|
3486
3486
|
# resource path
|
|
3487
|
-
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{
|
|
3487
|
+
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3488
3488
|
|
|
3489
3489
|
# query parameters
|
|
3490
3490
|
query_params = opts[:query_params] || {}
|
|
@@ -3551,7 +3551,7 @@ module Authentik::Api
|
|
|
3551
3551
|
fail ArgumentError, "Missing the required parameter 'scim_mapping_request' when calling PropertymappingsApi.propertymappings_provider_scim_update"
|
|
3552
3552
|
end
|
|
3553
3553
|
# resource path
|
|
3554
|
-
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{
|
|
3554
|
+
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3555
3555
|
|
|
3556
3556
|
# query parameters
|
|
3557
3557
|
query_params = opts[:query_params] || {}
|
|
@@ -3617,7 +3617,7 @@ module Authentik::Api
|
|
|
3617
3617
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scim_used_by_list"
|
|
3618
3618
|
end
|
|
3619
3619
|
# resource path
|
|
3620
|
-
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/used_by/'.sub('{
|
|
3620
|
+
local_var_path = '/propertymappings/provider/scim/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3621
3621
|
|
|
3622
3622
|
# query parameters
|
|
3623
3623
|
query_params = opts[:query_params] || {}
|
|
@@ -3744,7 +3744,7 @@ module Authentik::Api
|
|
|
3744
3744
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scope_destroy"
|
|
3745
3745
|
end
|
|
3746
3746
|
# resource path
|
|
3747
|
-
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{
|
|
3747
|
+
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3748
3748
|
|
|
3749
3749
|
# query parameters
|
|
3750
3750
|
query_params = opts[:query_params] || {}
|
|
@@ -3886,7 +3886,7 @@ module Authentik::Api
|
|
|
3886
3886
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scope_partial_update"
|
|
3887
3887
|
end
|
|
3888
3888
|
# resource path
|
|
3889
|
-
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{
|
|
3889
|
+
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3890
3890
|
|
|
3891
3891
|
# query parameters
|
|
3892
3892
|
query_params = opts[:query_params] || {}
|
|
@@ -3952,7 +3952,7 @@ module Authentik::Api
|
|
|
3952
3952
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scope_retrieve"
|
|
3953
3953
|
end
|
|
3954
3954
|
# resource path
|
|
3955
|
-
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{
|
|
3955
|
+
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
3956
3956
|
|
|
3957
3957
|
# query parameters
|
|
3958
3958
|
query_params = opts[:query_params] || {}
|
|
@@ -4019,7 +4019,7 @@ module Authentik::Api
|
|
|
4019
4019
|
fail ArgumentError, "Missing the required parameter 'scope_mapping_request' when calling PropertymappingsApi.propertymappings_provider_scope_update"
|
|
4020
4020
|
end
|
|
4021
4021
|
# resource path
|
|
4022
|
-
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{
|
|
4022
|
+
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4023
4023
|
|
|
4024
4024
|
# query parameters
|
|
4025
4025
|
query_params = opts[:query_params] || {}
|
|
@@ -4085,7 +4085,7 @@ module Authentik::Api
|
|
|
4085
4085
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_provider_scope_used_by_list"
|
|
4086
4086
|
end
|
|
4087
4087
|
# resource path
|
|
4088
|
-
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/used_by/'.sub('{
|
|
4088
|
+
local_var_path = '/propertymappings/provider/scope/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4089
4089
|
|
|
4090
4090
|
# query parameters
|
|
4091
4091
|
query_params = opts[:query_params] || {}
|
|
@@ -4212,7 +4212,7 @@ module Authentik::Api
|
|
|
4212
4212
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_kerberos_destroy"
|
|
4213
4213
|
end
|
|
4214
4214
|
# resource path
|
|
4215
|
-
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{
|
|
4215
|
+
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4216
4216
|
|
|
4217
4217
|
# query parameters
|
|
4218
4218
|
query_params = opts[:query_params] || {}
|
|
@@ -4351,7 +4351,7 @@ module Authentik::Api
|
|
|
4351
4351
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_kerberos_partial_update"
|
|
4352
4352
|
end
|
|
4353
4353
|
# resource path
|
|
4354
|
-
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{
|
|
4354
|
+
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4355
4355
|
|
|
4356
4356
|
# query parameters
|
|
4357
4357
|
query_params = opts[:query_params] || {}
|
|
@@ -4417,7 +4417,7 @@ module Authentik::Api
|
|
|
4417
4417
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_kerberos_retrieve"
|
|
4418
4418
|
end
|
|
4419
4419
|
# resource path
|
|
4420
|
-
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{
|
|
4420
|
+
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4421
4421
|
|
|
4422
4422
|
# query parameters
|
|
4423
4423
|
query_params = opts[:query_params] || {}
|
|
@@ -4484,7 +4484,7 @@ module Authentik::Api
|
|
|
4484
4484
|
fail ArgumentError, "Missing the required parameter 'kerberos_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_kerberos_update"
|
|
4485
4485
|
end
|
|
4486
4486
|
# resource path
|
|
4487
|
-
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{
|
|
4487
|
+
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4488
4488
|
|
|
4489
4489
|
# query parameters
|
|
4490
4490
|
query_params = opts[:query_params] || {}
|
|
@@ -4550,7 +4550,7 @@ module Authentik::Api
|
|
|
4550
4550
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_kerberos_used_by_list"
|
|
4551
4551
|
end
|
|
4552
4552
|
# resource path
|
|
4553
|
-
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/used_by/'.sub('{
|
|
4553
|
+
local_var_path = '/propertymappings/source/kerberos/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4554
4554
|
|
|
4555
4555
|
# query parameters
|
|
4556
4556
|
query_params = opts[:query_params] || {}
|
|
@@ -4677,7 +4677,7 @@ module Authentik::Api
|
|
|
4677
4677
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_ldap_destroy"
|
|
4678
4678
|
end
|
|
4679
4679
|
# resource path
|
|
4680
|
-
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{
|
|
4680
|
+
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4681
4681
|
|
|
4682
4682
|
# query parameters
|
|
4683
4683
|
query_params = opts[:query_params] || {}
|
|
@@ -4816,7 +4816,7 @@ module Authentik::Api
|
|
|
4816
4816
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_ldap_partial_update"
|
|
4817
4817
|
end
|
|
4818
4818
|
# resource path
|
|
4819
|
-
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{
|
|
4819
|
+
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4820
4820
|
|
|
4821
4821
|
# query parameters
|
|
4822
4822
|
query_params = opts[:query_params] || {}
|
|
@@ -4882,7 +4882,7 @@ module Authentik::Api
|
|
|
4882
4882
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_ldap_retrieve"
|
|
4883
4883
|
end
|
|
4884
4884
|
# resource path
|
|
4885
|
-
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{
|
|
4885
|
+
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4886
4886
|
|
|
4887
4887
|
# query parameters
|
|
4888
4888
|
query_params = opts[:query_params] || {}
|
|
@@ -4949,7 +4949,7 @@ module Authentik::Api
|
|
|
4949
4949
|
fail ArgumentError, "Missing the required parameter 'ldap_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_ldap_update"
|
|
4950
4950
|
end
|
|
4951
4951
|
# resource path
|
|
4952
|
-
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{
|
|
4952
|
+
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
4953
4953
|
|
|
4954
4954
|
# query parameters
|
|
4955
4955
|
query_params = opts[:query_params] || {}
|
|
@@ -5015,7 +5015,7 @@ module Authentik::Api
|
|
|
5015
5015
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_ldap_used_by_list"
|
|
5016
5016
|
end
|
|
5017
5017
|
# resource path
|
|
5018
|
-
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/used_by/'.sub('{
|
|
5018
|
+
local_var_path = '/propertymappings/source/ldap/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5019
5019
|
|
|
5020
5020
|
# query parameters
|
|
5021
5021
|
query_params = opts[:query_params] || {}
|
|
@@ -5142,7 +5142,7 @@ module Authentik::Api
|
|
|
5142
5142
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_oauth_destroy"
|
|
5143
5143
|
end
|
|
5144
5144
|
# resource path
|
|
5145
|
-
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{
|
|
5145
|
+
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5146
5146
|
|
|
5147
5147
|
# query parameters
|
|
5148
5148
|
query_params = opts[:query_params] || {}
|
|
@@ -5281,7 +5281,7 @@ module Authentik::Api
|
|
|
5281
5281
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_oauth_partial_update"
|
|
5282
5282
|
end
|
|
5283
5283
|
# resource path
|
|
5284
|
-
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{
|
|
5284
|
+
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5285
5285
|
|
|
5286
5286
|
# query parameters
|
|
5287
5287
|
query_params = opts[:query_params] || {}
|
|
@@ -5347,7 +5347,7 @@ module Authentik::Api
|
|
|
5347
5347
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_oauth_retrieve"
|
|
5348
5348
|
end
|
|
5349
5349
|
# resource path
|
|
5350
|
-
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{
|
|
5350
|
+
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5351
5351
|
|
|
5352
5352
|
# query parameters
|
|
5353
5353
|
query_params = opts[:query_params] || {}
|
|
@@ -5414,7 +5414,7 @@ module Authentik::Api
|
|
|
5414
5414
|
fail ArgumentError, "Missing the required parameter 'o_auth_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_oauth_update"
|
|
5415
5415
|
end
|
|
5416
5416
|
# resource path
|
|
5417
|
-
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{
|
|
5417
|
+
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5418
5418
|
|
|
5419
5419
|
# query parameters
|
|
5420
5420
|
query_params = opts[:query_params] || {}
|
|
@@ -5480,7 +5480,7 @@ module Authentik::Api
|
|
|
5480
5480
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_oauth_used_by_list"
|
|
5481
5481
|
end
|
|
5482
5482
|
# resource path
|
|
5483
|
-
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/used_by/'.sub('{
|
|
5483
|
+
local_var_path = '/propertymappings/source/oauth/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5484
5484
|
|
|
5485
5485
|
# query parameters
|
|
5486
5486
|
query_params = opts[:query_params] || {}
|
|
@@ -5607,7 +5607,7 @@ module Authentik::Api
|
|
|
5607
5607
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_plex_destroy"
|
|
5608
5608
|
end
|
|
5609
5609
|
# resource path
|
|
5610
|
-
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{
|
|
5610
|
+
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5611
5611
|
|
|
5612
5612
|
# query parameters
|
|
5613
5613
|
query_params = opts[:query_params] || {}
|
|
@@ -5746,7 +5746,7 @@ module Authentik::Api
|
|
|
5746
5746
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_plex_partial_update"
|
|
5747
5747
|
end
|
|
5748
5748
|
# resource path
|
|
5749
|
-
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{
|
|
5749
|
+
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5750
5750
|
|
|
5751
5751
|
# query parameters
|
|
5752
5752
|
query_params = opts[:query_params] || {}
|
|
@@ -5812,7 +5812,7 @@ module Authentik::Api
|
|
|
5812
5812
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_plex_retrieve"
|
|
5813
5813
|
end
|
|
5814
5814
|
# resource path
|
|
5815
|
-
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{
|
|
5815
|
+
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5816
5816
|
|
|
5817
5817
|
# query parameters
|
|
5818
5818
|
query_params = opts[:query_params] || {}
|
|
@@ -5879,7 +5879,7 @@ module Authentik::Api
|
|
|
5879
5879
|
fail ArgumentError, "Missing the required parameter 'plex_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_plex_update"
|
|
5880
5880
|
end
|
|
5881
5881
|
# resource path
|
|
5882
|
-
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{
|
|
5882
|
+
local_var_path = '/propertymappings/source/plex/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5883
5883
|
|
|
5884
5884
|
# query parameters
|
|
5885
5885
|
query_params = opts[:query_params] || {}
|
|
@@ -5945,7 +5945,7 @@ module Authentik::Api
|
|
|
5945
5945
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_plex_used_by_list"
|
|
5946
5946
|
end
|
|
5947
5947
|
# resource path
|
|
5948
|
-
local_var_path = '/propertymappings/source/plex/{pm_uuid}/used_by/'.sub('{
|
|
5948
|
+
local_var_path = '/propertymappings/source/plex/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
5949
5949
|
|
|
5950
5950
|
# query parameters
|
|
5951
5951
|
query_params = opts[:query_params] || {}
|
|
@@ -6072,7 +6072,7 @@ module Authentik::Api
|
|
|
6072
6072
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_saml_destroy"
|
|
6073
6073
|
end
|
|
6074
6074
|
# resource path
|
|
6075
|
-
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{
|
|
6075
|
+
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6076
6076
|
|
|
6077
6077
|
# query parameters
|
|
6078
6078
|
query_params = opts[:query_params] || {}
|
|
@@ -6211,7 +6211,7 @@ module Authentik::Api
|
|
|
6211
6211
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_saml_partial_update"
|
|
6212
6212
|
end
|
|
6213
6213
|
# resource path
|
|
6214
|
-
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{
|
|
6214
|
+
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6215
6215
|
|
|
6216
6216
|
# query parameters
|
|
6217
6217
|
query_params = opts[:query_params] || {}
|
|
@@ -6277,7 +6277,7 @@ module Authentik::Api
|
|
|
6277
6277
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_saml_retrieve"
|
|
6278
6278
|
end
|
|
6279
6279
|
# resource path
|
|
6280
|
-
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{
|
|
6280
|
+
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6281
6281
|
|
|
6282
6282
|
# query parameters
|
|
6283
6283
|
query_params = opts[:query_params] || {}
|
|
@@ -6344,7 +6344,7 @@ module Authentik::Api
|
|
|
6344
6344
|
fail ArgumentError, "Missing the required parameter 'saml_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_saml_update"
|
|
6345
6345
|
end
|
|
6346
6346
|
# resource path
|
|
6347
|
-
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{
|
|
6347
|
+
local_var_path = '/propertymappings/source/saml/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6348
6348
|
|
|
6349
6349
|
# query parameters
|
|
6350
6350
|
query_params = opts[:query_params] || {}
|
|
@@ -6410,7 +6410,7 @@ module Authentik::Api
|
|
|
6410
6410
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_saml_used_by_list"
|
|
6411
6411
|
end
|
|
6412
6412
|
# resource path
|
|
6413
|
-
local_var_path = '/propertymappings/source/saml/{pm_uuid}/used_by/'.sub('{
|
|
6413
|
+
local_var_path = '/propertymappings/source/saml/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6414
6414
|
|
|
6415
6415
|
# query parameters
|
|
6416
6416
|
query_params = opts[:query_params] || {}
|
|
@@ -6537,7 +6537,7 @@ module Authentik::Api
|
|
|
6537
6537
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_scim_destroy"
|
|
6538
6538
|
end
|
|
6539
6539
|
# resource path
|
|
6540
|
-
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{
|
|
6540
|
+
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6541
6541
|
|
|
6542
6542
|
# query parameters
|
|
6543
6543
|
query_params = opts[:query_params] || {}
|
|
@@ -6676,7 +6676,7 @@ module Authentik::Api
|
|
|
6676
6676
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_scim_partial_update"
|
|
6677
6677
|
end
|
|
6678
6678
|
# resource path
|
|
6679
|
-
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{
|
|
6679
|
+
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6680
6680
|
|
|
6681
6681
|
# query parameters
|
|
6682
6682
|
query_params = opts[:query_params] || {}
|
|
@@ -6742,7 +6742,7 @@ module Authentik::Api
|
|
|
6742
6742
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_scim_retrieve"
|
|
6743
6743
|
end
|
|
6744
6744
|
# resource path
|
|
6745
|
-
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{
|
|
6745
|
+
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6746
6746
|
|
|
6747
6747
|
# query parameters
|
|
6748
6748
|
query_params = opts[:query_params] || {}
|
|
@@ -6809,7 +6809,7 @@ module Authentik::Api
|
|
|
6809
6809
|
fail ArgumentError, "Missing the required parameter 'scim_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_scim_update"
|
|
6810
6810
|
end
|
|
6811
6811
|
# resource path
|
|
6812
|
-
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{
|
|
6812
|
+
local_var_path = '/propertymappings/source/scim/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6813
6813
|
|
|
6814
6814
|
# query parameters
|
|
6815
6815
|
query_params = opts[:query_params] || {}
|
|
@@ -6875,7 +6875,7 @@ module Authentik::Api
|
|
|
6875
6875
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_scim_used_by_list"
|
|
6876
6876
|
end
|
|
6877
6877
|
# resource path
|
|
6878
|
-
local_var_path = '/propertymappings/source/scim/{pm_uuid}/used_by/'.sub('{
|
|
6878
|
+
local_var_path = '/propertymappings/source/scim/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
6879
6879
|
|
|
6880
6880
|
# query parameters
|
|
6881
6881
|
query_params = opts[:query_params] || {}
|
|
@@ -7002,7 +7002,7 @@ module Authentik::Api
|
|
|
7002
7002
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_telegram_destroy"
|
|
7003
7003
|
end
|
|
7004
7004
|
# resource path
|
|
7005
|
-
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{
|
|
7005
|
+
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
7006
7006
|
|
|
7007
7007
|
# query parameters
|
|
7008
7008
|
query_params = opts[:query_params] || {}
|
|
@@ -7141,7 +7141,7 @@ module Authentik::Api
|
|
|
7141
7141
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_telegram_partial_update"
|
|
7142
7142
|
end
|
|
7143
7143
|
# resource path
|
|
7144
|
-
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{
|
|
7144
|
+
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
7145
7145
|
|
|
7146
7146
|
# query parameters
|
|
7147
7147
|
query_params = opts[:query_params] || {}
|
|
@@ -7207,7 +7207,7 @@ module Authentik::Api
|
|
|
7207
7207
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_telegram_retrieve"
|
|
7208
7208
|
end
|
|
7209
7209
|
# resource path
|
|
7210
|
-
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{
|
|
7210
|
+
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
7211
7211
|
|
|
7212
7212
|
# query parameters
|
|
7213
7213
|
query_params = opts[:query_params] || {}
|
|
@@ -7274,7 +7274,7 @@ module Authentik::Api
|
|
|
7274
7274
|
fail ArgumentError, "Missing the required parameter 'telegram_source_property_mapping_request' when calling PropertymappingsApi.propertymappings_source_telegram_update"
|
|
7275
7275
|
end
|
|
7276
7276
|
# resource path
|
|
7277
|
-
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{
|
|
7277
|
+
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
7278
7278
|
|
|
7279
7279
|
# query parameters
|
|
7280
7280
|
query_params = opts[:query_params] || {}
|
|
@@ -7340,7 +7340,7 @@ module Authentik::Api
|
|
|
7340
7340
|
fail ArgumentError, "Missing the required parameter 'pm_uuid' when calling PropertymappingsApi.propertymappings_source_telegram_used_by_list"
|
|
7341
7341
|
end
|
|
7342
7342
|
# resource path
|
|
7343
|
-
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/used_by/'.sub('{
|
|
7343
|
+
local_var_path = '/propertymappings/source/telegram/{pm_uuid}/used_by/'.sub('{pm_uuid}', CGI.escape(pm_uuid.to_s))
|
|
7344
7344
|
|
|
7345
7345
|
# query parameters
|
|
7346
7346
|
query_params = opts[:query_params] || {}
|