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
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupKerberosSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupLDAPSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupOAuthSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupPlexSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupSAMLSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # Group Source Connection
12
12
  class PatchedGroupTelegramSourceConnectionRequest < ApiModelBase
13
- attr_accessor :group
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
- :'group' => :'group',
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
- :'group' => :'String',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,10 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'group')
70
- self.group = attributes[:'group']
71
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- group == o.group &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [group, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserKerberosSourceConnectionRequest < 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,10 +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
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- user == o.user &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [user, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserLDAPSourceConnectionRequest < 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,10 +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
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- user == o.user &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [user, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserOAuthSourceConnectionRequest < ApiModelBase
13
- attr_accessor :user
14
-
15
13
  attr_accessor :source
16
14
 
17
15
  attr_accessor :identifier
@@ -23,7 +21,6 @@ module Authentik::Api
23
21
  # Attribute mapping from ruby-style variable name to JSON key.
24
22
  def self.attribute_map
25
23
  {
26
- :'user' => :'user',
27
24
  :'source' => :'source',
28
25
  :'identifier' => :'identifier',
29
26
  :'access_token' => :'access_token',
@@ -44,7 +41,6 @@ module Authentik::Api
44
41
  # Attribute type mapping.
45
42
  def self.openapi_types
46
43
  {
47
- :'user' => :'Integer',
48
44
  :'source' => :'String',
49
45
  :'identifier' => :'String',
50
46
  :'access_token' => :'String',
@@ -75,10 +71,6 @@ module Authentik::Api
75
71
  h[k.to_sym] = v
76
72
  }
77
73
 
78
- if attributes.key?(:'user')
79
- self.user = attributes[:'user']
80
- end
81
-
82
74
  if attributes.key?(:'source')
83
75
  self.source = attributes[:'source']
84
76
  end
@@ -135,7 +127,6 @@ module Authentik::Api
135
127
  def ==(o)
136
128
  return true if self.equal?(o)
137
129
  self.class == o.class &&
138
- user == o.user &&
139
130
  source == o.source &&
140
131
  identifier == o.identifier &&
141
132
  access_token == o.access_token &&
@@ -151,7 +142,7 @@ module Authentik::Api
151
142
  # Calculates hash code according to all attributes.
152
143
  # @return [Integer] Hash code
153
144
  def hash
154
- [user, source, identifier, access_token, expires].hash
145
+ [source, identifier, access_token, expires].hash
155
146
  end
156
147
 
157
148
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserPlexSourceConnectionRequest < ApiModelBase
13
- attr_accessor :user
14
-
15
13
  attr_accessor :source
16
14
 
17
15
  attr_accessor :identifier
@@ -21,7 +19,6 @@ module Authentik::Api
21
19
  # Attribute mapping from ruby-style variable name to JSON key.
22
20
  def self.attribute_map
23
21
  {
24
- :'user' => :'user',
25
22
  :'source' => :'source',
26
23
  :'identifier' => :'identifier',
27
24
  :'plex_token' => :'plex_token'
@@ -41,7 +38,6 @@ module Authentik::Api
41
38
  # Attribute type mapping.
42
39
  def self.openapi_types
43
40
  {
44
- :'user' => :'Integer',
45
41
  :'source' => :'String',
46
42
  :'identifier' => :'String',
47
43
  :'plex_token' => :'String'
@@ -70,10 +66,6 @@ module Authentik::Api
70
66
  h[k.to_sym] = v
71
67
  }
72
68
 
73
- if attributes.key?(:'user')
74
- self.user = attributes[:'user']
75
- end
76
-
77
69
  if attributes.key?(:'source')
78
70
  self.source = attributes[:'source']
79
71
  end
@@ -145,7 +137,6 @@ module Authentik::Api
145
137
  def ==(o)
146
138
  return true if self.equal?(o)
147
139
  self.class == o.class &&
148
- user == o.user &&
149
140
  source == o.source &&
150
141
  identifier == o.identifier &&
151
142
  plex_token == o.plex_token
@@ -160,7 +151,7 @@ module Authentik::Api
160
151
  # Calculates hash code according to all attributes.
161
152
  # @return [Integer] Hash code
162
153
  def hash
163
- [user, source, identifier, plex_token].hash
154
+ [source, identifier, plex_token].hash
164
155
  end
165
156
 
166
157
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserSAMLSourceConnectionRequest < 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,10 +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
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- user == o.user &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [user, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserSourceConnectionRequest < 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,10 +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
- end
72
-
73
65
  if attributes.key?(:'source')
74
66
  self.source = attributes[:'source']
75
67
  end
@@ -118,7 +110,6 @@ module Authentik::Api
118
110
  def ==(o)
119
111
  return true if self.equal?(o)
120
112
  self.class == o.class &&
121
- user == o.user &&
122
113
  source == o.source &&
123
114
  identifier == o.identifier
124
115
  end
@@ -132,7 +123,7 @@ module Authentik::Api
132
123
  # Calculates hash code according to all attributes.
133
124
  # @return [Integer] Hash code
134
125
  def hash
135
- [user, source, identifier].hash
126
+ [source, identifier].hash
136
127
  end
137
128
 
138
129
  # Builds the object from hash