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.
- checksums.yaml +4 -4
- data/README_API.md +5 -5
- data/lib/authentik/api/models/group_kerberos_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_ldap_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_o_auth_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_plex_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_saml_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/group_telegram_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/patched_group_kerberos_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_ldap_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_o_auth_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_plex_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_saml_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_group_telegram_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_kerberos_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_ldap_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_o_auth_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_plex_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_saml_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/patched_user_telegram_source_connection_request.rb +1 -10
- data/lib/authentik/api/models/user_kerberos_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_ldap_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_o_auth_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_plex_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_saml_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_source_connection_request.rb +1 -27
- data/lib/authentik/api/models/user_telegram_source_connection_request.rb +1 -27
- data/lib/authentik/api/version.rb +1 -1
- data/spec/models/group_kerberos_source_connection_request_spec.rb +0 -6
- data/spec/models/group_ldap_source_connection_request_spec.rb +0 -6
- data/spec/models/group_o_auth_source_connection_request_spec.rb +0 -6
- data/spec/models/group_plex_source_connection_request_spec.rb +0 -6
- data/spec/models/group_saml_source_connection_request_spec.rb +0 -6
- data/spec/models/group_source_connection_request_spec.rb +0 -6
- data/spec/models/group_telegram_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_kerberos_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_ldap_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_o_auth_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_plex_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_saml_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_group_telegram_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_kerberos_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_ldap_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_o_auth_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_plex_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_saml_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_source_connection_request_spec.rb +0 -6
- data/spec/models/patched_user_telegram_source_connection_request_spec.rb +0 -6
- data/spec/models/user_kerberos_source_connection_request_spec.rb +0 -6
- data/spec/models/user_ldap_source_connection_request_spec.rb +0 -6
- data/spec/models/user_o_auth_source_connection_request_spec.rb +0 -6
- data/spec/models/user_plex_source_connection_request_spec.rb +0 -6
- data/spec/models/user_saml_source_connection_request_spec.rb +0 -6
- data/spec/models/user_source_connection_request_spec.rb +0 -6
- data/spec/models/user_telegram_source_connection_request_spec.rb +0 -6
- 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/
|