authentik-api 2026.2.6 → 2026.2.7
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/models/authenticator_email_stage.rb +1 -10
- data/lib/authentik/api/models/authenticator_sms_stage.rb +1 -36
- data/lib/authentik/api/models/kerberos_source.rb +1 -21
- data/lib/authentik/api/models/microsoft_entra_provider.rb +1 -27
- data/lib/authentik/api/models/scim_provider.rb +1 -11
- data/lib/authentik/api/version.rb +1 -1
- data/spec/models/authenticator_email_stage_spec.rb +0 -6
- data/spec/models/authenticator_sms_stage_spec.rb +0 -12
- data/spec/models/kerberos_source_spec.rb +0 -12
- data/spec/models/microsoft_entra_provider_spec.rb +0 -6
- data/spec/models/scim_provider_spec.rb +0 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8b06c48121dc77b9cdf6b7c4a6e1abd2395bbf11f21b3c215ac7a5dd5225d7a
|
|
4
|
+
data.tar.gz: 6e056d9a9c591710b3e27264d999eb309cf1161174517a25b12abbb6f9b8549d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 988d549990415fea0cf48483e6be50df746d1dddf0be2c4a84c98d511be94a5ba5c77bad0cf5aa8a8e9df6aa7673f23697445fd8035233bcc18eba9794b34347
|
|
7
|
+
data.tar.gz: b49de80c2815cf7be6e44a7d006c37152001240dc65ebe0f7a15f0c10b8847ab8998dd9fd1f4cee2b80df958b783cbcbaec4dc5d8dee44fe15999eba447ea032
|
data/README_API.md
CHANGED
|
@@ -6,9 +6,9 @@ Making authentication simple.
|
|
|
6
6
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
|
-
- API version: 2026.2.
|
|
10
|
-
- Package version: 2026.2.
|
|
11
|
-
- Generator version: 7.
|
|
9
|
+
- API version: 2026.2.7
|
|
10
|
+
- Package version: 2026.2.7
|
|
11
|
+
- Generator version: 7.26.0-SNAPSHOT
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
@@ -24,16 +24,16 @@ gem build authentik-api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./authentik-api-2026.2.
|
|
27
|
+
gem install ./authentik-api-2026.2.7.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./authentik-api-2026.2.
|
|
30
|
+
(for development, run `gem install --dev ./authentik-api-2026.2.7.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'authentik-api', '~> 2026.2.
|
|
36
|
+
gem 'authentik-api', '~> 2026.2.7'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -42,8 +42,6 @@ module Authentik::Api
|
|
|
42
42
|
|
|
43
43
|
attr_accessor :username
|
|
44
44
|
|
|
45
|
-
attr_accessor :password
|
|
46
|
-
|
|
47
45
|
attr_accessor :use_tls
|
|
48
46
|
|
|
49
47
|
attr_accessor :use_ssl
|
|
@@ -75,7 +73,6 @@ module Authentik::Api
|
|
|
75
73
|
:'host' => :'host',
|
|
76
74
|
:'port' => :'port',
|
|
77
75
|
:'username' => :'username',
|
|
78
|
-
:'password' => :'password',
|
|
79
76
|
:'use_tls' => :'use_tls',
|
|
80
77
|
:'use_ssl' => :'use_ssl',
|
|
81
78
|
:'timeout' => :'timeout',
|
|
@@ -112,7 +109,6 @@ module Authentik::Api
|
|
|
112
109
|
:'host' => :'String',
|
|
113
110
|
:'port' => :'Integer',
|
|
114
111
|
:'username' => :'String',
|
|
115
|
-
:'password' => :'String',
|
|
116
112
|
:'use_tls' => :'Boolean',
|
|
117
113
|
:'use_ssl' => :'Boolean',
|
|
118
114
|
:'timeout' => :'Integer',
|
|
@@ -214,10 +210,6 @@ module Authentik::Api
|
|
|
214
210
|
self.username = attributes[:'username']
|
|
215
211
|
end
|
|
216
212
|
|
|
217
|
-
if attributes.key?(:'password')
|
|
218
|
-
self.password = attributes[:'password']
|
|
219
|
-
end
|
|
220
|
-
|
|
221
213
|
if attributes.key?(:'use_tls')
|
|
222
214
|
self.use_tls = attributes[:'use_tls']
|
|
223
215
|
end
|
|
@@ -460,7 +452,6 @@ module Authentik::Api
|
|
|
460
452
|
host == o.host &&
|
|
461
453
|
port == o.port &&
|
|
462
454
|
username == o.username &&
|
|
463
|
-
password == o.password &&
|
|
464
455
|
use_tls == o.use_tls &&
|
|
465
456
|
use_ssl == o.use_ssl &&
|
|
466
457
|
timeout == o.timeout &&
|
|
@@ -479,7 +470,7 @@ module Authentik::Api
|
|
|
479
470
|
# Calculates hash code according to all attributes.
|
|
480
471
|
# @return [Integer] Hash code
|
|
481
472
|
def hash
|
|
482
|
-
[pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, use_global_settings, host, port, username,
|
|
473
|
+
[pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, use_global_settings, host, port, username, use_tls, use_ssl, timeout, from_address, subject, token_expiry, template].hash
|
|
483
474
|
end
|
|
484
475
|
|
|
485
476
|
# Builds the object from hash
|
|
@@ -39,10 +39,6 @@ module Authentik::Api
|
|
|
39
39
|
|
|
40
40
|
attr_accessor :account_sid
|
|
41
41
|
|
|
42
|
-
attr_accessor :auth
|
|
43
|
-
|
|
44
|
-
attr_accessor :auth_password
|
|
45
|
-
|
|
46
42
|
attr_accessor :auth_type
|
|
47
43
|
|
|
48
44
|
# When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
@@ -88,8 +84,6 @@ module Authentik::Api
|
|
|
88
84
|
:'provider' => :'provider',
|
|
89
85
|
:'from_number' => :'from_number',
|
|
90
86
|
:'account_sid' => :'account_sid',
|
|
91
|
-
:'auth' => :'auth',
|
|
92
|
-
:'auth_password' => :'auth_password',
|
|
93
87
|
:'auth_type' => :'auth_type',
|
|
94
88
|
:'verify_only' => :'verify_only',
|
|
95
89
|
:'mapping' => :'mapping'
|
|
@@ -121,8 +115,6 @@ module Authentik::Api
|
|
|
121
115
|
:'provider' => :'ProviderEnum',
|
|
122
116
|
:'from_number' => :'String',
|
|
123
117
|
:'account_sid' => :'String',
|
|
124
|
-
:'auth' => :'String',
|
|
125
|
-
:'auth_password' => :'String',
|
|
126
118
|
:'auth_type' => :'AuthTypeEnum',
|
|
127
119
|
:'verify_only' => :'Boolean',
|
|
128
120
|
:'mapping' => :'String'
|
|
@@ -223,16 +215,6 @@ module Authentik::Api
|
|
|
223
215
|
self.account_sid = nil
|
|
224
216
|
end
|
|
225
217
|
|
|
226
|
-
if attributes.key?(:'auth')
|
|
227
|
-
self.auth = attributes[:'auth']
|
|
228
|
-
else
|
|
229
|
-
self.auth = nil
|
|
230
|
-
end
|
|
231
|
-
|
|
232
|
-
if attributes.key?(:'auth_password')
|
|
233
|
-
self.auth_password = attributes[:'auth_password']
|
|
234
|
-
end
|
|
235
|
-
|
|
236
218
|
if attributes.key?(:'auth_type')
|
|
237
219
|
self.auth_type = attributes[:'auth_type']
|
|
238
220
|
end
|
|
@@ -291,10 +273,6 @@ module Authentik::Api
|
|
|
291
273
|
invalid_properties.push('invalid value for "account_sid", account_sid cannot be nil.')
|
|
292
274
|
end
|
|
293
275
|
|
|
294
|
-
if @auth.nil?
|
|
295
|
-
invalid_properties.push('invalid value for "auth", auth cannot be nil.')
|
|
296
|
-
end
|
|
297
|
-
|
|
298
276
|
invalid_properties
|
|
299
277
|
end
|
|
300
278
|
|
|
@@ -312,7 +290,6 @@ module Authentik::Api
|
|
|
312
290
|
return false if @provider.nil?
|
|
313
291
|
return false if @from_number.nil?
|
|
314
292
|
return false if @account_sid.nil?
|
|
315
|
-
return false if @auth.nil?
|
|
316
293
|
true
|
|
317
294
|
end
|
|
318
295
|
|
|
@@ -416,16 +393,6 @@ module Authentik::Api
|
|
|
416
393
|
@account_sid = account_sid
|
|
417
394
|
end
|
|
418
395
|
|
|
419
|
-
# Custom attribute writer method with validation
|
|
420
|
-
# @param [Object] auth Value to be assigned
|
|
421
|
-
def auth=(auth)
|
|
422
|
-
if auth.nil?
|
|
423
|
-
fail ArgumentError, 'auth cannot be nil'
|
|
424
|
-
end
|
|
425
|
-
|
|
426
|
-
@auth = auth
|
|
427
|
-
end
|
|
428
|
-
|
|
429
396
|
# Checks equality by comparing each attribute.
|
|
430
397
|
# @param [Object] Object to be compared
|
|
431
398
|
def ==(o)
|
|
@@ -443,8 +410,6 @@ module Authentik::Api
|
|
|
443
410
|
provider == o.provider &&
|
|
444
411
|
from_number == o.from_number &&
|
|
445
412
|
account_sid == o.account_sid &&
|
|
446
|
-
auth == o.auth &&
|
|
447
|
-
auth_password == o.auth_password &&
|
|
448
413
|
auth_type == o.auth_type &&
|
|
449
414
|
verify_only == o.verify_only &&
|
|
450
415
|
mapping == o.mapping
|
|
@@ -459,7 +424,7 @@ module Authentik::Api
|
|
|
459
424
|
# Calculates hash code according to all attributes.
|
|
460
425
|
# @return [Integer] Hash code
|
|
461
426
|
def hash
|
|
462
|
-
[pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, provider, from_number, account_sid,
|
|
427
|
+
[pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, provider, from_number, account_sid, auth_type, verify_only, mapping].hash
|
|
463
428
|
end
|
|
464
429
|
|
|
465
430
|
# Builds the object from hash
|
|
@@ -82,18 +82,12 @@ module Authentik::Api
|
|
|
82
82
|
# Principal to authenticate to kadmin for sync.
|
|
83
83
|
attr_accessor :sync_principal
|
|
84
84
|
|
|
85
|
-
# Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual
|
|
86
|
-
attr_accessor :sync_ccache
|
|
87
|
-
|
|
88
85
|
# Get cached source connectivity
|
|
89
86
|
attr_accessor :connectivity
|
|
90
87
|
|
|
91
88
|
# Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname
|
|
92
89
|
attr_accessor :spnego_server_name
|
|
93
90
|
|
|
94
|
-
# Credential cache to use for SPNEGO in form type:residual
|
|
95
|
-
attr_accessor :spnego_ccache
|
|
96
|
-
|
|
97
91
|
# If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend
|
|
98
92
|
attr_accessor :password_login_update_internal_password
|
|
99
93
|
|
|
@@ -152,10 +146,8 @@ module Authentik::Api
|
|
|
152
146
|
:'sync_users' => :'sync_users',
|
|
153
147
|
:'sync_users_password' => :'sync_users_password',
|
|
154
148
|
:'sync_principal' => :'sync_principal',
|
|
155
|
-
:'sync_ccache' => :'sync_ccache',
|
|
156
149
|
:'connectivity' => :'connectivity',
|
|
157
150
|
:'spnego_server_name' => :'spnego_server_name',
|
|
158
|
-
:'spnego_ccache' => :'spnego_ccache',
|
|
159
151
|
:'password_login_update_internal_password' => :'password_login_update_internal_password',
|
|
160
152
|
:'sync_outgoing_trigger_mode' => :'sync_outgoing_trigger_mode'
|
|
161
153
|
}
|
|
@@ -201,10 +193,8 @@ module Authentik::Api
|
|
|
201
193
|
:'sync_users' => :'Boolean',
|
|
202
194
|
:'sync_users_password' => :'Boolean',
|
|
203
195
|
:'sync_principal' => :'String',
|
|
204
|
-
:'sync_ccache' => :'String',
|
|
205
196
|
:'connectivity' => :'Hash<String, String>',
|
|
206
197
|
:'spnego_server_name' => :'String',
|
|
207
|
-
:'spnego_ccache' => :'String',
|
|
208
198
|
:'password_login_update_internal_password' => :'Boolean',
|
|
209
199
|
:'sync_outgoing_trigger_mode' => :'SyncOutgoingTriggerModeEnum'
|
|
210
200
|
}
|
|
@@ -371,10 +361,6 @@ module Authentik::Api
|
|
|
371
361
|
self.sync_principal = attributes[:'sync_principal']
|
|
372
362
|
end
|
|
373
363
|
|
|
374
|
-
if attributes.key?(:'sync_ccache')
|
|
375
|
-
self.sync_ccache = attributes[:'sync_ccache']
|
|
376
|
-
end
|
|
377
|
-
|
|
378
364
|
if attributes.key?(:'connectivity')
|
|
379
365
|
if (value = attributes[:'connectivity']).is_a?(Hash)
|
|
380
366
|
self.connectivity = value
|
|
@@ -387,10 +373,6 @@ module Authentik::Api
|
|
|
387
373
|
self.spnego_server_name = attributes[:'spnego_server_name']
|
|
388
374
|
end
|
|
389
375
|
|
|
390
|
-
if attributes.key?(:'spnego_ccache')
|
|
391
|
-
self.spnego_ccache = attributes[:'spnego_ccache']
|
|
392
|
-
end
|
|
393
|
-
|
|
394
376
|
if attributes.key?(:'password_login_update_internal_password')
|
|
395
377
|
self.password_login_update_internal_password = attributes[:'password_login_update_internal_password']
|
|
396
378
|
end
|
|
@@ -593,10 +575,8 @@ module Authentik::Api
|
|
|
593
575
|
sync_users == o.sync_users &&
|
|
594
576
|
sync_users_password == o.sync_users_password &&
|
|
595
577
|
sync_principal == o.sync_principal &&
|
|
596
|
-
sync_ccache == o.sync_ccache &&
|
|
597
578
|
connectivity == o.connectivity &&
|
|
598
579
|
spnego_server_name == o.spnego_server_name &&
|
|
599
|
-
spnego_ccache == o.spnego_ccache &&
|
|
600
580
|
password_login_update_internal_password == o.password_login_update_internal_password &&
|
|
601
581
|
sync_outgoing_trigger_mode == o.sync_outgoing_trigger_mode
|
|
602
582
|
end
|
|
@@ -610,7 +590,7 @@ module Authentik::Api
|
|
|
610
590
|
# Calculates hash code according to all attributes.
|
|
611
591
|
# @return [Integer] Hash code
|
|
612
592
|
def hash
|
|
613
|
-
[pk, name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, component, verbose_name, verbose_name_plural, meta_model_name, policy_engine_mode, user_matching_mode, managed, user_path_template, icon, icon_url, icon_themed_urls, group_matching_mode, realm, krb5_conf, kadmin_type, sync_users, sync_users_password, sync_principal,
|
|
593
|
+
[pk, name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, component, verbose_name, verbose_name_plural, meta_model_name, policy_engine_mode, user_matching_mode, managed, user_path_template, icon, icon_url, icon_themed_urls, group_matching_mode, realm, krb5_conf, kadmin_type, sync_users, sync_users_password, sync_principal, connectivity, spnego_server_name, password_login_update_internal_password, sync_outgoing_trigger_mode].hash
|
|
614
594
|
end
|
|
615
595
|
|
|
616
596
|
# Builds the object from hash
|
|
@@ -39,8 +39,6 @@ module Authentik::Api
|
|
|
39
39
|
|
|
40
40
|
attr_accessor :client_id
|
|
41
41
|
|
|
42
|
-
attr_accessor :client_secret
|
|
43
|
-
|
|
44
42
|
attr_accessor :tenant_id
|
|
45
43
|
|
|
46
44
|
attr_accessor :exclude_users_service_account
|
|
@@ -96,7 +94,6 @@ module Authentik::Api
|
|
|
96
94
|
:'verbose_name_plural' => :'verbose_name_plural',
|
|
97
95
|
:'meta_model_name' => :'meta_model_name',
|
|
98
96
|
:'client_id' => :'client_id',
|
|
99
|
-
:'client_secret' => :'client_secret',
|
|
100
97
|
:'tenant_id' => :'tenant_id',
|
|
101
98
|
:'exclude_users_service_account' => :'exclude_users_service_account',
|
|
102
99
|
:'filter_group' => :'filter_group',
|
|
@@ -132,7 +129,6 @@ module Authentik::Api
|
|
|
132
129
|
:'verbose_name_plural' => :'String',
|
|
133
130
|
:'meta_model_name' => :'String',
|
|
134
131
|
:'client_id' => :'String',
|
|
135
|
-
:'client_secret' => :'String',
|
|
136
132
|
:'tenant_id' => :'String',
|
|
137
133
|
:'exclude_users_service_account' => :'Boolean',
|
|
138
134
|
:'filter_group' => :'String',
|
|
@@ -235,12 +231,6 @@ module Authentik::Api
|
|
|
235
231
|
self.client_id = nil
|
|
236
232
|
end
|
|
237
233
|
|
|
238
|
-
if attributes.key?(:'client_secret')
|
|
239
|
-
self.client_secret = attributes[:'client_secret']
|
|
240
|
-
else
|
|
241
|
-
self.client_secret = nil
|
|
242
|
-
end
|
|
243
|
-
|
|
244
234
|
if attributes.key?(:'tenant_id')
|
|
245
235
|
self.tenant_id = attributes[:'tenant_id']
|
|
246
236
|
else
|
|
@@ -309,10 +299,6 @@ module Authentik::Api
|
|
|
309
299
|
invalid_properties.push('invalid value for "client_id", client_id cannot be nil.')
|
|
310
300
|
end
|
|
311
301
|
|
|
312
|
-
if @client_secret.nil?
|
|
313
|
-
invalid_properties.push('invalid value for "client_secret", client_secret cannot be nil.')
|
|
314
|
-
end
|
|
315
|
-
|
|
316
302
|
if @tenant_id.nil?
|
|
317
303
|
invalid_properties.push('invalid value for "tenant_id", tenant_id cannot be nil.')
|
|
318
304
|
end
|
|
@@ -339,7 +325,6 @@ module Authentik::Api
|
|
|
339
325
|
return false if @verbose_name_plural.nil?
|
|
340
326
|
return false if @meta_model_name.nil?
|
|
341
327
|
return false if @client_id.nil?
|
|
342
|
-
return false if @client_secret.nil?
|
|
343
328
|
return false if @tenant_id.nil?
|
|
344
329
|
return false if !@sync_page_size.nil? && @sync_page_size > 2147483647
|
|
345
330
|
return false if !@sync_page_size.nil? && @sync_page_size < 1
|
|
@@ -416,16 +401,6 @@ module Authentik::Api
|
|
|
416
401
|
@client_id = client_id
|
|
417
402
|
end
|
|
418
403
|
|
|
419
|
-
# Custom attribute writer method with validation
|
|
420
|
-
# @param [Object] client_secret Value to be assigned
|
|
421
|
-
def client_secret=(client_secret)
|
|
422
|
-
if client_secret.nil?
|
|
423
|
-
fail ArgumentError, 'client_secret cannot be nil'
|
|
424
|
-
end
|
|
425
|
-
|
|
426
|
-
@client_secret = client_secret
|
|
427
|
-
end
|
|
428
|
-
|
|
429
404
|
# Custom attribute writer method with validation
|
|
430
405
|
# @param [Object] tenant_id Value to be assigned
|
|
431
406
|
def tenant_id=(tenant_id)
|
|
@@ -470,7 +445,6 @@ module Authentik::Api
|
|
|
470
445
|
verbose_name_plural == o.verbose_name_plural &&
|
|
471
446
|
meta_model_name == o.meta_model_name &&
|
|
472
447
|
client_id == o.client_id &&
|
|
473
|
-
client_secret == o.client_secret &&
|
|
474
448
|
tenant_id == o.tenant_id &&
|
|
475
449
|
exclude_users_service_account == o.exclude_users_service_account &&
|
|
476
450
|
filter_group == o.filter_group &&
|
|
@@ -490,7 +464,7 @@ module Authentik::Api
|
|
|
490
464
|
# Calculates hash code according to all attributes.
|
|
491
465
|
# @return [Integer] Hash code
|
|
492
466
|
def hash
|
|
493
|
-
[pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, client_id,
|
|
467
|
+
[pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, client_id, tenant_id, exclude_users_service_account, filter_group, user_delete_action, group_delete_action, sync_page_size, sync_page_timeout, dry_run].hash
|
|
494
468
|
end
|
|
495
469
|
|
|
496
470
|
# Builds the object from hash
|
|
@@ -42,9 +42,6 @@ module Authentik::Api
|
|
|
42
42
|
|
|
43
43
|
attr_accessor :verify_certificates
|
|
44
44
|
|
|
45
|
-
# Authentication token
|
|
46
|
-
attr_accessor :token
|
|
47
|
-
|
|
48
45
|
attr_accessor :auth_mode
|
|
49
46
|
|
|
50
47
|
# OAuth Source used for authentication
|
|
@@ -110,7 +107,6 @@ module Authentik::Api
|
|
|
110
107
|
:'meta_model_name' => :'meta_model_name',
|
|
111
108
|
:'url' => :'url',
|
|
112
109
|
:'verify_certificates' => :'verify_certificates',
|
|
113
|
-
:'token' => :'token',
|
|
114
110
|
:'auth_mode' => :'auth_mode',
|
|
115
111
|
:'auth_oauth' => :'auth_oauth',
|
|
116
112
|
:'auth_oauth_params' => :'auth_oauth_params',
|
|
@@ -149,7 +145,6 @@ module Authentik::Api
|
|
|
149
145
|
:'meta_model_name' => :'String',
|
|
150
146
|
:'url' => :'String',
|
|
151
147
|
:'verify_certificates' => :'Boolean',
|
|
152
|
-
:'token' => :'String',
|
|
153
148
|
:'auth_mode' => :'SCIMAuthenticationModeEnum',
|
|
154
149
|
:'auth_oauth' => :'String',
|
|
155
150
|
:'auth_oauth_params' => :'Hash<String, Object>',
|
|
@@ -258,10 +253,6 @@ module Authentik::Api
|
|
|
258
253
|
self.verify_certificates = attributes[:'verify_certificates']
|
|
259
254
|
end
|
|
260
255
|
|
|
261
|
-
if attributes.key?(:'token')
|
|
262
|
-
self.token = attributes[:'token']
|
|
263
|
-
end
|
|
264
|
-
|
|
265
256
|
if attributes.key?(:'auth_mode')
|
|
266
257
|
self.auth_mode = attributes[:'auth_mode']
|
|
267
258
|
end
|
|
@@ -472,7 +463,6 @@ module Authentik::Api
|
|
|
472
463
|
meta_model_name == o.meta_model_name &&
|
|
473
464
|
url == o.url &&
|
|
474
465
|
verify_certificates == o.verify_certificates &&
|
|
475
|
-
token == o.token &&
|
|
476
466
|
auth_mode == o.auth_mode &&
|
|
477
467
|
auth_oauth == o.auth_oauth &&
|
|
478
468
|
auth_oauth_params == o.auth_oauth_params &&
|
|
@@ -494,7 +484,7 @@ module Authentik::Api
|
|
|
494
484
|
# Calculates hash code according to all attributes.
|
|
495
485
|
# @return [Integer] Hash code
|
|
496
486
|
def hash
|
|
497
|
-
[pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, url, verify_certificates,
|
|
487
|
+
[pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, url, verify_certificates, auth_mode, auth_oauth, auth_oauth_params, compatibility_mode, service_provider_config_cache_timeout, exclude_users_service_account, sync_page_size, sync_page_timeout, group_filters, dry_run].hash
|
|
498
488
|
end
|
|
499
489
|
|
|
500
490
|
# Builds the object from hash
|
|
@@ -99,12 +99,6 @@ describe Authentik::Api::AuthenticatorEmailStage do
|
|
|
99
99
|
end
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
describe 'test attribute "password"' do
|
|
103
|
-
it 'should work' do
|
|
104
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
-
end
|
|
106
|
-
end
|
|
107
|
-
|
|
108
102
|
describe 'test attribute "use_tls"' do
|
|
109
103
|
it 'should work' do
|
|
110
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -93,18 +93,6 @@ describe Authentik::Api::AuthenticatorSMSStage do
|
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
describe 'test attribute "auth"' do
|
|
97
|
-
it 'should work' do
|
|
98
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
-
end
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
describe 'test attribute "auth_password"' do
|
|
103
|
-
it 'should work' do
|
|
104
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
-
end
|
|
106
|
-
end
|
|
107
|
-
|
|
108
96
|
describe 'test attribute "auth_type"' do
|
|
109
97
|
it 'should work' do
|
|
110
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -183,12 +183,6 @@ describe Authentik::Api::KerberosSource do
|
|
|
183
183
|
end
|
|
184
184
|
end
|
|
185
185
|
|
|
186
|
-
describe 'test attribute "sync_ccache"' do
|
|
187
|
-
it 'should work' do
|
|
188
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
189
|
-
end
|
|
190
|
-
end
|
|
191
|
-
|
|
192
186
|
describe 'test attribute "connectivity"' do
|
|
193
187
|
it 'should work' do
|
|
194
188
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -201,12 +195,6 @@ describe Authentik::Api::KerberosSource do
|
|
|
201
195
|
end
|
|
202
196
|
end
|
|
203
197
|
|
|
204
|
-
describe 'test attribute "spnego_ccache"' do
|
|
205
|
-
it 'should work' do
|
|
206
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
207
|
-
end
|
|
208
|
-
end
|
|
209
|
-
|
|
210
198
|
describe 'test attribute "password_login_update_internal_password"' do
|
|
211
199
|
it 'should work' do
|
|
212
200
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -87,12 +87,6 @@ describe Authentik::Api::MicrosoftEntraProvider do
|
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
-
describe 'test attribute "client_secret"' do
|
|
91
|
-
it 'should work' do
|
|
92
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
-
end
|
|
94
|
-
end
|
|
95
|
-
|
|
96
90
|
describe 'test attribute "tenant_id"' do
|
|
97
91
|
it 'should work' do
|
|
98
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -93,12 +93,6 @@ describe Authentik::Api::SCIMProvider do
|
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
describe 'test attribute "token"' do
|
|
97
|
-
it 'should work' do
|
|
98
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
-
end
|
|
100
|
-
end
|
|
101
|
-
|
|
102
96
|
describe 'test attribute "auth_mode"' do
|
|
103
97
|
it 'should work' do
|
|
104
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|