authentik-api 2026.2.4 → 2026.5.0.rc1

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 (264) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/README_API.md +66 -14
  4. data/lib/authentik/api/api/admin_api.rb +4 -12
  5. data/lib/authentik/api/api/core_api.rb +143 -18
  6. data/lib/authentik/api/api/crypto_api.rb +2 -6
  7. data/lib/authentik/api/api/endpoints_api.rb +1577 -656
  8. data/lib/authentik/api/api/events_api.rb +121 -38
  9. data/lib/authentik/api/api/flows_api.rb +8 -90
  10. data/lib/authentik/api/api/lifecycle_api.rb +22 -13
  11. data/lib/authentik/api/api/managed_api.rb +73 -0
  12. data/lib/authentik/api/api/policies_api.rb +5 -6
  13. data/lib/authentik/api/api/providers_api.rb +46 -108
  14. data/lib/authentik/api/api/rbac_api.rb +0 -5
  15. data/lib/authentik/api/api/schema_api.rb +4 -12
  16. data/lib/authentik/api/api/sources_api.rb +35 -96
  17. data/lib/authentik/api/api/ssf_api.rb +63 -6
  18. data/lib/authentik/api/api/stages_api.rb +581 -102
  19. data/lib/authentik/api/api/tasks_api.rb +5 -13
  20. data/lib/authentik/api/models/account_lockdown_stage.rb +372 -0
  21. data/lib/authentik/api/models/account_lockdown_stage_request.rb +219 -0
  22. data/lib/authentik/api/models/app_enum.rb +3 -2
  23. data/lib/authentik/api/models/apple_independent_secure_enclave.rb +246 -0
  24. data/lib/authentik/api/models/apple_independent_secure_enclave_request.rb +273 -0
  25. data/lib/authentik/api/models/application.rb +14 -4
  26. data/lib/authentik/api/models/application_request.rb +14 -4
  27. data/lib/authentik/api/models/authenticated_session_user_agent_device.rb +2 -30
  28. data/lib/authentik/api/models/authenticated_session_user_agent_os.rb +4 -60
  29. data/lib/authentik/api/models/authentication_enum.rb +2 -1
  30. data/lib/authentik/api/models/authenticator_validate_stage.rb +51 -4
  31. data/lib/authentik/api/models/authenticator_validate_stage_request.rb +51 -4
  32. data/lib/authentik/api/models/authenticator_web_authn_stage.rb +23 -2
  33. data/lib/authentik/api/models/authenticator_web_authn_stage_request.rb +23 -2
  34. data/lib/authentik/api/models/{flow_import_result.rb → blueprint_import_result.rb} +4 -4
  35. data/lib/authentik/api/models/brand.rb +11 -1
  36. data/lib/authentik/api/models/brand_request.rb +11 -1
  37. data/lib/authentik/api/models/certificate_key_pair.rb +1 -1
  38. data/lib/authentik/api/models/certificate_key_pair_key_type_enum.rb +37 -0
  39. data/lib/authentik/api/models/compatibility_mode_enum.rb +3 -1
  40. data/lib/authentik/api/models/{consent_stage_mode_enum.rb → consent_mode_enum.rb} +3 -3
  41. data/lib/authentik/api/models/consent_stage.rb +1 -1
  42. data/lib/authentik/api/models/consent_stage_request.rb +1 -1
  43. data/lib/authentik/api/models/country_code_enum.rb +3 -3
  44. data/lib/authentik/api/models/current_brand.rb +10 -1
  45. data/lib/authentik/api/models/current_brand_flags.rb +31 -27
  46. data/lib/authentik/api/models/delivery_method_enum.rb +3 -1
  47. data/lib/authentik/api/models/event_matcher_policy.rb +15 -5
  48. data/lib/authentik/api/models/event_matcher_policy_request.rb +30 -5
  49. data/lib/authentik/api/models/event_stats.rb +187 -0
  50. data/lib/authentik/api/models/event_volume.rb +1 -1
  51. data/lib/authentik/api/models/events_requested_enum.rb +7 -1
  52. data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
  53. data/lib/authentik/api/models/force_binding_enum.rb +34 -0
  54. data/lib/authentik/api/models/{resident_key_requirement_enum.rb → format_enum.rb} +6 -7
  55. data/lib/authentik/api/models/geo_ip_policy.rb +1 -1
  56. data/lib/authentik/api/models/{detailed_country_field.rb → geo_ip_policy_countries_obj_inner.rb} +22 -26
  57. data/lib/authentik/api/models/google_chrome_connector.rb +326 -0
  58. data/lib/authentik/api/models/google_chrome_connector_request.rb +214 -0
  59. data/lib/authentik/api/models/grant_types_enum.rb +39 -0
  60. data/lib/authentik/api/models/group_kerberos_source_connection_request.rb +27 -1
  61. data/lib/authentik/api/models/group_ldap_source_connection.rb +30 -4
  62. data/lib/authentik/api/models/group_ldap_source_connection_request.rb +27 -1
  63. data/lib/authentik/api/models/group_o_auth_source_connection_request.rb +27 -1
  64. data/lib/authentik/api/models/group_plex_source_connection_request.rb +27 -1
  65. data/lib/authentik/api/models/group_saml_source_connection_request.rb +27 -1
  66. data/lib/authentik/api/models/group_source_connection_request.rb +27 -1
  67. data/lib/authentik/api/models/group_telegram_source_connection_request.rb +27 -1
  68. data/lib/authentik/api/models/iframe_logout_challenge.rb +1 -1
  69. data/lib/authentik/api/models/invitation_send_email_request.rb +213 -0
  70. data/lib/authentik/api/models/key_type_enum.rb +3 -3
  71. data/lib/authentik/api/models/lang_enum.rb +131 -0
  72. data/lib/authentik/api/models/lifecycle_iteration.rb +30 -86
  73. data/lib/authentik/api/models/logout_url.rb +209 -0
  74. data/lib/authentik/api/models/model_enum.rb +3 -1
  75. data/lib/authentik/api/models/native_logout_challenge.rb +68 -37
  76. data/lib/authentik/api/models/notification_transport.rb +13 -2
  77. data/lib/authentik/api/models/notification_transport_request.rb +13 -2
  78. data/lib/authentik/api/models/o_auth2_provider.rb +12 -1
  79. data/lib/authentik/api/models/o_auth2_provider_request.rb +12 -1
  80. data/lib/authentik/api/models/operating_system.rb +0 -17
  81. data/lib/authentik/api/models/operating_system_request.rb +2 -9
  82. data/lib/authentik/api/models/paginated_account_lockdown_stage_list.rb +214 -0
  83. data/lib/authentik/api/models/paginated_apple_independent_secure_enclave_list.rb +214 -0
  84. data/lib/authentik/api/models/paginated_extra_role_object_permission_list.rb +32 -4
  85. data/lib/authentik/api/models/paginated_google_chrome_connector_list.rb +214 -0
  86. data/lib/authentik/api/models/patched_account_lockdown_stage_request.rb +212 -0
  87. data/lib/authentik/api/models/patched_apple_independent_secure_enclave_request.rb +235 -0
  88. data/lib/authentik/api/models/patched_application_request.rb +14 -4
  89. data/lib/authentik/api/models/patched_authenticator_validate_stage_request.rb +51 -4
  90. data/lib/authentik/api/models/patched_authenticator_web_authn_stage_request.rb +23 -2
  91. data/lib/authentik/api/models/patched_brand_request.rb +11 -1
  92. data/lib/authentik/api/models/patched_consent_stage_request.rb +1 -1
  93. data/lib/authentik/api/models/patched_event_matcher_policy_request.rb +30 -5
  94. data/lib/authentik/api/models/patched_google_chrome_connector_request.rb +190 -0
  95. data/lib/authentik/api/models/patched_group_kerberos_source_connection_request.rb +10 -1
  96. data/lib/authentik/api/models/patched_group_ldap_source_connection_request.rb +10 -1
  97. data/lib/authentik/api/models/patched_group_o_auth_source_connection_request.rb +10 -1
  98. data/lib/authentik/api/models/patched_group_plex_source_connection_request.rb +10 -1
  99. data/lib/authentik/api/models/patched_group_saml_source_connection_request.rb +10 -1
  100. data/lib/authentik/api/models/patched_group_source_connection_request.rb +10 -1
  101. data/lib/authentik/api/models/patched_group_telegram_source_connection_request.rb +10 -1
  102. data/lib/authentik/api/models/patched_notification_transport_request.rb +13 -2
  103. data/lib/authentik/api/models/patched_o_auth2_provider_request.rb +12 -1
  104. data/lib/authentik/api/models/patched_saml_provider_request.rb +17 -27
  105. data/lib/authentik/api/models/patched_saml_source_request.rb +11 -1
  106. data/lib/authentik/api/models/patched_settings_request_flags.rb +31 -27
  107. data/lib/authentik/api/models/patched_ssf_provider_request.rb +13 -4
  108. data/lib/authentik/api/models/patched_user_kerberos_source_connection_request.rb +10 -1
  109. data/lib/authentik/api/models/patched_user_ldap_source_connection_request.rb +10 -1
  110. data/lib/authentik/api/models/patched_user_o_auth_source_connection_request.rb +10 -1
  111. data/lib/authentik/api/models/patched_user_plex_source_connection_request.rb +10 -1
  112. data/lib/authentik/api/models/patched_user_saml_source_connection_request.rb +10 -1
  113. data/lib/authentik/api/models/patched_user_source_connection_request.rb +10 -1
  114. data/lib/authentik/api/models/patched_user_telegram_source_connection_request.rb +10 -1
  115. data/lib/authentik/api/models/prompt_type_enum.rb +4 -1
  116. data/lib/authentik/api/models/redirect_uri.rb +13 -4
  117. data/lib/authentik/api/models/redirect_uri_request.rb +13 -4
  118. data/lib/authentik/api/models/redirect_uri_type_enum.rb +34 -0
  119. data/lib/authentik/api/models/related_rule.rb +250 -0
  120. data/lib/authentik/api/models/saml_provider.rb +98 -8
  121. data/lib/authentik/api/models/saml_provider_request.rb +17 -27
  122. data/lib/authentik/api/models/saml_source.rb +11 -1
  123. data/lib/authentik/api/models/saml_source_request.rb +11 -1
  124. data/lib/authentik/api/models/ssf_provider.rb +41 -4
  125. data/lib/authentik/api/models/ssf_provider_request.rb +13 -4
  126. data/lib/authentik/api/models/ssf_stream.rb +10 -1
  127. data/lib/authentik/api/models/ssf_stream_status_enum.rb +36 -0
  128. data/lib/authentik/api/models/task.rb +1 -1
  129. data/lib/authentik/api/models/{task_state_enum.rb → task_status_enum.rb} +3 -3
  130. data/lib/authentik/api/models/token_model.rb +1 -1
  131. data/lib/authentik/api/models/{notification_transport_mode_enum.rb → transport_mode_enum.rb} +3 -3
  132. data/lib/authentik/api/models/usage_enum.rb +33 -0
  133. data/lib/authentik/api/models/user_account_lockdown_request.rb +144 -0
  134. data/lib/authentik/api/models/user_kerberos_source_connection_request.rb +27 -1
  135. data/lib/authentik/api/models/user_ldap_source_connection.rb +30 -4
  136. data/lib/authentik/api/models/user_ldap_source_connection_request.rb +27 -1
  137. data/lib/authentik/api/models/user_o_auth_source_connection_request.rb +27 -1
  138. data/lib/authentik/api/models/user_password_hash_set_request.rb +168 -0
  139. data/lib/authentik/api/models/user_plex_source_connection_request.rb +27 -1
  140. data/lib/authentik/api/models/user_saml_source_connection_request.rb +27 -1
  141. data/lib/authentik/api/models/user_source_connection_request.rb +27 -1
  142. data/lib/authentik/api/models/user_telegram_source_connection_request.rb +27 -1
  143. data/lib/authentik/api/models/vendor_enum.rb +2 -1
  144. data/lib/authentik/api/models/web_authn_hint_enum.rb +35 -0
  145. data/lib/authentik/api/version.rb +1 -1
  146. data/spec/api/admin_api_spec.rb +2 -2
  147. data/spec/api/core_api_spec.rb +27 -3
  148. data/spec/api/crypto_api_spec.rb +1 -1
  149. data/spec/api/endpoints_api_spec.rb +167 -0
  150. data/spec/api/events_api_spec.rb +33 -7
  151. data/spec/api/flows_api_spec.rb +4 -16
  152. data/spec/api/lifecycle_api_spec.rb +6 -3
  153. data/spec/api/managed_api_spec.rb +13 -0
  154. data/spec/api/policies_api_spec.rb +2 -1
  155. data/spec/api/providers_api_spec.rb +21 -19
  156. data/spec/api/schema_api_spec.rb +2 -2
  157. data/spec/api/sources_api_spec.rb +17 -16
  158. data/spec/api/ssf_api_spec.rb +12 -1
  159. data/spec/api/stages_api_spec.rb +117 -18
  160. data/spec/api/tasks_api_spec.rb +2 -2
  161. data/spec/models/account_lockdown_stage_request_spec.rb +60 -0
  162. data/spec/models/account_lockdown_stage_spec.rb +96 -0
  163. data/spec/models/apple_independent_secure_enclave_request_spec.rb +54 -0
  164. data/spec/models/apple_independent_secure_enclave_spec.rb +54 -0
  165. data/spec/models/application_request_spec.rb +6 -0
  166. data/spec/models/application_spec.rb +6 -0
  167. data/spec/models/authenticator_validate_stage_request_spec.rb +30 -0
  168. data/spec/models/authenticator_validate_stage_spec.rb +30 -0
  169. data/spec/models/authenticator_web_authn_stage_request_spec.rb +12 -0
  170. data/spec/models/authenticator_web_authn_stage_spec.rb +12 -0
  171. data/spec/models/{flow_import_result_spec.rb → blueprint_import_result_spec.rb} +6 -6
  172. data/spec/models/brand_request_spec.rb +6 -0
  173. data/spec/models/brand_spec.rb +6 -0
  174. data/spec/models/{notification_transport_mode_enum_spec.rb → certificate_key_pair_key_type_enum_spec.rb} +6 -6
  175. data/spec/models/{consent_stage_mode_enum_spec.rb → consent_mode_enum_spec.rb} +6 -6
  176. data/spec/models/current_brand_flags_spec.rb +2 -2
  177. data/spec/models/current_brand_spec.rb +6 -0
  178. data/spec/models/event_matcher_policy_request_spec.rb +6 -0
  179. data/spec/models/event_matcher_policy_spec.rb +6 -0
  180. data/spec/models/event_stats_spec.rb +36 -0
  181. data/spec/models/force_binding_enum_spec.rb +24 -0
  182. data/spec/models/format_enum_spec.rb +24 -0
  183. data/spec/models/{detailed_country_field_spec.rb → geo_ip_policy_countries_obj_inner_spec.rb} +6 -6
  184. data/spec/models/google_chrome_connector_request_spec.rb +48 -0
  185. data/spec/models/google_chrome_connector_spec.rb +78 -0
  186. data/spec/models/grant_types_enum_spec.rb +24 -0
  187. data/spec/models/group_kerberos_source_connection_request_spec.rb +6 -0
  188. data/spec/models/group_ldap_source_connection_request_spec.rb +6 -0
  189. data/spec/models/group_ldap_source_connection_spec.rb +6 -0
  190. data/spec/models/group_o_auth_source_connection_request_spec.rb +6 -0
  191. data/spec/models/group_plex_source_connection_request_spec.rb +6 -0
  192. data/spec/models/group_saml_source_connection_request_spec.rb +6 -0
  193. data/spec/models/group_source_connection_request_spec.rb +6 -0
  194. data/spec/models/group_telegram_source_connection_request_spec.rb +6 -0
  195. data/spec/models/invitation_send_email_request_spec.rb +48 -0
  196. data/spec/models/lang_enum_spec.rb +24 -0
  197. data/spec/models/lifecycle_iteration_spec.rb +2 -14
  198. data/spec/models/logout_url_spec.rb +60 -0
  199. data/spec/models/native_logout_challenge_spec.rb +13 -7
  200. data/spec/models/notification_transport_request_spec.rb +6 -0
  201. data/spec/models/notification_transport_spec.rb +6 -0
  202. data/spec/models/o_auth2_provider_request_spec.rb +6 -0
  203. data/spec/models/o_auth2_provider_spec.rb +6 -0
  204. data/spec/models/paginated_account_lockdown_stage_list_spec.rb +42 -0
  205. data/spec/models/paginated_apple_independent_secure_enclave_list_spec.rb +42 -0
  206. data/spec/models/paginated_extra_role_object_permission_list_spec.rb +6 -0
  207. data/spec/models/paginated_google_chrome_connector_list_spec.rb +42 -0
  208. data/spec/models/patched_account_lockdown_stage_request_spec.rb +60 -0
  209. data/spec/models/patched_apple_independent_secure_enclave_request_spec.rb +54 -0
  210. data/spec/models/patched_application_request_spec.rb +6 -0
  211. data/spec/models/patched_authenticator_validate_stage_request_spec.rb +30 -0
  212. data/spec/models/patched_authenticator_web_authn_stage_request_spec.rb +12 -0
  213. data/spec/models/patched_brand_request_spec.rb +6 -0
  214. data/spec/models/patched_event_matcher_policy_request_spec.rb +6 -0
  215. data/spec/models/patched_google_chrome_connector_request_spec.rb +48 -0
  216. data/spec/models/patched_group_kerberos_source_connection_request_spec.rb +6 -0
  217. data/spec/models/patched_group_ldap_source_connection_request_spec.rb +6 -0
  218. data/spec/models/patched_group_o_auth_source_connection_request_spec.rb +6 -0
  219. data/spec/models/patched_group_plex_source_connection_request_spec.rb +6 -0
  220. data/spec/models/patched_group_saml_source_connection_request_spec.rb +6 -0
  221. data/spec/models/patched_group_source_connection_request_spec.rb +6 -0
  222. data/spec/models/patched_group_telegram_source_connection_request_spec.rb +6 -0
  223. data/spec/models/patched_notification_transport_request_spec.rb +6 -0
  224. data/spec/models/patched_o_auth2_provider_request_spec.rb +6 -0
  225. data/spec/models/patched_saml_provider_request_spec.rb +7 -1
  226. data/spec/models/patched_saml_source_request_spec.rb +6 -0
  227. data/spec/models/patched_settings_request_flags_spec.rb +2 -2
  228. data/spec/models/patched_ssf_provider_request_spec.rb +6 -0
  229. data/spec/models/patched_user_kerberos_source_connection_request_spec.rb +6 -0
  230. data/spec/models/patched_user_ldap_source_connection_request_spec.rb +6 -0
  231. data/spec/models/patched_user_o_auth_source_connection_request_spec.rb +6 -0
  232. data/spec/models/patched_user_plex_source_connection_request_spec.rb +6 -0
  233. data/spec/models/patched_user_saml_source_connection_request_spec.rb +6 -0
  234. data/spec/models/patched_user_source_connection_request_spec.rb +6 -0
  235. data/spec/models/patched_user_telegram_source_connection_request_spec.rb +6 -0
  236. data/spec/models/redirect_uri_request_spec.rb +6 -0
  237. data/spec/models/redirect_uri_spec.rb +6 -0
  238. data/spec/models/redirect_uri_type_enum_spec.rb +24 -0
  239. data/spec/models/related_rule_spec.rb +54 -0
  240. data/spec/models/saml_provider_request_spec.rb +7 -1
  241. data/spec/models/saml_provider_spec.rb +25 -1
  242. data/spec/models/saml_source_request_spec.rb +6 -0
  243. data/spec/models/saml_source_spec.rb +6 -0
  244. data/spec/models/ssf_provider_request_spec.rb +6 -0
  245. data/spec/models/ssf_provider_spec.rb +12 -0
  246. data/spec/models/ssf_stream_spec.rb +6 -0
  247. data/spec/models/ssf_stream_status_enum_spec.rb +24 -0
  248. data/spec/models/{task_state_enum_spec.rb → task_status_enum_spec.rb} +6 -6
  249. data/spec/models/transport_mode_enum_spec.rb +24 -0
  250. data/spec/models/usage_enum_spec.rb +24 -0
  251. data/spec/models/user_account_lockdown_request_spec.rb +30 -0
  252. data/spec/models/user_kerberos_source_connection_request_spec.rb +6 -0
  253. data/spec/models/user_ldap_source_connection_request_spec.rb +6 -0
  254. data/spec/models/user_ldap_source_connection_spec.rb +6 -0
  255. data/spec/models/user_o_auth_source_connection_request_spec.rb +6 -0
  256. data/spec/models/user_password_hash_set_request_spec.rb +30 -0
  257. data/spec/models/user_plex_source_connection_request_spec.rb +6 -0
  258. data/spec/models/user_saml_source_connection_request_spec.rb +6 -0
  259. data/spec/models/user_source_connection_request_spec.rb +6 -0
  260. data/spec/models/user_telegram_source_connection_request_spec.rb +6 -0
  261. data/spec/models/web_authn_hint_enum_spec.rb +24 -0
  262. data/spec/zeitwerk_spec.rb +34 -0
  263. metadata +113 -32
  264. data/spec/models/resident_key_requirement_enum_spec.rb +0 -24
@@ -31,8 +31,8 @@ module Authentik::Api
31
31
  # Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added.
32
32
  attr_accessor :audience
33
33
 
34
- # Also known as EntityID
35
- attr_accessor :issuer
34
+ # Also known as EntityID. Providing a value overrides the default issuer generated by authentik.
35
+ attr_accessor :issuer_override
36
36
 
37
37
  # Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3).
38
38
  attr_accessor :assertion_valid_not_before
@@ -68,6 +68,8 @@ module Authentik::Api
68
68
 
69
69
  attr_accessor :sign_logout_request
70
70
 
71
+ attr_accessor :sign_logout_response
72
+
71
73
  # This determines how authentik sends the response back to the Service Provider.
72
74
  attr_accessor :sp_binding
73
75
 
@@ -115,7 +117,7 @@ module Authentik::Api
115
117
  :'acs_url' => :'acs_url',
116
118
  :'sls_url' => :'sls_url',
117
119
  :'audience' => :'audience',
118
- :'issuer' => :'issuer',
120
+ :'issuer_override' => :'issuer_override',
119
121
  :'assertion_valid_not_before' => :'assertion_valid_not_before',
120
122
  :'assertion_valid_not_on_or_after' => :'assertion_valid_not_on_or_after',
121
123
  :'session_valid_not_on_or_after' => :'session_valid_not_on_or_after',
@@ -129,6 +131,7 @@ module Authentik::Api
129
131
  :'sign_assertion' => :'sign_assertion',
130
132
  :'sign_response' => :'sign_response',
131
133
  :'sign_logout_request' => :'sign_logout_request',
134
+ :'sign_logout_response' => :'sign_logout_response',
132
135
  :'sp_binding' => :'sp_binding',
133
136
  :'sls_binding' => :'sls_binding',
134
137
  :'logout_method' => :'logout_method',
@@ -158,7 +161,7 @@ module Authentik::Api
158
161
  :'acs_url' => :'String',
159
162
  :'sls_url' => :'String',
160
163
  :'audience' => :'String',
161
- :'issuer' => :'String',
164
+ :'issuer_override' => :'String',
162
165
  :'assertion_valid_not_before' => :'String',
163
166
  :'assertion_valid_not_on_or_after' => :'String',
164
167
  :'session_valid_not_on_or_after' => :'String',
@@ -172,6 +175,7 @@ module Authentik::Api
172
175
  :'sign_assertion' => :'Boolean',
173
176
  :'sign_response' => :'Boolean',
174
177
  :'sign_logout_request' => :'Boolean',
178
+ :'sign_logout_response' => :'Boolean',
175
179
  :'sp_binding' => :'SAMLBindingsEnum',
176
180
  :'sls_binding' => :'SAMLBindingsEnum',
177
181
  :'logout_method' => :'SAMLLogoutMethods',
@@ -242,8 +246,8 @@ module Authentik::Api
242
246
  self.audience = attributes[:'audience']
243
247
  end
244
248
 
245
- if attributes.key?(:'issuer')
246
- self.issuer = attributes[:'issuer']
249
+ if attributes.key?(:'issuer_override')
250
+ self.issuer_override = attributes[:'issuer_override']
247
251
  end
248
252
 
249
253
  if attributes.key?(:'assertion_valid_not_before')
@@ -298,6 +302,10 @@ module Authentik::Api
298
302
  self.sign_logout_request = attributes[:'sign_logout_request']
299
303
  end
300
304
 
305
+ if attributes.key?(:'sign_logout_response')
306
+ self.sign_logout_response = attributes[:'sign_logout_response']
307
+ end
308
+
301
309
  if attributes.key?(:'sp_binding')
302
310
  self.sp_binding = attributes[:'sp_binding']
303
311
  end
@@ -332,10 +340,6 @@ module Authentik::Api
332
340
  invalid_properties.push('invalid value for "acs_url", the character length must be greater than or equal to 1.')
333
341
  end
334
342
 
335
- if !@issuer.nil? && @issuer.to_s.length < 1
336
- invalid_properties.push('invalid value for "issuer", the character length must be greater than or equal to 1.')
337
- end
338
-
339
343
  if !@assertion_valid_not_before.nil? && @assertion_valid_not_before.to_s.length < 1
340
344
  invalid_properties.push('invalid value for "assertion_valid_not_before", the character length must be greater than or equal to 1.')
341
345
  end
@@ -357,7 +361,6 @@ module Authentik::Api
357
361
  warn '[DEPRECATED] the `valid?` method is obsolete'
358
362
  return false if !@name.nil? && @name.to_s.length < 1
359
363
  return false if !@acs_url.nil? && @acs_url.to_s.length < 1
360
- return false if !@issuer.nil? && @issuer.to_s.length < 1
361
364
  return false if !@assertion_valid_not_before.nil? && @assertion_valid_not_before.to_s.length < 1
362
365
  return false if !@assertion_valid_not_on_or_after.nil? && @assertion_valid_not_on_or_after.to_s.length < 1
363
366
  return false if !@session_valid_not_on_or_after.nil? && @session_valid_not_on_or_after.to_s.length < 1
@@ -392,20 +395,6 @@ module Authentik::Api
392
395
  @acs_url = acs_url
393
396
  end
394
397
 
395
- # Custom attribute writer method with validation
396
- # @param [Object] issuer Value to be assigned
397
- def issuer=(issuer)
398
- if issuer.nil?
399
- fail ArgumentError, 'issuer cannot be nil'
400
- end
401
-
402
- if issuer.to_s.length < 1
403
- fail ArgumentError, 'invalid value for "issuer", the character length must be greater than or equal to 1.'
404
- end
405
-
406
- @issuer = issuer
407
- end
408
-
409
398
  # Custom attribute writer method with validation
410
399
  # @param [Object] assertion_valid_not_before Value to be assigned
411
400
  def assertion_valid_not_before=(assertion_valid_not_before)
@@ -461,7 +450,7 @@ module Authentik::Api
461
450
  acs_url == o.acs_url &&
462
451
  sls_url == o.sls_url &&
463
452
  audience == o.audience &&
464
- issuer == o.issuer &&
453
+ issuer_override == o.issuer_override &&
465
454
  assertion_valid_not_before == o.assertion_valid_not_before &&
466
455
  assertion_valid_not_on_or_after == o.assertion_valid_not_on_or_after &&
467
456
  session_valid_not_on_or_after == o.session_valid_not_on_or_after &&
@@ -475,6 +464,7 @@ module Authentik::Api
475
464
  sign_assertion == o.sign_assertion &&
476
465
  sign_response == o.sign_response &&
477
466
  sign_logout_request == o.sign_logout_request &&
467
+ sign_logout_response == o.sign_logout_response &&
478
468
  sp_binding == o.sp_binding &&
479
469
  sls_binding == o.sls_binding &&
480
470
  logout_method == o.logout_method &&
@@ -491,7 +481,7 @@ module Authentik::Api
491
481
  # Calculates hash code according to all attributes.
492
482
  # @return [Integer] Hash code
493
483
  def hash
494
- [name, authentication_flow, authorization_flow, invalidation_flow, property_mappings, acs_url, sls_url, audience, issuer, assertion_valid_not_before, assertion_valid_not_on_or_after, session_valid_not_on_or_after, name_id_mapping, authn_context_class_ref_mapping, digest_algorithm, signature_algorithm, signing_kp, verification_kp, encryption_kp, sign_assertion, sign_response, sign_logout_request, sp_binding, sls_binding, logout_method, default_relay_state, default_name_id_policy].hash
484
+ [name, authentication_flow, authorization_flow, invalidation_flow, property_mappings, acs_url, sls_url, audience, issuer_override, assertion_valid_not_before, assertion_valid_not_on_or_after, session_valid_not_on_or_after, name_id_mapping, authn_context_class_ref_mapping, digest_algorithm, signature_algorithm, signing_kp, verification_kp, encryption_kp, sign_assertion, sign_response, sign_logout_request, sign_logout_response, sp_binding, sls_binding, logout_method, default_relay_state, default_name_id_policy].hash
495
485
  end
496
486
 
497
487
  # Builds the object from hash
@@ -58,6 +58,9 @@ module Authentik::Api
58
58
  # Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done.
59
59
  attr_accessor :allow_idp_initiated
60
60
 
61
+ # When enabled, the IdP will re-authenticate the user even if a session exists.
62
+ attr_accessor :force_authn
63
+
61
64
  # NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
62
65
  attr_accessor :name_id_policy
63
66
 
@@ -126,6 +129,7 @@ module Authentik::Api
126
129
  :'sso_url' => :'sso_url',
127
130
  :'slo_url' => :'slo_url',
128
131
  :'allow_idp_initiated' => :'allow_idp_initiated',
132
+ :'force_authn' => :'force_authn',
129
133
  :'name_id_policy' => :'name_id_policy',
130
134
  :'binding_type' => :'binding_type',
131
135
  :'verification_kp' => :'verification_kp',
@@ -170,6 +174,7 @@ module Authentik::Api
170
174
  :'sso_url' => :'String',
171
175
  :'slo_url' => :'String',
172
176
  :'allow_idp_initiated' => :'Boolean',
177
+ :'force_authn' => :'Boolean',
173
178
  :'name_id_policy' => :'SAMLNameIDPolicyEnum',
174
179
  :'binding_type' => :'BindingTypeEnum',
175
180
  :'verification_kp' => :'String',
@@ -287,6 +292,10 @@ module Authentik::Api
287
292
  self.allow_idp_initiated = attributes[:'allow_idp_initiated']
288
293
  end
289
294
 
295
+ if attributes.key?(:'force_authn')
296
+ self.force_authn = attributes[:'force_authn']
297
+ end
298
+
290
299
  if attributes.key?(:'name_id_policy')
291
300
  self.name_id_policy = attributes[:'name_id_policy']
292
301
  end
@@ -472,6 +481,7 @@ module Authentik::Api
472
481
  sso_url == o.sso_url &&
473
482
  slo_url == o.slo_url &&
474
483
  allow_idp_initiated == o.allow_idp_initiated &&
484
+ force_authn == o.force_authn &&
475
485
  name_id_policy == o.name_id_policy &&
476
486
  binding_type == o.binding_type &&
477
487
  verification_kp == o.verification_kp &&
@@ -493,7 +503,7 @@ module Authentik::Api
493
503
  # Calculates hash code according to all attributes.
494
504
  # @return [Integer] Hash code
495
505
  def hash
496
- [name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, policy_engine_mode, user_matching_mode, user_path_template, icon, group_matching_mode, pre_authentication_flow, issuer, sso_url, slo_url, allow_idp_initiated, name_id_policy, binding_type, verification_kp, signing_kp, digest_algorithm, signature_algorithm, temporary_user_delete_after, encryption_kp, signed_assertion, signed_response].hash
506
+ [name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, policy_engine_mode, user_matching_mode, user_path_template, icon, group_matching_mode, pre_authentication_flow, issuer, sso_url, slo_url, allow_idp_initiated, force_authn, name_id_policy, binding_type, verification_kp, signing_kp, digest_algorithm, signature_algorithm, temporary_user_delete_after, encryption_kp, signed_assertion, signed_response].hash
497
507
  end
498
508
 
499
509
  # Builds the object from hash
@@ -9,19 +9,23 @@ require 'time'
9
9
 
10
10
  module Authentik::Api
11
11
  class PatchedSettingsRequestFlags < ApiModelBase
12
- attr_accessor :enterprise_audit_include_expanded_diff
12
+ # Configure if applications without any policy/group/user bindings should be accessible to any user.
13
+ attr_accessor :core_default_app_access
13
14
 
14
- attr_accessor :policies_buffered_access_view
15
+ # Include additional information in audit logs, may incur a performance penalty.
16
+ attr_accessor :enterprise_audit_include_expanded_diff
15
17
 
18
+ # Upon successful authentication, re-start authentication in other open tabs.
16
19
  attr_accessor :flows_continuous_login
17
20
 
21
+ # Refresh other tabs after successful authentication.
18
22
  attr_accessor :flows_refresh_others
19
23
 
20
24
  # Attribute mapping from ruby-style variable name to JSON key.
21
25
  def self.attribute_map
22
26
  {
27
+ :'core_default_app_access' => :'core_default_app_access',
23
28
  :'enterprise_audit_include_expanded_diff' => :'enterprise_audit_include_expanded_diff',
24
- :'policies_buffered_access_view' => :'policies_buffered_access_view',
25
29
  :'flows_continuous_login' => :'flows_continuous_login',
26
30
  :'flows_refresh_others' => :'flows_refresh_others'
27
31
  }
@@ -40,8 +44,8 @@ module Authentik::Api
40
44
  # Attribute type mapping.
41
45
  def self.openapi_types
42
46
  {
47
+ :'core_default_app_access' => :'Boolean',
43
48
  :'enterprise_audit_include_expanded_diff' => :'Boolean',
44
- :'policies_buffered_access_view' => :'Boolean',
45
49
  :'flows_continuous_login' => :'Boolean',
46
50
  :'flows_refresh_others' => :'Boolean'
47
51
  }
@@ -69,16 +73,16 @@ module Authentik::Api
69
73
  h[k.to_sym] = v
70
74
  }
71
75
 
72
- if attributes.key?(:'enterprise_audit_include_expanded_diff')
73
- self.enterprise_audit_include_expanded_diff = attributes[:'enterprise_audit_include_expanded_diff']
76
+ if attributes.key?(:'core_default_app_access')
77
+ self.core_default_app_access = attributes[:'core_default_app_access']
74
78
  else
75
- self.enterprise_audit_include_expanded_diff = nil
79
+ self.core_default_app_access = nil
76
80
  end
77
81
 
78
- if attributes.key?(:'policies_buffered_access_view')
79
- self.policies_buffered_access_view = attributes[:'policies_buffered_access_view']
82
+ if attributes.key?(:'enterprise_audit_include_expanded_diff')
83
+ self.enterprise_audit_include_expanded_diff = attributes[:'enterprise_audit_include_expanded_diff']
80
84
  else
81
- self.policies_buffered_access_view = nil
85
+ self.enterprise_audit_include_expanded_diff = nil
82
86
  end
83
87
 
84
88
  if attributes.key?(:'flows_continuous_login')
@@ -99,12 +103,12 @@ module Authentik::Api
99
103
  def list_invalid_properties
100
104
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
101
105
  invalid_properties = Array.new
102
- if @enterprise_audit_include_expanded_diff.nil?
103
- invalid_properties.push('invalid value for "enterprise_audit_include_expanded_diff", enterprise_audit_include_expanded_diff cannot be nil.')
106
+ if @core_default_app_access.nil?
107
+ invalid_properties.push('invalid value for "core_default_app_access", core_default_app_access cannot be nil.')
104
108
  end
105
109
 
106
- if @policies_buffered_access_view.nil?
107
- invalid_properties.push('invalid value for "policies_buffered_access_view", policies_buffered_access_view cannot be nil.')
110
+ if @enterprise_audit_include_expanded_diff.nil?
111
+ invalid_properties.push('invalid value for "enterprise_audit_include_expanded_diff", enterprise_audit_include_expanded_diff cannot be nil.')
108
112
  end
109
113
 
110
114
  if @flows_continuous_login.nil?
@@ -122,31 +126,31 @@ module Authentik::Api
122
126
  # @return true if the model is valid
123
127
  def valid?
124
128
  warn '[DEPRECATED] the `valid?` method is obsolete'
129
+ return false if @core_default_app_access.nil?
125
130
  return false if @enterprise_audit_include_expanded_diff.nil?
126
- return false if @policies_buffered_access_view.nil?
127
131
  return false if @flows_continuous_login.nil?
128
132
  return false if @flows_refresh_others.nil?
129
133
  true
130
134
  end
131
135
 
132
136
  # Custom attribute writer method with validation
133
- # @param [Object] enterprise_audit_include_expanded_diff Value to be assigned
134
- def enterprise_audit_include_expanded_diff=(enterprise_audit_include_expanded_diff)
135
- if enterprise_audit_include_expanded_diff.nil?
136
- fail ArgumentError, 'enterprise_audit_include_expanded_diff cannot be nil'
137
+ # @param [Object] core_default_app_access Value to be assigned
138
+ def core_default_app_access=(core_default_app_access)
139
+ if core_default_app_access.nil?
140
+ fail ArgumentError, 'core_default_app_access cannot be nil'
137
141
  end
138
142
 
139
- @enterprise_audit_include_expanded_diff = enterprise_audit_include_expanded_diff
143
+ @core_default_app_access = core_default_app_access
140
144
  end
141
145
 
142
146
  # Custom attribute writer method with validation
143
- # @param [Object] policies_buffered_access_view Value to be assigned
144
- def policies_buffered_access_view=(policies_buffered_access_view)
145
- if policies_buffered_access_view.nil?
146
- fail ArgumentError, 'policies_buffered_access_view cannot be nil'
147
+ # @param [Object] enterprise_audit_include_expanded_diff Value to be assigned
148
+ def enterprise_audit_include_expanded_diff=(enterprise_audit_include_expanded_diff)
149
+ if enterprise_audit_include_expanded_diff.nil?
150
+ fail ArgumentError, 'enterprise_audit_include_expanded_diff cannot be nil'
147
151
  end
148
152
 
149
- @policies_buffered_access_view = policies_buffered_access_view
153
+ @enterprise_audit_include_expanded_diff = enterprise_audit_include_expanded_diff
150
154
  end
151
155
 
152
156
  # Custom attribute writer method with validation
@@ -174,8 +178,8 @@ module Authentik::Api
174
178
  def ==(o)
175
179
  return true if self.equal?(o)
176
180
  self.class == o.class &&
181
+ core_default_app_access == o.core_default_app_access &&
177
182
  enterprise_audit_include_expanded_diff == o.enterprise_audit_include_expanded_diff &&
178
- policies_buffered_access_view == o.policies_buffered_access_view &&
179
183
  flows_continuous_login == o.flows_continuous_login &&
180
184
  flows_refresh_others == o.flows_refresh_others
181
185
  end
@@ -189,7 +193,7 @@ module Authentik::Api
189
193
  # Calculates hash code according to all attributes.
190
194
  # @return [Integer] Hash code
191
195
  def hash
192
- [enterprise_audit_include_expanded_diff, policies_buffered_access_view, flows_continuous_login, flows_refresh_others].hash
196
+ [core_default_app_access, enterprise_audit_include_expanded_diff, flows_continuous_login, flows_refresh_others].hash
193
197
  end
194
198
 
195
199
  # Builds the object from hash
@@ -19,13 +19,16 @@ module Authentik::Api
19
19
 
20
20
  attr_accessor :event_retention
21
21
 
22
+ attr_accessor :push_verify_certificates
23
+
22
24
  # Attribute mapping from ruby-style variable name to JSON key.
23
25
  def self.attribute_map
24
26
  {
25
27
  :'name' => :'name',
26
28
  :'signing_key' => :'signing_key',
27
29
  :'oidc_auth_providers' => :'oidc_auth_providers',
28
- :'event_retention' => :'event_retention'
30
+ :'event_retention' => :'event_retention',
31
+ :'push_verify_certificates' => :'push_verify_certificates'
29
32
  }
30
33
  end
31
34
 
@@ -45,7 +48,8 @@ module Authentik::Api
45
48
  :'name' => :'String',
46
49
  :'signing_key' => :'String',
47
50
  :'oidc_auth_providers' => :'Array<Integer>',
48
- :'event_retention' => :'String'
51
+ :'event_retention' => :'String',
52
+ :'push_verify_certificates' => :'Boolean'
49
53
  }
50
54
  end
51
55
 
@@ -88,6 +92,10 @@ module Authentik::Api
88
92
  if attributes.key?(:'event_retention')
89
93
  self.event_retention = attributes[:'event_retention']
90
94
  end
95
+
96
+ if attributes.key?(:'push_verify_certificates')
97
+ self.push_verify_certificates = attributes[:'push_verify_certificates']
98
+ end
91
99
  end
92
100
 
93
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -151,7 +159,8 @@ module Authentik::Api
151
159
  name == o.name &&
152
160
  signing_key == o.signing_key &&
153
161
  oidc_auth_providers == o.oidc_auth_providers &&
154
- event_retention == o.event_retention
162
+ event_retention == o.event_retention &&
163
+ push_verify_certificates == o.push_verify_certificates
155
164
  end
156
165
 
157
166
  # @see the `==` method
@@ -163,7 +172,7 @@ module Authentik::Api
163
172
  # Calculates hash code according to all attributes.
164
173
  # @return [Integer] Hash code
165
174
  def hash
166
- [name, signing_key, oidc_auth_providers, event_retention].hash
175
+ [name, signing_key, oidc_auth_providers, event_retention, push_verify_certificates].hash
167
176
  end
168
177
 
169
178
  # Builds the object from hash
@@ -10,6 +10,8 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserKerberosSourceConnectionRequest < ApiModelBase
13
+ attr_accessor :user
14
+
13
15
  attr_accessor :source
14
16
 
15
17
  attr_accessor :identifier
@@ -17,6 +19,7 @@ module Authentik::Api
17
19
  # Attribute mapping from ruby-style variable name to JSON key.
18
20
  def self.attribute_map
19
21
  {
22
+ :'user' => :'user',
20
23
  :'source' => :'source',
21
24
  :'identifier' => :'identifier'
22
25
  }
@@ -35,6 +38,7 @@ module Authentik::Api
35
38
  # Attribute type mapping.
36
39
  def self.openapi_types
37
40
  {
41
+ :'user' => :'Integer',
38
42
  :'source' => :'String',
39
43
  :'identifier' => :'String'
40
44
  }
@@ -62,6 +66,10 @@ module Authentik::Api
62
66
  h[k.to_sym] = v
63
67
  }
64
68
 
69
+ if attributes.key?(:'user')
70
+ self.user = attributes[:'user']
71
+ end
72
+
65
73
  if attributes.key?(:'source')
66
74
  self.source = attributes[:'source']
67
75
  end
@@ -110,6 +118,7 @@ module Authentik::Api
110
118
  def ==(o)
111
119
  return true if self.equal?(o)
112
120
  self.class == o.class &&
121
+ user == o.user &&
113
122
  source == o.source &&
114
123
  identifier == o.identifier
115
124
  end
@@ -123,7 +132,7 @@ module Authentik::Api
123
132
  # Calculates hash code according to all attributes.
124
133
  # @return [Integer] Hash code
125
134
  def hash
126
- [source, identifier].hash
135
+ [user, source, identifier].hash
127
136
  end
128
137
 
129
138
  # Builds the object from hash
@@ -10,6 +10,8 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserLDAPSourceConnectionRequest < ApiModelBase
13
+ attr_accessor :user
14
+
13
15
  attr_accessor :source
14
16
 
15
17
  attr_accessor :identifier
@@ -17,6 +19,7 @@ module Authentik::Api
17
19
  # Attribute mapping from ruby-style variable name to JSON key.
18
20
  def self.attribute_map
19
21
  {
22
+ :'user' => :'user',
20
23
  :'source' => :'source',
21
24
  :'identifier' => :'identifier'
22
25
  }
@@ -35,6 +38,7 @@ module Authentik::Api
35
38
  # Attribute type mapping.
36
39
  def self.openapi_types
37
40
  {
41
+ :'user' => :'Integer',
38
42
  :'source' => :'String',
39
43
  :'identifier' => :'String'
40
44
  }
@@ -62,6 +66,10 @@ module Authentik::Api
62
66
  h[k.to_sym] = v
63
67
  }
64
68
 
69
+ if attributes.key?(:'user')
70
+ self.user = attributes[:'user']
71
+ end
72
+
65
73
  if attributes.key?(:'source')
66
74
  self.source = attributes[:'source']
67
75
  end
@@ -110,6 +118,7 @@ module Authentik::Api
110
118
  def ==(o)
111
119
  return true if self.equal?(o)
112
120
  self.class == o.class &&
121
+ user == o.user &&
113
122
  source == o.source &&
114
123
  identifier == o.identifier
115
124
  end
@@ -123,7 +132,7 @@ module Authentik::Api
123
132
  # Calculates hash code according to all attributes.
124
133
  # @return [Integer] Hash code
125
134
  def hash
126
- [source, identifier].hash
135
+ [user, source, identifier].hash
127
136
  end
128
137
 
129
138
  # Builds the object from hash
@@ -10,6 +10,8 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserOAuthSourceConnectionRequest < ApiModelBase
13
+ attr_accessor :user
14
+
13
15
  attr_accessor :source
14
16
 
15
17
  attr_accessor :identifier
@@ -21,6 +23,7 @@ module Authentik::Api
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
26
+ :'user' => :'user',
24
27
  :'source' => :'source',
25
28
  :'identifier' => :'identifier',
26
29
  :'access_token' => :'access_token',
@@ -41,6 +44,7 @@ module Authentik::Api
41
44
  # Attribute type mapping.
42
45
  def self.openapi_types
43
46
  {
47
+ :'user' => :'Integer',
44
48
  :'source' => :'String',
45
49
  :'identifier' => :'String',
46
50
  :'access_token' => :'String',
@@ -71,6 +75,10 @@ module Authentik::Api
71
75
  h[k.to_sym] = v
72
76
  }
73
77
 
78
+ if attributes.key?(:'user')
79
+ self.user = attributes[:'user']
80
+ end
81
+
74
82
  if attributes.key?(:'source')
75
83
  self.source = attributes[:'source']
76
84
  end
@@ -127,6 +135,7 @@ module Authentik::Api
127
135
  def ==(o)
128
136
  return true if self.equal?(o)
129
137
  self.class == o.class &&
138
+ user == o.user &&
130
139
  source == o.source &&
131
140
  identifier == o.identifier &&
132
141
  access_token == o.access_token &&
@@ -142,7 +151,7 @@ module Authentik::Api
142
151
  # Calculates hash code according to all attributes.
143
152
  # @return [Integer] Hash code
144
153
  def hash
145
- [source, identifier, access_token, expires].hash
154
+ [user, source, identifier, access_token, expires].hash
146
155
  end
147
156
 
148
157
  # Builds the object from hash
@@ -10,6 +10,8 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserPlexSourceConnectionRequest < ApiModelBase
13
+ attr_accessor :user
14
+
13
15
  attr_accessor :source
14
16
 
15
17
  attr_accessor :identifier
@@ -19,6 +21,7 @@ module Authentik::Api
19
21
  # Attribute mapping from ruby-style variable name to JSON key.
20
22
  def self.attribute_map
21
23
  {
24
+ :'user' => :'user',
22
25
  :'source' => :'source',
23
26
  :'identifier' => :'identifier',
24
27
  :'plex_token' => :'plex_token'
@@ -38,6 +41,7 @@ module Authentik::Api
38
41
  # Attribute type mapping.
39
42
  def self.openapi_types
40
43
  {
44
+ :'user' => :'Integer',
41
45
  :'source' => :'String',
42
46
  :'identifier' => :'String',
43
47
  :'plex_token' => :'String'
@@ -66,6 +70,10 @@ module Authentik::Api
66
70
  h[k.to_sym] = v
67
71
  }
68
72
 
73
+ if attributes.key?(:'user')
74
+ self.user = attributes[:'user']
75
+ end
76
+
69
77
  if attributes.key?(:'source')
70
78
  self.source = attributes[:'source']
71
79
  end
@@ -137,6 +145,7 @@ module Authentik::Api
137
145
  def ==(o)
138
146
  return true if self.equal?(o)
139
147
  self.class == o.class &&
148
+ user == o.user &&
140
149
  source == o.source &&
141
150
  identifier == o.identifier &&
142
151
  plex_token == o.plex_token
@@ -151,7 +160,7 @@ module Authentik::Api
151
160
  # Calculates hash code according to all attributes.
152
161
  # @return [Integer] Hash code
153
162
  def hash
154
- [source, identifier, plex_token].hash
163
+ [user, source, identifier, plex_token].hash
155
164
  end
156
165
 
157
166
  # Builds the object from hash
@@ -10,6 +10,8 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class PatchedUserSAMLSourceConnectionRequest < ApiModelBase
13
+ attr_accessor :user
14
+
13
15
  attr_accessor :source
14
16
 
15
17
  attr_accessor :identifier
@@ -17,6 +19,7 @@ module Authentik::Api
17
19
  # Attribute mapping from ruby-style variable name to JSON key.
18
20
  def self.attribute_map
19
21
  {
22
+ :'user' => :'user',
20
23
  :'source' => :'source',
21
24
  :'identifier' => :'identifier'
22
25
  }
@@ -35,6 +38,7 @@ module Authentik::Api
35
38
  # Attribute type mapping.
36
39
  def self.openapi_types
37
40
  {
41
+ :'user' => :'Integer',
38
42
  :'source' => :'String',
39
43
  :'identifier' => :'String'
40
44
  }
@@ -62,6 +66,10 @@ module Authentik::Api
62
66
  h[k.to_sym] = v
63
67
  }
64
68
 
69
+ if attributes.key?(:'user')
70
+ self.user = attributes[:'user']
71
+ end
72
+
65
73
  if attributes.key?(:'source')
66
74
  self.source = attributes[:'source']
67
75
  end
@@ -110,6 +118,7 @@ module Authentik::Api
110
118
  def ==(o)
111
119
  return true if self.equal?(o)
112
120
  self.class == o.class &&
121
+ user == o.user &&
113
122
  source == o.source &&
114
123
  identifier == o.identifier
115
124
  end
@@ -123,7 +132,7 @@ module Authentik::Api
123
132
  # Calculates hash code according to all attributes.
124
133
  # @return [Integer] Hash code
125
134
  def hash
126
- [source, identifier].hash
135
+ [user, source, identifier].hash
127
136
  end
128
137
 
129
138
  # Builds the object from hash