authentik-api 2026.5.0 → 2026.5.2

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/README_API.md +5 -5
  3. data/lib/authentik/api/models/group_kerberos_source_connection_request.rb +1 -27
  4. data/lib/authentik/api/models/group_ldap_source_connection_request.rb +1 -27
  5. data/lib/authentik/api/models/group_o_auth_source_connection_request.rb +1 -27
  6. data/lib/authentik/api/models/group_plex_source_connection_request.rb +1 -27
  7. data/lib/authentik/api/models/group_saml_source_connection_request.rb +1 -27
  8. data/lib/authentik/api/models/group_source_connection_request.rb +1 -27
  9. data/lib/authentik/api/models/group_telegram_source_connection_request.rb +1 -27
  10. data/lib/authentik/api/models/patched_group_kerberos_source_connection_request.rb +1 -10
  11. data/lib/authentik/api/models/patched_group_ldap_source_connection_request.rb +1 -10
  12. data/lib/authentik/api/models/patched_group_o_auth_source_connection_request.rb +1 -10
  13. data/lib/authentik/api/models/patched_group_plex_source_connection_request.rb +1 -10
  14. data/lib/authentik/api/models/patched_group_saml_source_connection_request.rb +1 -10
  15. data/lib/authentik/api/models/patched_group_source_connection_request.rb +1 -10
  16. data/lib/authentik/api/models/patched_group_telegram_source_connection_request.rb +1 -10
  17. data/lib/authentik/api/models/patched_user_kerberos_source_connection_request.rb +1 -10
  18. data/lib/authentik/api/models/patched_user_ldap_source_connection_request.rb +1 -10
  19. data/lib/authentik/api/models/patched_user_o_auth_source_connection_request.rb +1 -10
  20. data/lib/authentik/api/models/patched_user_plex_source_connection_request.rb +1 -10
  21. data/lib/authentik/api/models/patched_user_saml_source_connection_request.rb +1 -10
  22. data/lib/authentik/api/models/patched_user_source_connection_request.rb +1 -10
  23. data/lib/authentik/api/models/patched_user_telegram_source_connection_request.rb +1 -10
  24. data/lib/authentik/api/models/user_kerberos_source_connection_request.rb +1 -27
  25. data/lib/authentik/api/models/user_ldap_source_connection_request.rb +1 -27
  26. data/lib/authentik/api/models/user_o_auth_source_connection_request.rb +1 -27
  27. data/lib/authentik/api/models/user_plex_source_connection_request.rb +1 -27
  28. data/lib/authentik/api/models/user_saml_source_connection_request.rb +1 -27
  29. data/lib/authentik/api/models/user_source_connection_request.rb +1 -27
  30. data/lib/authentik/api/models/user_telegram_source_connection_request.rb +1 -27
  31. data/lib/authentik/api/version.rb +1 -1
  32. data/spec/models/group_kerberos_source_connection_request_spec.rb +0 -6
  33. data/spec/models/group_ldap_source_connection_request_spec.rb +0 -6
  34. data/spec/models/group_o_auth_source_connection_request_spec.rb +0 -6
  35. data/spec/models/group_plex_source_connection_request_spec.rb +0 -6
  36. data/spec/models/group_saml_source_connection_request_spec.rb +0 -6
  37. data/spec/models/group_source_connection_request_spec.rb +0 -6
  38. data/spec/models/group_telegram_source_connection_request_spec.rb +0 -6
  39. data/spec/models/patched_group_kerberos_source_connection_request_spec.rb +0 -6
  40. data/spec/models/patched_group_ldap_source_connection_request_spec.rb +0 -6
  41. data/spec/models/patched_group_o_auth_source_connection_request_spec.rb +0 -6
  42. data/spec/models/patched_group_plex_source_connection_request_spec.rb +0 -6
  43. data/spec/models/patched_group_saml_source_connection_request_spec.rb +0 -6
  44. data/spec/models/patched_group_source_connection_request_spec.rb +0 -6
  45. data/spec/models/patched_group_telegram_source_connection_request_spec.rb +0 -6
  46. data/spec/models/patched_user_kerberos_source_connection_request_spec.rb +0 -6
  47. data/spec/models/patched_user_ldap_source_connection_request_spec.rb +0 -6
  48. data/spec/models/patched_user_o_auth_source_connection_request_spec.rb +0 -6
  49. data/spec/models/patched_user_plex_source_connection_request_spec.rb +0 -6
  50. data/spec/models/patched_user_saml_source_connection_request_spec.rb +0 -6
  51. data/spec/models/patched_user_source_connection_request_spec.rb +0 -6
  52. data/spec/models/patched_user_telegram_source_connection_request_spec.rb +0 -6
  53. data/spec/models/user_kerberos_source_connection_request_spec.rb +0 -6
  54. data/spec/models/user_ldap_source_connection_request_spec.rb +0 -6
  55. data/spec/models/user_o_auth_source_connection_request_spec.rb +0 -6
  56. data/spec/models/user_plex_source_connection_request_spec.rb +0 -6
  57. data/spec/models/user_saml_source_connection_request_spec.rb +0 -6
  58. data/spec/models/user_source_connection_request_spec.rb +0 -6
  59. data/spec/models/user_telegram_source_connection_request_spec.rb +0 -6
  60. metadata +1 -1
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentik-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.5.0
4
+ version: 2026.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig