authentik-api 2026.2.3.rc1 → 2026.2.4
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/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/notification_rule.rb +1 -15
- 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/token_model.rb +1 -1
- 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
|
@@ -10,8 +10,6 @@ require 'time'
|
|
|
10
10
|
module Authentik::Api
|
|
11
11
|
# User source connection
|
|
12
12
|
class UserTelegramSourceConnectionRequest < ApiModelBase
|
|
13
|
-
attr_accessor :user
|
|
14
|
-
|
|
15
13
|
attr_accessor :source
|
|
16
14
|
|
|
17
15
|
attr_accessor :identifier
|
|
@@ -19,7 +17,6 @@ module Authentik::Api
|
|
|
19
17
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
20
18
|
def self.attribute_map
|
|
21
19
|
{
|
|
22
|
-
:'user' => :'user',
|
|
23
20
|
:'source' => :'source',
|
|
24
21
|
:'identifier' => :'identifier'
|
|
25
22
|
}
|
|
@@ -38,7 +35,6 @@ module Authentik::Api
|
|
|
38
35
|
# Attribute type mapping.
|
|
39
36
|
def self.openapi_types
|
|
40
37
|
{
|
|
41
|
-
:'user' => :'Integer',
|
|
42
38
|
:'source' => :'String',
|
|
43
39
|
:'identifier' => :'String'
|
|
44
40
|
}
|
|
@@ -66,12 +62,6 @@ module Authentik::Api
|
|
|
66
62
|
h[k.to_sym] = v
|
|
67
63
|
}
|
|
68
64
|
|
|
69
|
-
if attributes.key?(:'user')
|
|
70
|
-
self.user = attributes[:'user']
|
|
71
|
-
else
|
|
72
|
-
self.user = nil
|
|
73
|
-
end
|
|
74
|
-
|
|
75
65
|
if attributes.key?(:'source')
|
|
76
66
|
self.source = attributes[:'source']
|
|
77
67
|
else
|
|
@@ -90,10 +80,6 @@ module Authentik::Api
|
|
|
90
80
|
def list_invalid_properties
|
|
91
81
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
92
82
|
invalid_properties = Array.new
|
|
93
|
-
if @user.nil?
|
|
94
|
-
invalid_properties.push('invalid value for "user", user cannot be nil.')
|
|
95
|
-
end
|
|
96
|
-
|
|
97
83
|
if @source.nil?
|
|
98
84
|
invalid_properties.push('invalid value for "source", source cannot be nil.')
|
|
99
85
|
end
|
|
@@ -113,23 +99,12 @@ module Authentik::Api
|
|
|
113
99
|
# @return true if the model is valid
|
|
114
100
|
def valid?
|
|
115
101
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
116
|
-
return false if @user.nil?
|
|
117
102
|
return false if @source.nil?
|
|
118
103
|
return false if @identifier.nil?
|
|
119
104
|
return false if @identifier.to_s.length < 1
|
|
120
105
|
true
|
|
121
106
|
end
|
|
122
107
|
|
|
123
|
-
# Custom attribute writer method with validation
|
|
124
|
-
# @param [Object] user Value to be assigned
|
|
125
|
-
def user=(user)
|
|
126
|
-
if user.nil?
|
|
127
|
-
fail ArgumentError, 'user cannot be nil'
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
@user = user
|
|
131
|
-
end
|
|
132
|
-
|
|
133
108
|
# Custom attribute writer method with validation
|
|
134
109
|
# @param [Object] source Value to be assigned
|
|
135
110
|
def source=(source)
|
|
@@ -159,7 +134,6 @@ module Authentik::Api
|
|
|
159
134
|
def ==(o)
|
|
160
135
|
return true if self.equal?(o)
|
|
161
136
|
self.class == o.class &&
|
|
162
|
-
user == o.user &&
|
|
163
137
|
source == o.source &&
|
|
164
138
|
identifier == o.identifier
|
|
165
139
|
end
|
|
@@ -173,7 +147,7 @@ module Authentik::Api
|
|
|
173
147
|
# Calculates hash code according to all attributes.
|
|
174
148
|
# @return [Integer] Hash code
|
|
175
149
|
def hash
|
|
176
|
-
[
|
|
150
|
+
[source, identifier].hash
|
|
177
151
|
end
|
|
178
152
|
|
|
179
153
|
# Builds the object from hash
|
|
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupKerberosSourceConnectionRequest 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::GroupLDAPSourceConnectionRequest 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::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/
|