authentik-api 2026.2.2 → 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.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/README_API.md +6 -6
  3. data/lib/authentik/api/api/admin_api.rb +1 -1
  4. data/lib/authentik/api/api/authenticators_api.rb +60 -60
  5. data/lib/authentik/api/api/core_api.rb +45 -45
  6. data/lib/authentik/api/api/crypto_api.rb +7 -7
  7. data/lib/authentik/api/api/endpoints_api.rb +35 -35
  8. data/lib/authentik/api/api/enterprise_api.rb +5 -5
  9. data/lib/authentik/api/api/events_api.rb +20 -20
  10. data/lib/authentik/api/api/flows_api.rb +16 -16
  11. data/lib/authentik/api/api/lifecycle_api.rb +5 -5
  12. data/lib/authentik/api/api/managed_api.rb +6 -6
  13. data/lib/authentik/api/api/oauth2_api.rb +9 -9
  14. data/lib/authentik/api/api/outposts_api.rb +22 -22
  15. data/lib/authentik/api/api/policies_api.rb +52 -52
  16. data/lib/authentik/api/api/propertymappings_api.rb +79 -79
  17. data/lib/authentik/api/api/providers_api.rb +88 -88
  18. data/lib/authentik/api/api/rac_api.rb +10 -10
  19. data/lib/authentik/api/api/rbac_api.rb +15 -15
  20. data/lib/authentik/api/api/reports_api.rb +2 -2
  21. data/lib/authentik/api/api/sources_api.rb +123 -123
  22. data/lib/authentik/api/api/ssf_api.rb +1 -1
  23. data/lib/authentik/api/api/stages_api.rb +142 -142
  24. data/lib/authentik/api/api/tasks_api.rb +6 -6
  25. data/lib/authentik/api/api/tenants_api.rb +10 -10
  26. data/lib/authentik/api/models/device_user_binding.rb +3 -45
  27. data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
  28. data/lib/authentik/api/models/notification_rule.rb +1 -15
  29. data/lib/authentik/api/models/policy_binding.rb +3 -45
  30. data/lib/authentik/api/models/saml_metadata.rb +0 -2
  31. data/lib/authentik/api/models/token_model.rb +1 -1
  32. data/lib/authentik/api/version.rb +1 -1
  33. metadata +1 -1
@@ -35,7 +35,7 @@ module Authentik::Api
35
35
  fail ArgumentError, "Missing the required parameter 'connection_token_uuid' when calling RacApi.rac_connection_tokens_destroy"
36
36
  end
37
37
  # resource path
38
- local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{' + 'connection_token_uuid' + '}', CGI.escape(connection_token_uuid.to_s))
38
+ local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{connection_token_uuid}', CGI.escape(connection_token_uuid.to_s))
39
39
 
40
40
  # query parameters
41
41
  query_params = opts[:query_params] || {}
@@ -174,7 +174,7 @@ module Authentik::Api
174
174
  fail ArgumentError, "Missing the required parameter 'connection_token_uuid' when calling RacApi.rac_connection_tokens_partial_update"
175
175
  end
176
176
  # resource path
177
- local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{' + 'connection_token_uuid' + '}', CGI.escape(connection_token_uuid.to_s))
177
+ local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{connection_token_uuid}', CGI.escape(connection_token_uuid.to_s))
178
178
 
179
179
  # query parameters
180
180
  query_params = opts[:query_params] || {}
@@ -240,7 +240,7 @@ module Authentik::Api
240
240
  fail ArgumentError, "Missing the required parameter 'connection_token_uuid' when calling RacApi.rac_connection_tokens_retrieve"
241
241
  end
242
242
  # resource path
243
- local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{' + 'connection_token_uuid' + '}', CGI.escape(connection_token_uuid.to_s))
243
+ local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{connection_token_uuid}', CGI.escape(connection_token_uuid.to_s))
244
244
 
245
245
  # query parameters
246
246
  query_params = opts[:query_params] || {}
@@ -307,7 +307,7 @@ module Authentik::Api
307
307
  fail ArgumentError, "Missing the required parameter 'connection_token_request' when calling RacApi.rac_connection_tokens_update"
308
308
  end
309
309
  # resource path
310
- local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{' + 'connection_token_uuid' + '}', CGI.escape(connection_token_uuid.to_s))
310
+ local_var_path = '/rac/connection_tokens/{connection_token_uuid}/'.sub('{connection_token_uuid}', CGI.escape(connection_token_uuid.to_s))
311
311
 
312
312
  # query parameters
313
313
  query_params = opts[:query_params] || {}
@@ -373,7 +373,7 @@ module Authentik::Api
373
373
  fail ArgumentError, "Missing the required parameter 'connection_token_uuid' when calling RacApi.rac_connection_tokens_used_by_list"
374
374
  end
375
375
  # resource path
376
- local_var_path = '/rac/connection_tokens/{connection_token_uuid}/used_by/'.sub('{' + 'connection_token_uuid' + '}', CGI.escape(connection_token_uuid.to_s))
376
+ local_var_path = '/rac/connection_tokens/{connection_token_uuid}/used_by/'.sub('{connection_token_uuid}', CGI.escape(connection_token_uuid.to_s))
377
377
 
378
378
  # query parameters
379
379
  query_params = opts[:query_params] || {}
@@ -500,7 +500,7 @@ module Authentik::Api
500
500
  fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling RacApi.rac_endpoints_destroy"
501
501
  end
502
502
  # resource path
503
- local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{' + 'pbm_uuid' + '}', CGI.escape(pbm_uuid.to_s))
503
+ local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
504
504
 
505
505
  # query parameters
506
506
  query_params = opts[:query_params] || {}
@@ -639,7 +639,7 @@ module Authentik::Api
639
639
  fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling RacApi.rac_endpoints_partial_update"
640
640
  end
641
641
  # resource path
642
- local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{' + 'pbm_uuid' + '}', CGI.escape(pbm_uuid.to_s))
642
+ local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
643
643
 
644
644
  # query parameters
645
645
  query_params = opts[:query_params] || {}
@@ -705,7 +705,7 @@ module Authentik::Api
705
705
  fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling RacApi.rac_endpoints_retrieve"
706
706
  end
707
707
  # resource path
708
- local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{' + 'pbm_uuid' + '}', CGI.escape(pbm_uuid.to_s))
708
+ local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
709
709
 
710
710
  # query parameters
711
711
  query_params = opts[:query_params] || {}
@@ -772,7 +772,7 @@ module Authentik::Api
772
772
  fail ArgumentError, "Missing the required parameter 'endpoint_request' when calling RacApi.rac_endpoints_update"
773
773
  end
774
774
  # resource path
775
- local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{' + 'pbm_uuid' + '}', CGI.escape(pbm_uuid.to_s))
775
+ local_var_path = '/rac/endpoints/{pbm_uuid}/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
776
776
 
777
777
  # query parameters
778
778
  query_params = opts[:query_params] || {}
@@ -838,7 +838,7 @@ module Authentik::Api
838
838
  fail ArgumentError, "Missing the required parameter 'pbm_uuid' when calling RacApi.rac_endpoints_used_by_list"
839
839
  end
840
840
  # resource path
841
- local_var_path = '/rac/endpoints/{pbm_uuid}/used_by/'.sub('{' + 'pbm_uuid' + '}', CGI.escape(pbm_uuid.to_s))
841
+ local_var_path = '/rac/endpoints/{pbm_uuid}/used_by/'.sub('{pbm_uuid}', CGI.escape(pbm_uuid.to_s))
842
842
 
843
843
  # query parameters
844
844
  query_params = opts[:query_params] || {}
@@ -101,7 +101,7 @@ module Authentik::Api
101
101
  fail ArgumentError, "Missing the required parameter 'id' when calling RbacApi.rbac_initial_permissions_destroy"
102
102
  end
103
103
  # resource path
104
- local_var_path = '/rbac/initial_permissions/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
104
+ local_var_path = '/rbac/initial_permissions/{id}/'.sub('{id}', CGI.escape(id.to_s))
105
105
 
106
106
  # query parameters
107
107
  query_params = opts[:query_params] || {}
@@ -234,7 +234,7 @@ module Authentik::Api
234
234
  fail ArgumentError, "Missing the required parameter 'id' when calling RbacApi.rbac_initial_permissions_partial_update"
235
235
  end
236
236
  # resource path
237
- local_var_path = '/rbac/initial_permissions/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
237
+ local_var_path = '/rbac/initial_permissions/{id}/'.sub('{id}', CGI.escape(id.to_s))
238
238
 
239
239
  # query parameters
240
240
  query_params = opts[:query_params] || {}
@@ -300,7 +300,7 @@ module Authentik::Api
300
300
  fail ArgumentError, "Missing the required parameter 'id' when calling RbacApi.rbac_initial_permissions_retrieve"
301
301
  end
302
302
  # resource path
303
- local_var_path = '/rbac/initial_permissions/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
303
+ local_var_path = '/rbac/initial_permissions/{id}/'.sub('{id}', CGI.escape(id.to_s))
304
304
 
305
305
  # query parameters
306
306
  query_params = opts[:query_params] || {}
@@ -367,7 +367,7 @@ module Authentik::Api
367
367
  fail ArgumentError, "Missing the required parameter 'initial_permissions_request' when calling RbacApi.rbac_initial_permissions_update"
368
368
  end
369
369
  # resource path
370
- local_var_path = '/rbac/initial_permissions/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
370
+ local_var_path = '/rbac/initial_permissions/{id}/'.sub('{id}', CGI.escape(id.to_s))
371
371
 
372
372
  # query parameters
373
373
  query_params = opts[:query_params] || {}
@@ -433,7 +433,7 @@ module Authentik::Api
433
433
  fail ArgumentError, "Missing the required parameter 'id' when calling RbacApi.rbac_initial_permissions_used_by_list"
434
434
  end
435
435
  # resource path
436
- local_var_path = '/rbac/initial_permissions/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
436
+ local_var_path = '/rbac/initial_permissions/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
437
437
 
438
438
  # query parameters
439
439
  query_params = opts[:query_params] || {}
@@ -500,7 +500,7 @@ module Authentik::Api
500
500
  fail ArgumentError, "Missing the required parameter 'permission_assign_request' when calling RbacApi.rbac_permissions_assigned_by_roles_assign"
501
501
  end
502
502
  # resource path
503
- local_var_path = '/rbac/permissions/assigned_by_roles/{uuid}/assign/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
503
+ local_var_path = '/rbac/permissions/assigned_by_roles/{uuid}/assign/'.sub('{uuid}', CGI.escape(uuid.to_s))
504
504
 
505
505
  # query parameters
506
506
  query_params = opts[:query_params] || {}
@@ -650,7 +650,7 @@ module Authentik::Api
650
650
  fail ArgumentError, "Missing the required parameter 'uuid' when calling RbacApi.rbac_permissions_assigned_by_roles_unassign_partial_update"
651
651
  end
652
652
  # resource path
653
- local_var_path = '/rbac/permissions/assigned_by_roles/{uuid}/unassign/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
653
+ local_var_path = '/rbac/permissions/assigned_by_roles/{uuid}/unassign/'.sub('{uuid}', CGI.escape(uuid.to_s))
654
654
 
655
655
  # query parameters
656
656
  query_params = opts[:query_params] || {}
@@ -795,7 +795,7 @@ module Authentik::Api
795
795
  fail ArgumentError, "Missing the required parameter 'id' when calling RbacApi.rbac_permissions_retrieve"
796
796
  end
797
797
  # resource path
798
- local_var_path = '/rbac/permissions/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
798
+ local_var_path = '/rbac/permissions/{id}/'.sub('{id}', CGI.escape(id.to_s))
799
799
 
800
800
  # query parameters
801
801
  query_params = opts[:query_params] || {}
@@ -932,7 +932,7 @@ module Authentik::Api
932
932
  fail ArgumentError, "Missing the required parameter 'user_account_serializer_for_role_request' when calling RbacApi.rbac_roles_add_user_create"
933
933
  end
934
934
  # resource path
935
- local_var_path = '/rbac/roles/{uuid}/add_user/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
935
+ local_var_path = '/rbac/roles/{uuid}/add_user/'.sub('{uuid}', CGI.escape(uuid.to_s))
936
936
 
937
937
  # query parameters
938
938
  query_params = opts[:query_params] || {}
@@ -1064,7 +1064,7 @@ module Authentik::Api
1064
1064
  fail ArgumentError, "Missing the required parameter 'uuid' when calling RbacApi.rbac_roles_destroy"
1065
1065
  end
1066
1066
  # resource path
1067
- local_var_path = '/rbac/roles/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1067
+ local_var_path = '/rbac/roles/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1068
1068
 
1069
1069
  # query parameters
1070
1070
  query_params = opts[:query_params] || {}
@@ -1212,7 +1212,7 @@ module Authentik::Api
1212
1212
  fail ArgumentError, "Missing the required parameter 'uuid' when calling RbacApi.rbac_roles_partial_update"
1213
1213
  end
1214
1214
  # resource path
1215
- local_var_path = '/rbac/roles/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1215
+ local_var_path = '/rbac/roles/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1216
1216
 
1217
1217
  # query parameters
1218
1218
  query_params = opts[:query_params] || {}
@@ -1284,7 +1284,7 @@ module Authentik::Api
1284
1284
  fail ArgumentError, "Missing the required parameter 'user_account_serializer_for_role_request' when calling RbacApi.rbac_roles_remove_user_create"
1285
1285
  end
1286
1286
  # resource path
1287
- local_var_path = '/rbac/roles/{uuid}/remove_user/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1287
+ local_var_path = '/rbac/roles/{uuid}/remove_user/'.sub('{uuid}', CGI.escape(uuid.to_s))
1288
1288
 
1289
1289
  # query parameters
1290
1290
  query_params = opts[:query_params] || {}
@@ -1350,7 +1350,7 @@ module Authentik::Api
1350
1350
  fail ArgumentError, "Missing the required parameter 'uuid' when calling RbacApi.rbac_roles_retrieve"
1351
1351
  end
1352
1352
  # resource path
1353
- local_var_path = '/rbac/roles/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1353
+ local_var_path = '/rbac/roles/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1354
1354
 
1355
1355
  # query parameters
1356
1356
  query_params = opts[:query_params] || {}
@@ -1417,7 +1417,7 @@ module Authentik::Api
1417
1417
  fail ArgumentError, "Missing the required parameter 'role_request' when calling RbacApi.rbac_roles_update"
1418
1418
  end
1419
1419
  # resource path
1420
- local_var_path = '/rbac/roles/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1420
+ local_var_path = '/rbac/roles/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1421
1421
 
1422
1422
  # query parameters
1423
1423
  query_params = opts[:query_params] || {}
@@ -1483,7 +1483,7 @@ module Authentik::Api
1483
1483
  fail ArgumentError, "Missing the required parameter 'uuid' when calling RbacApi.rbac_roles_used_by_list"
1484
1484
  end
1485
1485
  # resource path
1486
- local_var_path = '/rbac/roles/{uuid}/used_by/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1486
+ local_var_path = '/rbac/roles/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
1487
1487
 
1488
1488
  # query parameters
1489
1489
  query_params = opts[:query_params] || {}
@@ -33,7 +33,7 @@ module Authentik::Api
33
33
  fail ArgumentError, "Missing the required parameter 'id' when calling ReportsApi.reports_exports_destroy"
34
34
  end
35
35
  # resource path
36
- local_var_path = '/reports/exports/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
36
+ local_var_path = '/reports/exports/{id}/'.sub('{id}', CGI.escape(id.to_s))
37
37
 
38
38
  # query parameters
39
39
  query_params = opts[:query_params] || {}
@@ -157,7 +157,7 @@ module Authentik::Api
157
157
  fail ArgumentError, "Missing the required parameter 'id' when calling ReportsApi.reports_exports_retrieve"
158
158
  end
159
159
  # resource path
160
- local_var_path = '/reports/exports/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
160
+ local_var_path = '/reports/exports/{id}/'.sub('{id}', CGI.escape(id.to_s))
161
161
 
162
162
  # query parameters
163
163
  query_params = opts[:query_params] || {}