authentik-api 2026.2.3.rc1 → 2026.2.3
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_API.md +6 -6
- data/lib/authentik/api/api/admin_api.rb +1 -1
- data/lib/authentik/api/api/authenticators_api.rb +60 -60
- data/lib/authentik/api/api/core_api.rb +45 -45
- data/lib/authentik/api/api/crypto_api.rb +7 -7
- data/lib/authentik/api/api/endpoints_api.rb +35 -35
- data/lib/authentik/api/api/enterprise_api.rb +5 -5
- data/lib/authentik/api/api/events_api.rb +20 -20
- data/lib/authentik/api/api/flows_api.rb +16 -16
- data/lib/authentik/api/api/lifecycle_api.rb +5 -5
- data/lib/authentik/api/api/managed_api.rb +6 -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 +52 -52
- data/lib/authentik/api/api/propertymappings_api.rb +79 -79
- data/lib/authentik/api/api/providers_api.rb +88 -88
- data/lib/authentik/api/api/rac_api.rb +10 -10
- data/lib/authentik/api/api/rbac_api.rb +15 -15
- data/lib/authentik/api/api/reports_api.rb +2 -2
- data/lib/authentik/api/api/sources_api.rb +123 -123
- data/lib/authentik/api/api/ssf_api.rb +1 -1
- data/lib/authentik/api/api/stages_api.rb +142 -142
- data/lib/authentik/api/api/tasks_api.rb +6 -6
- data/lib/authentik/api/api/tenants_api.rb +10 -10
- data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
- data/lib/authentik/api/models/notification_rule.rb +1 -15
- data/lib/authentik/api/models/token_model.rb +1 -1
- data/lib/authentik/api/version.rb +1 -1
- metadata +1 -1
|
@@ -101,7 +101,7 @@ module Authentik::Api
|
|
|
101
101
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling CoreApi.core_application_entitlements_destroy"
|
|
102
102
|
end
|
|
103
103
|
# resource path
|
|
104
|
-
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{
|
|
104
|
+
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
105
105
|
|
|
106
106
|
# query parameters
|
|
107
107
|
query_params = opts[:query_params] || {}
|
|
@@ -240,7 +240,7 @@ module Authentik::Api
|
|
|
240
240
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling CoreApi.core_application_entitlements_partial_update"
|
|
241
241
|
end
|
|
242
242
|
# resource path
|
|
243
|
-
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{
|
|
243
|
+
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
244
244
|
|
|
245
245
|
# query parameters
|
|
246
246
|
query_params = opts[:query_params] || {}
|
|
@@ -306,7 +306,7 @@ module Authentik::Api
|
|
|
306
306
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling CoreApi.core_application_entitlements_retrieve"
|
|
307
307
|
end
|
|
308
308
|
# resource path
|
|
309
|
-
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{
|
|
309
|
+
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
310
310
|
|
|
311
311
|
# query parameters
|
|
312
312
|
query_params = opts[:query_params] || {}
|
|
@@ -373,7 +373,7 @@ module Authentik::Api
|
|
|
373
373
|
fail ArgumentError, "Missing the required parameter 'application_entitlement_request' when calling CoreApi.core_application_entitlements_update"
|
|
374
374
|
end
|
|
375
375
|
# resource path
|
|
376
|
-
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{
|
|
376
|
+
local_var_path = '/core/application_entitlements/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
377
377
|
|
|
378
378
|
# query parameters
|
|
379
379
|
query_params = opts[:query_params] || {}
|
|
@@ -439,7 +439,7 @@ module Authentik::Api
|
|
|
439
439
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling CoreApi.core_application_entitlements_used_by_list"
|
|
440
440
|
end
|
|
441
441
|
# resource path
|
|
442
|
-
local_var_path = '/core/application_entitlements/{pbm_uuid}/used_by/'.sub('{
|
|
442
|
+
local_var_path = '/core/application_entitlements/{pbm_uuid}/used_by/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
443
443
|
|
|
444
444
|
# query parameters
|
|
445
445
|
query_params = opts[:query_params] || {}
|
|
@@ -502,7 +502,7 @@ module Authentik::Api
|
|
|
502
502
|
fail ArgumentError, "Missing the required parameter 'slug' when calling CoreApi.core_applications_check_access_retrieve"
|
|
503
503
|
end
|
|
504
504
|
# resource path
|
|
505
|
-
local_var_path = '/core/applications/{slug}/check_access/'.sub('{
|
|
505
|
+
local_var_path = '/core/applications/{slug}/check_access/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
506
506
|
|
|
507
507
|
# query parameters
|
|
508
508
|
query_params = opts[:query_params] || {}
|
|
@@ -630,7 +630,7 @@ module Authentik::Api
|
|
|
630
630
|
fail ArgumentError, "Missing the required parameter 'slug' when calling CoreApi.core_applications_destroy"
|
|
631
631
|
end
|
|
632
632
|
# resource path
|
|
633
|
-
local_var_path = '/core/applications/{slug}/'.sub('{
|
|
633
|
+
local_var_path = '/core/applications/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
634
634
|
|
|
635
635
|
# query parameters
|
|
636
636
|
query_params = opts[:query_params] || {}
|
|
@@ -787,7 +787,7 @@ module Authentik::Api
|
|
|
787
787
|
fail ArgumentError, "Missing the required parameter 'slug' when calling CoreApi.core_applications_partial_update"
|
|
788
788
|
end
|
|
789
789
|
# resource path
|
|
790
|
-
local_var_path = '/core/applications/{slug}/'.sub('{
|
|
790
|
+
local_var_path = '/core/applications/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
791
791
|
|
|
792
792
|
# query parameters
|
|
793
793
|
query_params = opts[:query_params] || {}
|
|
@@ -853,7 +853,7 @@ module Authentik::Api
|
|
|
853
853
|
fail ArgumentError, "Missing the required parameter 'slug' when calling CoreApi.core_applications_retrieve"
|
|
854
854
|
end
|
|
855
855
|
# resource path
|
|
856
|
-
local_var_path = '/core/applications/{slug}/'.sub('{
|
|
856
|
+
local_var_path = '/core/applications/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
857
857
|
|
|
858
858
|
# query parameters
|
|
859
859
|
query_params = opts[:query_params] || {}
|
|
@@ -920,7 +920,7 @@ module Authentik::Api
|
|
|
920
920
|
fail ArgumentError, "Missing the required parameter 'application_request' when calling CoreApi.core_applications_update"
|
|
921
921
|
end
|
|
922
922
|
# resource path
|
|
923
|
-
local_var_path = '/core/applications/{slug}/'.sub('{
|
|
923
|
+
local_var_path = '/core/applications/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
924
924
|
|
|
925
925
|
# query parameters
|
|
926
926
|
query_params = opts[:query_params] || {}
|
|
@@ -986,7 +986,7 @@ module Authentik::Api
|
|
|
986
986
|
fail ArgumentError, "Missing the required parameter 'slug' when calling CoreApi.core_applications_used_by_list"
|
|
987
987
|
end
|
|
988
988
|
# resource path
|
|
989
|
-
local_var_path = '/core/applications/{slug}/used_by/'.sub('{
|
|
989
|
+
local_var_path = '/core/applications/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
|
|
990
990
|
|
|
991
991
|
# query parameters
|
|
992
992
|
query_params = opts[:query_params] || {}
|
|
@@ -1109,7 +1109,7 @@ module Authentik::Api
|
|
|
1109
1109
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling CoreApi.core_authenticated_sessions_destroy"
|
|
1110
1110
|
end
|
|
1111
1111
|
# resource path
|
|
1112
|
-
local_var_path = '/core/authenticated_sessions/{uuid}/'.sub('{
|
|
1112
|
+
local_var_path = '/core/authenticated_sessions/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1113
1113
|
|
|
1114
1114
|
# query parameters
|
|
1115
1115
|
query_params = opts[:query_params] || {}
|
|
@@ -1246,7 +1246,7 @@ module Authentik::Api
|
|
|
1246
1246
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling CoreApi.core_authenticated_sessions_retrieve"
|
|
1247
1247
|
end
|
|
1248
1248
|
# resource path
|
|
1249
|
-
local_var_path = '/core/authenticated_sessions/{uuid}/'.sub('{
|
|
1249
|
+
local_var_path = '/core/authenticated_sessions/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1250
1250
|
|
|
1251
1251
|
# query parameters
|
|
1252
1252
|
query_params = opts[:query_params] || {}
|
|
@@ -1307,7 +1307,7 @@ module Authentik::Api
|
|
|
1307
1307
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling CoreApi.core_authenticated_sessions_used_by_list"
|
|
1308
1308
|
end
|
|
1309
1309
|
# resource path
|
|
1310
|
-
local_var_path = '/core/authenticated_sessions/{uuid}/used_by/'.sub('{
|
|
1310
|
+
local_var_path = '/core/authenticated_sessions/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1311
1311
|
|
|
1312
1312
|
# query parameters
|
|
1313
1313
|
query_params = opts[:query_params] || {}
|
|
@@ -1489,7 +1489,7 @@ module Authentik::Api
|
|
|
1489
1489
|
fail ArgumentError, "Missing the required parameter 'brand_uuid' when calling CoreApi.core_brands_destroy"
|
|
1490
1490
|
end
|
|
1491
1491
|
# resource path
|
|
1492
|
-
local_var_path = '/core/brands/{brand_uuid}/'.sub('{
|
|
1492
|
+
local_var_path = '/core/brands/{brand_uuid}/'.sub('{brand_uuid}', CGI.escape(brand_uuid.to_s))
|
|
1493
1493
|
|
|
1494
1494
|
# query parameters
|
|
1495
1495
|
query_params = opts[:query_params] || {}
|
|
@@ -1664,7 +1664,7 @@ module Authentik::Api
|
|
|
1664
1664
|
fail ArgumentError, "Missing the required parameter 'brand_uuid' when calling CoreApi.core_brands_partial_update"
|
|
1665
1665
|
end
|
|
1666
1666
|
# resource path
|
|
1667
|
-
local_var_path = '/core/brands/{brand_uuid}/'.sub('{
|
|
1667
|
+
local_var_path = '/core/brands/{brand_uuid}/'.sub('{brand_uuid}', CGI.escape(brand_uuid.to_s))
|
|
1668
1668
|
|
|
1669
1669
|
# query parameters
|
|
1670
1670
|
query_params = opts[:query_params] || {}
|
|
@@ -1730,7 +1730,7 @@ module Authentik::Api
|
|
|
1730
1730
|
fail ArgumentError, "Missing the required parameter 'brand_uuid' when calling CoreApi.core_brands_retrieve"
|
|
1731
1731
|
end
|
|
1732
1732
|
# resource path
|
|
1733
|
-
local_var_path = '/core/brands/{brand_uuid}/'.sub('{
|
|
1733
|
+
local_var_path = '/core/brands/{brand_uuid}/'.sub('{brand_uuid}', CGI.escape(brand_uuid.to_s))
|
|
1734
1734
|
|
|
1735
1735
|
# query parameters
|
|
1736
1736
|
query_params = opts[:query_params] || {}
|
|
@@ -1797,7 +1797,7 @@ module Authentik::Api
|
|
|
1797
1797
|
fail ArgumentError, "Missing the required parameter 'brand_request' when calling CoreApi.core_brands_update"
|
|
1798
1798
|
end
|
|
1799
1799
|
# resource path
|
|
1800
|
-
local_var_path = '/core/brands/{brand_uuid}/'.sub('{
|
|
1800
|
+
local_var_path = '/core/brands/{brand_uuid}/'.sub('{brand_uuid}', CGI.escape(brand_uuid.to_s))
|
|
1801
1801
|
|
|
1802
1802
|
# query parameters
|
|
1803
1803
|
query_params = opts[:query_params] || {}
|
|
@@ -1863,7 +1863,7 @@ module Authentik::Api
|
|
|
1863
1863
|
fail ArgumentError, "Missing the required parameter 'brand_uuid' when calling CoreApi.core_brands_used_by_list"
|
|
1864
1864
|
end
|
|
1865
1865
|
# resource path
|
|
1866
|
-
local_var_path = '/core/brands/{brand_uuid}/used_by/'.sub('{
|
|
1866
|
+
local_var_path = '/core/brands/{brand_uuid}/used_by/'.sub('{brand_uuid}', CGI.escape(brand_uuid.to_s))
|
|
1867
1867
|
|
|
1868
1868
|
# query parameters
|
|
1869
1869
|
query_params = opts[:query_params] || {}
|
|
@@ -1930,7 +1930,7 @@ module Authentik::Api
|
|
|
1930
1930
|
fail ArgumentError, "Missing the required parameter 'user_account_request' when calling CoreApi.core_groups_add_user_create"
|
|
1931
1931
|
end
|
|
1932
1932
|
# resource path
|
|
1933
|
-
local_var_path = '/core/groups/{group_uuid}/add_user/'.sub('{
|
|
1933
|
+
local_var_path = '/core/groups/{group_uuid}/add_user/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
1934
1934
|
|
|
1935
1935
|
# query parameters
|
|
1936
1936
|
query_params = opts[:query_params] || {}
|
|
@@ -2062,7 +2062,7 @@ module Authentik::Api
|
|
|
2062
2062
|
fail ArgumentError, "Missing the required parameter 'group_uuid' when calling CoreApi.core_groups_destroy"
|
|
2063
2063
|
end
|
|
2064
2064
|
# resource path
|
|
2065
|
-
local_var_path = '/core/groups/{group_uuid}/'.sub('{
|
|
2065
|
+
local_var_path = '/core/groups/{group_uuid}/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2066
2066
|
|
|
2067
2067
|
# query parameters
|
|
2068
2068
|
query_params = opts[:query_params] || {}
|
|
@@ -2219,7 +2219,7 @@ module Authentik::Api
|
|
|
2219
2219
|
fail ArgumentError, "Missing the required parameter 'group_uuid' when calling CoreApi.core_groups_partial_update"
|
|
2220
2220
|
end
|
|
2221
2221
|
# resource path
|
|
2222
|
-
local_var_path = '/core/groups/{group_uuid}/'.sub('{
|
|
2222
|
+
local_var_path = '/core/groups/{group_uuid}/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2223
2223
|
|
|
2224
2224
|
# query parameters
|
|
2225
2225
|
query_params = opts[:query_params] || {}
|
|
@@ -2291,7 +2291,7 @@ module Authentik::Api
|
|
|
2291
2291
|
fail ArgumentError, "Missing the required parameter 'user_account_request' when calling CoreApi.core_groups_remove_user_create"
|
|
2292
2292
|
end
|
|
2293
2293
|
# resource path
|
|
2294
|
-
local_var_path = '/core/groups/{group_uuid}/remove_user/'.sub('{
|
|
2294
|
+
local_var_path = '/core/groups/{group_uuid}/remove_user/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2295
2295
|
|
|
2296
2296
|
# query parameters
|
|
2297
2297
|
query_params = opts[:query_params] || {}
|
|
@@ -2365,7 +2365,7 @@ module Authentik::Api
|
|
|
2365
2365
|
fail ArgumentError, "Missing the required parameter 'group_uuid' when calling CoreApi.core_groups_retrieve"
|
|
2366
2366
|
end
|
|
2367
2367
|
# resource path
|
|
2368
|
-
local_var_path = '/core/groups/{group_uuid}/'.sub('{
|
|
2368
|
+
local_var_path = '/core/groups/{group_uuid}/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2369
2369
|
|
|
2370
2370
|
# query parameters
|
|
2371
2371
|
query_params = opts[:query_params] || {}
|
|
@@ -2436,7 +2436,7 @@ module Authentik::Api
|
|
|
2436
2436
|
fail ArgumentError, "Missing the required parameter 'group_request' when calling CoreApi.core_groups_update"
|
|
2437
2437
|
end
|
|
2438
2438
|
# resource path
|
|
2439
|
-
local_var_path = '/core/groups/{group_uuid}/'.sub('{
|
|
2439
|
+
local_var_path = '/core/groups/{group_uuid}/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2440
2440
|
|
|
2441
2441
|
# query parameters
|
|
2442
2442
|
query_params = opts[:query_params] || {}
|
|
@@ -2502,7 +2502,7 @@ module Authentik::Api
|
|
|
2502
2502
|
fail ArgumentError, "Missing the required parameter 'group_uuid' when calling CoreApi.core_groups_used_by_list"
|
|
2503
2503
|
end
|
|
2504
2504
|
# resource path
|
|
2505
|
-
local_var_path = '/core/groups/{group_uuid}/used_by/'.sub('{
|
|
2505
|
+
local_var_path = '/core/groups/{group_uuid}/used_by/'.sub('{group_uuid}', CGI.escape(group_uuid.to_s))
|
|
2506
2506
|
|
|
2507
2507
|
# query parameters
|
|
2508
2508
|
query_params = opts[:query_params] || {}
|
|
@@ -2629,7 +2629,7 @@ module Authentik::Api
|
|
|
2629
2629
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CoreApi.core_tokens_destroy"
|
|
2630
2630
|
end
|
|
2631
2631
|
# resource path
|
|
2632
|
-
local_var_path = '/core/tokens/{identifier}/'.sub('{
|
|
2632
|
+
local_var_path = '/core/tokens/{identifier}/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
2633
2633
|
|
|
2634
2634
|
# query parameters
|
|
2635
2635
|
query_params = opts[:query_params] || {}
|
|
@@ -2784,7 +2784,7 @@ module Authentik::Api
|
|
|
2784
2784
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CoreApi.core_tokens_partial_update"
|
|
2785
2785
|
end
|
|
2786
2786
|
# resource path
|
|
2787
|
-
local_var_path = '/core/tokens/{identifier}/'.sub('{
|
|
2787
|
+
local_var_path = '/core/tokens/{identifier}/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
2788
2788
|
|
|
2789
2789
|
# query parameters
|
|
2790
2790
|
query_params = opts[:query_params] || {}
|
|
@@ -2850,7 +2850,7 @@ module Authentik::Api
|
|
|
2850
2850
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CoreApi.core_tokens_retrieve"
|
|
2851
2851
|
end
|
|
2852
2852
|
# resource path
|
|
2853
|
-
local_var_path = '/core/tokens/{identifier}/'.sub('{
|
|
2853
|
+
local_var_path = '/core/tokens/{identifier}/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
2854
2854
|
|
|
2855
2855
|
# query parameters
|
|
2856
2856
|
query_params = opts[:query_params] || {}
|
|
@@ -2917,7 +2917,7 @@ module Authentik::Api
|
|
|
2917
2917
|
fail ArgumentError, "Missing the required parameter 'token_set_key_request' when calling CoreApi.core_tokens_set_key_create"
|
|
2918
2918
|
end
|
|
2919
2919
|
# resource path
|
|
2920
|
-
local_var_path = '/core/tokens/{identifier}/set_key/'.sub('{
|
|
2920
|
+
local_var_path = '/core/tokens/{identifier}/set_key/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
2921
2921
|
|
|
2922
2922
|
# query parameters
|
|
2923
2923
|
query_params = opts[:query_params] || {}
|
|
@@ -2989,7 +2989,7 @@ module Authentik::Api
|
|
|
2989
2989
|
fail ArgumentError, "Missing the required parameter 'token_request' when calling CoreApi.core_tokens_update"
|
|
2990
2990
|
end
|
|
2991
2991
|
# resource path
|
|
2992
|
-
local_var_path = '/core/tokens/{identifier}/'.sub('{
|
|
2992
|
+
local_var_path = '/core/tokens/{identifier}/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
2993
2993
|
|
|
2994
2994
|
# query parameters
|
|
2995
2995
|
query_params = opts[:query_params] || {}
|
|
@@ -3055,7 +3055,7 @@ module Authentik::Api
|
|
|
3055
3055
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CoreApi.core_tokens_used_by_list"
|
|
3056
3056
|
end
|
|
3057
3057
|
# resource path
|
|
3058
|
-
local_var_path = '/core/tokens/{identifier}/used_by/'.sub('{
|
|
3058
|
+
local_var_path = '/core/tokens/{identifier}/used_by/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
3059
3059
|
|
|
3060
3060
|
# query parameters
|
|
3061
3061
|
query_params = opts[:query_params] || {}
|
|
@@ -3116,7 +3116,7 @@ module Authentik::Api
|
|
|
3116
3116
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CoreApi.core_tokens_view_key_retrieve"
|
|
3117
3117
|
end
|
|
3118
3118
|
# resource path
|
|
3119
|
-
local_var_path = '/core/tokens/{identifier}/view_key/'.sub('{
|
|
3119
|
+
local_var_path = '/core/tokens/{identifier}/view_key/'.sub('{identifier}', CGI.escape(identifier.to_s))
|
|
3120
3120
|
|
|
3121
3121
|
# query parameters
|
|
3122
3122
|
query_params = opts[:query_params] || {}
|
|
@@ -3243,7 +3243,7 @@ module Authentik::Api
|
|
|
3243
3243
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_user_consent_destroy"
|
|
3244
3244
|
end
|
|
3245
3245
|
# resource path
|
|
3246
|
-
local_var_path = '/core/user_consent/{id}/'.sub('{
|
|
3246
|
+
local_var_path = '/core/user_consent/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3247
3247
|
|
|
3248
3248
|
# query parameters
|
|
3249
3249
|
query_params = opts[:query_params] || {}
|
|
@@ -3377,7 +3377,7 @@ module Authentik::Api
|
|
|
3377
3377
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_user_consent_retrieve"
|
|
3378
3378
|
end
|
|
3379
3379
|
# resource path
|
|
3380
|
-
local_var_path = '/core/user_consent/{id}/'.sub('{
|
|
3380
|
+
local_var_path = '/core/user_consent/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3381
3381
|
|
|
3382
3382
|
# query parameters
|
|
3383
3383
|
query_params = opts[:query_params] || {}
|
|
@@ -3438,7 +3438,7 @@ module Authentik::Api
|
|
|
3438
3438
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_user_consent_used_by_list"
|
|
3439
3439
|
end
|
|
3440
3440
|
# resource path
|
|
3441
|
-
local_var_path = '/core/user_consent/{id}/used_by/'.sub('{
|
|
3441
|
+
local_var_path = '/core/user_consent/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
3442
3442
|
|
|
3443
3443
|
# query parameters
|
|
3444
3444
|
query_params = opts[:query_params] || {}
|
|
@@ -3565,7 +3565,7 @@ module Authentik::Api
|
|
|
3565
3565
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_users_destroy"
|
|
3566
3566
|
end
|
|
3567
3567
|
# resource path
|
|
3568
|
-
local_var_path = '/core/users/{id}/'.sub('{
|
|
3568
|
+
local_var_path = '/core/users/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
3569
3569
|
|
|
3570
3570
|
# query parameters
|
|
3571
3571
|
query_params = opts[:query_params] || {}
|
|
@@ -3769,7 +3769,7 @@ module Authentik::Api
|
|
|
3769
3769
|
fail ArgumentError, "Missing the required parameter 'impersonation_request' when calling CoreApi.core_users_impersonate_create"
|
|
3770
3770
|
end
|
|
3771
3771
|
# resource path
|
|
3772
|
-
local_var_path = '/core/users/{id}/impersonate/'.sub('{
|
|
3772
|
+
local_var_path = '/core/users/{id}/impersonate/'.sub('{id}', CGI.escape(id.to_s))
|
|
3773
3773
|
|
|
3774
3774
|
# query parameters
|
|
3775
3775
|
query_params = opts[:query_params] || {}
|
|
@@ -4096,7 +4096,7 @@ module Authentik::Api
|
|
|
4096
4096
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_users_partial_update"
|
|
4097
4097
|
end
|
|
4098
4098
|
# resource path
|
|
4099
|
-
local_var_path = '/core/users/{id}/'.sub('{
|
|
4099
|
+
local_var_path = '/core/users/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4100
4100
|
|
|
4101
4101
|
# query parameters
|
|
4102
4102
|
query_params = opts[:query_params] || {}
|
|
@@ -4222,7 +4222,7 @@ module Authentik::Api
|
|
|
4222
4222
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_users_recovery_create"
|
|
4223
4223
|
end
|
|
4224
4224
|
# resource path
|
|
4225
|
-
local_var_path = '/core/users/{id}/recovery/'.sub('{
|
|
4225
|
+
local_var_path = '/core/users/{id}/recovery/'.sub('{id}', CGI.escape(id.to_s))
|
|
4226
4226
|
|
|
4227
4227
|
# query parameters
|
|
4228
4228
|
query_params = opts[:query_params] || {}
|
|
@@ -4294,7 +4294,7 @@ module Authentik::Api
|
|
|
4294
4294
|
fail ArgumentError, "Missing the required parameter 'user_recovery_email_request' when calling CoreApi.core_users_recovery_email_create"
|
|
4295
4295
|
end
|
|
4296
4296
|
# resource path
|
|
4297
|
-
local_var_path = '/core/users/{id}/recovery_email/'.sub('{
|
|
4297
|
+
local_var_path = '/core/users/{id}/recovery_email/'.sub('{id}', CGI.escape(id.to_s))
|
|
4298
4298
|
|
|
4299
4299
|
# query parameters
|
|
4300
4300
|
query_params = opts[:query_params] || {}
|
|
@@ -4360,7 +4360,7 @@ module Authentik::Api
|
|
|
4360
4360
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_users_retrieve"
|
|
4361
4361
|
end
|
|
4362
4362
|
# resource path
|
|
4363
|
-
local_var_path = '/core/users/{id}/'.sub('{
|
|
4363
|
+
local_var_path = '/core/users/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4364
4364
|
|
|
4365
4365
|
# query parameters
|
|
4366
4366
|
query_params = opts[:query_params] || {}
|
|
@@ -4493,7 +4493,7 @@ module Authentik::Api
|
|
|
4493
4493
|
fail ArgumentError, "Missing the required parameter 'user_password_set_request' when calling CoreApi.core_users_set_password_create"
|
|
4494
4494
|
end
|
|
4495
4495
|
# resource path
|
|
4496
|
-
local_var_path = '/core/users/{id}/set_password/'.sub('{
|
|
4496
|
+
local_var_path = '/core/users/{id}/set_password/'.sub('{id}', CGI.escape(id.to_s))
|
|
4497
4497
|
|
|
4498
4498
|
# query parameters
|
|
4499
4499
|
query_params = opts[:query_params] || {}
|
|
@@ -4565,7 +4565,7 @@ module Authentik::Api
|
|
|
4565
4565
|
fail ArgumentError, "Missing the required parameter 'user_request' when calling CoreApi.core_users_update"
|
|
4566
4566
|
end
|
|
4567
4567
|
# resource path
|
|
4568
|
-
local_var_path = '/core/users/{id}/'.sub('{
|
|
4568
|
+
local_var_path = '/core/users/{id}/'.sub('{id}', CGI.escape(id.to_s))
|
|
4569
4569
|
|
|
4570
4570
|
# query parameters
|
|
4571
4571
|
query_params = opts[:query_params] || {}
|
|
@@ -4631,7 +4631,7 @@ module Authentik::Api
|
|
|
4631
4631
|
fail ArgumentError, "Missing the required parameter 'id' when calling CoreApi.core_users_used_by_list"
|
|
4632
4632
|
end
|
|
4633
4633
|
# resource path
|
|
4634
|
-
local_var_path = '/core/users/{id}/used_by/'.sub('{
|
|
4634
|
+
local_var_path = '/core/users/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
|
|
4635
4635
|
|
|
4636
4636
|
# query parameters
|
|
4637
4637
|
query_params = opts[:query_params] || {}
|
|
@@ -101,7 +101,7 @@ module Authentik::Api
|
|
|
101
101
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_destroy"
|
|
102
102
|
end
|
|
103
103
|
# resource path
|
|
104
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{
|
|
104
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
105
105
|
|
|
106
106
|
# query parameters
|
|
107
107
|
query_params = opts[:query_params] || {}
|
|
@@ -313,7 +313,7 @@ module Authentik::Api
|
|
|
313
313
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_partial_update"
|
|
314
314
|
end
|
|
315
315
|
# resource path
|
|
316
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{
|
|
316
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
317
317
|
|
|
318
318
|
# query parameters
|
|
319
319
|
query_params = opts[:query_params] || {}
|
|
@@ -379,7 +379,7 @@ module Authentik::Api
|
|
|
379
379
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_retrieve"
|
|
380
380
|
end
|
|
381
381
|
# resource path
|
|
382
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{
|
|
382
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
383
383
|
|
|
384
384
|
# query parameters
|
|
385
385
|
query_params = opts[:query_params] || {}
|
|
@@ -446,7 +446,7 @@ module Authentik::Api
|
|
|
446
446
|
fail ArgumentError, "Missing the required parameter 'certificate_key_pair_request' when calling CryptoApi.crypto_certificatekeypairs_update"
|
|
447
447
|
end
|
|
448
448
|
# resource path
|
|
449
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{
|
|
449
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
450
450
|
|
|
451
451
|
# query parameters
|
|
452
452
|
query_params = opts[:query_params] || {}
|
|
@@ -512,7 +512,7 @@ module Authentik::Api
|
|
|
512
512
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_used_by_list"
|
|
513
513
|
end
|
|
514
514
|
# resource path
|
|
515
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/used_by/'.sub('{
|
|
515
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/used_by/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
516
516
|
|
|
517
517
|
# query parameters
|
|
518
518
|
query_params = opts[:query_params] || {}
|
|
@@ -575,7 +575,7 @@ module Authentik::Api
|
|
|
575
575
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_view_certificate_retrieve"
|
|
576
576
|
end
|
|
577
577
|
# resource path
|
|
578
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/view_certificate/'.sub('{
|
|
578
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/view_certificate/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
579
579
|
|
|
580
580
|
# query parameters
|
|
581
581
|
query_params = opts[:query_params] || {}
|
|
@@ -639,7 +639,7 @@ module Authentik::Api
|
|
|
639
639
|
fail ArgumentError, "Missing the required parameter 'kp_uuid' when calling CryptoApi.crypto_certificatekeypairs_view_private_key_retrieve"
|
|
640
640
|
end
|
|
641
641
|
# resource path
|
|
642
|
-
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/view_private_key/'.sub('{
|
|
642
|
+
local_var_path = '/crypto/certificatekeypairs/{kp_uuid}/view_private_key/'.sub('{kp_uuid}', CGI.escape(kp_uuid.to_s))
|
|
643
643
|
|
|
644
644
|
# query parameters
|
|
645
645
|
query_params = opts[:query_params] || {}
|