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
|
@@ -335,7 +335,7 @@ module Authentik::Api
|
|
|
335
335
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_agents_connectors_destroy"
|
|
336
336
|
end
|
|
337
337
|
# resource path
|
|
338
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{
|
|
338
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
339
339
|
|
|
340
340
|
# query parameters
|
|
341
341
|
query_params = opts[:query_params] || {}
|
|
@@ -541,7 +541,7 @@ module Authentik::Api
|
|
|
541
541
|
fail ArgumentError, "Missing the required parameter 'mdm_config_request' when calling EndpointsApi.endpoints_agents_connectors_mdm_config_create"
|
|
542
542
|
end
|
|
543
543
|
# resource path
|
|
544
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/mdm_config/'.sub('{
|
|
544
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/mdm_config/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
545
545
|
|
|
546
546
|
# query parameters
|
|
547
547
|
query_params = opts[:query_params] || {}
|
|
@@ -609,7 +609,7 @@ module Authentik::Api
|
|
|
609
609
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_agents_connectors_partial_update"
|
|
610
610
|
end
|
|
611
611
|
# resource path
|
|
612
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{
|
|
612
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
613
613
|
|
|
614
614
|
# query parameters
|
|
615
615
|
query_params = opts[:query_params] || {}
|
|
@@ -675,7 +675,7 @@ module Authentik::Api
|
|
|
675
675
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_agents_connectors_retrieve"
|
|
676
676
|
end
|
|
677
677
|
# resource path
|
|
678
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{
|
|
678
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
679
679
|
|
|
680
680
|
# query parameters
|
|
681
681
|
query_params = opts[:query_params] || {}
|
|
@@ -742,7 +742,7 @@ module Authentik::Api
|
|
|
742
742
|
fail ArgumentError, "Missing the required parameter 'agent_connector_request' when calling EndpointsApi.endpoints_agents_connectors_update"
|
|
743
743
|
end
|
|
744
744
|
# resource path
|
|
745
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{
|
|
745
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
746
746
|
|
|
747
747
|
# query parameters
|
|
748
748
|
query_params = opts[:query_params] || {}
|
|
@@ -808,7 +808,7 @@ module Authentik::Api
|
|
|
808
808
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_agents_connectors_used_by_list"
|
|
809
809
|
end
|
|
810
810
|
# resource path
|
|
811
|
-
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/used_by/'.sub('{
|
|
811
|
+
local_var_path = '/endpoints/agents/connectors/{connector_uuid}/used_by/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
812
812
|
|
|
813
813
|
# query parameters
|
|
814
814
|
query_params = opts[:query_params] || {}
|
|
@@ -935,7 +935,7 @@ module Authentik::Api
|
|
|
935
935
|
fail ArgumentError, "Missing the required parameter 'token_uuid' when calling EndpointsApi.endpoints_agents_enrollment_tokens_destroy"
|
|
936
936
|
end
|
|
937
937
|
# resource path
|
|
938
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{
|
|
938
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
939
939
|
|
|
940
940
|
# query parameters
|
|
941
941
|
query_params = opts[:query_params] || {}
|
|
@@ -1071,7 +1071,7 @@ module Authentik::Api
|
|
|
1071
1071
|
fail ArgumentError, "Missing the required parameter 'token_uuid' when calling EndpointsApi.endpoints_agents_enrollment_tokens_partial_update"
|
|
1072
1072
|
end
|
|
1073
1073
|
# resource path
|
|
1074
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{
|
|
1074
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
1075
1075
|
|
|
1076
1076
|
# query parameters
|
|
1077
1077
|
query_params = opts[:query_params] || {}
|
|
@@ -1137,7 +1137,7 @@ module Authentik::Api
|
|
|
1137
1137
|
fail ArgumentError, "Missing the required parameter 'token_uuid' when calling EndpointsApi.endpoints_agents_enrollment_tokens_retrieve"
|
|
1138
1138
|
end
|
|
1139
1139
|
# resource path
|
|
1140
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{
|
|
1140
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
1141
1141
|
|
|
1142
1142
|
# query parameters
|
|
1143
1143
|
query_params = opts[:query_params] || {}
|
|
@@ -1204,7 +1204,7 @@ module Authentik::Api
|
|
|
1204
1204
|
fail ArgumentError, "Missing the required parameter 'enrollment_token_request' when calling EndpointsApi.endpoints_agents_enrollment_tokens_update"
|
|
1205
1205
|
end
|
|
1206
1206
|
# resource path
|
|
1207
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{
|
|
1207
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
1208
1208
|
|
|
1209
1209
|
# query parameters
|
|
1210
1210
|
query_params = opts[:query_params] || {}
|
|
@@ -1270,7 +1270,7 @@ module Authentik::Api
|
|
|
1270
1270
|
fail ArgumentError, "Missing the required parameter 'token_uuid' when calling EndpointsApi.endpoints_agents_enrollment_tokens_used_by_list"
|
|
1271
1271
|
end
|
|
1272
1272
|
# resource path
|
|
1273
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/used_by/'.sub('{
|
|
1273
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/used_by/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
1274
1274
|
|
|
1275
1275
|
# query parameters
|
|
1276
1276
|
query_params = opts[:query_params] || {}
|
|
@@ -1331,7 +1331,7 @@ module Authentik::Api
|
|
|
1331
1331
|
fail ArgumentError, "Missing the required parameter 'token_uuid' when calling EndpointsApi.endpoints_agents_enrollment_tokens_view_key_retrieve"
|
|
1332
1332
|
end
|
|
1333
1333
|
# resource path
|
|
1334
|
-
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/view_key/'.sub('{
|
|
1334
|
+
local_var_path = '/endpoints/agents/enrollment_tokens/{token_uuid}/view_key/'.sub('{token_uuid}', CGI.escape(token_uuid.to_s))
|
|
1335
1335
|
|
|
1336
1336
|
# query parameters
|
|
1337
1337
|
query_params = opts[:query_params] || {}
|
|
@@ -1520,7 +1520,7 @@ module Authentik::Api
|
|
|
1520
1520
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_connectors_destroy"
|
|
1521
1521
|
end
|
|
1522
1522
|
# resource path
|
|
1523
|
-
local_var_path = '/endpoints/connectors/{connector_uuid}/'.sub('{
|
|
1523
|
+
local_var_path = '/endpoints/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
1524
1524
|
|
|
1525
1525
|
# query parameters
|
|
1526
1526
|
query_params = opts[:query_params] || {}
|
|
@@ -1648,7 +1648,7 @@ module Authentik::Api
|
|
|
1648
1648
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_connectors_retrieve"
|
|
1649
1649
|
end
|
|
1650
1650
|
# resource path
|
|
1651
|
-
local_var_path = '/endpoints/connectors/{connector_uuid}/'.sub('{
|
|
1651
|
+
local_var_path = '/endpoints/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
1652
1652
|
|
|
1653
1653
|
# query parameters
|
|
1654
1654
|
query_params = opts[:query_params] || {}
|
|
@@ -1764,7 +1764,7 @@ module Authentik::Api
|
|
|
1764
1764
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_connectors_used_by_list"
|
|
1765
1765
|
end
|
|
1766
1766
|
# resource path
|
|
1767
|
-
local_var_path = '/endpoints/connectors/{connector_uuid}/used_by/'.sub('{
|
|
1767
|
+
local_var_path = '/endpoints/connectors/{connector_uuid}/used_by/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
1768
1768
|
|
|
1769
1769
|
# query parameters
|
|
1770
1770
|
query_params = opts[:query_params] || {}
|
|
@@ -1891,7 +1891,7 @@ module Authentik::Api
|
|
|
1891
1891
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EndpointsApi.endpoints_device_access_groups_destroy"
|
|
1892
1892
|
end
|
|
1893
1893
|
# resource path
|
|
1894
|
-
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{
|
|
1894
|
+
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1895
1895
|
|
|
1896
1896
|
# query parameters
|
|
1897
1897
|
query_params = opts[:query_params] || {}
|
|
@@ -2027,7 +2027,7 @@ module Authentik::Api
|
|
|
2027
2027
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EndpointsApi.endpoints_device_access_groups_partial_update"
|
|
2028
2028
|
end
|
|
2029
2029
|
# resource path
|
|
2030
|
-
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{
|
|
2030
|
+
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
2031
2031
|
|
|
2032
2032
|
# query parameters
|
|
2033
2033
|
query_params = opts[:query_params] || {}
|
|
@@ -2093,7 +2093,7 @@ module Authentik::Api
|
|
|
2093
2093
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EndpointsApi.endpoints_device_access_groups_retrieve"
|
|
2094
2094
|
end
|
|
2095
2095
|
# resource path
|
|
2096
|
-
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{
|
|
2096
|
+
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
2097
2097
|
|
|
2098
2098
|
# query parameters
|
|
2099
2099
|
query_params = opts[:query_params] || {}
|
|
@@ -2160,7 +2160,7 @@ module Authentik::Api
|
|
|
2160
2160
|
fail ArgumentError, "Missing the required parameter 'device_access_group_request' when calling EndpointsApi.endpoints_device_access_groups_update"
|
|
2161
2161
|
end
|
|
2162
2162
|
# resource path
|
|
2163
|
-
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{
|
|
2163
|
+
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
2164
2164
|
|
|
2165
2165
|
# query parameters
|
|
2166
2166
|
query_params = opts[:query_params] || {}
|
|
@@ -2226,7 +2226,7 @@ module Authentik::Api
|
|
|
2226
2226
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EndpointsApi.endpoints_device_access_groups_used_by_list"
|
|
2227
2227
|
end
|
|
2228
2228
|
# resource path
|
|
2229
|
-
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/used_by/'.sub('{
|
|
2229
|
+
local_var_path = '/endpoints/device_access_groups/{pbm_uuid}/used_by/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
2230
2230
|
|
|
2231
2231
|
# query parameters
|
|
2232
2232
|
query_params = opts[:query_params] || {}
|
|
@@ -2353,7 +2353,7 @@ module Authentik::Api
|
|
|
2353
2353
|
fail ArgumentError, "Missing the required parameter 'policy_binding_uuid' when calling EndpointsApi.endpoints_device_bindings_destroy"
|
|
2354
2354
|
end
|
|
2355
2355
|
# resource path
|
|
2356
|
-
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{
|
|
2356
|
+
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{policy_binding_uuid}', CGI.escape(policy_binding_uuid.to_s))
|
|
2357
2357
|
|
|
2358
2358
|
# query parameters
|
|
2359
2359
|
query_params = opts[:query_params] || {}
|
|
@@ -2504,7 +2504,7 @@ module Authentik::Api
|
|
|
2504
2504
|
fail ArgumentError, "Missing the required parameter 'policy_binding_uuid' when calling EndpointsApi.endpoints_device_bindings_partial_update"
|
|
2505
2505
|
end
|
|
2506
2506
|
# resource path
|
|
2507
|
-
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{
|
|
2507
|
+
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{policy_binding_uuid}', CGI.escape(policy_binding_uuid.to_s))
|
|
2508
2508
|
|
|
2509
2509
|
# query parameters
|
|
2510
2510
|
query_params = opts[:query_params] || {}
|
|
@@ -2570,7 +2570,7 @@ module Authentik::Api
|
|
|
2570
2570
|
fail ArgumentError, "Missing the required parameter 'policy_binding_uuid' when calling EndpointsApi.endpoints_device_bindings_retrieve"
|
|
2571
2571
|
end
|
|
2572
2572
|
# resource path
|
|
2573
|
-
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{
|
|
2573
|
+
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{policy_binding_uuid}', CGI.escape(policy_binding_uuid.to_s))
|
|
2574
2574
|
|
|
2575
2575
|
# query parameters
|
|
2576
2576
|
query_params = opts[:query_params] || {}
|
|
@@ -2637,7 +2637,7 @@ module Authentik::Api
|
|
|
2637
2637
|
fail ArgumentError, "Missing the required parameter 'device_user_binding_request' when calling EndpointsApi.endpoints_device_bindings_update"
|
|
2638
2638
|
end
|
|
2639
2639
|
# resource path
|
|
2640
|
-
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{
|
|
2640
|
+
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/'.sub('{policy_binding_uuid}', CGI.escape(policy_binding_uuid.to_s))
|
|
2641
2641
|
|
|
2642
2642
|
# query parameters
|
|
2643
2643
|
query_params = opts[:query_params] || {}
|
|
@@ -2703,7 +2703,7 @@ module Authentik::Api
|
|
|
2703
2703
|
fail ArgumentError, "Missing the required parameter 'policy_binding_uuid' when calling EndpointsApi.endpoints_device_bindings_used_by_list"
|
|
2704
2704
|
end
|
|
2705
2705
|
# resource path
|
|
2706
|
-
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/used_by/'.sub('{
|
|
2706
|
+
local_var_path = '/endpoints/device_bindings/{policy_binding_uuid}/used_by/'.sub('{policy_binding_uuid}', CGI.escape(policy_binding_uuid.to_s))
|
|
2707
2707
|
|
|
2708
2708
|
# query parameters
|
|
2709
2709
|
query_params = opts[:query_params] || {}
|
|
@@ -2764,7 +2764,7 @@ module Authentik::Api
|
|
|
2764
2764
|
fail ArgumentError, "Missing the required parameter 'device_uuid' when calling EndpointsApi.endpoints_devices_destroy"
|
|
2765
2765
|
end
|
|
2766
2766
|
# resource path
|
|
2767
|
-
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{
|
|
2767
|
+
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{device_uuid}', CGI.escape(device_uuid.to_s))
|
|
2768
2768
|
|
|
2769
2769
|
# query parameters
|
|
2770
2770
|
query_params = opts[:query_params] || {}
|
|
@@ -2900,7 +2900,7 @@ module Authentik::Api
|
|
|
2900
2900
|
fail ArgumentError, "Missing the required parameter 'device_uuid' when calling EndpointsApi.endpoints_devices_partial_update"
|
|
2901
2901
|
end
|
|
2902
2902
|
# resource path
|
|
2903
|
-
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{
|
|
2903
|
+
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{device_uuid}', CGI.escape(device_uuid.to_s))
|
|
2904
2904
|
|
|
2905
2905
|
# query parameters
|
|
2906
2906
|
query_params = opts[:query_params] || {}
|
|
@@ -2966,7 +2966,7 @@ module Authentik::Api
|
|
|
2966
2966
|
fail ArgumentError, "Missing the required parameter 'device_uuid' when calling EndpointsApi.endpoints_devices_retrieve"
|
|
2967
2967
|
end
|
|
2968
2968
|
# resource path
|
|
2969
|
-
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{
|
|
2969
|
+
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{device_uuid}', CGI.escape(device_uuid.to_s))
|
|
2970
2970
|
|
|
2971
2971
|
# query parameters
|
|
2972
2972
|
query_params = opts[:query_params] || {}
|
|
@@ -3088,7 +3088,7 @@ module Authentik::Api
|
|
|
3088
3088
|
fail ArgumentError, "Missing the required parameter 'endpoint_device_request' when calling EndpointsApi.endpoints_devices_update"
|
|
3089
3089
|
end
|
|
3090
3090
|
# resource path
|
|
3091
|
-
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{
|
|
3091
|
+
local_var_path = '/endpoints/devices/{device_uuid}/'.sub('{device_uuid}', CGI.escape(device_uuid.to_s))
|
|
3092
3092
|
|
|
3093
3093
|
# query parameters
|
|
3094
3094
|
query_params = opts[:query_params] || {}
|
|
@@ -3154,7 +3154,7 @@ module Authentik::Api
|
|
|
3154
3154
|
fail ArgumentError, "Missing the required parameter 'device_uuid' when calling EndpointsApi.endpoints_devices_used_by_list"
|
|
3155
3155
|
end
|
|
3156
3156
|
# resource path
|
|
3157
|
-
local_var_path = '/endpoints/devices/{device_uuid}/used_by/'.sub('{
|
|
3157
|
+
local_var_path = '/endpoints/devices/{device_uuid}/used_by/'.sub('{device_uuid}', CGI.escape(device_uuid.to_s))
|
|
3158
3158
|
|
|
3159
3159
|
# query parameters
|
|
3160
3160
|
query_params = opts[:query_params] || {}
|
|
@@ -3281,7 +3281,7 @@ module Authentik::Api
|
|
|
3281
3281
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_fleet_connectors_destroy"
|
|
3282
3282
|
end
|
|
3283
3283
|
# resource path
|
|
3284
|
-
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{
|
|
3284
|
+
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
3285
3285
|
|
|
3286
3286
|
# query parameters
|
|
3287
3287
|
query_params = opts[:query_params] || {}
|
|
@@ -3414,7 +3414,7 @@ module Authentik::Api
|
|
|
3414
3414
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_fleet_connectors_partial_update"
|
|
3415
3415
|
end
|
|
3416
3416
|
# resource path
|
|
3417
|
-
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{
|
|
3417
|
+
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
3418
3418
|
|
|
3419
3419
|
# query parameters
|
|
3420
3420
|
query_params = opts[:query_params] || {}
|
|
@@ -3480,7 +3480,7 @@ module Authentik::Api
|
|
|
3480
3480
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_fleet_connectors_retrieve"
|
|
3481
3481
|
end
|
|
3482
3482
|
# resource path
|
|
3483
|
-
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{
|
|
3483
|
+
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
3484
3484
|
|
|
3485
3485
|
# query parameters
|
|
3486
3486
|
query_params = opts[:query_params] || {}
|
|
@@ -3547,7 +3547,7 @@ module Authentik::Api
|
|
|
3547
3547
|
fail ArgumentError, "Missing the required parameter 'fleet_connector_request' when calling EndpointsApi.endpoints_fleet_connectors_update"
|
|
3548
3548
|
end
|
|
3549
3549
|
# resource path
|
|
3550
|
-
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{
|
|
3550
|
+
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
3551
3551
|
|
|
3552
3552
|
# query parameters
|
|
3553
3553
|
query_params = opts[:query_params] || {}
|
|
@@ -3613,7 +3613,7 @@ module Authentik::Api
|
|
|
3613
3613
|
fail ArgumentError, "Missing the required parameter 'connector_uuid' when calling EndpointsApi.endpoints_fleet_connectors_used_by_list"
|
|
3614
3614
|
end
|
|
3615
3615
|
# resource path
|
|
3616
|
-
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/used_by/'.sub('{
|
|
3616
|
+
local_var_path = '/endpoints/fleet/connectors/{connector_uuid}/used_by/'.sub('{connector_uuid}', CGI.escape(connector_uuid.to_s))
|
|
3617
3617
|
|
|
3618
3618
|
# query parameters
|
|
3619
3619
|
query_params = opts[:query_params] || {}
|
|
@@ -101,7 +101,7 @@ module Authentik::Api
|
|
|
101
101
|
fail ArgumentError, "Missing the required parameter 'license_uuid' when calling EnterpriseApi.enterprise_license_destroy"
|
|
102
102
|
end
|
|
103
103
|
# resource path
|
|
104
|
-
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{
|
|
104
|
+
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{license_uuid}', CGI.escape(license_uuid.to_s))
|
|
105
105
|
|
|
106
106
|
# query parameters
|
|
107
107
|
query_params = opts[:query_params] || {}
|
|
@@ -344,7 +344,7 @@ module Authentik::Api
|
|
|
344
344
|
fail ArgumentError, "Missing the required parameter 'license_uuid' when calling EnterpriseApi.enterprise_license_partial_update"
|
|
345
345
|
end
|
|
346
346
|
# resource path
|
|
347
|
-
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{
|
|
347
|
+
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{license_uuid}', CGI.escape(license_uuid.to_s))
|
|
348
348
|
|
|
349
349
|
# query parameters
|
|
350
350
|
query_params = opts[:query_params] || {}
|
|
@@ -410,7 +410,7 @@ module Authentik::Api
|
|
|
410
410
|
fail ArgumentError, "Missing the required parameter 'license_uuid' when calling EnterpriseApi.enterprise_license_retrieve"
|
|
411
411
|
end
|
|
412
412
|
# resource path
|
|
413
|
-
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{
|
|
413
|
+
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{license_uuid}', CGI.escape(license_uuid.to_s))
|
|
414
414
|
|
|
415
415
|
# query parameters
|
|
416
416
|
query_params = opts[:query_params] || {}
|
|
@@ -535,7 +535,7 @@ module Authentik::Api
|
|
|
535
535
|
fail ArgumentError, "Missing the required parameter 'license_request' when calling EnterpriseApi.enterprise_license_update"
|
|
536
536
|
end
|
|
537
537
|
# resource path
|
|
538
|
-
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{
|
|
538
|
+
local_var_path = '/enterprise/license/{license_uuid}/'.sub('{license_uuid}', CGI.escape(license_uuid.to_s))
|
|
539
539
|
|
|
540
540
|
# query parameters
|
|
541
541
|
query_params = opts[:query_params] || {}
|
|
@@ -601,7 +601,7 @@ module Authentik::Api
|
|
|
601
601
|
fail ArgumentError, "Missing the required parameter 'license_uuid' when calling EnterpriseApi.enterprise_license_used_by_list"
|
|
602
602
|
end
|
|
603
603
|
# resource path
|
|
604
|
-
local_var_path = '/enterprise/license/{license_uuid}/used_by/'.sub('{
|
|
604
|
+
local_var_path = '/enterprise/license/{license_uuid}/used_by/'.sub('{license_uuid}', CGI.escape(license_uuid.to_s))
|
|
605
605
|
|
|
606
606
|
# query parameters
|
|
607
607
|
query_params = opts[:query_params] || {}
|
|
@@ -156,7 +156,7 @@ module Authentik::Api
|
|
|
156
156
|
fail ArgumentError, "Missing the required parameter 'event_uuid' when calling EventsApi.events_events_destroy"
|
|
157
157
|
end
|
|
158
158
|
# resource path
|
|
159
|
-
local_var_path = '/events/events/{event_uuid}/'.sub('{
|
|
159
|
+
local_var_path = '/events/events/{event_uuid}/'.sub('{event_uuid}', CGI.escape(event_uuid.to_s))
|
|
160
160
|
|
|
161
161
|
# query parameters
|
|
162
162
|
query_params = opts[:query_params] || {}
|
|
@@ -409,7 +409,7 @@ module Authentik::Api
|
|
|
409
409
|
fail ArgumentError, "Missing the required parameter 'event_uuid' when calling EventsApi.events_events_partial_update"
|
|
410
410
|
end
|
|
411
411
|
# resource path
|
|
412
|
-
local_var_path = '/events/events/{event_uuid}/'.sub('{
|
|
412
|
+
local_var_path = '/events/events/{event_uuid}/'.sub('{event_uuid}', CGI.escape(event_uuid.to_s))
|
|
413
413
|
|
|
414
414
|
# query parameters
|
|
415
415
|
query_params = opts[:query_params] || {}
|
|
@@ -475,7 +475,7 @@ module Authentik::Api
|
|
|
475
475
|
fail ArgumentError, "Missing the required parameter 'event_uuid' when calling EventsApi.events_events_retrieve"
|
|
476
476
|
end
|
|
477
477
|
# resource path
|
|
478
|
-
local_var_path = '/events/events/{event_uuid}/'.sub('{
|
|
478
|
+
local_var_path = '/events/events/{event_uuid}/'.sub('{event_uuid}', CGI.escape(event_uuid.to_s))
|
|
479
479
|
|
|
480
480
|
# query parameters
|
|
481
481
|
query_params = opts[:query_params] || {}
|
|
@@ -603,7 +603,7 @@ module Authentik::Api
|
|
|
603
603
|
fail ArgumentError, "Missing the required parameter 'event_request' when calling EventsApi.events_events_update"
|
|
604
604
|
end
|
|
605
605
|
# resource path
|
|
606
|
-
local_var_path = '/events/events/{event_uuid}/'.sub('{
|
|
606
|
+
local_var_path = '/events/events/{event_uuid}/'.sub('{event_uuid}', CGI.escape(event_uuid.to_s))
|
|
607
607
|
|
|
608
608
|
# query parameters
|
|
609
609
|
query_params = opts[:query_params] || {}
|
|
@@ -764,7 +764,7 @@ module Authentik::Api
|
|
|
764
764
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_notifications_destroy"
|
|
765
765
|
end
|
|
766
766
|
# resource path
|
|
767
|
-
local_var_path = '/events/notifications/{uuid}/'.sub('{
|
|
767
|
+
local_var_path = '/events/notifications/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
768
768
|
|
|
769
769
|
# query parameters
|
|
770
770
|
query_params = opts[:query_params] || {}
|
|
@@ -971,7 +971,7 @@ module Authentik::Api
|
|
|
971
971
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_notifications_partial_update"
|
|
972
972
|
end
|
|
973
973
|
# resource path
|
|
974
|
-
local_var_path = '/events/notifications/{uuid}/'.sub('{
|
|
974
|
+
local_var_path = '/events/notifications/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
975
975
|
|
|
976
976
|
# query parameters
|
|
977
977
|
query_params = opts[:query_params] || {}
|
|
@@ -1037,7 +1037,7 @@ module Authentik::Api
|
|
|
1037
1037
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_notifications_retrieve"
|
|
1038
1038
|
end
|
|
1039
1039
|
# resource path
|
|
1040
|
-
local_var_path = '/events/notifications/{uuid}/'.sub('{
|
|
1040
|
+
local_var_path = '/events/notifications/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1041
1041
|
|
|
1042
1042
|
# query parameters
|
|
1043
1043
|
query_params = opts[:query_params] || {}
|
|
@@ -1100,7 +1100,7 @@ module Authentik::Api
|
|
|
1100
1100
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_notifications_update"
|
|
1101
1101
|
end
|
|
1102
1102
|
# resource path
|
|
1103
|
-
local_var_path = '/events/notifications/{uuid}/'.sub('{
|
|
1103
|
+
local_var_path = '/events/notifications/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1104
1104
|
|
|
1105
1105
|
# query parameters
|
|
1106
1106
|
query_params = opts[:query_params] || {}
|
|
@@ -1166,7 +1166,7 @@ module Authentik::Api
|
|
|
1166
1166
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_notifications_used_by_list"
|
|
1167
1167
|
end
|
|
1168
1168
|
# resource path
|
|
1169
|
-
local_var_path = '/events/notifications/{uuid}/used_by/'.sub('{
|
|
1169
|
+
local_var_path = '/events/notifications/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1170
1170
|
|
|
1171
1171
|
# query parameters
|
|
1172
1172
|
query_params = opts[:query_params] || {}
|
|
@@ -1293,7 +1293,7 @@ module Authentik::Api
|
|
|
1293
1293
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EventsApi.events_rules_destroy"
|
|
1294
1294
|
end
|
|
1295
1295
|
# resource path
|
|
1296
|
-
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{
|
|
1296
|
+
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1297
1297
|
|
|
1298
1298
|
# query parameters
|
|
1299
1299
|
query_params = opts[:query_params] || {}
|
|
@@ -1436,7 +1436,7 @@ module Authentik::Api
|
|
|
1436
1436
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EventsApi.events_rules_partial_update"
|
|
1437
1437
|
end
|
|
1438
1438
|
# resource path
|
|
1439
|
-
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{
|
|
1439
|
+
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1440
1440
|
|
|
1441
1441
|
# query parameters
|
|
1442
1442
|
query_params = opts[:query_params] || {}
|
|
@@ -1502,7 +1502,7 @@ module Authentik::Api
|
|
|
1502
1502
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EventsApi.events_rules_retrieve"
|
|
1503
1503
|
end
|
|
1504
1504
|
# resource path
|
|
1505
|
-
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{
|
|
1505
|
+
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1506
1506
|
|
|
1507
1507
|
# query parameters
|
|
1508
1508
|
query_params = opts[:query_params] || {}
|
|
@@ -1569,7 +1569,7 @@ module Authentik::Api
|
|
|
1569
1569
|
fail ArgumentError, "Missing the required parameter 'notification_rule_request' when calling EventsApi.events_rules_update"
|
|
1570
1570
|
end
|
|
1571
1571
|
# resource path
|
|
1572
|
-
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{
|
|
1572
|
+
local_var_path = '/events/rules/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1573
1573
|
|
|
1574
1574
|
# query parameters
|
|
1575
1575
|
query_params = opts[:query_params] || {}
|
|
@@ -1635,7 +1635,7 @@ module Authentik::Api
|
|
|
1635
1635
|
fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling EventsApi.events_rules_used_by_list"
|
|
1636
1636
|
end
|
|
1637
1637
|
# resource path
|
|
1638
|
-
local_var_path = '/events/rules/{pbm_uuid}/used_by/'.sub('{
|
|
1638
|
+
local_var_path = '/events/rules/{pbm_uuid}/used_by/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
|
|
1639
1639
|
|
|
1640
1640
|
# query parameters
|
|
1641
1641
|
query_params = opts[:query_params] || {}
|
|
@@ -1762,7 +1762,7 @@ module Authentik::Api
|
|
|
1762
1762
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_transports_destroy"
|
|
1763
1763
|
end
|
|
1764
1764
|
# resource path
|
|
1765
|
-
local_var_path = '/events/transports/{uuid}/'.sub('{
|
|
1765
|
+
local_var_path = '/events/transports/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1766
1766
|
|
|
1767
1767
|
# query parameters
|
|
1768
1768
|
query_params = opts[:query_params] || {}
|
|
@@ -1908,7 +1908,7 @@ module Authentik::Api
|
|
|
1908
1908
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_transports_partial_update"
|
|
1909
1909
|
end
|
|
1910
1910
|
# resource path
|
|
1911
|
-
local_var_path = '/events/transports/{uuid}/'.sub('{
|
|
1911
|
+
local_var_path = '/events/transports/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1912
1912
|
|
|
1913
1913
|
# query parameters
|
|
1914
1914
|
query_params = opts[:query_params] || {}
|
|
@@ -1974,7 +1974,7 @@ module Authentik::Api
|
|
|
1974
1974
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_transports_retrieve"
|
|
1975
1975
|
end
|
|
1976
1976
|
# resource path
|
|
1977
|
-
local_var_path = '/events/transports/{uuid}/'.sub('{
|
|
1977
|
+
local_var_path = '/events/transports/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
1978
1978
|
|
|
1979
1979
|
# query parameters
|
|
1980
1980
|
query_params = opts[:query_params] || {}
|
|
@@ -2035,7 +2035,7 @@ module Authentik::Api
|
|
|
2035
2035
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_transports_test_create"
|
|
2036
2036
|
end
|
|
2037
2037
|
# resource path
|
|
2038
|
-
local_var_path = '/events/transports/{uuid}/test/'.sub('{
|
|
2038
|
+
local_var_path = '/events/transports/{uuid}/test/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
2039
2039
|
|
|
2040
2040
|
# query parameters
|
|
2041
2041
|
query_params = opts[:query_params] || {}
|
|
@@ -2102,7 +2102,7 @@ module Authentik::Api
|
|
|
2102
2102
|
fail ArgumentError, "Missing the required parameter 'notification_transport_request' when calling EventsApi.events_transports_update"
|
|
2103
2103
|
end
|
|
2104
2104
|
# resource path
|
|
2105
|
-
local_var_path = '/events/transports/{uuid}/'.sub('{
|
|
2105
|
+
local_var_path = '/events/transports/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
2106
2106
|
|
|
2107
2107
|
# query parameters
|
|
2108
2108
|
query_params = opts[:query_params] || {}
|
|
@@ -2168,7 +2168,7 @@ module Authentik::Api
|
|
|
2168
2168
|
fail ArgumentError, "Missing the required parameter 'uuid' when calling EventsApi.events_transports_used_by_list"
|
|
2169
2169
|
end
|
|
2170
2170
|
# resource path
|
|
2171
|
-
local_var_path = '/events/transports/{uuid}/used_by/'.sub('{
|
|
2171
|
+
local_var_path = '/events/transports/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
|
|
2172
2172
|
|
|
2173
2173
|
# query parameters
|
|
2174
2174
|
query_params = opts[:query_params] || {}
|