ory-client 1.4.2 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (531) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +13 -6
  4. data/docs/ContinueWith.md +7 -1
  5. data/docs/ContinueWithRecoveryUi.md +20 -0
  6. data/docs/ContinueWithRecoveryUiFlow.md +20 -0
  7. data/docs/ContinueWithSettingsUi.md +20 -0
  8. data/docs/ContinueWithSettingsUiFlow.md +18 -0
  9. data/docs/CreateProjectBody.md +3 -1
  10. data/docs/CreateProjectNormalizedPayload.md +390 -0
  11. data/docs/CreateSubscriptionBody.md +4 -2
  12. data/docs/FrontendApi.md +6 -6
  13. data/docs/ListMyWorkspacesResponse.md +22 -0
  14. data/docs/NormalizedProject.md +3 -1
  15. data/docs/NormalizedProjectRevision.md +2 -0
  16. data/docs/OAuth2Api.md +1 -1
  17. data/docs/Project.md +3 -1
  18. data/docs/ProjectMetadata.md +3 -1
  19. data/docs/RecoveryCodeForIdentity.md +1 -1
  20. data/docs/RecoveryFlow.md +2 -0
  21. data/docs/Workspace.md +26 -0
  22. data/lib/ory-client/api/courier_api.rb +1 -1
  23. data/lib/ory-client/api/frontend_api.rb +7 -7
  24. data/lib/ory-client/api/identity_api.rb +1 -1
  25. data/lib/ory-client/api/jwk_api.rb +1 -1
  26. data/lib/ory-client/api/metadata_api.rb +1 -1
  27. data/lib/ory-client/api/o_auth2_api.rb +3 -3
  28. data/lib/ory-client/api/oidc_api.rb +1 -1
  29. data/lib/ory-client/api/permission_api.rb +1 -1
  30. data/lib/ory-client/api/project_api.rb +1 -1
  31. data/lib/ory-client/api/relationship_api.rb +1 -1
  32. data/lib/ory-client/api/wellknown_api.rb +1 -1
  33. data/lib/ory-client/api_client.rb +1 -1
  34. data/lib/ory-client/api_error.rb +1 -1
  35. data/lib/ory-client/configuration.rb +1 -1
  36. data/lib/ory-client/models/accept_o_auth2_consent_request.rb +1 -1
  37. data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +1 -1
  38. data/lib/ory-client/models/accept_o_auth2_login_request.rb +1 -1
  39. data/lib/ory-client/models/active_project_in_console.rb +1 -1
  40. data/lib/ory-client/models/attributes_count_datapoint.rb +1 -1
  41. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  42. data/lib/ory-client/models/batch_patch_identities_response.rb +1 -1
  43. data/lib/ory-client/models/check_opl_syntax_result.rb +1 -1
  44. data/lib/ory-client/models/check_permission_result.rb +1 -1
  45. data/lib/ory-client/models/cloud_account.rb +1 -1
  46. data/lib/ory-client/models/consistency_request_parameters.rb +1 -1
  47. data/lib/ory-client/models/continue_with.rb +5 -1
  48. data/lib/ory-client/models/continue_with_recovery_ui.rb +274 -0
  49. data/lib/ory-client/models/continue_with_recovery_ui_flow.rb +235 -0
  50. data/lib/ory-client/models/continue_with_set_ory_session_token.rb +1 -1
  51. data/lib/ory-client/models/continue_with_settings_ui.rb +274 -0
  52. data/lib/ory-client/models/continue_with_settings_ui_flow.rb +225 -0
  53. data/lib/ory-client/models/continue_with_verification_ui.rb +1 -1
  54. data/lib/ory-client/models/continue_with_verification_ui_flow.rb +1 -1
  55. data/lib/ory-client/models/courier_message_status.rb +1 -1
  56. data/lib/ory-client/models/courier_message_type.rb +1 -1
  57. data/lib/ory-client/models/create_custom_domain_body.rb +1 -1
  58. data/lib/ory-client/models/create_identity_body.rb +1 -1
  59. data/lib/ory-client/models/create_invite_response.rb +1 -1
  60. data/lib/ory-client/models/create_json_web_key_set.rb +1 -1
  61. data/lib/ory-client/models/create_project_api_key_request.rb +1 -1
  62. data/lib/ory-client/models/create_project_body.rb +15 -5
  63. data/lib/ory-client/models/create_project_branding.rb +1 -1
  64. data/lib/ory-client/models/create_project_member_invite_body.rb +1 -1
  65. data/lib/ory-client/models/create_project_normalized_payload.rb +2303 -0
  66. data/lib/ory-client/models/create_recovery_code_for_identity_body.rb +1 -1
  67. data/lib/ory-client/models/create_recovery_link_for_identity_body.rb +1 -1
  68. data/lib/ory-client/models/create_relationship_body.rb +1 -1
  69. data/lib/ory-client/models/create_subscription_body.rb +16 -10
  70. data/lib/ory-client/models/create_verifiable_credential_request_body.rb +1 -1
  71. data/lib/ory-client/models/credential_supported_draft00.rb +1 -1
  72. data/lib/ory-client/models/custom_domain.rb +1 -1
  73. data/lib/ory-client/models/delete_my_sessions_count.rb +1 -1
  74. data/lib/ory-client/models/email_template_data.rb +1 -1
  75. data/lib/ory-client/models/email_template_data_body.rb +1 -1
  76. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  77. data/lib/ory-client/models/error_browser_location_change_required.rb +1 -1
  78. data/lib/ory-client/models/error_flow_replaced.rb +1 -1
  79. data/lib/ory-client/models/error_generic.rb +1 -1
  80. data/lib/ory-client/models/error_o_auth2.rb +1 -1
  81. data/lib/ory-client/models/expanded_permission_tree.rb +1 -1
  82. data/lib/ory-client/models/flow_error.rb +1 -1
  83. data/lib/ory-client/models/generic_error.rb +1 -1
  84. data/lib/ory-client/models/generic_error_content.rb +1 -1
  85. data/lib/ory-client/models/generic_usage.rb +1 -1
  86. data/lib/ory-client/models/get_attributes_count_response.rb +1 -1
  87. data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
  88. data/lib/ory-client/models/get_organization_response.rb +1 -1
  89. data/lib/ory-client/models/get_project_metrics_response.rb +1 -1
  90. data/lib/ory-client/models/get_session_activity_response.rb +1 -1
  91. data/lib/ory-client/models/get_version200_response.rb +1 -1
  92. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  93. data/lib/ory-client/models/health_status.rb +1 -1
  94. data/lib/ory-client/models/identity.rb +1 -1
  95. data/lib/ory-client/models/identity_credentials.rb +1 -1
  96. data/lib/ory-client/models/identity_credentials_code.rb +1 -1
  97. data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
  98. data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
  99. data/lib/ory-client/models/identity_credentials_password.rb +1 -1
  100. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  101. data/lib/ory-client/models/identity_patch.rb +1 -1
  102. data/lib/ory-client/models/identity_patch_response.rb +1 -1
  103. data/lib/ory-client/models/identity_schema_container.rb +1 -1
  104. data/lib/ory-client/models/identity_schema_preset.rb +1 -1
  105. data/lib/ory-client/models/identity_state.rb +1 -1
  106. data/lib/ory-client/models/identity_with_credentials.rb +1 -1
  107. data/lib/ory-client/models/identity_with_credentials_oidc.rb +1 -1
  108. data/lib/ory-client/models/identity_with_credentials_oidc_config.rb +1 -1
  109. data/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb +1 -1
  110. data/lib/ory-client/models/identity_with_credentials_password.rb +1 -1
  111. data/lib/ory-client/models/identity_with_credentials_password_config.rb +1 -1
  112. data/lib/ory-client/models/internal_get_project_branding_body.rb +1 -1
  113. data/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb +1 -1
  114. data/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb +1 -1
  115. data/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb +1 -1
  116. data/lib/ory-client/models/internal_provision_mock_subscription.rb +1 -1
  117. data/lib/ory-client/models/introspected_o_auth2_token.rb +1 -1
  118. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  119. data/lib/ory-client/models/is_ready200_response.rb +1 -1
  120. data/lib/ory-client/models/is_ready503_response.rb +1 -1
  121. data/lib/ory-client/models/json_patch.rb +1 -1
  122. data/lib/ory-client/models/json_web_key.rb +1 -1
  123. data/lib/ory-client/models/json_web_key_set.rb +1 -1
  124. data/lib/ory-client/models/keto_namespace.rb +1 -1
  125. data/lib/ory-client/models/list_my_workspaces_response.rb +254 -0
  126. data/lib/ory-client/models/list_organizations_response.rb +1 -1
  127. data/lib/ory-client/models/login_flow.rb +1 -1
  128. data/lib/ory-client/models/login_flow_state.rb +1 -1
  129. data/lib/ory-client/models/logout_flow.rb +1 -1
  130. data/lib/ory-client/models/managed_identity_schema.rb +1 -1
  131. data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
  132. data/lib/ory-client/models/member_invite.rb +1 -1
  133. data/lib/ory-client/models/message.rb +1 -1
  134. data/lib/ory-client/models/message_dispatch.rb +1 -1
  135. data/lib/ory-client/models/metrics_datapoint.rb +1 -1
  136. data/lib/ory-client/models/namespace.rb +1 -1
  137. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  138. data/lib/ory-client/models/normalized_project.rb +15 -5
  139. data/lib/ory-client/models/normalized_project_revision.rb +12 -2
  140. data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
  141. data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +1 -1
  142. data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +1 -1
  143. data/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb +1 -1
  144. data/lib/ory-client/models/o_auth2_client.rb +1 -1
  145. data/lib/ory-client/models/o_auth2_client_token_lifespans.rb +1 -1
  146. data/lib/ory-client/models/o_auth2_consent_request.rb +1 -1
  147. data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
  148. data/lib/ory-client/models/o_auth2_consent_session.rb +1 -1
  149. data/lib/ory-client/models/o_auth2_consent_session_expires_at.rb +1 -1
  150. data/lib/ory-client/models/o_auth2_login_request.rb +1 -1
  151. data/lib/ory-client/models/o_auth2_logout_request.rb +1 -1
  152. data/lib/ory-client/models/o_auth2_redirect_to.rb +1 -1
  153. data/lib/ory-client/models/o_auth2_token_exchange.rb +1 -1
  154. data/lib/ory-client/models/oidc_configuration.rb +1 -1
  155. data/lib/ory-client/models/oidc_user_info.rb +1 -1
  156. data/lib/ory-client/models/organization.rb +1 -1
  157. data/lib/ory-client/models/organization_body.rb +1 -1
  158. data/lib/ory-client/models/pagination.rb +1 -1
  159. data/lib/ory-client/models/pagination_headers.rb +1 -1
  160. data/lib/ory-client/models/parse_error.rb +1 -1
  161. data/lib/ory-client/models/patch_identities_body.rb +1 -1
  162. data/lib/ory-client/models/perform_native_logout_body.rb +1 -1
  163. data/lib/ory-client/models/plan.rb +1 -1
  164. data/lib/ory-client/models/plan_details.rb +1 -1
  165. data/lib/ory-client/models/post_check_permission_body.rb +1 -1
  166. data/lib/ory-client/models/post_check_permission_or_error_body.rb +1 -1
  167. data/lib/ory-client/models/project.rb +15 -5
  168. data/lib/ory-client/models/project_api_key.rb +1 -1
  169. data/lib/ory-client/models/project_branding.rb +1 -1
  170. data/lib/ory-client/models/project_branding_colors.rb +1 -1
  171. data/lib/ory-client/models/project_branding_theme.rb +1 -1
  172. data/lib/ory-client/models/project_cors.rb +1 -1
  173. data/lib/ory-client/models/project_host.rb +1 -1
  174. data/lib/ory-client/models/project_metadata.rb +15 -5
  175. data/lib/ory-client/models/project_service_identity.rb +1 -1
  176. data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
  177. data/lib/ory-client/models/project_service_permission.rb +1 -1
  178. data/lib/ory-client/models/project_services.rb +1 -1
  179. data/lib/ory-client/models/quota_usage.rb +1 -1
  180. data/lib/ory-client/models/recovery_code_for_identity.rb +2 -2
  181. data/lib/ory-client/models/recovery_flow.rb +14 -2
  182. data/lib/ory-client/models/recovery_flow_state.rb +1 -1
  183. data/lib/ory-client/models/recovery_identity_address.rb +1 -1
  184. data/lib/ory-client/models/recovery_link_for_identity.rb +1 -1
  185. data/lib/ory-client/models/registration_flow.rb +1 -1
  186. data/lib/ory-client/models/registration_flow_state.rb +1 -1
  187. data/lib/ory-client/models/reject_o_auth2_request.rb +1 -1
  188. data/lib/ory-client/models/relation_query.rb +1 -1
  189. data/lib/ory-client/models/relationship.rb +1 -1
  190. data/lib/ory-client/models/relationship_namespaces.rb +1 -1
  191. data/lib/ory-client/models/relationship_patch.rb +1 -1
  192. data/lib/ory-client/models/relationships.rb +1 -1
  193. data/lib/ory-client/models/rfc6749_error_json.rb +1 -1
  194. data/lib/ory-client/models/schema_patch.rb +1 -1
  195. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  196. data/lib/ory-client/models/session.rb +1 -1
  197. data/lib/ory-client/models/session_activity_datapoint.rb +1 -1
  198. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  199. data/lib/ory-client/models/session_device.rb +1 -1
  200. data/lib/ory-client/models/set_active_project_in_console_body.rb +1 -1
  201. data/lib/ory-client/models/set_custom_domain_body.rb +1 -1
  202. data/lib/ory-client/models/set_project.rb +1 -1
  203. data/lib/ory-client/models/set_project_branding_theme_body.rb +1 -1
  204. data/lib/ory-client/models/settings_flow.rb +1 -1
  205. data/lib/ory-client/models/settings_flow_state.rb +1 -1
  206. data/lib/ory-client/models/source_position.rb +1 -1
  207. data/lib/ory-client/models/stripe_customer.rb +1 -1
  208. data/lib/ory-client/models/subject_set.rb +1 -1
  209. data/lib/ory-client/models/subscription.rb +1 -1
  210. data/lib/ory-client/models/successful_code_exchange_response.rb +1 -1
  211. data/lib/ory-client/models/successful_native_login.rb +1 -1
  212. data/lib/ory-client/models/successful_native_registration.rb +1 -1
  213. data/lib/ory-client/models/successful_project_update.rb +1 -1
  214. data/lib/ory-client/models/token_pagination.rb +1 -1
  215. data/lib/ory-client/models/token_pagination_headers.rb +1 -1
  216. data/lib/ory-client/models/token_pagination_request_parameters.rb +1 -1
  217. data/lib/ory-client/models/token_pagination_response_headers.rb +1 -1
  218. data/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb +1 -1
  219. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
  220. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
  221. data/lib/ory-client/models/ui_container.rb +1 -1
  222. data/lib/ory-client/models/ui_node.rb +1 -1
  223. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  224. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  225. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  226. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  227. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  228. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  229. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  230. data/lib/ory-client/models/ui_text.rb +1 -1
  231. data/lib/ory-client/models/update_identity_body.rb +1 -1
  232. data/lib/ory-client/models/update_login_flow_body.rb +1 -1
  233. data/lib/ory-client/models/update_login_flow_with_code_method.rb +1 -1
  234. data/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
  235. data/lib/ory-client/models/update_login_flow_with_oidc_method.rb +1 -1
  236. data/lib/ory-client/models/update_login_flow_with_password_method.rb +1 -1
  237. data/lib/ory-client/models/update_login_flow_with_totp_method.rb +1 -1
  238. data/lib/ory-client/models/update_login_flow_with_web_authn_method.rb +1 -1
  239. data/lib/ory-client/models/update_recovery_flow_body.rb +1 -1
  240. data/lib/ory-client/models/update_recovery_flow_with_code_method.rb +1 -1
  241. data/lib/ory-client/models/update_recovery_flow_with_link_method.rb +1 -1
  242. data/lib/ory-client/models/update_registration_flow_body.rb +1 -1
  243. data/lib/ory-client/models/update_registration_flow_with_code_method.rb +1 -1
  244. data/lib/ory-client/models/update_registration_flow_with_oidc_method.rb +1 -1
  245. data/lib/ory-client/models/update_registration_flow_with_password_method.rb +1 -1
  246. data/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
  247. data/lib/ory-client/models/update_settings_flow_body.rb +1 -1
  248. data/lib/ory-client/models/update_settings_flow_with_lookup_method.rb +1 -1
  249. data/lib/ory-client/models/update_settings_flow_with_oidc_method.rb +1 -1
  250. data/lib/ory-client/models/update_settings_flow_with_password_method.rb +1 -1
  251. data/lib/ory-client/models/update_settings_flow_with_profile_method.rb +1 -1
  252. data/lib/ory-client/models/update_settings_flow_with_totp_method.rb +1 -1
  253. data/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
  254. data/lib/ory-client/models/update_subscription_body.rb +1 -1
  255. data/lib/ory-client/models/update_verification_flow_body.rb +1 -1
  256. data/lib/ory-client/models/update_verification_flow_with_code_method.rb +1 -1
  257. data/lib/ory-client/models/update_verification_flow_with_link_method.rb +1 -1
  258. data/lib/ory-client/models/usage.rb +1 -1
  259. data/lib/ory-client/models/verifiable_credential_priming_response.rb +1 -1
  260. data/lib/ory-client/models/verifiable_credential_proof.rb +1 -1
  261. data/lib/ory-client/models/verifiable_credential_response.rb +1 -1
  262. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  263. data/lib/ory-client/models/verification_flow.rb +1 -1
  264. data/lib/ory-client/models/verification_flow_state.rb +1 -1
  265. data/lib/ory-client/models/version.rb +1 -1
  266. data/lib/ory-client/models/warning.rb +1 -1
  267. data/lib/ory-client/models/workspace.rb +276 -0
  268. data/lib/ory-client/version.rb +2 -2
  269. data/lib/ory-client.rb +8 -1
  270. data/ory-client.gemspec +1 -1
  271. data/spec/api/courier_api_spec.rb +1 -1
  272. data/spec/api/frontend_api_spec.rb +4 -4
  273. data/spec/api/identity_api_spec.rb +1 -1
  274. data/spec/api/jwk_api_spec.rb +1 -1
  275. data/spec/api/metadata_api_spec.rb +1 -1
  276. data/spec/api/o_auth2_api_spec.rb +2 -2
  277. data/spec/api/oidc_api_spec.rb +1 -1
  278. data/spec/api/permission_api_spec.rb +1 -1
  279. data/spec/api/project_api_spec.rb +1 -1
  280. data/spec/api/relationship_api_spec.rb +1 -1
  281. data/spec/api/wellknown_api_spec.rb +1 -1
  282. data/spec/api_client_spec.rb +1 -1
  283. data/spec/configuration_spec.rb +1 -1
  284. data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
  285. data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
  286. data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
  287. data/spec/models/active_project_in_console_spec.rb +1 -1
  288. data/spec/models/attributes_count_datapoint_spec.rb +1 -1
  289. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  290. data/spec/models/batch_patch_identities_response_spec.rb +1 -1
  291. data/spec/models/check_opl_syntax_result_spec.rb +1 -1
  292. data/spec/models/check_permission_result_spec.rb +1 -1
  293. data/spec/models/cloud_account_spec.rb +1 -1
  294. data/spec/models/consistency_request_parameters_spec.rb +1 -1
  295. data/spec/models/continue_with_recovery_ui_flow_spec.rb +40 -0
  296. data/spec/models/continue_with_recovery_ui_spec.rb +44 -0
  297. data/spec/models/continue_with_set_ory_session_token_spec.rb +1 -1
  298. data/spec/models/continue_with_settings_ui_flow_spec.rb +34 -0
  299. data/spec/models/continue_with_settings_ui_spec.rb +44 -0
  300. data/spec/models/continue_with_spec.rb +1 -1
  301. data/spec/models/continue_with_verification_ui_flow_spec.rb +1 -1
  302. data/spec/models/continue_with_verification_ui_spec.rb +1 -1
  303. data/spec/models/courier_message_status_spec.rb +1 -1
  304. data/spec/models/courier_message_type_spec.rb +1 -1
  305. data/spec/models/create_custom_domain_body_spec.rb +1 -1
  306. data/spec/models/create_identity_body_spec.rb +1 -1
  307. data/spec/models/create_invite_response_spec.rb +1 -1
  308. data/spec/models/create_json_web_key_set_spec.rb +1 -1
  309. data/spec/models/create_project_api_key_request_spec.rb +1 -1
  310. data/spec/models/create_project_body_spec.rb +7 -1
  311. data/spec/models/create_project_branding_spec.rb +1 -1
  312. data/spec/models/create_project_member_invite_body_spec.rb +1 -1
  313. data/spec/models/create_project_normalized_payload_spec.rb +1166 -0
  314. data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
  315. data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
  316. data/spec/models/create_relationship_body_spec.rb +1 -1
  317. data/spec/models/create_subscription_body_spec.rb +7 -1
  318. data/spec/models/create_verifiable_credential_request_body_spec.rb +1 -1
  319. data/spec/models/credential_supported_draft00_spec.rb +1 -1
  320. data/spec/models/custom_domain_spec.rb +1 -1
  321. data/spec/models/delete_my_sessions_count_spec.rb +1 -1
  322. data/spec/models/email_template_data_body_spec.rb +1 -1
  323. data/spec/models/email_template_data_spec.rb +1 -1
  324. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  325. data/spec/models/error_browser_location_change_required_spec.rb +1 -1
  326. data/spec/models/error_flow_replaced_spec.rb +1 -1
  327. data/spec/models/error_generic_spec.rb +1 -1
  328. data/spec/models/error_o_auth2_spec.rb +1 -1
  329. data/spec/models/expanded_permission_tree_spec.rb +1 -1
  330. data/spec/models/flow_error_spec.rb +1 -1
  331. data/spec/models/generic_error_content_spec.rb +1 -1
  332. data/spec/models/generic_error_spec.rb +1 -1
  333. data/spec/models/generic_usage_spec.rb +1 -1
  334. data/spec/models/get_attributes_count_response_spec.rb +1 -1
  335. data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
  336. data/spec/models/get_organization_response_spec.rb +1 -1
  337. data/spec/models/get_project_metrics_response_spec.rb +1 -1
  338. data/spec/models/get_session_activity_response_spec.rb +1 -1
  339. data/spec/models/get_version200_response_spec.rb +1 -1
  340. data/spec/models/health_not_ready_status_spec.rb +1 -1
  341. data/spec/models/health_status_spec.rb +1 -1
  342. data/spec/models/identity_credentials_code_spec.rb +1 -1
  343. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  344. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  345. data/spec/models/identity_credentials_password_spec.rb +1 -1
  346. data/spec/models/identity_credentials_spec.rb +1 -1
  347. data/spec/models/identity_credentials_type_spec.rb +1 -1
  348. data/spec/models/identity_patch_response_spec.rb +1 -1
  349. data/spec/models/identity_patch_spec.rb +1 -1
  350. data/spec/models/identity_schema_container_spec.rb +1 -1
  351. data/spec/models/identity_schema_preset_spec.rb +1 -1
  352. data/spec/models/identity_spec.rb +1 -1
  353. data/spec/models/identity_state_spec.rb +1 -1
  354. data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +1 -1
  355. data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
  356. data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
  357. data/spec/models/identity_with_credentials_password_config_spec.rb +1 -1
  358. data/spec/models/identity_with_credentials_password_spec.rb +1 -1
  359. data/spec/models/identity_with_credentials_spec.rb +1 -1
  360. data/spec/models/internal_get_project_branding_body_spec.rb +1 -1
  361. data/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb +1 -1
  362. data/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb +1 -1
  363. data/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb +1 -1
  364. data/spec/models/internal_provision_mock_subscription_spec.rb +1 -1
  365. data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
  366. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  367. data/spec/models/is_ready200_response_spec.rb +1 -1
  368. data/spec/models/is_ready503_response_spec.rb +1 -1
  369. data/spec/models/json_patch_spec.rb +1 -1
  370. data/spec/models/json_web_key_set_spec.rb +1 -1
  371. data/spec/models/json_web_key_spec.rb +1 -1
  372. data/spec/models/keto_namespace_spec.rb +1 -1
  373. data/spec/models/list_my_workspaces_response_spec.rb +46 -0
  374. data/spec/models/list_organizations_response_spec.rb +1 -1
  375. data/spec/models/login_flow_spec.rb +1 -1
  376. data/spec/models/login_flow_state_spec.rb +1 -1
  377. data/spec/models/logout_flow_spec.rb +1 -1
  378. data/spec/models/managed_identity_schema_spec.rb +1 -1
  379. data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
  380. data/spec/models/member_invite_spec.rb +1 -1
  381. data/spec/models/message_dispatch_spec.rb +1 -1
  382. data/spec/models/message_spec.rb +1 -1
  383. data/spec/models/metrics_datapoint_spec.rb +1 -1
  384. data/spec/models/namespace_spec.rb +1 -1
  385. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  386. data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
  387. data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
  388. data/spec/models/normalized_project_revision_spec.rb +7 -1
  389. data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
  390. data/spec/models/normalized_project_revision_tokenizer_template_spec.rb +1 -1
  391. data/spec/models/normalized_project_spec.rb +7 -1
  392. data/spec/models/o_auth2_client_spec.rb +1 -1
  393. data/spec/models/o_auth2_client_token_lifespans_spec.rb +1 -1
  394. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
  395. data/spec/models/o_auth2_consent_request_spec.rb +1 -1
  396. data/spec/models/o_auth2_consent_session_expires_at_spec.rb +1 -1
  397. data/spec/models/o_auth2_consent_session_spec.rb +1 -1
  398. data/spec/models/o_auth2_login_request_spec.rb +1 -1
  399. data/spec/models/o_auth2_logout_request_spec.rb +1 -1
  400. data/spec/models/o_auth2_redirect_to_spec.rb +1 -1
  401. data/spec/models/o_auth2_token_exchange_spec.rb +1 -1
  402. data/spec/models/oidc_configuration_spec.rb +1 -1
  403. data/spec/models/oidc_user_info_spec.rb +1 -1
  404. data/spec/models/organization_body_spec.rb +1 -1
  405. data/spec/models/organization_spec.rb +1 -1
  406. data/spec/models/pagination_headers_spec.rb +1 -1
  407. data/spec/models/pagination_spec.rb +1 -1
  408. data/spec/models/parse_error_spec.rb +1 -1
  409. data/spec/models/patch_identities_body_spec.rb +1 -1
  410. data/spec/models/perform_native_logout_body_spec.rb +1 -1
  411. data/spec/models/plan_details_spec.rb +1 -1
  412. data/spec/models/plan_spec.rb +1 -1
  413. data/spec/models/post_check_permission_body_spec.rb +1 -1
  414. data/spec/models/post_check_permission_or_error_body_spec.rb +1 -1
  415. data/spec/models/project_api_key_spec.rb +1 -1
  416. data/spec/models/project_branding_colors_spec.rb +1 -1
  417. data/spec/models/project_branding_spec.rb +1 -1
  418. data/spec/models/project_branding_theme_spec.rb +1 -1
  419. data/spec/models/project_cors_spec.rb +1 -1
  420. data/spec/models/project_host_spec.rb +1 -1
  421. data/spec/models/project_metadata_spec.rb +7 -1
  422. data/spec/models/project_service_identity_spec.rb +1 -1
  423. data/spec/models/project_service_o_auth2_spec.rb +1 -1
  424. data/spec/models/project_service_permission_spec.rb +1 -1
  425. data/spec/models/project_services_spec.rb +1 -1
  426. data/spec/models/project_spec.rb +7 -1
  427. data/spec/models/quota_usage_spec.rb +1 -1
  428. data/spec/models/recovery_code_for_identity_spec.rb +1 -1
  429. data/spec/models/recovery_flow_spec.rb +7 -1
  430. data/spec/models/recovery_flow_state_spec.rb +1 -1
  431. data/spec/models/recovery_identity_address_spec.rb +1 -1
  432. data/spec/models/recovery_link_for_identity_spec.rb +1 -1
  433. data/spec/models/registration_flow_spec.rb +1 -1
  434. data/spec/models/registration_flow_state_spec.rb +1 -1
  435. data/spec/models/reject_o_auth2_request_spec.rb +1 -1
  436. data/spec/models/relation_query_spec.rb +1 -1
  437. data/spec/models/relationship_namespaces_spec.rb +1 -1
  438. data/spec/models/relationship_patch_spec.rb +1 -1
  439. data/spec/models/relationship_spec.rb +1 -1
  440. data/spec/models/relationships_spec.rb +1 -1
  441. data/spec/models/rfc6749_error_json_spec.rb +1 -1
  442. data/spec/models/schema_patch_spec.rb +1 -1
  443. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  444. data/spec/models/session_activity_datapoint_spec.rb +1 -1
  445. data/spec/models/session_authentication_method_spec.rb +1 -1
  446. data/spec/models/session_device_spec.rb +1 -1
  447. data/spec/models/session_spec.rb +1 -1
  448. data/spec/models/set_active_project_in_console_body_spec.rb +1 -1
  449. data/spec/models/set_custom_domain_body_spec.rb +1 -1
  450. data/spec/models/set_project_branding_theme_body_spec.rb +1 -1
  451. data/spec/models/set_project_spec.rb +1 -1
  452. data/spec/models/settings_flow_spec.rb +1 -1
  453. data/spec/models/settings_flow_state_spec.rb +1 -1
  454. data/spec/models/source_position_spec.rb +1 -1
  455. data/spec/models/stripe_customer_spec.rb +1 -1
  456. data/spec/models/subject_set_spec.rb +1 -1
  457. data/spec/models/subscription_spec.rb +1 -1
  458. data/spec/models/successful_code_exchange_response_spec.rb +1 -1
  459. data/spec/models/successful_native_login_spec.rb +1 -1
  460. data/spec/models/successful_native_registration_spec.rb +1 -1
  461. data/spec/models/successful_project_update_spec.rb +1 -1
  462. data/spec/models/token_pagination_headers_spec.rb +1 -1
  463. data/spec/models/token_pagination_request_parameters_spec.rb +1 -1
  464. data/spec/models/token_pagination_response_headers_spec.rb +1 -1
  465. data/spec/models/token_pagination_spec.rb +1 -1
  466. data/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  467. data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  468. data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
  469. data/spec/models/ui_container_spec.rb +1 -1
  470. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  471. data/spec/models/ui_node_attributes_spec.rb +1 -1
  472. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  473. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  474. data/spec/models/ui_node_meta_spec.rb +1 -1
  475. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  476. data/spec/models/ui_node_spec.rb +1 -1
  477. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  478. data/spec/models/ui_text_spec.rb +1 -1
  479. data/spec/models/update_identity_body_spec.rb +1 -1
  480. data/spec/models/update_login_flow_body_spec.rb +1 -1
  481. data/spec/models/update_login_flow_with_code_method_spec.rb +1 -1
  482. data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
  483. data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
  484. data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
  485. data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
  486. data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
  487. data/spec/models/update_recovery_flow_body_spec.rb +1 -1
  488. data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
  489. data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
  490. data/spec/models/update_registration_flow_body_spec.rb +1 -1
  491. data/spec/models/update_registration_flow_with_code_method_spec.rb +1 -1
  492. data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
  493. data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
  494. data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
  495. data/spec/models/update_settings_flow_body_spec.rb +1 -1
  496. data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
  497. data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
  498. data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
  499. data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
  500. data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
  501. data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
  502. data/spec/models/update_subscription_body_spec.rb +1 -1
  503. data/spec/models/update_verification_flow_body_spec.rb +1 -1
  504. data/spec/models/update_verification_flow_with_code_method_spec.rb +1 -1
  505. data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
  506. data/spec/models/usage_spec.rb +1 -1
  507. data/spec/models/verifiable_credential_priming_response_spec.rb +1 -1
  508. data/spec/models/verifiable_credential_proof_spec.rb +1 -1
  509. data/spec/models/verifiable_credential_response_spec.rb +1 -1
  510. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  511. data/spec/models/verification_flow_spec.rb +1 -1
  512. data/spec/models/verification_flow_state_spec.rb +1 -1
  513. data/spec/models/version_spec.rb +1 -1
  514. data/spec/models/warning_spec.rb +1 -1
  515. data/spec/models/workspace_spec.rb +58 -0
  516. data/spec/spec_helper.rb +1 -1
  517. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  518. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.16.3/gem_make.out +2 -2
  519. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.16.3/mkmf.log +1 -1
  520. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.6/gem_make.out +2 -2
  521. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.6/gem_make.out +2 -2
  522. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/racc-1.7.3/gem_make.out +2 -2
  523. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/gem_make.out +2 -2
  524. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/mkmf.log +1 -1
  525. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  526. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
  527. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +2 -2
  528. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
  529. data/vendor/bundle/ruby/2.5.0/gems/racc-1.7.3/ext/racc/cparse/Makefile +2 -2
  530. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio/Makefile +2 -2
  531. metadata +30 -2
@@ -0,0 +1,2303 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v1.4.4
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.0.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ # Create project (normalized) request payload
18
+ class CreateProjectNormalizedPayload
19
+ # The Project's Revision Creation Date
20
+ attr_accessor :created_at
21
+
22
+ # Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
23
+ attr_accessor :disable_account_experience_welcome_screen
24
+
25
+ attr_accessor :hydra_oauth2_allowed_top_level_claims
26
+
27
+ # Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.
28
+ attr_accessor :hydra_oauth2_client_credentials_default_grant_allowed_scope
29
+
30
+ # Set to true if you want to exclude claim `nbf (not before)` part of access token. This governs the \"oauth2.exclude_not_before_claim\" setting.
31
+ attr_accessor :hydra_oauth2_exclude_not_before_claim
32
+
33
+ # Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting.
34
+ attr_accessor :hydra_oauth2_grant_jwt_iat_optional
35
+
36
+ # Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting.
37
+ attr_accessor :hydra_oauth2_grant_jwt_jti_optional
38
+
39
+ # Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting.
40
+ attr_accessor :hydra_oauth2_grant_jwt_max_ttl
41
+
42
+ # Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting.
43
+ attr_accessor :hydra_oauth2_pkce_enforced
44
+
45
+ # Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting.
46
+ attr_accessor :hydra_oauth2_pkce_enforced_for_public_clients
47
+
48
+ # Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting.
49
+ attr_accessor :hydra_oauth2_refresh_token_hook
50
+
51
+ # Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting.
52
+ attr_accessor :hydra_oauth2_token_hook
53
+
54
+ attr_accessor :hydra_oidc_dynamic_client_registration_default_scope
55
+
56
+ # Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting.
57
+ attr_accessor :hydra_oidc_dynamic_client_registration_enabled
58
+
59
+ # Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting.
60
+ attr_accessor :hydra_oidc_subject_identifiers_pairwise_salt
61
+
62
+ attr_accessor :hydra_oidc_subject_identifiers_supported_types
63
+
64
+ attr_accessor :hydra_secrets_cookie
65
+
66
+ attr_accessor :hydra_secrets_system
67
+
68
+ # Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting.
69
+ attr_accessor :hydra_serve_cookies_same_site_legacy_workaround
70
+
71
+ # Configures the Ory Hydra Cookie Same Site Mode This governs the \"serve.cookies.same_site_mode\" setting.
72
+ attr_accessor :hydra_serve_cookies_same_site_mode
73
+
74
+ # Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
75
+ attr_accessor :hydra_strategies_access_token
76
+
77
+ # Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard
78
+ attr_accessor :hydra_strategies_scope
79
+
80
+ # This governs the \"ttl.access_token\" setting.
81
+ attr_accessor :hydra_ttl_access_token
82
+
83
+ # Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.auth_code\" setting.
84
+ attr_accessor :hydra_ttl_auth_code
85
+
86
+ # This governs the \"ttl.id_token\" setting.
87
+ attr_accessor :hydra_ttl_id_token
88
+
89
+ # Configures how long a user login and consent flow may take. This governs the \"ttl.login_consent_request\" setting.
90
+ attr_accessor :hydra_ttl_login_consent_request
91
+
92
+ # Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.refresh_token\" setting.
93
+ attr_accessor :hydra_ttl_refresh_token
94
+
95
+ # Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.consent\" setting.
96
+ attr_accessor :hydra_urls_consent
97
+
98
+ # Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.error\" setting.
99
+ attr_accessor :hydra_urls_error
100
+
101
+ # Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.login\" setting.
102
+ attr_accessor :hydra_urls_login
103
+
104
+ # Sets the logout endpoint. Defaults to the Ory Account Experience if left empty. This governs the \"urls.logout\" setting.
105
+ attr_accessor :hydra_urls_logout
106
+
107
+ # When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default. Defaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected. This governs the \"urls.post_logout_redirect\" setting.
108
+ attr_accessor :hydra_urls_post_logout_redirect
109
+
110
+ # Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.registration\" setting.
111
+ attr_accessor :hydra_urls_registration
112
+
113
+ # This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled. On the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network. This governs the \"urls.self.issuer\" setting.
114
+ attr_accessor :hydra_urls_self_issuer
115
+
116
+ attr_accessor :hydra_webfinger_jwks_broadcast_keys
117
+
118
+ # Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc.discovery.auth_url\" setting.
119
+ attr_accessor :hydra_webfinger_oidc_discovery_auth_url
120
+
121
+ # Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc.discovery.client_registration_url\" setting.
122
+ attr_accessor :hydra_webfinger_oidc_discovery_client_registration_url
123
+
124
+ # Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc.discovery.jwks_url\" setting.
125
+ attr_accessor :hydra_webfinger_oidc_discovery_jwks_url
126
+
127
+ attr_accessor :hydra_webfinger_oidc_discovery_supported_claims
128
+
129
+ attr_accessor :hydra_webfinger_oidc_discovery_supported_scope
130
+
131
+ # Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc.discovery.token_url\" setting.
132
+ attr_accessor :hydra_webfinger_oidc_discovery_token_url
133
+
134
+ # Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.oidc.discovery.userinfo_url\" setting.
135
+ attr_accessor :hydra_webfinger_oidc_discovery_userinfo_url
136
+
137
+ # The revision ID.
138
+ attr_accessor :id
139
+
140
+ # The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration.
141
+ attr_accessor :keto_namespace_configuration
142
+
143
+ attr_accessor :keto_namespaces
144
+
145
+ # Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
146
+ attr_accessor :kratos_cookies_same_site
147
+
148
+ # The delivery strategy to use when sending emails `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
149
+ attr_accessor :kratos_courier_delivery_strategy
150
+
151
+ # The location of the API key to use in the HTTP email sending service's authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.auth.config.in\" setting
152
+ attr_accessor :kratos_courier_http_request_config_auth_api_key_in
153
+
154
+ # The name of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.name\" setting
155
+ attr_accessor :kratos_courier_http_request_config_auth_api_key_name
156
+
157
+ # The value of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.value\" setting
158
+ attr_accessor :kratos_courier_http_request_config_auth_api_key_value
159
+
160
+ # The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.password\" setting
161
+ attr_accessor :kratos_courier_http_request_config_auth_basic_auth_password
162
+
163
+ # The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.user\" setting
164
+ attr_accessor :kratos_courier_http_request_config_auth_basic_auth_user
165
+
166
+ # The authentication type to use while contacting the remote HTTP email sending service `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie
167
+ attr_accessor :kratos_courier_http_request_config_auth_type
168
+
169
+ # The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.body\" setting
170
+ attr_accessor :kratos_courier_http_request_config_body
171
+
172
+ # NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
173
+ attr_accessor :kratos_courier_http_request_config_headers
174
+
175
+ # The http METHOD to use when calling the remote HTTP email sending service
176
+ attr_accessor :kratos_courier_http_request_config_method
177
+
178
+ # The URL of the remote HTTP email sending service This governs the \"courier.http.url\" setting
179
+ attr_accessor :kratos_courier_http_request_config_url
180
+
181
+ # Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting.
182
+ attr_accessor :kratos_courier_smtp_connection_uri
183
+
184
+ # Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting.
185
+ attr_accessor :kratos_courier_smtp_from_address
186
+
187
+ # Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
188
+ attr_accessor :kratos_courier_smtp_from_name
189
+
190
+ # NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
191
+ attr_accessor :kratos_courier_smtp_headers
192
+
193
+ # Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
194
+ attr_accessor :kratos_courier_smtp_local_name
195
+
196
+ # Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.
197
+ attr_accessor :kratos_courier_templates_login_code_valid_email_body_html
198
+
199
+ # Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.
200
+ attr_accessor :kratos_courier_templates_login_code_valid_email_body_plaintext
201
+
202
+ # Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.
203
+ attr_accessor :kratos_courier_templates_login_code_valid_email_subject
204
+
205
+ # Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
206
+ attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_html
207
+
208
+ # Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.
209
+ attr_accessor :kratos_courier_templates_recovery_code_invalid_email_body_plaintext
210
+
211
+ # Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
212
+ attr_accessor :kratos_courier_templates_recovery_code_invalid_email_subject
213
+
214
+ # Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.
215
+ attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_html
216
+
217
+ # Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.
218
+ attr_accessor :kratos_courier_templates_recovery_code_valid_email_body_plaintext
219
+
220
+ # Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.
221
+ attr_accessor :kratos_courier_templates_recovery_code_valid_email_subject
222
+
223
+ # Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
224
+ attr_accessor :kratos_courier_templates_recovery_invalid_email_body_html
225
+
226
+ # Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.
227
+ attr_accessor :kratos_courier_templates_recovery_invalid_email_body_plaintext
228
+
229
+ # Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
230
+ attr_accessor :kratos_courier_templates_recovery_invalid_email_subject
231
+
232
+ # Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.
233
+ attr_accessor :kratos_courier_templates_recovery_valid_email_body_html
234
+
235
+ # Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.
236
+ attr_accessor :kratos_courier_templates_recovery_valid_email_body_plaintext
237
+
238
+ # Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.
239
+ attr_accessor :kratos_courier_templates_recovery_valid_email_subject
240
+
241
+ # Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.
242
+ attr_accessor :kratos_courier_templates_registration_code_valid_email_body_html
243
+
244
+ # Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.
245
+ attr_accessor :kratos_courier_templates_registration_code_valid_email_body_plaintext
246
+
247
+ # Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.
248
+ attr_accessor :kratos_courier_templates_registration_code_valid_email_subject
249
+
250
+ # Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.
251
+ attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_html
252
+
253
+ # Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.
254
+ attr_accessor :kratos_courier_templates_verification_code_invalid_email_body_plaintext
255
+
256
+ # Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.
257
+ attr_accessor :kratos_courier_templates_verification_code_invalid_email_subject
258
+
259
+ # Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.
260
+ attr_accessor :kratos_courier_templates_verification_code_valid_email_body_html
261
+
262
+ # Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.
263
+ attr_accessor :kratos_courier_templates_verification_code_valid_email_body_plaintext
264
+
265
+ # Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.
266
+ attr_accessor :kratos_courier_templates_verification_code_valid_email_subject
267
+
268
+ # Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.
269
+ attr_accessor :kratos_courier_templates_verification_invalid_email_body_html
270
+
271
+ # Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.
272
+ attr_accessor :kratos_courier_templates_verification_invalid_email_body_plaintext
273
+
274
+ # Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.
275
+ attr_accessor :kratos_courier_templates_verification_invalid_email_subject
276
+
277
+ # Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.
278
+ attr_accessor :kratos_courier_templates_verification_valid_email_body_html
279
+
280
+ # Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.
281
+ attr_accessor :kratos_courier_templates_verification_valid_email_body_plaintext
282
+
283
+ # Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.
284
+ attr_accessor :kratos_courier_templates_verification_valid_email_subject
285
+
286
+ # Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting.
287
+ attr_accessor :kratos_feature_flags_cacheable_sessions
288
+
289
+ # Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting.
290
+ attr_accessor :kratos_feature_flags_use_continue_with_transitions
291
+
292
+ attr_accessor :kratos_identity_schemas
293
+
294
+ # NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
295
+ attr_accessor :kratos_oauth2_provider_headers
296
+
297
+ # Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.
298
+ attr_accessor :kratos_oauth2_provider_override_return_to
299
+
300
+ # The Revisions' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting.
301
+ attr_accessor :kratos_oauth2_provider_url
302
+
303
+ # Configures the default read consistency level for identity APIs This governs the `preview.default_read_consistency_level` setting. The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` Defaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.
304
+ attr_accessor :kratos_preview_default_read_consistency_level
305
+
306
+ attr_accessor :kratos_secrets_cipher
307
+
308
+ attr_accessor :kratos_secrets_cookie
309
+
310
+ attr_accessor :kratos_secrets_default
311
+
312
+ attr_accessor :kratos_selfservice_allowed_return_urls
313
+
314
+ # Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting.
315
+ attr_accessor :kratos_selfservice_default_browser_return_url
316
+
317
+ # Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting.
318
+ attr_accessor :kratos_selfservice_flows_error_ui_url
319
+
320
+ # Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.
321
+ attr_accessor :kratos_selfservice_flows_login_after_code_default_browser_return_url
322
+
323
+ # Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.
324
+ attr_accessor :kratos_selfservice_flows_login_after_default_browser_return_url
325
+
326
+ # Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.
327
+ attr_accessor :kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url
328
+
329
+ # Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.
330
+ attr_accessor :kratos_selfservice_flows_login_after_oidc_default_browser_return_url
331
+
332
+ # Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.
333
+ attr_accessor :kratos_selfservice_flows_login_after_password_default_browser_return_url
334
+
335
+ # Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.
336
+ attr_accessor :kratos_selfservice_flows_login_after_totp_default_browser_return_url
337
+
338
+ # Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.
339
+ attr_accessor :kratos_selfservice_flows_login_after_webauthn_default_browser_return_url
340
+
341
+ # Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting.
342
+ attr_accessor :kratos_selfservice_flows_login_lifespan
343
+
344
+ # Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting.
345
+ attr_accessor :kratos_selfservice_flows_login_ui_url
346
+
347
+ # Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.
348
+ attr_accessor :kratos_selfservice_flows_logout_after_default_browser_return_url
349
+
350
+ # Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.
351
+ attr_accessor :kratos_selfservice_flows_recovery_after_default_browser_return_url
352
+
353
+ # Configures the Ory Kratos Recovery Enabled Setting This governs the \"selfservice.flows.recovery.enabled\" setting.
354
+ attr_accessor :kratos_selfservice_flows_recovery_enabled
355
+
356
+ # Configures the Ory Kratos Recovery Lifespan This governs the \"selfservice.flows.recovery.lifespan\" setting.
357
+ attr_accessor :kratos_selfservice_flows_recovery_lifespan
358
+
359
+ # Configures whether to notify unknown recipients of a Ory Kratos recovery flow This governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.
360
+ attr_accessor :kratos_selfservice_flows_recovery_notify_unknown_recipients
361
+
362
+ # Configures the Ory Kratos Recovery UI URL This governs the \"selfservice.flows.recovery.ui_url\" setting.
363
+ attr_accessor :kratos_selfservice_flows_recovery_ui_url
364
+
365
+ # Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\") This governs the \"selfservice.flows.recovery.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
366
+ attr_accessor :kratos_selfservice_flows_recovery_use
367
+
368
+ # Configures the Ory Kratos Registration After Code Default Return URL This governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.
369
+ attr_accessor :kratos_selfservice_flows_registration_after_code_default_browser_return_url
370
+
371
+ # Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.
372
+ attr_accessor :kratos_selfservice_flows_registration_after_default_browser_return_url
373
+
374
+ # Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.
375
+ attr_accessor :kratos_selfservice_flows_registration_after_oidc_default_browser_return_url
376
+
377
+ # Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
378
+ attr_accessor :kratos_selfservice_flows_registration_after_password_default_browser_return_url
379
+
380
+ # Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
381
+ attr_accessor :kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url
382
+
383
+ # Configures the Whether Ory Kratos Registration is Enabled This governs the \"selfservice.flows.registration.enabled\" setting.0
384
+ attr_accessor :kratos_selfservice_flows_registration_enabled
385
+
386
+ # Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting.
387
+ attr_accessor :kratos_selfservice_flows_registration_lifespan
388
+
389
+ # Configures the Ory Kratos Registration Login Hints Shows helpful information when a user tries to sign up with a duplicate account. This governs the \"selfservice.flows.registration.login_hints\" setting.
390
+ attr_accessor :kratos_selfservice_flows_registration_login_hints
391
+
392
+ # Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting.
393
+ attr_accessor :kratos_selfservice_flows_registration_ui_url
394
+
395
+ # Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.
396
+ attr_accessor :kratos_selfservice_flows_settings_after_default_browser_return_url
397
+
398
+ # Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets This governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.
399
+ attr_accessor :kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url
400
+
401
+ # Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In This governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.
402
+ attr_accessor :kratos_selfservice_flows_settings_after_oidc_default_browser_return_url
403
+
404
+ # Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.
405
+ attr_accessor :kratos_selfservice_flows_settings_after_password_default_browser_return_url
406
+
407
+ # Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.
408
+ attr_accessor :kratos_selfservice_flows_settings_after_profile_default_browser_return_url
409
+
410
+ # Configures the Ory Kratos Settings Default Return URL After Updating TOTP This governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.
411
+ attr_accessor :kratos_selfservice_flows_settings_after_totp_default_browser_return_url
412
+
413
+ # Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn This governs the \"selfservice.flows.settings.webauthn.profile.default_browser_return_url\" setting.
414
+ attr_accessor :kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url
415
+
416
+ # Configures the Ory Kratos Settings Lifespan This governs the \"selfservice.flows.settings.lifespan\" setting.
417
+ attr_accessor :kratos_selfservice_flows_settings_lifespan
418
+
419
+ # Configures the Ory Kratos Settings Privileged Session Max Age This governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.
420
+ attr_accessor :kratos_selfservice_flows_settings_privileged_session_max_age
421
+
422
+ # Configures the Ory Kratos Settings Required AAL This governs the \"selfservice.flows.settings.required_aal\" setting.
423
+ attr_accessor :kratos_selfservice_flows_settings_required_aal
424
+
425
+ # Configures the Ory Kratos Settings UI URL This governs the \"selfservice.flows.settings.ui_url\" setting.
426
+ attr_accessor :kratos_selfservice_flows_settings_ui_url
427
+
428
+ # Configures the Ory Kratos Verification Default Return URL This governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.
429
+ attr_accessor :kratos_selfservice_flows_verification_after_default_browser_return_url
430
+
431
+ # Configures the Ory Kratos Verification Enabled Setting This governs the \"selfservice.flows.verification.enabled\" setting.
432
+ attr_accessor :kratos_selfservice_flows_verification_enabled
433
+
434
+ # Configures the Ory Kratos Verification Lifespan This governs the \"selfservice.flows.verification.lifespan\" setting.
435
+ attr_accessor :kratos_selfservice_flows_verification_lifespan
436
+
437
+ # Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.
438
+ attr_accessor :kratos_selfservice_flows_verification_notify_unknown_recipients
439
+
440
+ # Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting.
441
+ attr_accessor :kratos_selfservice_flows_verification_ui_url
442
+
443
+ # Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
444
+ attr_accessor :kratos_selfservice_flows_verification_use
445
+
446
+ # Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
447
+ attr_accessor :kratos_selfservice_methods_code_config_lifespan
448
+
449
+ # Configures whether Ory Kratos Code Method is enabled This governs the \"selfservice.methods.code.enabled\" setting.
450
+ attr_accessor :kratos_selfservice_methods_code_enabled
451
+
452
+ # Configues whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting.
453
+ attr_accessor :kratos_selfservice_methods_code_passwordless_enabled
454
+
455
+ # Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \"selfservice.methods.link.config.base_url\" setting.
456
+ attr_accessor :kratos_selfservice_methods_link_config_base_url
457
+
458
+ # Configures the Ory Kratos Link Method's lifespan This governs the \"selfservice.methods.link.config.lifespan\" setting.
459
+ attr_accessor :kratos_selfservice_methods_link_config_lifespan
460
+
461
+ # Configures whether Ory Kratos Link Method is enabled This governs the \"selfservice.methods.link.enabled\" setting.
462
+ attr_accessor :kratos_selfservice_methods_link_enabled
463
+
464
+ # Configures whether Ory Kratos TOTP Lookup Secret is enabled This governs the \"selfservice.methods.lookup_secret.enabled\" setting.
465
+ attr_accessor :kratos_selfservice_methods_lookup_secret_enabled
466
+
467
+ # Configures the Ory Kratos Third Party / OpenID Connect base redirect URI This governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.
468
+ attr_accessor :kratos_selfservice_methods_oidc_config_base_redirect_uri
469
+
470
+ attr_accessor :kratos_selfservice_methods_oidc_config_providers
471
+
472
+ # Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \"selfservice.methods.oidc.enabled\" setting.
473
+ attr_accessor :kratos_selfservice_methods_oidc_enabled
474
+
475
+ # Configures whether Ory Kratos Password HIBP Checks is enabled This governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.
476
+ attr_accessor :kratos_selfservice_methods_password_config_haveibeenpwned_enabled
477
+
478
+ # Configures whether Ory Kratos Password should disable the similarity policy. This governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.
479
+ attr_accessor :kratos_selfservice_methods_password_config_identifier_similarity_check_enabled
480
+
481
+ # Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors This governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.
482
+ attr_accessor :kratos_selfservice_methods_password_config_ignore_network_errors
483
+
484
+ # Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.config.max_breaches\" setting.
485
+ attr_accessor :kratos_selfservice_methods_password_config_max_breaches
486
+
487
+ # Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting.
488
+ attr_accessor :kratos_selfservice_methods_password_config_min_password_length
489
+
490
+ # Configures whether Ory Kratos Password Method is enabled This governs the \"selfservice.methods.password.enabled\" setting.
491
+ attr_accessor :kratos_selfservice_methods_password_enabled
492
+
493
+ # Configures whether Ory Kratos Profile Method is enabled This governs the \"selfservice.methods.profile.enabled\" setting.
494
+ attr_accessor :kratos_selfservice_methods_profile_enabled
495
+
496
+ # Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting.
497
+ attr_accessor :kratos_selfservice_methods_totp_config_issuer
498
+
499
+ # Configures whether Ory Kratos TOTP Method is enabled This governs the \"selfservice.methods.totp.enabled\" setting.
500
+ attr_accessor :kratos_selfservice_methods_totp_enabled
501
+
502
+ # Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting.
503
+ attr_accessor :kratos_selfservice_methods_webauthn_config_passwordless
504
+
505
+ # Configures the Ory Kratos Webauthn RP Display Name This governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.
506
+ attr_accessor :kratos_selfservice_methods_webauthn_config_rp_display_name
507
+
508
+ # Configures the Ory Kratos Webauthn RP Icon This governs the \"selfservice.methods.webauthn.config.rp.icon\" setting. Deprecated: This value will be ignored due to security considerations.
509
+ attr_accessor :kratos_selfservice_methods_webauthn_config_rp_icon
510
+
511
+ # Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting.
512
+ attr_accessor :kratos_selfservice_methods_webauthn_config_rp_id
513
+
514
+ attr_accessor :kratos_selfservice_methods_webauthn_config_rp_origins
515
+
516
+ # Configures whether Ory Kratos Webauthn is enabled This governs the \"selfservice.methods.webauthn.enabled\" setting.
517
+ attr_accessor :kratos_selfservice_methods_webauthn_enabled
518
+
519
+ # Configures the Ory Kratos Session Cookie Persistent Attribute This governs the \"session.cookie.persistent\" setting.
520
+ attr_accessor :kratos_session_cookie_persistent
521
+
522
+ # Configures the Ory Kratos Session Cookie SameSite Attribute This governs the \"session.cookie.same_site\" setting.
523
+ attr_accessor :kratos_session_cookie_same_site
524
+
525
+ # Configures the Ory Kratos Session Lifespan This governs the \"session.lifespan\" setting.
526
+ attr_accessor :kratos_session_lifespan
527
+
528
+ # Configures the Ory Kratos Session Whoami AAL requirement This governs the \"session.whoami.required_aal\" setting.
529
+ attr_accessor :kratos_session_whoami_required_aal
530
+
531
+ attr_accessor :kratos_session_whoami_tokenizer_templates
532
+
533
+ # The project's name.
534
+ attr_accessor :name
535
+
536
+ # The Revision's Project ID
537
+ attr_accessor :project_id
538
+
539
+ attr_accessor :project_revision_hooks
540
+
541
+ attr_accessor :serve_admin_cors_allowed_origins
542
+
543
+ # Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting.
544
+ attr_accessor :serve_admin_cors_enabled
545
+
546
+ attr_accessor :serve_public_cors_allowed_origins
547
+
548
+ # Enable CORS headers on all public APIs This governs the \"serve.public.cors.enabled\" setting.
549
+ attr_accessor :serve_public_cors_enabled
550
+
551
+ # Whether the project should employ strict security measures. Setting this to true is recommended for going into production.
552
+ attr_accessor :strict_security
553
+
554
+ # Last Time Project's Revision was Updated
555
+ attr_accessor :updated_at
556
+
557
+ attr_accessor :workspace_id
558
+
559
+ class EnumAttributeValidator
560
+ attr_reader :datatype
561
+ attr_reader :allowable_values
562
+
563
+ def initialize(datatype, allowable_values)
564
+ @allowable_values = allowable_values.map do |value|
565
+ case datatype.to_s
566
+ when /Integer/i
567
+ value.to_i
568
+ when /Float/i
569
+ value.to_f
570
+ else
571
+ value
572
+ end
573
+ end
574
+ end
575
+
576
+ def valid?(value)
577
+ !value || allowable_values.include?(value)
578
+ end
579
+ end
580
+
581
+ # Attribute mapping from ruby-style variable name to JSON key.
582
+ def self.attribute_map
583
+ {
584
+ :'created_at' => :'created_at',
585
+ :'disable_account_experience_welcome_screen' => :'disable_account_experience_welcome_screen',
586
+ :'hydra_oauth2_allowed_top_level_claims' => :'hydra_oauth2_allowed_top_level_claims',
587
+ :'hydra_oauth2_client_credentials_default_grant_allowed_scope' => :'hydra_oauth2_client_credentials_default_grant_allowed_scope',
588
+ :'hydra_oauth2_exclude_not_before_claim' => :'hydra_oauth2_exclude_not_before_claim',
589
+ :'hydra_oauth2_grant_jwt_iat_optional' => :'hydra_oauth2_grant_jwt_iat_optional',
590
+ :'hydra_oauth2_grant_jwt_jti_optional' => :'hydra_oauth2_grant_jwt_jti_optional',
591
+ :'hydra_oauth2_grant_jwt_max_ttl' => :'hydra_oauth2_grant_jwt_max_ttl',
592
+ :'hydra_oauth2_pkce_enforced' => :'hydra_oauth2_pkce_enforced',
593
+ :'hydra_oauth2_pkce_enforced_for_public_clients' => :'hydra_oauth2_pkce_enforced_for_public_clients',
594
+ :'hydra_oauth2_refresh_token_hook' => :'hydra_oauth2_refresh_token_hook',
595
+ :'hydra_oauth2_token_hook' => :'hydra_oauth2_token_hook',
596
+ :'hydra_oidc_dynamic_client_registration_default_scope' => :'hydra_oidc_dynamic_client_registration_default_scope',
597
+ :'hydra_oidc_dynamic_client_registration_enabled' => :'hydra_oidc_dynamic_client_registration_enabled',
598
+ :'hydra_oidc_subject_identifiers_pairwise_salt' => :'hydra_oidc_subject_identifiers_pairwise_salt',
599
+ :'hydra_oidc_subject_identifiers_supported_types' => :'hydra_oidc_subject_identifiers_supported_types',
600
+ :'hydra_secrets_cookie' => :'hydra_secrets_cookie',
601
+ :'hydra_secrets_system' => :'hydra_secrets_system',
602
+ :'hydra_serve_cookies_same_site_legacy_workaround' => :'hydra_serve_cookies_same_site_legacy_workaround',
603
+ :'hydra_serve_cookies_same_site_mode' => :'hydra_serve_cookies_same_site_mode',
604
+ :'hydra_strategies_access_token' => :'hydra_strategies_access_token',
605
+ :'hydra_strategies_scope' => :'hydra_strategies_scope',
606
+ :'hydra_ttl_access_token' => :'hydra_ttl_access_token',
607
+ :'hydra_ttl_auth_code' => :'hydra_ttl_auth_code',
608
+ :'hydra_ttl_id_token' => :'hydra_ttl_id_token',
609
+ :'hydra_ttl_login_consent_request' => :'hydra_ttl_login_consent_request',
610
+ :'hydra_ttl_refresh_token' => :'hydra_ttl_refresh_token',
611
+ :'hydra_urls_consent' => :'hydra_urls_consent',
612
+ :'hydra_urls_error' => :'hydra_urls_error',
613
+ :'hydra_urls_login' => :'hydra_urls_login',
614
+ :'hydra_urls_logout' => :'hydra_urls_logout',
615
+ :'hydra_urls_post_logout_redirect' => :'hydra_urls_post_logout_redirect',
616
+ :'hydra_urls_registration' => :'hydra_urls_registration',
617
+ :'hydra_urls_self_issuer' => :'hydra_urls_self_issuer',
618
+ :'hydra_webfinger_jwks_broadcast_keys' => :'hydra_webfinger_jwks_broadcast_keys',
619
+ :'hydra_webfinger_oidc_discovery_auth_url' => :'hydra_webfinger_oidc_discovery_auth_url',
620
+ :'hydra_webfinger_oidc_discovery_client_registration_url' => :'hydra_webfinger_oidc_discovery_client_registration_url',
621
+ :'hydra_webfinger_oidc_discovery_jwks_url' => :'hydra_webfinger_oidc_discovery_jwks_url',
622
+ :'hydra_webfinger_oidc_discovery_supported_claims' => :'hydra_webfinger_oidc_discovery_supported_claims',
623
+ :'hydra_webfinger_oidc_discovery_supported_scope' => :'hydra_webfinger_oidc_discovery_supported_scope',
624
+ :'hydra_webfinger_oidc_discovery_token_url' => :'hydra_webfinger_oidc_discovery_token_url',
625
+ :'hydra_webfinger_oidc_discovery_userinfo_url' => :'hydra_webfinger_oidc_discovery_userinfo_url',
626
+ :'id' => :'id',
627
+ :'keto_namespace_configuration' => :'keto_namespace_configuration',
628
+ :'keto_namespaces' => :'keto_namespaces',
629
+ :'kratos_cookies_same_site' => :'kratos_cookies_same_site',
630
+ :'kratos_courier_delivery_strategy' => :'kratos_courier_delivery_strategy',
631
+ :'kratos_courier_http_request_config_auth_api_key_in' => :'kratos_courier_http_request_config_auth_api_key_in',
632
+ :'kratos_courier_http_request_config_auth_api_key_name' => :'kratos_courier_http_request_config_auth_api_key_name',
633
+ :'kratos_courier_http_request_config_auth_api_key_value' => :'kratos_courier_http_request_config_auth_api_key_value',
634
+ :'kratos_courier_http_request_config_auth_basic_auth_password' => :'kratos_courier_http_request_config_auth_basic_auth_password',
635
+ :'kratos_courier_http_request_config_auth_basic_auth_user' => :'kratos_courier_http_request_config_auth_basic_auth_user',
636
+ :'kratos_courier_http_request_config_auth_type' => :'kratos_courier_http_request_config_auth_type',
637
+ :'kratos_courier_http_request_config_body' => :'kratos_courier_http_request_config_body',
638
+ :'kratos_courier_http_request_config_headers' => :'kratos_courier_http_request_config_headers',
639
+ :'kratos_courier_http_request_config_method' => :'kratos_courier_http_request_config_method',
640
+ :'kratos_courier_http_request_config_url' => :'kratos_courier_http_request_config_url',
641
+ :'kratos_courier_smtp_connection_uri' => :'kratos_courier_smtp_connection_uri',
642
+ :'kratos_courier_smtp_from_address' => :'kratos_courier_smtp_from_address',
643
+ :'kratos_courier_smtp_from_name' => :'kratos_courier_smtp_from_name',
644
+ :'kratos_courier_smtp_headers' => :'kratos_courier_smtp_headers',
645
+ :'kratos_courier_smtp_local_name' => :'kratos_courier_smtp_local_name',
646
+ :'kratos_courier_templates_login_code_valid_email_body_html' => :'kratos_courier_templates_login_code_valid_email_body_html',
647
+ :'kratos_courier_templates_login_code_valid_email_body_plaintext' => :'kratos_courier_templates_login_code_valid_email_body_plaintext',
648
+ :'kratos_courier_templates_login_code_valid_email_subject' => :'kratos_courier_templates_login_code_valid_email_subject',
649
+ :'kratos_courier_templates_recovery_code_invalid_email_body_html' => :'kratos_courier_templates_recovery_code_invalid_email_body_html',
650
+ :'kratos_courier_templates_recovery_code_invalid_email_body_plaintext' => :'kratos_courier_templates_recovery_code_invalid_email_body_plaintext',
651
+ :'kratos_courier_templates_recovery_code_invalid_email_subject' => :'kratos_courier_templates_recovery_code_invalid_email_subject',
652
+ :'kratos_courier_templates_recovery_code_valid_email_body_html' => :'kratos_courier_templates_recovery_code_valid_email_body_html',
653
+ :'kratos_courier_templates_recovery_code_valid_email_body_plaintext' => :'kratos_courier_templates_recovery_code_valid_email_body_plaintext',
654
+ :'kratos_courier_templates_recovery_code_valid_email_subject' => :'kratos_courier_templates_recovery_code_valid_email_subject',
655
+ :'kratos_courier_templates_recovery_invalid_email_body_html' => :'kratos_courier_templates_recovery_invalid_email_body_html',
656
+ :'kratos_courier_templates_recovery_invalid_email_body_plaintext' => :'kratos_courier_templates_recovery_invalid_email_body_plaintext',
657
+ :'kratos_courier_templates_recovery_invalid_email_subject' => :'kratos_courier_templates_recovery_invalid_email_subject',
658
+ :'kratos_courier_templates_recovery_valid_email_body_html' => :'kratos_courier_templates_recovery_valid_email_body_html',
659
+ :'kratos_courier_templates_recovery_valid_email_body_plaintext' => :'kratos_courier_templates_recovery_valid_email_body_plaintext',
660
+ :'kratos_courier_templates_recovery_valid_email_subject' => :'kratos_courier_templates_recovery_valid_email_subject',
661
+ :'kratos_courier_templates_registration_code_valid_email_body_html' => :'kratos_courier_templates_registration_code_valid_email_body_html',
662
+ :'kratos_courier_templates_registration_code_valid_email_body_plaintext' => :'kratos_courier_templates_registration_code_valid_email_body_plaintext',
663
+ :'kratos_courier_templates_registration_code_valid_email_subject' => :'kratos_courier_templates_registration_code_valid_email_subject',
664
+ :'kratos_courier_templates_verification_code_invalid_email_body_html' => :'kratos_courier_templates_verification_code_invalid_email_body_html',
665
+ :'kratos_courier_templates_verification_code_invalid_email_body_plaintext' => :'kratos_courier_templates_verification_code_invalid_email_body_plaintext',
666
+ :'kratos_courier_templates_verification_code_invalid_email_subject' => :'kratos_courier_templates_verification_code_invalid_email_subject',
667
+ :'kratos_courier_templates_verification_code_valid_email_body_html' => :'kratos_courier_templates_verification_code_valid_email_body_html',
668
+ :'kratos_courier_templates_verification_code_valid_email_body_plaintext' => :'kratos_courier_templates_verification_code_valid_email_body_plaintext',
669
+ :'kratos_courier_templates_verification_code_valid_email_subject' => :'kratos_courier_templates_verification_code_valid_email_subject',
670
+ :'kratos_courier_templates_verification_invalid_email_body_html' => :'kratos_courier_templates_verification_invalid_email_body_html',
671
+ :'kratos_courier_templates_verification_invalid_email_body_plaintext' => :'kratos_courier_templates_verification_invalid_email_body_plaintext',
672
+ :'kratos_courier_templates_verification_invalid_email_subject' => :'kratos_courier_templates_verification_invalid_email_subject',
673
+ :'kratos_courier_templates_verification_valid_email_body_html' => :'kratos_courier_templates_verification_valid_email_body_html',
674
+ :'kratos_courier_templates_verification_valid_email_body_plaintext' => :'kratos_courier_templates_verification_valid_email_body_plaintext',
675
+ :'kratos_courier_templates_verification_valid_email_subject' => :'kratos_courier_templates_verification_valid_email_subject',
676
+ :'kratos_feature_flags_cacheable_sessions' => :'kratos_feature_flags_cacheable_sessions',
677
+ :'kratos_feature_flags_use_continue_with_transitions' => :'kratos_feature_flags_use_continue_with_transitions',
678
+ :'kratos_identity_schemas' => :'kratos_identity_schemas',
679
+ :'kratos_oauth2_provider_headers' => :'kratos_oauth2_provider_headers',
680
+ :'kratos_oauth2_provider_override_return_to' => :'kratos_oauth2_provider_override_return_to',
681
+ :'kratos_oauth2_provider_url' => :'kratos_oauth2_provider_url',
682
+ :'kratos_preview_default_read_consistency_level' => :'kratos_preview_default_read_consistency_level',
683
+ :'kratos_secrets_cipher' => :'kratos_secrets_cipher',
684
+ :'kratos_secrets_cookie' => :'kratos_secrets_cookie',
685
+ :'kratos_secrets_default' => :'kratos_secrets_default',
686
+ :'kratos_selfservice_allowed_return_urls' => :'kratos_selfservice_allowed_return_urls',
687
+ :'kratos_selfservice_default_browser_return_url' => :'kratos_selfservice_default_browser_return_url',
688
+ :'kratos_selfservice_flows_error_ui_url' => :'kratos_selfservice_flows_error_ui_url',
689
+ :'kratos_selfservice_flows_login_after_code_default_browser_return_url' => :'kratos_selfservice_flows_login_after_code_default_browser_return_url',
690
+ :'kratos_selfservice_flows_login_after_default_browser_return_url' => :'kratos_selfservice_flows_login_after_default_browser_return_url',
691
+ :'kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url' => :'kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url',
692
+ :'kratos_selfservice_flows_login_after_oidc_default_browser_return_url' => :'kratos_selfservice_flows_login_after_oidc_default_browser_return_url',
693
+ :'kratos_selfservice_flows_login_after_password_default_browser_return_url' => :'kratos_selfservice_flows_login_after_password_default_browser_return_url',
694
+ :'kratos_selfservice_flows_login_after_totp_default_browser_return_url' => :'kratos_selfservice_flows_login_after_totp_default_browser_return_url',
695
+ :'kratos_selfservice_flows_login_after_webauthn_default_browser_return_url' => :'kratos_selfservice_flows_login_after_webauthn_default_browser_return_url',
696
+ :'kratos_selfservice_flows_login_lifespan' => :'kratos_selfservice_flows_login_lifespan',
697
+ :'kratos_selfservice_flows_login_ui_url' => :'kratos_selfservice_flows_login_ui_url',
698
+ :'kratos_selfservice_flows_logout_after_default_browser_return_url' => :'kratos_selfservice_flows_logout_after_default_browser_return_url',
699
+ :'kratos_selfservice_flows_recovery_after_default_browser_return_url' => :'kratos_selfservice_flows_recovery_after_default_browser_return_url',
700
+ :'kratos_selfservice_flows_recovery_enabled' => :'kratos_selfservice_flows_recovery_enabled',
701
+ :'kratos_selfservice_flows_recovery_lifespan' => :'kratos_selfservice_flows_recovery_lifespan',
702
+ :'kratos_selfservice_flows_recovery_notify_unknown_recipients' => :'kratos_selfservice_flows_recovery_notify_unknown_recipients',
703
+ :'kratos_selfservice_flows_recovery_ui_url' => :'kratos_selfservice_flows_recovery_ui_url',
704
+ :'kratos_selfservice_flows_recovery_use' => :'kratos_selfservice_flows_recovery_use',
705
+ :'kratos_selfservice_flows_registration_after_code_default_browser_return_url' => :'kratos_selfservice_flows_registration_after_code_default_browser_return_url',
706
+ :'kratos_selfservice_flows_registration_after_default_browser_return_url' => :'kratos_selfservice_flows_registration_after_default_browser_return_url',
707
+ :'kratos_selfservice_flows_registration_after_oidc_default_browser_return_url' => :'kratos_selfservice_flows_registration_after_oidc_default_browser_return_url',
708
+ :'kratos_selfservice_flows_registration_after_password_default_browser_return_url' => :'kratos_selfservice_flows_registration_after_password_default_browser_return_url',
709
+ :'kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url' => :'kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url',
710
+ :'kratos_selfservice_flows_registration_enabled' => :'kratos_selfservice_flows_registration_enabled',
711
+ :'kratos_selfservice_flows_registration_lifespan' => :'kratos_selfservice_flows_registration_lifespan',
712
+ :'kratos_selfservice_flows_registration_login_hints' => :'kratos_selfservice_flows_registration_login_hints',
713
+ :'kratos_selfservice_flows_registration_ui_url' => :'kratos_selfservice_flows_registration_ui_url',
714
+ :'kratos_selfservice_flows_settings_after_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_default_browser_return_url',
715
+ :'kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url',
716
+ :'kratos_selfservice_flows_settings_after_oidc_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_oidc_default_browser_return_url',
717
+ :'kratos_selfservice_flows_settings_after_password_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_password_default_browser_return_url',
718
+ :'kratos_selfservice_flows_settings_after_profile_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_profile_default_browser_return_url',
719
+ :'kratos_selfservice_flows_settings_after_totp_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_totp_default_browser_return_url',
720
+ :'kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url' => :'kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url',
721
+ :'kratos_selfservice_flows_settings_lifespan' => :'kratos_selfservice_flows_settings_lifespan',
722
+ :'kratos_selfservice_flows_settings_privileged_session_max_age' => :'kratos_selfservice_flows_settings_privileged_session_max_age',
723
+ :'kratos_selfservice_flows_settings_required_aal' => :'kratos_selfservice_flows_settings_required_aal',
724
+ :'kratos_selfservice_flows_settings_ui_url' => :'kratos_selfservice_flows_settings_ui_url',
725
+ :'kratos_selfservice_flows_verification_after_default_browser_return_url' => :'kratos_selfservice_flows_verification_after_default_browser_return_url',
726
+ :'kratos_selfservice_flows_verification_enabled' => :'kratos_selfservice_flows_verification_enabled',
727
+ :'kratos_selfservice_flows_verification_lifespan' => :'kratos_selfservice_flows_verification_lifespan',
728
+ :'kratos_selfservice_flows_verification_notify_unknown_recipients' => :'kratos_selfservice_flows_verification_notify_unknown_recipients',
729
+ :'kratos_selfservice_flows_verification_ui_url' => :'kratos_selfservice_flows_verification_ui_url',
730
+ :'kratos_selfservice_flows_verification_use' => :'kratos_selfservice_flows_verification_use',
731
+ :'kratos_selfservice_methods_code_config_lifespan' => :'kratos_selfservice_methods_code_config_lifespan',
732
+ :'kratos_selfservice_methods_code_enabled' => :'kratos_selfservice_methods_code_enabled',
733
+ :'kratos_selfservice_methods_code_passwordless_enabled' => :'kratos_selfservice_methods_code_passwordless_enabled',
734
+ :'kratos_selfservice_methods_link_config_base_url' => :'kratos_selfservice_methods_link_config_base_url',
735
+ :'kratos_selfservice_methods_link_config_lifespan' => :'kratos_selfservice_methods_link_config_lifespan',
736
+ :'kratos_selfservice_methods_link_enabled' => :'kratos_selfservice_methods_link_enabled',
737
+ :'kratos_selfservice_methods_lookup_secret_enabled' => :'kratos_selfservice_methods_lookup_secret_enabled',
738
+ :'kratos_selfservice_methods_oidc_config_base_redirect_uri' => :'kratos_selfservice_methods_oidc_config_base_redirect_uri',
739
+ :'kratos_selfservice_methods_oidc_config_providers' => :'kratos_selfservice_methods_oidc_config_providers',
740
+ :'kratos_selfservice_methods_oidc_enabled' => :'kratos_selfservice_methods_oidc_enabled',
741
+ :'kratos_selfservice_methods_password_config_haveibeenpwned_enabled' => :'kratos_selfservice_methods_password_config_haveibeenpwned_enabled',
742
+ :'kratos_selfservice_methods_password_config_identifier_similarity_check_enabled' => :'kratos_selfservice_methods_password_config_identifier_similarity_check_enabled',
743
+ :'kratos_selfservice_methods_password_config_ignore_network_errors' => :'kratos_selfservice_methods_password_config_ignore_network_errors',
744
+ :'kratos_selfservice_methods_password_config_max_breaches' => :'kratos_selfservice_methods_password_config_max_breaches',
745
+ :'kratos_selfservice_methods_password_config_min_password_length' => :'kratos_selfservice_methods_password_config_min_password_length',
746
+ :'kratos_selfservice_methods_password_enabled' => :'kratos_selfservice_methods_password_enabled',
747
+ :'kratos_selfservice_methods_profile_enabled' => :'kratos_selfservice_methods_profile_enabled',
748
+ :'kratos_selfservice_methods_totp_config_issuer' => :'kratos_selfservice_methods_totp_config_issuer',
749
+ :'kratos_selfservice_methods_totp_enabled' => :'kratos_selfservice_methods_totp_enabled',
750
+ :'kratos_selfservice_methods_webauthn_config_passwordless' => :'kratos_selfservice_methods_webauthn_config_passwordless',
751
+ :'kratos_selfservice_methods_webauthn_config_rp_display_name' => :'kratos_selfservice_methods_webauthn_config_rp_display_name',
752
+ :'kratos_selfservice_methods_webauthn_config_rp_icon' => :'kratos_selfservice_methods_webauthn_config_rp_icon',
753
+ :'kratos_selfservice_methods_webauthn_config_rp_id' => :'kratos_selfservice_methods_webauthn_config_rp_id',
754
+ :'kratos_selfservice_methods_webauthn_config_rp_origins' => :'kratos_selfservice_methods_webauthn_config_rp_origins',
755
+ :'kratos_selfservice_methods_webauthn_enabled' => :'kratos_selfservice_methods_webauthn_enabled',
756
+ :'kratos_session_cookie_persistent' => :'kratos_session_cookie_persistent',
757
+ :'kratos_session_cookie_same_site' => :'kratos_session_cookie_same_site',
758
+ :'kratos_session_lifespan' => :'kratos_session_lifespan',
759
+ :'kratos_session_whoami_required_aal' => :'kratos_session_whoami_required_aal',
760
+ :'kratos_session_whoami_tokenizer_templates' => :'kratos_session_whoami_tokenizer_templates',
761
+ :'name' => :'name',
762
+ :'project_id' => :'project_id',
763
+ :'project_revision_hooks' => :'project_revision_hooks',
764
+ :'serve_admin_cors_allowed_origins' => :'serve_admin_cors_allowed_origins',
765
+ :'serve_admin_cors_enabled' => :'serve_admin_cors_enabled',
766
+ :'serve_public_cors_allowed_origins' => :'serve_public_cors_allowed_origins',
767
+ :'serve_public_cors_enabled' => :'serve_public_cors_enabled',
768
+ :'strict_security' => :'strict_security',
769
+ :'updated_at' => :'updated_at',
770
+ :'workspace_id' => :'workspace_id'
771
+ }
772
+ end
773
+
774
+ # Returns all the JSON keys this model knows about
775
+ def self.acceptable_attributes
776
+ attribute_map.values
777
+ end
778
+
779
+ # Attribute type mapping.
780
+ def self.openapi_types
781
+ {
782
+ :'created_at' => :'Time',
783
+ :'disable_account_experience_welcome_screen' => :'Boolean',
784
+ :'hydra_oauth2_allowed_top_level_claims' => :'Array<String>',
785
+ :'hydra_oauth2_client_credentials_default_grant_allowed_scope' => :'Boolean',
786
+ :'hydra_oauth2_exclude_not_before_claim' => :'Boolean',
787
+ :'hydra_oauth2_grant_jwt_iat_optional' => :'Boolean',
788
+ :'hydra_oauth2_grant_jwt_jti_optional' => :'Boolean',
789
+ :'hydra_oauth2_grant_jwt_max_ttl' => :'String',
790
+ :'hydra_oauth2_pkce_enforced' => :'Boolean',
791
+ :'hydra_oauth2_pkce_enforced_for_public_clients' => :'Boolean',
792
+ :'hydra_oauth2_refresh_token_hook' => :'String',
793
+ :'hydra_oauth2_token_hook' => :'String',
794
+ :'hydra_oidc_dynamic_client_registration_default_scope' => :'Array<String>',
795
+ :'hydra_oidc_dynamic_client_registration_enabled' => :'Boolean',
796
+ :'hydra_oidc_subject_identifiers_pairwise_salt' => :'String',
797
+ :'hydra_oidc_subject_identifiers_supported_types' => :'Array<String>',
798
+ :'hydra_secrets_cookie' => :'Array<String>',
799
+ :'hydra_secrets_system' => :'Array<String>',
800
+ :'hydra_serve_cookies_same_site_legacy_workaround' => :'Boolean',
801
+ :'hydra_serve_cookies_same_site_mode' => :'String',
802
+ :'hydra_strategies_access_token' => :'String',
803
+ :'hydra_strategies_scope' => :'String',
804
+ :'hydra_ttl_access_token' => :'String',
805
+ :'hydra_ttl_auth_code' => :'String',
806
+ :'hydra_ttl_id_token' => :'String',
807
+ :'hydra_ttl_login_consent_request' => :'String',
808
+ :'hydra_ttl_refresh_token' => :'String',
809
+ :'hydra_urls_consent' => :'String',
810
+ :'hydra_urls_error' => :'String',
811
+ :'hydra_urls_login' => :'String',
812
+ :'hydra_urls_logout' => :'String',
813
+ :'hydra_urls_post_logout_redirect' => :'String',
814
+ :'hydra_urls_registration' => :'String',
815
+ :'hydra_urls_self_issuer' => :'String',
816
+ :'hydra_webfinger_jwks_broadcast_keys' => :'Array<String>',
817
+ :'hydra_webfinger_oidc_discovery_auth_url' => :'String',
818
+ :'hydra_webfinger_oidc_discovery_client_registration_url' => :'String',
819
+ :'hydra_webfinger_oidc_discovery_jwks_url' => :'String',
820
+ :'hydra_webfinger_oidc_discovery_supported_claims' => :'Array<String>',
821
+ :'hydra_webfinger_oidc_discovery_supported_scope' => :'Array<String>',
822
+ :'hydra_webfinger_oidc_discovery_token_url' => :'String',
823
+ :'hydra_webfinger_oidc_discovery_userinfo_url' => :'String',
824
+ :'id' => :'String',
825
+ :'keto_namespace_configuration' => :'String',
826
+ :'keto_namespaces' => :'Array<KetoNamespace>',
827
+ :'kratos_cookies_same_site' => :'String',
828
+ :'kratos_courier_delivery_strategy' => :'String',
829
+ :'kratos_courier_http_request_config_auth_api_key_in' => :'String',
830
+ :'kratos_courier_http_request_config_auth_api_key_name' => :'String',
831
+ :'kratos_courier_http_request_config_auth_api_key_value' => :'String',
832
+ :'kratos_courier_http_request_config_auth_basic_auth_password' => :'String',
833
+ :'kratos_courier_http_request_config_auth_basic_auth_user' => :'String',
834
+ :'kratos_courier_http_request_config_auth_type' => :'String',
835
+ :'kratos_courier_http_request_config_body' => :'String',
836
+ :'kratos_courier_http_request_config_headers' => :'Object',
837
+ :'kratos_courier_http_request_config_method' => :'String',
838
+ :'kratos_courier_http_request_config_url' => :'String',
839
+ :'kratos_courier_smtp_connection_uri' => :'String',
840
+ :'kratos_courier_smtp_from_address' => :'String',
841
+ :'kratos_courier_smtp_from_name' => :'String',
842
+ :'kratos_courier_smtp_headers' => :'Object',
843
+ :'kratos_courier_smtp_local_name' => :'String',
844
+ :'kratos_courier_templates_login_code_valid_email_body_html' => :'String',
845
+ :'kratos_courier_templates_login_code_valid_email_body_plaintext' => :'String',
846
+ :'kratos_courier_templates_login_code_valid_email_subject' => :'String',
847
+ :'kratos_courier_templates_recovery_code_invalid_email_body_html' => :'String',
848
+ :'kratos_courier_templates_recovery_code_invalid_email_body_plaintext' => :'String',
849
+ :'kratos_courier_templates_recovery_code_invalid_email_subject' => :'String',
850
+ :'kratos_courier_templates_recovery_code_valid_email_body_html' => :'String',
851
+ :'kratos_courier_templates_recovery_code_valid_email_body_plaintext' => :'String',
852
+ :'kratos_courier_templates_recovery_code_valid_email_subject' => :'String',
853
+ :'kratos_courier_templates_recovery_invalid_email_body_html' => :'String',
854
+ :'kratos_courier_templates_recovery_invalid_email_body_plaintext' => :'String',
855
+ :'kratos_courier_templates_recovery_invalid_email_subject' => :'String',
856
+ :'kratos_courier_templates_recovery_valid_email_body_html' => :'String',
857
+ :'kratos_courier_templates_recovery_valid_email_body_plaintext' => :'String',
858
+ :'kratos_courier_templates_recovery_valid_email_subject' => :'String',
859
+ :'kratos_courier_templates_registration_code_valid_email_body_html' => :'String',
860
+ :'kratos_courier_templates_registration_code_valid_email_body_plaintext' => :'String',
861
+ :'kratos_courier_templates_registration_code_valid_email_subject' => :'String',
862
+ :'kratos_courier_templates_verification_code_invalid_email_body_html' => :'String',
863
+ :'kratos_courier_templates_verification_code_invalid_email_body_plaintext' => :'String',
864
+ :'kratos_courier_templates_verification_code_invalid_email_subject' => :'String',
865
+ :'kratos_courier_templates_verification_code_valid_email_body_html' => :'String',
866
+ :'kratos_courier_templates_verification_code_valid_email_body_plaintext' => :'String',
867
+ :'kratos_courier_templates_verification_code_valid_email_subject' => :'String',
868
+ :'kratos_courier_templates_verification_invalid_email_body_html' => :'String',
869
+ :'kratos_courier_templates_verification_invalid_email_body_plaintext' => :'String',
870
+ :'kratos_courier_templates_verification_invalid_email_subject' => :'String',
871
+ :'kratos_courier_templates_verification_valid_email_body_html' => :'String',
872
+ :'kratos_courier_templates_verification_valid_email_body_plaintext' => :'String',
873
+ :'kratos_courier_templates_verification_valid_email_subject' => :'String',
874
+ :'kratos_feature_flags_cacheable_sessions' => :'Boolean',
875
+ :'kratos_feature_flags_use_continue_with_transitions' => :'Boolean',
876
+ :'kratos_identity_schemas' => :'Array<NormalizedProjectRevisionIdentitySchema>',
877
+ :'kratos_oauth2_provider_headers' => :'Object',
878
+ :'kratos_oauth2_provider_override_return_to' => :'Boolean',
879
+ :'kratos_oauth2_provider_url' => :'String',
880
+ :'kratos_preview_default_read_consistency_level' => :'String',
881
+ :'kratos_secrets_cipher' => :'Array<String>',
882
+ :'kratos_secrets_cookie' => :'Array<String>',
883
+ :'kratos_secrets_default' => :'Array<String>',
884
+ :'kratos_selfservice_allowed_return_urls' => :'Array<String>',
885
+ :'kratos_selfservice_default_browser_return_url' => :'String',
886
+ :'kratos_selfservice_flows_error_ui_url' => :'String',
887
+ :'kratos_selfservice_flows_login_after_code_default_browser_return_url' => :'String',
888
+ :'kratos_selfservice_flows_login_after_default_browser_return_url' => :'String',
889
+ :'kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url' => :'String',
890
+ :'kratos_selfservice_flows_login_after_oidc_default_browser_return_url' => :'String',
891
+ :'kratos_selfservice_flows_login_after_password_default_browser_return_url' => :'String',
892
+ :'kratos_selfservice_flows_login_after_totp_default_browser_return_url' => :'String',
893
+ :'kratos_selfservice_flows_login_after_webauthn_default_browser_return_url' => :'String',
894
+ :'kratos_selfservice_flows_login_lifespan' => :'String',
895
+ :'kratos_selfservice_flows_login_ui_url' => :'String',
896
+ :'kratos_selfservice_flows_logout_after_default_browser_return_url' => :'String',
897
+ :'kratos_selfservice_flows_recovery_after_default_browser_return_url' => :'String',
898
+ :'kratos_selfservice_flows_recovery_enabled' => :'Boolean',
899
+ :'kratos_selfservice_flows_recovery_lifespan' => :'String',
900
+ :'kratos_selfservice_flows_recovery_notify_unknown_recipients' => :'Boolean',
901
+ :'kratos_selfservice_flows_recovery_ui_url' => :'String',
902
+ :'kratos_selfservice_flows_recovery_use' => :'String',
903
+ :'kratos_selfservice_flows_registration_after_code_default_browser_return_url' => :'String',
904
+ :'kratos_selfservice_flows_registration_after_default_browser_return_url' => :'String',
905
+ :'kratos_selfservice_flows_registration_after_oidc_default_browser_return_url' => :'String',
906
+ :'kratos_selfservice_flows_registration_after_password_default_browser_return_url' => :'String',
907
+ :'kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url' => :'String',
908
+ :'kratos_selfservice_flows_registration_enabled' => :'Boolean',
909
+ :'kratos_selfservice_flows_registration_lifespan' => :'String',
910
+ :'kratos_selfservice_flows_registration_login_hints' => :'Boolean',
911
+ :'kratos_selfservice_flows_registration_ui_url' => :'String',
912
+ :'kratos_selfservice_flows_settings_after_default_browser_return_url' => :'String',
913
+ :'kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url' => :'String',
914
+ :'kratos_selfservice_flows_settings_after_oidc_default_browser_return_url' => :'String',
915
+ :'kratos_selfservice_flows_settings_after_password_default_browser_return_url' => :'String',
916
+ :'kratos_selfservice_flows_settings_after_profile_default_browser_return_url' => :'String',
917
+ :'kratos_selfservice_flows_settings_after_totp_default_browser_return_url' => :'String',
918
+ :'kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url' => :'String',
919
+ :'kratos_selfservice_flows_settings_lifespan' => :'String',
920
+ :'kratos_selfservice_flows_settings_privileged_session_max_age' => :'String',
921
+ :'kratos_selfservice_flows_settings_required_aal' => :'String',
922
+ :'kratos_selfservice_flows_settings_ui_url' => :'String',
923
+ :'kratos_selfservice_flows_verification_after_default_browser_return_url' => :'String',
924
+ :'kratos_selfservice_flows_verification_enabled' => :'Boolean',
925
+ :'kratos_selfservice_flows_verification_lifespan' => :'String',
926
+ :'kratos_selfservice_flows_verification_notify_unknown_recipients' => :'Boolean',
927
+ :'kratos_selfservice_flows_verification_ui_url' => :'String',
928
+ :'kratos_selfservice_flows_verification_use' => :'String',
929
+ :'kratos_selfservice_methods_code_config_lifespan' => :'String',
930
+ :'kratos_selfservice_methods_code_enabled' => :'Boolean',
931
+ :'kratos_selfservice_methods_code_passwordless_enabled' => :'Boolean',
932
+ :'kratos_selfservice_methods_link_config_base_url' => :'String',
933
+ :'kratos_selfservice_methods_link_config_lifespan' => :'String',
934
+ :'kratos_selfservice_methods_link_enabled' => :'Boolean',
935
+ :'kratos_selfservice_methods_lookup_secret_enabled' => :'Boolean',
936
+ :'kratos_selfservice_methods_oidc_config_base_redirect_uri' => :'String',
937
+ :'kratos_selfservice_methods_oidc_config_providers' => :'Array<NormalizedProjectRevisionThirdPartyProvider>',
938
+ :'kratos_selfservice_methods_oidc_enabled' => :'Boolean',
939
+ :'kratos_selfservice_methods_password_config_haveibeenpwned_enabled' => :'Boolean',
940
+ :'kratos_selfservice_methods_password_config_identifier_similarity_check_enabled' => :'Boolean',
941
+ :'kratos_selfservice_methods_password_config_ignore_network_errors' => :'Boolean',
942
+ :'kratos_selfservice_methods_password_config_max_breaches' => :'Integer',
943
+ :'kratos_selfservice_methods_password_config_min_password_length' => :'Integer',
944
+ :'kratos_selfservice_methods_password_enabled' => :'Boolean',
945
+ :'kratos_selfservice_methods_profile_enabled' => :'Boolean',
946
+ :'kratos_selfservice_methods_totp_config_issuer' => :'String',
947
+ :'kratos_selfservice_methods_totp_enabled' => :'Boolean',
948
+ :'kratos_selfservice_methods_webauthn_config_passwordless' => :'Boolean',
949
+ :'kratos_selfservice_methods_webauthn_config_rp_display_name' => :'String',
950
+ :'kratos_selfservice_methods_webauthn_config_rp_icon' => :'String',
951
+ :'kratos_selfservice_methods_webauthn_config_rp_id' => :'String',
952
+ :'kratos_selfservice_methods_webauthn_config_rp_origins' => :'Array<String>',
953
+ :'kratos_selfservice_methods_webauthn_enabled' => :'Boolean',
954
+ :'kratos_session_cookie_persistent' => :'Boolean',
955
+ :'kratos_session_cookie_same_site' => :'String',
956
+ :'kratos_session_lifespan' => :'String',
957
+ :'kratos_session_whoami_required_aal' => :'String',
958
+ :'kratos_session_whoami_tokenizer_templates' => :'Array<NormalizedProjectRevisionTokenizerTemplate>',
959
+ :'name' => :'String',
960
+ :'project_id' => :'String',
961
+ :'project_revision_hooks' => :'Array<NormalizedProjectRevisionHook>',
962
+ :'serve_admin_cors_allowed_origins' => :'Array<String>',
963
+ :'serve_admin_cors_enabled' => :'Boolean',
964
+ :'serve_public_cors_allowed_origins' => :'Array<String>',
965
+ :'serve_public_cors_enabled' => :'Boolean',
966
+ :'strict_security' => :'Boolean',
967
+ :'updated_at' => :'Time',
968
+ :'workspace_id' => :'String'
969
+ }
970
+ end
971
+
972
+ # List of attributes with nullable: true
973
+ def self.openapi_nullable
974
+ Set.new([
975
+ :'kratos_courier_http_request_config_headers',
976
+ :'kratos_courier_smtp_headers',
977
+ :'kratos_oauth2_provider_headers',
978
+ :'workspace_id'
979
+ ])
980
+ end
981
+
982
+ # Initializes the object
983
+ # @param [Hash] attributes Model attributes in the form of hash
984
+ def initialize(attributes = {})
985
+ if (!attributes.is_a?(Hash))
986
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::CreateProjectNormalizedPayload` initialize method"
987
+ end
988
+
989
+ # check to see if the attribute exists and convert string to symbol for hash key
990
+ attributes = attributes.each_with_object({}) { |(k, v), h|
991
+ if (!self.class.attribute_map.key?(k.to_sym))
992
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::CreateProjectNormalizedPayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
993
+ end
994
+ h[k.to_sym] = v
995
+ }
996
+
997
+ if attributes.key?(:'created_at')
998
+ self.created_at = attributes[:'created_at']
999
+ end
1000
+
1001
+ if attributes.key?(:'disable_account_experience_welcome_screen')
1002
+ self.disable_account_experience_welcome_screen = attributes[:'disable_account_experience_welcome_screen']
1003
+ end
1004
+
1005
+ if attributes.key?(:'hydra_oauth2_allowed_top_level_claims')
1006
+ if (value = attributes[:'hydra_oauth2_allowed_top_level_claims']).is_a?(Array)
1007
+ self.hydra_oauth2_allowed_top_level_claims = value
1008
+ end
1009
+ end
1010
+
1011
+ if attributes.key?(:'hydra_oauth2_client_credentials_default_grant_allowed_scope')
1012
+ self.hydra_oauth2_client_credentials_default_grant_allowed_scope = attributes[:'hydra_oauth2_client_credentials_default_grant_allowed_scope']
1013
+ end
1014
+
1015
+ if attributes.key?(:'hydra_oauth2_exclude_not_before_claim')
1016
+ self.hydra_oauth2_exclude_not_before_claim = attributes[:'hydra_oauth2_exclude_not_before_claim']
1017
+ end
1018
+
1019
+ if attributes.key?(:'hydra_oauth2_grant_jwt_iat_optional')
1020
+ self.hydra_oauth2_grant_jwt_iat_optional = attributes[:'hydra_oauth2_grant_jwt_iat_optional']
1021
+ end
1022
+
1023
+ if attributes.key?(:'hydra_oauth2_grant_jwt_jti_optional')
1024
+ self.hydra_oauth2_grant_jwt_jti_optional = attributes[:'hydra_oauth2_grant_jwt_jti_optional']
1025
+ end
1026
+
1027
+ if attributes.key?(:'hydra_oauth2_grant_jwt_max_ttl')
1028
+ self.hydra_oauth2_grant_jwt_max_ttl = attributes[:'hydra_oauth2_grant_jwt_max_ttl']
1029
+ else
1030
+ self.hydra_oauth2_grant_jwt_max_ttl = '720h'
1031
+ end
1032
+
1033
+ if attributes.key?(:'hydra_oauth2_pkce_enforced')
1034
+ self.hydra_oauth2_pkce_enforced = attributes[:'hydra_oauth2_pkce_enforced']
1035
+ end
1036
+
1037
+ if attributes.key?(:'hydra_oauth2_pkce_enforced_for_public_clients')
1038
+ self.hydra_oauth2_pkce_enforced_for_public_clients = attributes[:'hydra_oauth2_pkce_enforced_for_public_clients']
1039
+ end
1040
+
1041
+ if attributes.key?(:'hydra_oauth2_refresh_token_hook')
1042
+ self.hydra_oauth2_refresh_token_hook = attributes[:'hydra_oauth2_refresh_token_hook']
1043
+ end
1044
+
1045
+ if attributes.key?(:'hydra_oauth2_token_hook')
1046
+ self.hydra_oauth2_token_hook = attributes[:'hydra_oauth2_token_hook']
1047
+ end
1048
+
1049
+ if attributes.key?(:'hydra_oidc_dynamic_client_registration_default_scope')
1050
+ if (value = attributes[:'hydra_oidc_dynamic_client_registration_default_scope']).is_a?(Array)
1051
+ self.hydra_oidc_dynamic_client_registration_default_scope = value
1052
+ end
1053
+ end
1054
+
1055
+ if attributes.key?(:'hydra_oidc_dynamic_client_registration_enabled')
1056
+ self.hydra_oidc_dynamic_client_registration_enabled = attributes[:'hydra_oidc_dynamic_client_registration_enabled']
1057
+ end
1058
+
1059
+ if attributes.key?(:'hydra_oidc_subject_identifiers_pairwise_salt')
1060
+ self.hydra_oidc_subject_identifiers_pairwise_salt = attributes[:'hydra_oidc_subject_identifiers_pairwise_salt']
1061
+ end
1062
+
1063
+ if attributes.key?(:'hydra_oidc_subject_identifiers_supported_types')
1064
+ if (value = attributes[:'hydra_oidc_subject_identifiers_supported_types']).is_a?(Array)
1065
+ self.hydra_oidc_subject_identifiers_supported_types = value
1066
+ end
1067
+ end
1068
+
1069
+ if attributes.key?(:'hydra_secrets_cookie')
1070
+ if (value = attributes[:'hydra_secrets_cookie']).is_a?(Array)
1071
+ self.hydra_secrets_cookie = value
1072
+ end
1073
+ end
1074
+
1075
+ if attributes.key?(:'hydra_secrets_system')
1076
+ if (value = attributes[:'hydra_secrets_system']).is_a?(Array)
1077
+ self.hydra_secrets_system = value
1078
+ end
1079
+ end
1080
+
1081
+ if attributes.key?(:'hydra_serve_cookies_same_site_legacy_workaround')
1082
+ self.hydra_serve_cookies_same_site_legacy_workaround = attributes[:'hydra_serve_cookies_same_site_legacy_workaround']
1083
+ end
1084
+
1085
+ if attributes.key?(:'hydra_serve_cookies_same_site_mode')
1086
+ self.hydra_serve_cookies_same_site_mode = attributes[:'hydra_serve_cookies_same_site_mode']
1087
+ end
1088
+
1089
+ if attributes.key?(:'hydra_strategies_access_token')
1090
+ self.hydra_strategies_access_token = attributes[:'hydra_strategies_access_token']
1091
+ else
1092
+ self.hydra_strategies_access_token = 'opaque'
1093
+ end
1094
+
1095
+ if attributes.key?(:'hydra_strategies_scope')
1096
+ self.hydra_strategies_scope = attributes[:'hydra_strategies_scope']
1097
+ else
1098
+ self.hydra_strategies_scope = 'wildcard'
1099
+ end
1100
+
1101
+ if attributes.key?(:'hydra_ttl_access_token')
1102
+ self.hydra_ttl_access_token = attributes[:'hydra_ttl_access_token']
1103
+ else
1104
+ self.hydra_ttl_access_token = '30m'
1105
+ end
1106
+
1107
+ if attributes.key?(:'hydra_ttl_auth_code')
1108
+ self.hydra_ttl_auth_code = attributes[:'hydra_ttl_auth_code']
1109
+ else
1110
+ self.hydra_ttl_auth_code = '720h'
1111
+ end
1112
+
1113
+ if attributes.key?(:'hydra_ttl_id_token')
1114
+ self.hydra_ttl_id_token = attributes[:'hydra_ttl_id_token']
1115
+ else
1116
+ self.hydra_ttl_id_token = '30m'
1117
+ end
1118
+
1119
+ if attributes.key?(:'hydra_ttl_login_consent_request')
1120
+ self.hydra_ttl_login_consent_request = attributes[:'hydra_ttl_login_consent_request']
1121
+ else
1122
+ self.hydra_ttl_login_consent_request = '30m'
1123
+ end
1124
+
1125
+ if attributes.key?(:'hydra_ttl_refresh_token')
1126
+ self.hydra_ttl_refresh_token = attributes[:'hydra_ttl_refresh_token']
1127
+ else
1128
+ self.hydra_ttl_refresh_token = '720h'
1129
+ end
1130
+
1131
+ if attributes.key?(:'hydra_urls_consent')
1132
+ self.hydra_urls_consent = attributes[:'hydra_urls_consent']
1133
+ end
1134
+
1135
+ if attributes.key?(:'hydra_urls_error')
1136
+ self.hydra_urls_error = attributes[:'hydra_urls_error']
1137
+ end
1138
+
1139
+ if attributes.key?(:'hydra_urls_login')
1140
+ self.hydra_urls_login = attributes[:'hydra_urls_login']
1141
+ end
1142
+
1143
+ if attributes.key?(:'hydra_urls_logout')
1144
+ self.hydra_urls_logout = attributes[:'hydra_urls_logout']
1145
+ end
1146
+
1147
+ if attributes.key?(:'hydra_urls_post_logout_redirect')
1148
+ self.hydra_urls_post_logout_redirect = attributes[:'hydra_urls_post_logout_redirect']
1149
+ end
1150
+
1151
+ if attributes.key?(:'hydra_urls_registration')
1152
+ self.hydra_urls_registration = attributes[:'hydra_urls_registration']
1153
+ end
1154
+
1155
+ if attributes.key?(:'hydra_urls_self_issuer')
1156
+ self.hydra_urls_self_issuer = attributes[:'hydra_urls_self_issuer']
1157
+ end
1158
+
1159
+ if attributes.key?(:'hydra_webfinger_jwks_broadcast_keys')
1160
+ if (value = attributes[:'hydra_webfinger_jwks_broadcast_keys']).is_a?(Array)
1161
+ self.hydra_webfinger_jwks_broadcast_keys = value
1162
+ end
1163
+ end
1164
+
1165
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_auth_url')
1166
+ self.hydra_webfinger_oidc_discovery_auth_url = attributes[:'hydra_webfinger_oidc_discovery_auth_url']
1167
+ end
1168
+
1169
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_client_registration_url')
1170
+ self.hydra_webfinger_oidc_discovery_client_registration_url = attributes[:'hydra_webfinger_oidc_discovery_client_registration_url']
1171
+ end
1172
+
1173
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_jwks_url')
1174
+ self.hydra_webfinger_oidc_discovery_jwks_url = attributes[:'hydra_webfinger_oidc_discovery_jwks_url']
1175
+ end
1176
+
1177
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_supported_claims')
1178
+ if (value = attributes[:'hydra_webfinger_oidc_discovery_supported_claims']).is_a?(Array)
1179
+ self.hydra_webfinger_oidc_discovery_supported_claims = value
1180
+ end
1181
+ end
1182
+
1183
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_supported_scope')
1184
+ if (value = attributes[:'hydra_webfinger_oidc_discovery_supported_scope']).is_a?(Array)
1185
+ self.hydra_webfinger_oidc_discovery_supported_scope = value
1186
+ end
1187
+ end
1188
+
1189
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_token_url')
1190
+ self.hydra_webfinger_oidc_discovery_token_url = attributes[:'hydra_webfinger_oidc_discovery_token_url']
1191
+ end
1192
+
1193
+ if attributes.key?(:'hydra_webfinger_oidc_discovery_userinfo_url')
1194
+ self.hydra_webfinger_oidc_discovery_userinfo_url = attributes[:'hydra_webfinger_oidc_discovery_userinfo_url']
1195
+ end
1196
+
1197
+ if attributes.key?(:'id')
1198
+ self.id = attributes[:'id']
1199
+ end
1200
+
1201
+ if attributes.key?(:'keto_namespace_configuration')
1202
+ self.keto_namespace_configuration = attributes[:'keto_namespace_configuration']
1203
+ end
1204
+
1205
+ if attributes.key?(:'keto_namespaces')
1206
+ if (value = attributes[:'keto_namespaces']).is_a?(Array)
1207
+ self.keto_namespaces = value
1208
+ end
1209
+ end
1210
+
1211
+ if attributes.key?(:'kratos_cookies_same_site')
1212
+ self.kratos_cookies_same_site = attributes[:'kratos_cookies_same_site']
1213
+ end
1214
+
1215
+ if attributes.key?(:'kratos_courier_delivery_strategy')
1216
+ self.kratos_courier_delivery_strategy = attributes[:'kratos_courier_delivery_strategy']
1217
+ else
1218
+ self.kratos_courier_delivery_strategy = 'smtp'
1219
+ end
1220
+
1221
+ if attributes.key?(:'kratos_courier_http_request_config_auth_api_key_in')
1222
+ self.kratos_courier_http_request_config_auth_api_key_in = attributes[:'kratos_courier_http_request_config_auth_api_key_in']
1223
+ end
1224
+
1225
+ if attributes.key?(:'kratos_courier_http_request_config_auth_api_key_name')
1226
+ self.kratos_courier_http_request_config_auth_api_key_name = attributes[:'kratos_courier_http_request_config_auth_api_key_name']
1227
+ end
1228
+
1229
+ if attributes.key?(:'kratos_courier_http_request_config_auth_api_key_value')
1230
+ self.kratos_courier_http_request_config_auth_api_key_value = attributes[:'kratos_courier_http_request_config_auth_api_key_value']
1231
+ end
1232
+
1233
+ if attributes.key?(:'kratos_courier_http_request_config_auth_basic_auth_password')
1234
+ self.kratos_courier_http_request_config_auth_basic_auth_password = attributes[:'kratos_courier_http_request_config_auth_basic_auth_password']
1235
+ end
1236
+
1237
+ if attributes.key?(:'kratos_courier_http_request_config_auth_basic_auth_user')
1238
+ self.kratos_courier_http_request_config_auth_basic_auth_user = attributes[:'kratos_courier_http_request_config_auth_basic_auth_user']
1239
+ end
1240
+
1241
+ if attributes.key?(:'kratos_courier_http_request_config_auth_type')
1242
+ self.kratos_courier_http_request_config_auth_type = attributes[:'kratos_courier_http_request_config_auth_type']
1243
+ else
1244
+ self.kratos_courier_http_request_config_auth_type = 'empty (no authentication)'
1245
+ end
1246
+
1247
+ if attributes.key?(:'kratos_courier_http_request_config_body')
1248
+ self.kratos_courier_http_request_config_body = attributes[:'kratos_courier_http_request_config_body']
1249
+ end
1250
+
1251
+ if attributes.key?(:'kratos_courier_http_request_config_headers')
1252
+ self.kratos_courier_http_request_config_headers = attributes[:'kratos_courier_http_request_config_headers']
1253
+ end
1254
+
1255
+ if attributes.key?(:'kratos_courier_http_request_config_method')
1256
+ self.kratos_courier_http_request_config_method = attributes[:'kratos_courier_http_request_config_method']
1257
+ else
1258
+ self.kratos_courier_http_request_config_method = 'POST'
1259
+ end
1260
+
1261
+ if attributes.key?(:'kratos_courier_http_request_config_url')
1262
+ self.kratos_courier_http_request_config_url = attributes[:'kratos_courier_http_request_config_url']
1263
+ end
1264
+
1265
+ if attributes.key?(:'kratos_courier_smtp_connection_uri')
1266
+ self.kratos_courier_smtp_connection_uri = attributes[:'kratos_courier_smtp_connection_uri']
1267
+ end
1268
+
1269
+ if attributes.key?(:'kratos_courier_smtp_from_address')
1270
+ self.kratos_courier_smtp_from_address = attributes[:'kratos_courier_smtp_from_address']
1271
+ end
1272
+
1273
+ if attributes.key?(:'kratos_courier_smtp_from_name')
1274
+ self.kratos_courier_smtp_from_name = attributes[:'kratos_courier_smtp_from_name']
1275
+ end
1276
+
1277
+ if attributes.key?(:'kratos_courier_smtp_headers')
1278
+ self.kratos_courier_smtp_headers = attributes[:'kratos_courier_smtp_headers']
1279
+ end
1280
+
1281
+ if attributes.key?(:'kratos_courier_smtp_local_name')
1282
+ self.kratos_courier_smtp_local_name = attributes[:'kratos_courier_smtp_local_name']
1283
+ end
1284
+
1285
+ if attributes.key?(:'kratos_courier_templates_login_code_valid_email_body_html')
1286
+ self.kratos_courier_templates_login_code_valid_email_body_html = attributes[:'kratos_courier_templates_login_code_valid_email_body_html']
1287
+ end
1288
+
1289
+ if attributes.key?(:'kratos_courier_templates_login_code_valid_email_body_plaintext')
1290
+ self.kratos_courier_templates_login_code_valid_email_body_plaintext = attributes[:'kratos_courier_templates_login_code_valid_email_body_plaintext']
1291
+ end
1292
+
1293
+ if attributes.key?(:'kratos_courier_templates_login_code_valid_email_subject')
1294
+ self.kratos_courier_templates_login_code_valid_email_subject = attributes[:'kratos_courier_templates_login_code_valid_email_subject']
1295
+ end
1296
+
1297
+ if attributes.key?(:'kratos_courier_templates_recovery_code_invalid_email_body_html')
1298
+ self.kratos_courier_templates_recovery_code_invalid_email_body_html = attributes[:'kratos_courier_templates_recovery_code_invalid_email_body_html']
1299
+ end
1300
+
1301
+ if attributes.key?(:'kratos_courier_templates_recovery_code_invalid_email_body_plaintext')
1302
+ self.kratos_courier_templates_recovery_code_invalid_email_body_plaintext = attributes[:'kratos_courier_templates_recovery_code_invalid_email_body_plaintext']
1303
+ end
1304
+
1305
+ if attributes.key?(:'kratos_courier_templates_recovery_code_invalid_email_subject')
1306
+ self.kratos_courier_templates_recovery_code_invalid_email_subject = attributes[:'kratos_courier_templates_recovery_code_invalid_email_subject']
1307
+ end
1308
+
1309
+ if attributes.key?(:'kratos_courier_templates_recovery_code_valid_email_body_html')
1310
+ self.kratos_courier_templates_recovery_code_valid_email_body_html = attributes[:'kratos_courier_templates_recovery_code_valid_email_body_html']
1311
+ end
1312
+
1313
+ if attributes.key?(:'kratos_courier_templates_recovery_code_valid_email_body_plaintext')
1314
+ self.kratos_courier_templates_recovery_code_valid_email_body_plaintext = attributes[:'kratos_courier_templates_recovery_code_valid_email_body_plaintext']
1315
+ end
1316
+
1317
+ if attributes.key?(:'kratos_courier_templates_recovery_code_valid_email_subject')
1318
+ self.kratos_courier_templates_recovery_code_valid_email_subject = attributes[:'kratos_courier_templates_recovery_code_valid_email_subject']
1319
+ end
1320
+
1321
+ if attributes.key?(:'kratos_courier_templates_recovery_invalid_email_body_html')
1322
+ self.kratos_courier_templates_recovery_invalid_email_body_html = attributes[:'kratos_courier_templates_recovery_invalid_email_body_html']
1323
+ end
1324
+
1325
+ if attributes.key?(:'kratos_courier_templates_recovery_invalid_email_body_plaintext')
1326
+ self.kratos_courier_templates_recovery_invalid_email_body_plaintext = attributes[:'kratos_courier_templates_recovery_invalid_email_body_plaintext']
1327
+ end
1328
+
1329
+ if attributes.key?(:'kratos_courier_templates_recovery_invalid_email_subject')
1330
+ self.kratos_courier_templates_recovery_invalid_email_subject = attributes[:'kratos_courier_templates_recovery_invalid_email_subject']
1331
+ end
1332
+
1333
+ if attributes.key?(:'kratos_courier_templates_recovery_valid_email_body_html')
1334
+ self.kratos_courier_templates_recovery_valid_email_body_html = attributes[:'kratos_courier_templates_recovery_valid_email_body_html']
1335
+ end
1336
+
1337
+ if attributes.key?(:'kratos_courier_templates_recovery_valid_email_body_plaintext')
1338
+ self.kratos_courier_templates_recovery_valid_email_body_plaintext = attributes[:'kratos_courier_templates_recovery_valid_email_body_plaintext']
1339
+ end
1340
+
1341
+ if attributes.key?(:'kratos_courier_templates_recovery_valid_email_subject')
1342
+ self.kratos_courier_templates_recovery_valid_email_subject = attributes[:'kratos_courier_templates_recovery_valid_email_subject']
1343
+ end
1344
+
1345
+ if attributes.key?(:'kratos_courier_templates_registration_code_valid_email_body_html')
1346
+ self.kratos_courier_templates_registration_code_valid_email_body_html = attributes[:'kratos_courier_templates_registration_code_valid_email_body_html']
1347
+ end
1348
+
1349
+ if attributes.key?(:'kratos_courier_templates_registration_code_valid_email_body_plaintext')
1350
+ self.kratos_courier_templates_registration_code_valid_email_body_plaintext = attributes[:'kratos_courier_templates_registration_code_valid_email_body_plaintext']
1351
+ end
1352
+
1353
+ if attributes.key?(:'kratos_courier_templates_registration_code_valid_email_subject')
1354
+ self.kratos_courier_templates_registration_code_valid_email_subject = attributes[:'kratos_courier_templates_registration_code_valid_email_subject']
1355
+ end
1356
+
1357
+ if attributes.key?(:'kratos_courier_templates_verification_code_invalid_email_body_html')
1358
+ self.kratos_courier_templates_verification_code_invalid_email_body_html = attributes[:'kratos_courier_templates_verification_code_invalid_email_body_html']
1359
+ end
1360
+
1361
+ if attributes.key?(:'kratos_courier_templates_verification_code_invalid_email_body_plaintext')
1362
+ self.kratos_courier_templates_verification_code_invalid_email_body_plaintext = attributes[:'kratos_courier_templates_verification_code_invalid_email_body_plaintext']
1363
+ end
1364
+
1365
+ if attributes.key?(:'kratos_courier_templates_verification_code_invalid_email_subject')
1366
+ self.kratos_courier_templates_verification_code_invalid_email_subject = attributes[:'kratos_courier_templates_verification_code_invalid_email_subject']
1367
+ end
1368
+
1369
+ if attributes.key?(:'kratos_courier_templates_verification_code_valid_email_body_html')
1370
+ self.kratos_courier_templates_verification_code_valid_email_body_html = attributes[:'kratos_courier_templates_verification_code_valid_email_body_html']
1371
+ end
1372
+
1373
+ if attributes.key?(:'kratos_courier_templates_verification_code_valid_email_body_plaintext')
1374
+ self.kratos_courier_templates_verification_code_valid_email_body_plaintext = attributes[:'kratos_courier_templates_verification_code_valid_email_body_plaintext']
1375
+ end
1376
+
1377
+ if attributes.key?(:'kratos_courier_templates_verification_code_valid_email_subject')
1378
+ self.kratos_courier_templates_verification_code_valid_email_subject = attributes[:'kratos_courier_templates_verification_code_valid_email_subject']
1379
+ end
1380
+
1381
+ if attributes.key?(:'kratos_courier_templates_verification_invalid_email_body_html')
1382
+ self.kratos_courier_templates_verification_invalid_email_body_html = attributes[:'kratos_courier_templates_verification_invalid_email_body_html']
1383
+ end
1384
+
1385
+ if attributes.key?(:'kratos_courier_templates_verification_invalid_email_body_plaintext')
1386
+ self.kratos_courier_templates_verification_invalid_email_body_plaintext = attributes[:'kratos_courier_templates_verification_invalid_email_body_plaintext']
1387
+ end
1388
+
1389
+ if attributes.key?(:'kratos_courier_templates_verification_invalid_email_subject')
1390
+ self.kratos_courier_templates_verification_invalid_email_subject = attributes[:'kratos_courier_templates_verification_invalid_email_subject']
1391
+ end
1392
+
1393
+ if attributes.key?(:'kratos_courier_templates_verification_valid_email_body_html')
1394
+ self.kratos_courier_templates_verification_valid_email_body_html = attributes[:'kratos_courier_templates_verification_valid_email_body_html']
1395
+ end
1396
+
1397
+ if attributes.key?(:'kratos_courier_templates_verification_valid_email_body_plaintext')
1398
+ self.kratos_courier_templates_verification_valid_email_body_plaintext = attributes[:'kratos_courier_templates_verification_valid_email_body_plaintext']
1399
+ end
1400
+
1401
+ if attributes.key?(:'kratos_courier_templates_verification_valid_email_subject')
1402
+ self.kratos_courier_templates_verification_valid_email_subject = attributes[:'kratos_courier_templates_verification_valid_email_subject']
1403
+ end
1404
+
1405
+ if attributes.key?(:'kratos_feature_flags_cacheable_sessions')
1406
+ self.kratos_feature_flags_cacheable_sessions = attributes[:'kratos_feature_flags_cacheable_sessions']
1407
+ end
1408
+
1409
+ if attributes.key?(:'kratos_feature_flags_use_continue_with_transitions')
1410
+ self.kratos_feature_flags_use_continue_with_transitions = attributes[:'kratos_feature_flags_use_continue_with_transitions']
1411
+ end
1412
+
1413
+ if attributes.key?(:'kratos_identity_schemas')
1414
+ if (value = attributes[:'kratos_identity_schemas']).is_a?(Array)
1415
+ self.kratos_identity_schemas = value
1416
+ end
1417
+ end
1418
+
1419
+ if attributes.key?(:'kratos_oauth2_provider_headers')
1420
+ self.kratos_oauth2_provider_headers = attributes[:'kratos_oauth2_provider_headers']
1421
+ end
1422
+
1423
+ if attributes.key?(:'kratos_oauth2_provider_override_return_to')
1424
+ self.kratos_oauth2_provider_override_return_to = attributes[:'kratos_oauth2_provider_override_return_to']
1425
+ end
1426
+
1427
+ if attributes.key?(:'kratos_oauth2_provider_url')
1428
+ self.kratos_oauth2_provider_url = attributes[:'kratos_oauth2_provider_url']
1429
+ end
1430
+
1431
+ if attributes.key?(:'kratos_preview_default_read_consistency_level')
1432
+ self.kratos_preview_default_read_consistency_level = attributes[:'kratos_preview_default_read_consistency_level']
1433
+ end
1434
+
1435
+ if attributes.key?(:'kratos_secrets_cipher')
1436
+ if (value = attributes[:'kratos_secrets_cipher']).is_a?(Array)
1437
+ self.kratos_secrets_cipher = value
1438
+ end
1439
+ end
1440
+
1441
+ if attributes.key?(:'kratos_secrets_cookie')
1442
+ if (value = attributes[:'kratos_secrets_cookie']).is_a?(Array)
1443
+ self.kratos_secrets_cookie = value
1444
+ end
1445
+ end
1446
+
1447
+ if attributes.key?(:'kratos_secrets_default')
1448
+ if (value = attributes[:'kratos_secrets_default']).is_a?(Array)
1449
+ self.kratos_secrets_default = value
1450
+ end
1451
+ end
1452
+
1453
+ if attributes.key?(:'kratos_selfservice_allowed_return_urls')
1454
+ if (value = attributes[:'kratos_selfservice_allowed_return_urls']).is_a?(Array)
1455
+ self.kratos_selfservice_allowed_return_urls = value
1456
+ end
1457
+ end
1458
+
1459
+ if attributes.key?(:'kratos_selfservice_default_browser_return_url')
1460
+ self.kratos_selfservice_default_browser_return_url = attributes[:'kratos_selfservice_default_browser_return_url']
1461
+ end
1462
+
1463
+ if attributes.key?(:'kratos_selfservice_flows_error_ui_url')
1464
+ self.kratos_selfservice_flows_error_ui_url = attributes[:'kratos_selfservice_flows_error_ui_url']
1465
+ end
1466
+
1467
+ if attributes.key?(:'kratos_selfservice_flows_login_after_code_default_browser_return_url')
1468
+ self.kratos_selfservice_flows_login_after_code_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_code_default_browser_return_url']
1469
+ end
1470
+
1471
+ if attributes.key?(:'kratos_selfservice_flows_login_after_default_browser_return_url')
1472
+ self.kratos_selfservice_flows_login_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_default_browser_return_url']
1473
+ end
1474
+
1475
+ if attributes.key?(:'kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url')
1476
+ self.kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url']
1477
+ end
1478
+
1479
+ if attributes.key?(:'kratos_selfservice_flows_login_after_oidc_default_browser_return_url')
1480
+ self.kratos_selfservice_flows_login_after_oidc_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_oidc_default_browser_return_url']
1481
+ end
1482
+
1483
+ if attributes.key?(:'kratos_selfservice_flows_login_after_password_default_browser_return_url')
1484
+ self.kratos_selfservice_flows_login_after_password_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_password_default_browser_return_url']
1485
+ end
1486
+
1487
+ if attributes.key?(:'kratos_selfservice_flows_login_after_totp_default_browser_return_url')
1488
+ self.kratos_selfservice_flows_login_after_totp_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_totp_default_browser_return_url']
1489
+ end
1490
+
1491
+ if attributes.key?(:'kratos_selfservice_flows_login_after_webauthn_default_browser_return_url')
1492
+ self.kratos_selfservice_flows_login_after_webauthn_default_browser_return_url = attributes[:'kratos_selfservice_flows_login_after_webauthn_default_browser_return_url']
1493
+ end
1494
+
1495
+ if attributes.key?(:'kratos_selfservice_flows_login_lifespan')
1496
+ self.kratos_selfservice_flows_login_lifespan = attributes[:'kratos_selfservice_flows_login_lifespan']
1497
+ end
1498
+
1499
+ if attributes.key?(:'kratos_selfservice_flows_login_ui_url')
1500
+ self.kratos_selfservice_flows_login_ui_url = attributes[:'kratos_selfservice_flows_login_ui_url']
1501
+ end
1502
+
1503
+ if attributes.key?(:'kratos_selfservice_flows_logout_after_default_browser_return_url')
1504
+ self.kratos_selfservice_flows_logout_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_logout_after_default_browser_return_url']
1505
+ end
1506
+
1507
+ if attributes.key?(:'kratos_selfservice_flows_recovery_after_default_browser_return_url')
1508
+ self.kratos_selfservice_flows_recovery_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_recovery_after_default_browser_return_url']
1509
+ end
1510
+
1511
+ if attributes.key?(:'kratos_selfservice_flows_recovery_enabled')
1512
+ self.kratos_selfservice_flows_recovery_enabled = attributes[:'kratos_selfservice_flows_recovery_enabled']
1513
+ end
1514
+
1515
+ if attributes.key?(:'kratos_selfservice_flows_recovery_lifespan')
1516
+ self.kratos_selfservice_flows_recovery_lifespan = attributes[:'kratos_selfservice_flows_recovery_lifespan']
1517
+ end
1518
+
1519
+ if attributes.key?(:'kratos_selfservice_flows_recovery_notify_unknown_recipients')
1520
+ self.kratos_selfservice_flows_recovery_notify_unknown_recipients = attributes[:'kratos_selfservice_flows_recovery_notify_unknown_recipients']
1521
+ end
1522
+
1523
+ if attributes.key?(:'kratos_selfservice_flows_recovery_ui_url')
1524
+ self.kratos_selfservice_flows_recovery_ui_url = attributes[:'kratos_selfservice_flows_recovery_ui_url']
1525
+ end
1526
+
1527
+ if attributes.key?(:'kratos_selfservice_flows_recovery_use')
1528
+ self.kratos_selfservice_flows_recovery_use = attributes[:'kratos_selfservice_flows_recovery_use']
1529
+ end
1530
+
1531
+ if attributes.key?(:'kratos_selfservice_flows_registration_after_code_default_browser_return_url')
1532
+ self.kratos_selfservice_flows_registration_after_code_default_browser_return_url = attributes[:'kratos_selfservice_flows_registration_after_code_default_browser_return_url']
1533
+ end
1534
+
1535
+ if attributes.key?(:'kratos_selfservice_flows_registration_after_default_browser_return_url')
1536
+ self.kratos_selfservice_flows_registration_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_registration_after_default_browser_return_url']
1537
+ end
1538
+
1539
+ if attributes.key?(:'kratos_selfservice_flows_registration_after_oidc_default_browser_return_url')
1540
+ self.kratos_selfservice_flows_registration_after_oidc_default_browser_return_url = attributes[:'kratos_selfservice_flows_registration_after_oidc_default_browser_return_url']
1541
+ end
1542
+
1543
+ if attributes.key?(:'kratos_selfservice_flows_registration_after_password_default_browser_return_url')
1544
+ self.kratos_selfservice_flows_registration_after_password_default_browser_return_url = attributes[:'kratos_selfservice_flows_registration_after_password_default_browser_return_url']
1545
+ end
1546
+
1547
+ if attributes.key?(:'kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url')
1548
+ self.kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url = attributes[:'kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url']
1549
+ end
1550
+
1551
+ if attributes.key?(:'kratos_selfservice_flows_registration_enabled')
1552
+ self.kratos_selfservice_flows_registration_enabled = attributes[:'kratos_selfservice_flows_registration_enabled']
1553
+ end
1554
+
1555
+ if attributes.key?(:'kratos_selfservice_flows_registration_lifespan')
1556
+ self.kratos_selfservice_flows_registration_lifespan = attributes[:'kratos_selfservice_flows_registration_lifespan']
1557
+ end
1558
+
1559
+ if attributes.key?(:'kratos_selfservice_flows_registration_login_hints')
1560
+ self.kratos_selfservice_flows_registration_login_hints = attributes[:'kratos_selfservice_flows_registration_login_hints']
1561
+ end
1562
+
1563
+ if attributes.key?(:'kratos_selfservice_flows_registration_ui_url')
1564
+ self.kratos_selfservice_flows_registration_ui_url = attributes[:'kratos_selfservice_flows_registration_ui_url']
1565
+ end
1566
+
1567
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_default_browser_return_url')
1568
+ self.kratos_selfservice_flows_settings_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_default_browser_return_url']
1569
+ end
1570
+
1571
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url')
1572
+ self.kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url']
1573
+ end
1574
+
1575
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_oidc_default_browser_return_url')
1576
+ self.kratos_selfservice_flows_settings_after_oidc_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_oidc_default_browser_return_url']
1577
+ end
1578
+
1579
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_password_default_browser_return_url')
1580
+ self.kratos_selfservice_flows_settings_after_password_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_password_default_browser_return_url']
1581
+ end
1582
+
1583
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_profile_default_browser_return_url')
1584
+ self.kratos_selfservice_flows_settings_after_profile_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_profile_default_browser_return_url']
1585
+ end
1586
+
1587
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_totp_default_browser_return_url')
1588
+ self.kratos_selfservice_flows_settings_after_totp_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_totp_default_browser_return_url']
1589
+ end
1590
+
1591
+ if attributes.key?(:'kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url')
1592
+ self.kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url = attributes[:'kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url']
1593
+ end
1594
+
1595
+ if attributes.key?(:'kratos_selfservice_flows_settings_lifespan')
1596
+ self.kratos_selfservice_flows_settings_lifespan = attributes[:'kratos_selfservice_flows_settings_lifespan']
1597
+ end
1598
+
1599
+ if attributes.key?(:'kratos_selfservice_flows_settings_privileged_session_max_age')
1600
+ self.kratos_selfservice_flows_settings_privileged_session_max_age = attributes[:'kratos_selfservice_flows_settings_privileged_session_max_age']
1601
+ end
1602
+
1603
+ if attributes.key?(:'kratos_selfservice_flows_settings_required_aal')
1604
+ self.kratos_selfservice_flows_settings_required_aal = attributes[:'kratos_selfservice_flows_settings_required_aal']
1605
+ end
1606
+
1607
+ if attributes.key?(:'kratos_selfservice_flows_settings_ui_url')
1608
+ self.kratos_selfservice_flows_settings_ui_url = attributes[:'kratos_selfservice_flows_settings_ui_url']
1609
+ end
1610
+
1611
+ if attributes.key?(:'kratos_selfservice_flows_verification_after_default_browser_return_url')
1612
+ self.kratos_selfservice_flows_verification_after_default_browser_return_url = attributes[:'kratos_selfservice_flows_verification_after_default_browser_return_url']
1613
+ end
1614
+
1615
+ if attributes.key?(:'kratos_selfservice_flows_verification_enabled')
1616
+ self.kratos_selfservice_flows_verification_enabled = attributes[:'kratos_selfservice_flows_verification_enabled']
1617
+ end
1618
+
1619
+ if attributes.key?(:'kratos_selfservice_flows_verification_lifespan')
1620
+ self.kratos_selfservice_flows_verification_lifespan = attributes[:'kratos_selfservice_flows_verification_lifespan']
1621
+ end
1622
+
1623
+ if attributes.key?(:'kratos_selfservice_flows_verification_notify_unknown_recipients')
1624
+ self.kratos_selfservice_flows_verification_notify_unknown_recipients = attributes[:'kratos_selfservice_flows_verification_notify_unknown_recipients']
1625
+ end
1626
+
1627
+ if attributes.key?(:'kratos_selfservice_flows_verification_ui_url')
1628
+ self.kratos_selfservice_flows_verification_ui_url = attributes[:'kratos_selfservice_flows_verification_ui_url']
1629
+ end
1630
+
1631
+ if attributes.key?(:'kratos_selfservice_flows_verification_use')
1632
+ self.kratos_selfservice_flows_verification_use = attributes[:'kratos_selfservice_flows_verification_use']
1633
+ end
1634
+
1635
+ if attributes.key?(:'kratos_selfservice_methods_code_config_lifespan')
1636
+ self.kratos_selfservice_methods_code_config_lifespan = attributes[:'kratos_selfservice_methods_code_config_lifespan']
1637
+ end
1638
+
1639
+ if attributes.key?(:'kratos_selfservice_methods_code_enabled')
1640
+ self.kratos_selfservice_methods_code_enabled = attributes[:'kratos_selfservice_methods_code_enabled']
1641
+ end
1642
+
1643
+ if attributes.key?(:'kratos_selfservice_methods_code_passwordless_enabled')
1644
+ self.kratos_selfservice_methods_code_passwordless_enabled = attributes[:'kratos_selfservice_methods_code_passwordless_enabled']
1645
+ end
1646
+
1647
+ if attributes.key?(:'kratos_selfservice_methods_link_config_base_url')
1648
+ self.kratos_selfservice_methods_link_config_base_url = attributes[:'kratos_selfservice_methods_link_config_base_url']
1649
+ end
1650
+
1651
+ if attributes.key?(:'kratos_selfservice_methods_link_config_lifespan')
1652
+ self.kratos_selfservice_methods_link_config_lifespan = attributes[:'kratos_selfservice_methods_link_config_lifespan']
1653
+ end
1654
+
1655
+ if attributes.key?(:'kratos_selfservice_methods_link_enabled')
1656
+ self.kratos_selfservice_methods_link_enabled = attributes[:'kratos_selfservice_methods_link_enabled']
1657
+ end
1658
+
1659
+ if attributes.key?(:'kratos_selfservice_methods_lookup_secret_enabled')
1660
+ self.kratos_selfservice_methods_lookup_secret_enabled = attributes[:'kratos_selfservice_methods_lookup_secret_enabled']
1661
+ end
1662
+
1663
+ if attributes.key?(:'kratos_selfservice_methods_oidc_config_base_redirect_uri')
1664
+ self.kratos_selfservice_methods_oidc_config_base_redirect_uri = attributes[:'kratos_selfservice_methods_oidc_config_base_redirect_uri']
1665
+ end
1666
+
1667
+ if attributes.key?(:'kratos_selfservice_methods_oidc_config_providers')
1668
+ if (value = attributes[:'kratos_selfservice_methods_oidc_config_providers']).is_a?(Array)
1669
+ self.kratos_selfservice_methods_oidc_config_providers = value
1670
+ end
1671
+ end
1672
+
1673
+ if attributes.key?(:'kratos_selfservice_methods_oidc_enabled')
1674
+ self.kratos_selfservice_methods_oidc_enabled = attributes[:'kratos_selfservice_methods_oidc_enabled']
1675
+ end
1676
+
1677
+ if attributes.key?(:'kratos_selfservice_methods_password_config_haveibeenpwned_enabled')
1678
+ self.kratos_selfservice_methods_password_config_haveibeenpwned_enabled = attributes[:'kratos_selfservice_methods_password_config_haveibeenpwned_enabled']
1679
+ end
1680
+
1681
+ if attributes.key?(:'kratos_selfservice_methods_password_config_identifier_similarity_check_enabled')
1682
+ self.kratos_selfservice_methods_password_config_identifier_similarity_check_enabled = attributes[:'kratos_selfservice_methods_password_config_identifier_similarity_check_enabled']
1683
+ end
1684
+
1685
+ if attributes.key?(:'kratos_selfservice_methods_password_config_ignore_network_errors')
1686
+ self.kratos_selfservice_methods_password_config_ignore_network_errors = attributes[:'kratos_selfservice_methods_password_config_ignore_network_errors']
1687
+ end
1688
+
1689
+ if attributes.key?(:'kratos_selfservice_methods_password_config_max_breaches')
1690
+ self.kratos_selfservice_methods_password_config_max_breaches = attributes[:'kratos_selfservice_methods_password_config_max_breaches']
1691
+ end
1692
+
1693
+ if attributes.key?(:'kratos_selfservice_methods_password_config_min_password_length')
1694
+ self.kratos_selfservice_methods_password_config_min_password_length = attributes[:'kratos_selfservice_methods_password_config_min_password_length']
1695
+ end
1696
+
1697
+ if attributes.key?(:'kratos_selfservice_methods_password_enabled')
1698
+ self.kratos_selfservice_methods_password_enabled = attributes[:'kratos_selfservice_methods_password_enabled']
1699
+ end
1700
+
1701
+ if attributes.key?(:'kratos_selfservice_methods_profile_enabled')
1702
+ self.kratos_selfservice_methods_profile_enabled = attributes[:'kratos_selfservice_methods_profile_enabled']
1703
+ end
1704
+
1705
+ if attributes.key?(:'kratos_selfservice_methods_totp_config_issuer')
1706
+ self.kratos_selfservice_methods_totp_config_issuer = attributes[:'kratos_selfservice_methods_totp_config_issuer']
1707
+ end
1708
+
1709
+ if attributes.key?(:'kratos_selfservice_methods_totp_enabled')
1710
+ self.kratos_selfservice_methods_totp_enabled = attributes[:'kratos_selfservice_methods_totp_enabled']
1711
+ end
1712
+
1713
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_config_passwordless')
1714
+ self.kratos_selfservice_methods_webauthn_config_passwordless = attributes[:'kratos_selfservice_methods_webauthn_config_passwordless']
1715
+ end
1716
+
1717
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_config_rp_display_name')
1718
+ self.kratos_selfservice_methods_webauthn_config_rp_display_name = attributes[:'kratos_selfservice_methods_webauthn_config_rp_display_name']
1719
+ end
1720
+
1721
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_config_rp_icon')
1722
+ self.kratos_selfservice_methods_webauthn_config_rp_icon = attributes[:'kratos_selfservice_methods_webauthn_config_rp_icon']
1723
+ end
1724
+
1725
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_config_rp_id')
1726
+ self.kratos_selfservice_methods_webauthn_config_rp_id = attributes[:'kratos_selfservice_methods_webauthn_config_rp_id']
1727
+ end
1728
+
1729
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_config_rp_origins')
1730
+ if (value = attributes[:'kratos_selfservice_methods_webauthn_config_rp_origins']).is_a?(Array)
1731
+ self.kratos_selfservice_methods_webauthn_config_rp_origins = value
1732
+ end
1733
+ end
1734
+
1735
+ if attributes.key?(:'kratos_selfservice_methods_webauthn_enabled')
1736
+ self.kratos_selfservice_methods_webauthn_enabled = attributes[:'kratos_selfservice_methods_webauthn_enabled']
1737
+ end
1738
+
1739
+ if attributes.key?(:'kratos_session_cookie_persistent')
1740
+ self.kratos_session_cookie_persistent = attributes[:'kratos_session_cookie_persistent']
1741
+ end
1742
+
1743
+ if attributes.key?(:'kratos_session_cookie_same_site')
1744
+ self.kratos_session_cookie_same_site = attributes[:'kratos_session_cookie_same_site']
1745
+ end
1746
+
1747
+ if attributes.key?(:'kratos_session_lifespan')
1748
+ self.kratos_session_lifespan = attributes[:'kratos_session_lifespan']
1749
+ end
1750
+
1751
+ if attributes.key?(:'kratos_session_whoami_required_aal')
1752
+ self.kratos_session_whoami_required_aal = attributes[:'kratos_session_whoami_required_aal']
1753
+ end
1754
+
1755
+ if attributes.key?(:'kratos_session_whoami_tokenizer_templates')
1756
+ if (value = attributes[:'kratos_session_whoami_tokenizer_templates']).is_a?(Array)
1757
+ self.kratos_session_whoami_tokenizer_templates = value
1758
+ end
1759
+ end
1760
+
1761
+ if attributes.key?(:'name')
1762
+ self.name = attributes[:'name']
1763
+ end
1764
+
1765
+ if attributes.key?(:'project_id')
1766
+ self.project_id = attributes[:'project_id']
1767
+ end
1768
+
1769
+ if attributes.key?(:'project_revision_hooks')
1770
+ if (value = attributes[:'project_revision_hooks']).is_a?(Array)
1771
+ self.project_revision_hooks = value
1772
+ end
1773
+ end
1774
+
1775
+ if attributes.key?(:'serve_admin_cors_allowed_origins')
1776
+ if (value = attributes[:'serve_admin_cors_allowed_origins']).is_a?(Array)
1777
+ self.serve_admin_cors_allowed_origins = value
1778
+ end
1779
+ end
1780
+
1781
+ if attributes.key?(:'serve_admin_cors_enabled')
1782
+ self.serve_admin_cors_enabled = attributes[:'serve_admin_cors_enabled']
1783
+ end
1784
+
1785
+ if attributes.key?(:'serve_public_cors_allowed_origins')
1786
+ if (value = attributes[:'serve_public_cors_allowed_origins']).is_a?(Array)
1787
+ self.serve_public_cors_allowed_origins = value
1788
+ end
1789
+ end
1790
+
1791
+ if attributes.key?(:'serve_public_cors_enabled')
1792
+ self.serve_public_cors_enabled = attributes[:'serve_public_cors_enabled']
1793
+ end
1794
+
1795
+ if attributes.key?(:'strict_security')
1796
+ self.strict_security = attributes[:'strict_security']
1797
+ end
1798
+
1799
+ if attributes.key?(:'updated_at')
1800
+ self.updated_at = attributes[:'updated_at']
1801
+ end
1802
+
1803
+ if attributes.key?(:'workspace_id')
1804
+ self.workspace_id = attributes[:'workspace_id']
1805
+ end
1806
+ end
1807
+
1808
+ # Show invalid properties with the reasons. Usually used together with valid?
1809
+ # @return Array for valid properties with the reasons
1810
+ def list_invalid_properties
1811
+ invalid_properties = Array.new
1812
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1813
+ if !@hydra_oauth2_grant_jwt_max_ttl.nil? && @hydra_oauth2_grant_jwt_max_ttl !~ pattern
1814
+ invalid_properties.push("invalid value for \"hydra_oauth2_grant_jwt_max_ttl\", must conform to the pattern #{pattern}.")
1815
+ end
1816
+
1817
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1818
+ if !@hydra_ttl_access_token.nil? && @hydra_ttl_access_token !~ pattern
1819
+ invalid_properties.push("invalid value for \"hydra_ttl_access_token\", must conform to the pattern #{pattern}.")
1820
+ end
1821
+
1822
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1823
+ if !@hydra_ttl_auth_code.nil? && @hydra_ttl_auth_code !~ pattern
1824
+ invalid_properties.push("invalid value for \"hydra_ttl_auth_code\", must conform to the pattern #{pattern}.")
1825
+ end
1826
+
1827
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1828
+ if !@hydra_ttl_id_token.nil? && @hydra_ttl_id_token !~ pattern
1829
+ invalid_properties.push("invalid value for \"hydra_ttl_id_token\", must conform to the pattern #{pattern}.")
1830
+ end
1831
+
1832
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1833
+ if !@hydra_ttl_login_consent_request.nil? && @hydra_ttl_login_consent_request !~ pattern
1834
+ invalid_properties.push("invalid value for \"hydra_ttl_login_consent_request\", must conform to the pattern #{pattern}.")
1835
+ end
1836
+
1837
+ pattern = Regexp.new(/^([0-9]+(ns|us|ms|s|m|h)|-1)$/)
1838
+ if !@hydra_ttl_refresh_token.nil? && @hydra_ttl_refresh_token !~ pattern
1839
+ invalid_properties.push("invalid value for \"hydra_ttl_refresh_token\", must conform to the pattern #{pattern}.")
1840
+ end
1841
+
1842
+ if @name.nil?
1843
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
1844
+ end
1845
+
1846
+ invalid_properties
1847
+ end
1848
+
1849
+ # Check to see if the all the properties in the model are valid
1850
+ # @return true if the model is valid
1851
+ def valid?
1852
+ return false if !@hydra_oauth2_grant_jwt_max_ttl.nil? && @hydra_oauth2_grant_jwt_max_ttl !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1853
+ hydra_strategies_access_token_validator = EnumAttributeValidator.new('String', ["opaque", "jwt"])
1854
+ return false unless hydra_strategies_access_token_validator.valid?(@hydra_strategies_access_token)
1855
+ hydra_strategies_scope_validator = EnumAttributeValidator.new('String', ["exact", "wildcard"])
1856
+ return false unless hydra_strategies_scope_validator.valid?(@hydra_strategies_scope)
1857
+ return false if !@hydra_ttl_access_token.nil? && @hydra_ttl_access_token !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1858
+ return false if !@hydra_ttl_auth_code.nil? && @hydra_ttl_auth_code !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1859
+ return false if !@hydra_ttl_id_token.nil? && @hydra_ttl_id_token !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1860
+ return false if !@hydra_ttl_login_consent_request.nil? && @hydra_ttl_login_consent_request !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1861
+ return false if !@hydra_ttl_refresh_token.nil? && @hydra_ttl_refresh_token !~ Regexp.new(/^([0-9]+(ns|us|ms|s|m|h)|-1)$/)
1862
+ kratos_selfservice_flows_recovery_use_validator = EnumAttributeValidator.new('String', ["link", "code"])
1863
+ return false unless kratos_selfservice_flows_recovery_use_validator.valid?(@kratos_selfservice_flows_recovery_use)
1864
+ kratos_selfservice_flows_verification_use_validator = EnumAttributeValidator.new('String', ["link", "code"])
1865
+ return false unless kratos_selfservice_flows_verification_use_validator.valid?(@kratos_selfservice_flows_verification_use)
1866
+ return false if @name.nil?
1867
+ true
1868
+ end
1869
+
1870
+ # Custom attribute writer method with validation
1871
+ # @param [Object] hydra_oauth2_grant_jwt_max_ttl Value to be assigned
1872
+ def hydra_oauth2_grant_jwt_max_ttl=(hydra_oauth2_grant_jwt_max_ttl)
1873
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1874
+ if !hydra_oauth2_grant_jwt_max_ttl.nil? && hydra_oauth2_grant_jwt_max_ttl !~ pattern
1875
+ fail ArgumentError, "invalid value for \"hydra_oauth2_grant_jwt_max_ttl\", must conform to the pattern #{pattern}."
1876
+ end
1877
+
1878
+ @hydra_oauth2_grant_jwt_max_ttl = hydra_oauth2_grant_jwt_max_ttl
1879
+ end
1880
+
1881
+ # Custom attribute writer method checking allowed values (enum).
1882
+ # @param [Object] hydra_strategies_access_token Object to be assigned
1883
+ def hydra_strategies_access_token=(hydra_strategies_access_token)
1884
+ validator = EnumAttributeValidator.new('String', ["opaque", "jwt"])
1885
+ unless validator.valid?(hydra_strategies_access_token)
1886
+ fail ArgumentError, "invalid value for \"hydra_strategies_access_token\", must be one of #{validator.allowable_values}."
1887
+ end
1888
+ @hydra_strategies_access_token = hydra_strategies_access_token
1889
+ end
1890
+
1891
+ # Custom attribute writer method checking allowed values (enum).
1892
+ # @param [Object] hydra_strategies_scope Object to be assigned
1893
+ def hydra_strategies_scope=(hydra_strategies_scope)
1894
+ validator = EnumAttributeValidator.new('String', ["exact", "wildcard"])
1895
+ unless validator.valid?(hydra_strategies_scope)
1896
+ fail ArgumentError, "invalid value for \"hydra_strategies_scope\", must be one of #{validator.allowable_values}."
1897
+ end
1898
+ @hydra_strategies_scope = hydra_strategies_scope
1899
+ end
1900
+
1901
+ # Custom attribute writer method with validation
1902
+ # @param [Object] hydra_ttl_access_token Value to be assigned
1903
+ def hydra_ttl_access_token=(hydra_ttl_access_token)
1904
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1905
+ if !hydra_ttl_access_token.nil? && hydra_ttl_access_token !~ pattern
1906
+ fail ArgumentError, "invalid value for \"hydra_ttl_access_token\", must conform to the pattern #{pattern}."
1907
+ end
1908
+
1909
+ @hydra_ttl_access_token = hydra_ttl_access_token
1910
+ end
1911
+
1912
+ # Custom attribute writer method with validation
1913
+ # @param [Object] hydra_ttl_auth_code Value to be assigned
1914
+ def hydra_ttl_auth_code=(hydra_ttl_auth_code)
1915
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1916
+ if !hydra_ttl_auth_code.nil? && hydra_ttl_auth_code !~ pattern
1917
+ fail ArgumentError, "invalid value for \"hydra_ttl_auth_code\", must conform to the pattern #{pattern}."
1918
+ end
1919
+
1920
+ @hydra_ttl_auth_code = hydra_ttl_auth_code
1921
+ end
1922
+
1923
+ # Custom attribute writer method with validation
1924
+ # @param [Object] hydra_ttl_id_token Value to be assigned
1925
+ def hydra_ttl_id_token=(hydra_ttl_id_token)
1926
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1927
+ if !hydra_ttl_id_token.nil? && hydra_ttl_id_token !~ pattern
1928
+ fail ArgumentError, "invalid value for \"hydra_ttl_id_token\", must conform to the pattern #{pattern}."
1929
+ end
1930
+
1931
+ @hydra_ttl_id_token = hydra_ttl_id_token
1932
+ end
1933
+
1934
+ # Custom attribute writer method with validation
1935
+ # @param [Object] hydra_ttl_login_consent_request Value to be assigned
1936
+ def hydra_ttl_login_consent_request=(hydra_ttl_login_consent_request)
1937
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
1938
+ if !hydra_ttl_login_consent_request.nil? && hydra_ttl_login_consent_request !~ pattern
1939
+ fail ArgumentError, "invalid value for \"hydra_ttl_login_consent_request\", must conform to the pattern #{pattern}."
1940
+ end
1941
+
1942
+ @hydra_ttl_login_consent_request = hydra_ttl_login_consent_request
1943
+ end
1944
+
1945
+ # Custom attribute writer method with validation
1946
+ # @param [Object] hydra_ttl_refresh_token Value to be assigned
1947
+ def hydra_ttl_refresh_token=(hydra_ttl_refresh_token)
1948
+ pattern = Regexp.new(/^([0-9]+(ns|us|ms|s|m|h)|-1)$/)
1949
+ if !hydra_ttl_refresh_token.nil? && hydra_ttl_refresh_token !~ pattern
1950
+ fail ArgumentError, "invalid value for \"hydra_ttl_refresh_token\", must conform to the pattern #{pattern}."
1951
+ end
1952
+
1953
+ @hydra_ttl_refresh_token = hydra_ttl_refresh_token
1954
+ end
1955
+
1956
+ # Custom attribute writer method checking allowed values (enum).
1957
+ # @param [Object] kratos_selfservice_flows_recovery_use Object to be assigned
1958
+ def kratos_selfservice_flows_recovery_use=(kratos_selfservice_flows_recovery_use)
1959
+ validator = EnumAttributeValidator.new('String', ["link", "code"])
1960
+ unless validator.valid?(kratos_selfservice_flows_recovery_use)
1961
+ fail ArgumentError, "invalid value for \"kratos_selfservice_flows_recovery_use\", must be one of #{validator.allowable_values}."
1962
+ end
1963
+ @kratos_selfservice_flows_recovery_use = kratos_selfservice_flows_recovery_use
1964
+ end
1965
+
1966
+ # Custom attribute writer method checking allowed values (enum).
1967
+ # @param [Object] kratos_selfservice_flows_verification_use Object to be assigned
1968
+ def kratos_selfservice_flows_verification_use=(kratos_selfservice_flows_verification_use)
1969
+ validator = EnumAttributeValidator.new('String', ["link", "code"])
1970
+ unless validator.valid?(kratos_selfservice_flows_verification_use)
1971
+ fail ArgumentError, "invalid value for \"kratos_selfservice_flows_verification_use\", must be one of #{validator.allowable_values}."
1972
+ end
1973
+ @kratos_selfservice_flows_verification_use = kratos_selfservice_flows_verification_use
1974
+ end
1975
+
1976
+ # Checks equality by comparing each attribute.
1977
+ # @param [Object] Object to be compared
1978
+ def ==(o)
1979
+ return true if self.equal?(o)
1980
+ self.class == o.class &&
1981
+ created_at == o.created_at &&
1982
+ disable_account_experience_welcome_screen == o.disable_account_experience_welcome_screen &&
1983
+ hydra_oauth2_allowed_top_level_claims == o.hydra_oauth2_allowed_top_level_claims &&
1984
+ hydra_oauth2_client_credentials_default_grant_allowed_scope == o.hydra_oauth2_client_credentials_default_grant_allowed_scope &&
1985
+ hydra_oauth2_exclude_not_before_claim == o.hydra_oauth2_exclude_not_before_claim &&
1986
+ hydra_oauth2_grant_jwt_iat_optional == o.hydra_oauth2_grant_jwt_iat_optional &&
1987
+ hydra_oauth2_grant_jwt_jti_optional == o.hydra_oauth2_grant_jwt_jti_optional &&
1988
+ hydra_oauth2_grant_jwt_max_ttl == o.hydra_oauth2_grant_jwt_max_ttl &&
1989
+ hydra_oauth2_pkce_enforced == o.hydra_oauth2_pkce_enforced &&
1990
+ hydra_oauth2_pkce_enforced_for_public_clients == o.hydra_oauth2_pkce_enforced_for_public_clients &&
1991
+ hydra_oauth2_refresh_token_hook == o.hydra_oauth2_refresh_token_hook &&
1992
+ hydra_oauth2_token_hook == o.hydra_oauth2_token_hook &&
1993
+ hydra_oidc_dynamic_client_registration_default_scope == o.hydra_oidc_dynamic_client_registration_default_scope &&
1994
+ hydra_oidc_dynamic_client_registration_enabled == o.hydra_oidc_dynamic_client_registration_enabled &&
1995
+ hydra_oidc_subject_identifiers_pairwise_salt == o.hydra_oidc_subject_identifiers_pairwise_salt &&
1996
+ hydra_oidc_subject_identifiers_supported_types == o.hydra_oidc_subject_identifiers_supported_types &&
1997
+ hydra_secrets_cookie == o.hydra_secrets_cookie &&
1998
+ hydra_secrets_system == o.hydra_secrets_system &&
1999
+ hydra_serve_cookies_same_site_legacy_workaround == o.hydra_serve_cookies_same_site_legacy_workaround &&
2000
+ hydra_serve_cookies_same_site_mode == o.hydra_serve_cookies_same_site_mode &&
2001
+ hydra_strategies_access_token == o.hydra_strategies_access_token &&
2002
+ hydra_strategies_scope == o.hydra_strategies_scope &&
2003
+ hydra_ttl_access_token == o.hydra_ttl_access_token &&
2004
+ hydra_ttl_auth_code == o.hydra_ttl_auth_code &&
2005
+ hydra_ttl_id_token == o.hydra_ttl_id_token &&
2006
+ hydra_ttl_login_consent_request == o.hydra_ttl_login_consent_request &&
2007
+ hydra_ttl_refresh_token == o.hydra_ttl_refresh_token &&
2008
+ hydra_urls_consent == o.hydra_urls_consent &&
2009
+ hydra_urls_error == o.hydra_urls_error &&
2010
+ hydra_urls_login == o.hydra_urls_login &&
2011
+ hydra_urls_logout == o.hydra_urls_logout &&
2012
+ hydra_urls_post_logout_redirect == o.hydra_urls_post_logout_redirect &&
2013
+ hydra_urls_registration == o.hydra_urls_registration &&
2014
+ hydra_urls_self_issuer == o.hydra_urls_self_issuer &&
2015
+ hydra_webfinger_jwks_broadcast_keys == o.hydra_webfinger_jwks_broadcast_keys &&
2016
+ hydra_webfinger_oidc_discovery_auth_url == o.hydra_webfinger_oidc_discovery_auth_url &&
2017
+ hydra_webfinger_oidc_discovery_client_registration_url == o.hydra_webfinger_oidc_discovery_client_registration_url &&
2018
+ hydra_webfinger_oidc_discovery_jwks_url == o.hydra_webfinger_oidc_discovery_jwks_url &&
2019
+ hydra_webfinger_oidc_discovery_supported_claims == o.hydra_webfinger_oidc_discovery_supported_claims &&
2020
+ hydra_webfinger_oidc_discovery_supported_scope == o.hydra_webfinger_oidc_discovery_supported_scope &&
2021
+ hydra_webfinger_oidc_discovery_token_url == o.hydra_webfinger_oidc_discovery_token_url &&
2022
+ hydra_webfinger_oidc_discovery_userinfo_url == o.hydra_webfinger_oidc_discovery_userinfo_url &&
2023
+ id == o.id &&
2024
+ keto_namespace_configuration == o.keto_namespace_configuration &&
2025
+ keto_namespaces == o.keto_namespaces &&
2026
+ kratos_cookies_same_site == o.kratos_cookies_same_site &&
2027
+ kratos_courier_delivery_strategy == o.kratos_courier_delivery_strategy &&
2028
+ kratos_courier_http_request_config_auth_api_key_in == o.kratos_courier_http_request_config_auth_api_key_in &&
2029
+ kratos_courier_http_request_config_auth_api_key_name == o.kratos_courier_http_request_config_auth_api_key_name &&
2030
+ kratos_courier_http_request_config_auth_api_key_value == o.kratos_courier_http_request_config_auth_api_key_value &&
2031
+ kratos_courier_http_request_config_auth_basic_auth_password == o.kratos_courier_http_request_config_auth_basic_auth_password &&
2032
+ kratos_courier_http_request_config_auth_basic_auth_user == o.kratos_courier_http_request_config_auth_basic_auth_user &&
2033
+ kratos_courier_http_request_config_auth_type == o.kratos_courier_http_request_config_auth_type &&
2034
+ kratos_courier_http_request_config_body == o.kratos_courier_http_request_config_body &&
2035
+ kratos_courier_http_request_config_headers == o.kratos_courier_http_request_config_headers &&
2036
+ kratos_courier_http_request_config_method == o.kratos_courier_http_request_config_method &&
2037
+ kratos_courier_http_request_config_url == o.kratos_courier_http_request_config_url &&
2038
+ kratos_courier_smtp_connection_uri == o.kratos_courier_smtp_connection_uri &&
2039
+ kratos_courier_smtp_from_address == o.kratos_courier_smtp_from_address &&
2040
+ kratos_courier_smtp_from_name == o.kratos_courier_smtp_from_name &&
2041
+ kratos_courier_smtp_headers == o.kratos_courier_smtp_headers &&
2042
+ kratos_courier_smtp_local_name == o.kratos_courier_smtp_local_name &&
2043
+ kratos_courier_templates_login_code_valid_email_body_html == o.kratos_courier_templates_login_code_valid_email_body_html &&
2044
+ kratos_courier_templates_login_code_valid_email_body_plaintext == o.kratos_courier_templates_login_code_valid_email_body_plaintext &&
2045
+ kratos_courier_templates_login_code_valid_email_subject == o.kratos_courier_templates_login_code_valid_email_subject &&
2046
+ kratos_courier_templates_recovery_code_invalid_email_body_html == o.kratos_courier_templates_recovery_code_invalid_email_body_html &&
2047
+ kratos_courier_templates_recovery_code_invalid_email_body_plaintext == o.kratos_courier_templates_recovery_code_invalid_email_body_plaintext &&
2048
+ kratos_courier_templates_recovery_code_invalid_email_subject == o.kratos_courier_templates_recovery_code_invalid_email_subject &&
2049
+ kratos_courier_templates_recovery_code_valid_email_body_html == o.kratos_courier_templates_recovery_code_valid_email_body_html &&
2050
+ kratos_courier_templates_recovery_code_valid_email_body_plaintext == o.kratos_courier_templates_recovery_code_valid_email_body_plaintext &&
2051
+ kratos_courier_templates_recovery_code_valid_email_subject == o.kratos_courier_templates_recovery_code_valid_email_subject &&
2052
+ kratos_courier_templates_recovery_invalid_email_body_html == o.kratos_courier_templates_recovery_invalid_email_body_html &&
2053
+ kratos_courier_templates_recovery_invalid_email_body_plaintext == o.kratos_courier_templates_recovery_invalid_email_body_plaintext &&
2054
+ kratos_courier_templates_recovery_invalid_email_subject == o.kratos_courier_templates_recovery_invalid_email_subject &&
2055
+ kratos_courier_templates_recovery_valid_email_body_html == o.kratos_courier_templates_recovery_valid_email_body_html &&
2056
+ kratos_courier_templates_recovery_valid_email_body_plaintext == o.kratos_courier_templates_recovery_valid_email_body_plaintext &&
2057
+ kratos_courier_templates_recovery_valid_email_subject == o.kratos_courier_templates_recovery_valid_email_subject &&
2058
+ kratos_courier_templates_registration_code_valid_email_body_html == o.kratos_courier_templates_registration_code_valid_email_body_html &&
2059
+ kratos_courier_templates_registration_code_valid_email_body_plaintext == o.kratos_courier_templates_registration_code_valid_email_body_plaintext &&
2060
+ kratos_courier_templates_registration_code_valid_email_subject == o.kratos_courier_templates_registration_code_valid_email_subject &&
2061
+ kratos_courier_templates_verification_code_invalid_email_body_html == o.kratos_courier_templates_verification_code_invalid_email_body_html &&
2062
+ kratos_courier_templates_verification_code_invalid_email_body_plaintext == o.kratos_courier_templates_verification_code_invalid_email_body_plaintext &&
2063
+ kratos_courier_templates_verification_code_invalid_email_subject == o.kratos_courier_templates_verification_code_invalid_email_subject &&
2064
+ kratos_courier_templates_verification_code_valid_email_body_html == o.kratos_courier_templates_verification_code_valid_email_body_html &&
2065
+ kratos_courier_templates_verification_code_valid_email_body_plaintext == o.kratos_courier_templates_verification_code_valid_email_body_plaintext &&
2066
+ kratos_courier_templates_verification_code_valid_email_subject == o.kratos_courier_templates_verification_code_valid_email_subject &&
2067
+ kratos_courier_templates_verification_invalid_email_body_html == o.kratos_courier_templates_verification_invalid_email_body_html &&
2068
+ kratos_courier_templates_verification_invalid_email_body_plaintext == o.kratos_courier_templates_verification_invalid_email_body_plaintext &&
2069
+ kratos_courier_templates_verification_invalid_email_subject == o.kratos_courier_templates_verification_invalid_email_subject &&
2070
+ kratos_courier_templates_verification_valid_email_body_html == o.kratos_courier_templates_verification_valid_email_body_html &&
2071
+ kratos_courier_templates_verification_valid_email_body_plaintext == o.kratos_courier_templates_verification_valid_email_body_plaintext &&
2072
+ kratos_courier_templates_verification_valid_email_subject == o.kratos_courier_templates_verification_valid_email_subject &&
2073
+ kratos_feature_flags_cacheable_sessions == o.kratos_feature_flags_cacheable_sessions &&
2074
+ kratos_feature_flags_use_continue_with_transitions == o.kratos_feature_flags_use_continue_with_transitions &&
2075
+ kratos_identity_schemas == o.kratos_identity_schemas &&
2076
+ kratos_oauth2_provider_headers == o.kratos_oauth2_provider_headers &&
2077
+ kratos_oauth2_provider_override_return_to == o.kratos_oauth2_provider_override_return_to &&
2078
+ kratos_oauth2_provider_url == o.kratos_oauth2_provider_url &&
2079
+ kratos_preview_default_read_consistency_level == o.kratos_preview_default_read_consistency_level &&
2080
+ kratos_secrets_cipher == o.kratos_secrets_cipher &&
2081
+ kratos_secrets_cookie == o.kratos_secrets_cookie &&
2082
+ kratos_secrets_default == o.kratos_secrets_default &&
2083
+ kratos_selfservice_allowed_return_urls == o.kratos_selfservice_allowed_return_urls &&
2084
+ kratos_selfservice_default_browser_return_url == o.kratos_selfservice_default_browser_return_url &&
2085
+ kratos_selfservice_flows_error_ui_url == o.kratos_selfservice_flows_error_ui_url &&
2086
+ kratos_selfservice_flows_login_after_code_default_browser_return_url == o.kratos_selfservice_flows_login_after_code_default_browser_return_url &&
2087
+ kratos_selfservice_flows_login_after_default_browser_return_url == o.kratos_selfservice_flows_login_after_default_browser_return_url &&
2088
+ kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url == o.kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url &&
2089
+ kratos_selfservice_flows_login_after_oidc_default_browser_return_url == o.kratos_selfservice_flows_login_after_oidc_default_browser_return_url &&
2090
+ kratos_selfservice_flows_login_after_password_default_browser_return_url == o.kratos_selfservice_flows_login_after_password_default_browser_return_url &&
2091
+ kratos_selfservice_flows_login_after_totp_default_browser_return_url == o.kratos_selfservice_flows_login_after_totp_default_browser_return_url &&
2092
+ kratos_selfservice_flows_login_after_webauthn_default_browser_return_url == o.kratos_selfservice_flows_login_after_webauthn_default_browser_return_url &&
2093
+ kratos_selfservice_flows_login_lifespan == o.kratos_selfservice_flows_login_lifespan &&
2094
+ kratos_selfservice_flows_login_ui_url == o.kratos_selfservice_flows_login_ui_url &&
2095
+ kratos_selfservice_flows_logout_after_default_browser_return_url == o.kratos_selfservice_flows_logout_after_default_browser_return_url &&
2096
+ kratos_selfservice_flows_recovery_after_default_browser_return_url == o.kratos_selfservice_flows_recovery_after_default_browser_return_url &&
2097
+ kratos_selfservice_flows_recovery_enabled == o.kratos_selfservice_flows_recovery_enabled &&
2098
+ kratos_selfservice_flows_recovery_lifespan == o.kratos_selfservice_flows_recovery_lifespan &&
2099
+ kratos_selfservice_flows_recovery_notify_unknown_recipients == o.kratos_selfservice_flows_recovery_notify_unknown_recipients &&
2100
+ kratos_selfservice_flows_recovery_ui_url == o.kratos_selfservice_flows_recovery_ui_url &&
2101
+ kratos_selfservice_flows_recovery_use == o.kratos_selfservice_flows_recovery_use &&
2102
+ kratos_selfservice_flows_registration_after_code_default_browser_return_url == o.kratos_selfservice_flows_registration_after_code_default_browser_return_url &&
2103
+ kratos_selfservice_flows_registration_after_default_browser_return_url == o.kratos_selfservice_flows_registration_after_default_browser_return_url &&
2104
+ kratos_selfservice_flows_registration_after_oidc_default_browser_return_url == o.kratos_selfservice_flows_registration_after_oidc_default_browser_return_url &&
2105
+ kratos_selfservice_flows_registration_after_password_default_browser_return_url == o.kratos_selfservice_flows_registration_after_password_default_browser_return_url &&
2106
+ kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url == o.kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url &&
2107
+ kratos_selfservice_flows_registration_enabled == o.kratos_selfservice_flows_registration_enabled &&
2108
+ kratos_selfservice_flows_registration_lifespan == o.kratos_selfservice_flows_registration_lifespan &&
2109
+ kratos_selfservice_flows_registration_login_hints == o.kratos_selfservice_flows_registration_login_hints &&
2110
+ kratos_selfservice_flows_registration_ui_url == o.kratos_selfservice_flows_registration_ui_url &&
2111
+ kratos_selfservice_flows_settings_after_default_browser_return_url == o.kratos_selfservice_flows_settings_after_default_browser_return_url &&
2112
+ kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url == o.kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url &&
2113
+ kratos_selfservice_flows_settings_after_oidc_default_browser_return_url == o.kratos_selfservice_flows_settings_after_oidc_default_browser_return_url &&
2114
+ kratos_selfservice_flows_settings_after_password_default_browser_return_url == o.kratos_selfservice_flows_settings_after_password_default_browser_return_url &&
2115
+ kratos_selfservice_flows_settings_after_profile_default_browser_return_url == o.kratos_selfservice_flows_settings_after_profile_default_browser_return_url &&
2116
+ kratos_selfservice_flows_settings_after_totp_default_browser_return_url == o.kratos_selfservice_flows_settings_after_totp_default_browser_return_url &&
2117
+ kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url == o.kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url &&
2118
+ kratos_selfservice_flows_settings_lifespan == o.kratos_selfservice_flows_settings_lifespan &&
2119
+ kratos_selfservice_flows_settings_privileged_session_max_age == o.kratos_selfservice_flows_settings_privileged_session_max_age &&
2120
+ kratos_selfservice_flows_settings_required_aal == o.kratos_selfservice_flows_settings_required_aal &&
2121
+ kratos_selfservice_flows_settings_ui_url == o.kratos_selfservice_flows_settings_ui_url &&
2122
+ kratos_selfservice_flows_verification_after_default_browser_return_url == o.kratos_selfservice_flows_verification_after_default_browser_return_url &&
2123
+ kratos_selfservice_flows_verification_enabled == o.kratos_selfservice_flows_verification_enabled &&
2124
+ kratos_selfservice_flows_verification_lifespan == o.kratos_selfservice_flows_verification_lifespan &&
2125
+ kratos_selfservice_flows_verification_notify_unknown_recipients == o.kratos_selfservice_flows_verification_notify_unknown_recipients &&
2126
+ kratos_selfservice_flows_verification_ui_url == o.kratos_selfservice_flows_verification_ui_url &&
2127
+ kratos_selfservice_flows_verification_use == o.kratos_selfservice_flows_verification_use &&
2128
+ kratos_selfservice_methods_code_config_lifespan == o.kratos_selfservice_methods_code_config_lifespan &&
2129
+ kratos_selfservice_methods_code_enabled == o.kratos_selfservice_methods_code_enabled &&
2130
+ kratos_selfservice_methods_code_passwordless_enabled == o.kratos_selfservice_methods_code_passwordless_enabled &&
2131
+ kratos_selfservice_methods_link_config_base_url == o.kratos_selfservice_methods_link_config_base_url &&
2132
+ kratos_selfservice_methods_link_config_lifespan == o.kratos_selfservice_methods_link_config_lifespan &&
2133
+ kratos_selfservice_methods_link_enabled == o.kratos_selfservice_methods_link_enabled &&
2134
+ kratos_selfservice_methods_lookup_secret_enabled == o.kratos_selfservice_methods_lookup_secret_enabled &&
2135
+ kratos_selfservice_methods_oidc_config_base_redirect_uri == o.kratos_selfservice_methods_oidc_config_base_redirect_uri &&
2136
+ kratos_selfservice_methods_oidc_config_providers == o.kratos_selfservice_methods_oidc_config_providers &&
2137
+ kratos_selfservice_methods_oidc_enabled == o.kratos_selfservice_methods_oidc_enabled &&
2138
+ kratos_selfservice_methods_password_config_haveibeenpwned_enabled == o.kratos_selfservice_methods_password_config_haveibeenpwned_enabled &&
2139
+ kratos_selfservice_methods_password_config_identifier_similarity_check_enabled == o.kratos_selfservice_methods_password_config_identifier_similarity_check_enabled &&
2140
+ kratos_selfservice_methods_password_config_ignore_network_errors == o.kratos_selfservice_methods_password_config_ignore_network_errors &&
2141
+ kratos_selfservice_methods_password_config_max_breaches == o.kratos_selfservice_methods_password_config_max_breaches &&
2142
+ kratos_selfservice_methods_password_config_min_password_length == o.kratos_selfservice_methods_password_config_min_password_length &&
2143
+ kratos_selfservice_methods_password_enabled == o.kratos_selfservice_methods_password_enabled &&
2144
+ kratos_selfservice_methods_profile_enabled == o.kratos_selfservice_methods_profile_enabled &&
2145
+ kratos_selfservice_methods_totp_config_issuer == o.kratos_selfservice_methods_totp_config_issuer &&
2146
+ kratos_selfservice_methods_totp_enabled == o.kratos_selfservice_methods_totp_enabled &&
2147
+ kratos_selfservice_methods_webauthn_config_passwordless == o.kratos_selfservice_methods_webauthn_config_passwordless &&
2148
+ kratos_selfservice_methods_webauthn_config_rp_display_name == o.kratos_selfservice_methods_webauthn_config_rp_display_name &&
2149
+ kratos_selfservice_methods_webauthn_config_rp_icon == o.kratos_selfservice_methods_webauthn_config_rp_icon &&
2150
+ kratos_selfservice_methods_webauthn_config_rp_id == o.kratos_selfservice_methods_webauthn_config_rp_id &&
2151
+ kratos_selfservice_methods_webauthn_config_rp_origins == o.kratos_selfservice_methods_webauthn_config_rp_origins &&
2152
+ kratos_selfservice_methods_webauthn_enabled == o.kratos_selfservice_methods_webauthn_enabled &&
2153
+ kratos_session_cookie_persistent == o.kratos_session_cookie_persistent &&
2154
+ kratos_session_cookie_same_site == o.kratos_session_cookie_same_site &&
2155
+ kratos_session_lifespan == o.kratos_session_lifespan &&
2156
+ kratos_session_whoami_required_aal == o.kratos_session_whoami_required_aal &&
2157
+ kratos_session_whoami_tokenizer_templates == o.kratos_session_whoami_tokenizer_templates &&
2158
+ name == o.name &&
2159
+ project_id == o.project_id &&
2160
+ project_revision_hooks == o.project_revision_hooks &&
2161
+ serve_admin_cors_allowed_origins == o.serve_admin_cors_allowed_origins &&
2162
+ serve_admin_cors_enabled == o.serve_admin_cors_enabled &&
2163
+ serve_public_cors_allowed_origins == o.serve_public_cors_allowed_origins &&
2164
+ serve_public_cors_enabled == o.serve_public_cors_enabled &&
2165
+ strict_security == o.strict_security &&
2166
+ updated_at == o.updated_at &&
2167
+ workspace_id == o.workspace_id
2168
+ end
2169
+
2170
+ # @see the `==` method
2171
+ # @param [Object] Object to be compared
2172
+ def eql?(o)
2173
+ self == o
2174
+ end
2175
+
2176
+ # Calculates hash code according to all attributes.
2177
+ # @return [Integer] Hash code
2178
+ def hash
2179
+ [created_at, disable_account_experience_welcome_screen, hydra_oauth2_allowed_top_level_claims, hydra_oauth2_client_credentials_default_grant_allowed_scope, hydra_oauth2_exclude_not_before_claim, hydra_oauth2_grant_jwt_iat_optional, hydra_oauth2_grant_jwt_jti_optional, hydra_oauth2_grant_jwt_max_ttl, hydra_oauth2_pkce_enforced, hydra_oauth2_pkce_enforced_for_public_clients, hydra_oauth2_refresh_token_hook, hydra_oauth2_token_hook, hydra_oidc_dynamic_client_registration_default_scope, hydra_oidc_dynamic_client_registration_enabled, hydra_oidc_subject_identifiers_pairwise_salt, hydra_oidc_subject_identifiers_supported_types, hydra_secrets_cookie, hydra_secrets_system, hydra_serve_cookies_same_site_legacy_workaround, hydra_serve_cookies_same_site_mode, hydra_strategies_access_token, hydra_strategies_scope, hydra_ttl_access_token, hydra_ttl_auth_code, hydra_ttl_id_token, hydra_ttl_login_consent_request, hydra_ttl_refresh_token, hydra_urls_consent, hydra_urls_error, hydra_urls_login, hydra_urls_logout, hydra_urls_post_logout_redirect, hydra_urls_registration, hydra_urls_self_issuer, hydra_webfinger_jwks_broadcast_keys, hydra_webfinger_oidc_discovery_auth_url, hydra_webfinger_oidc_discovery_client_registration_url, hydra_webfinger_oidc_discovery_jwks_url, hydra_webfinger_oidc_discovery_supported_claims, hydra_webfinger_oidc_discovery_supported_scope, hydra_webfinger_oidc_discovery_token_url, hydra_webfinger_oidc_discovery_userinfo_url, id, keto_namespace_configuration, keto_namespaces, kratos_cookies_same_site, kratos_courier_delivery_strategy, kratos_courier_http_request_config_auth_api_key_in, kratos_courier_http_request_config_auth_api_key_name, kratos_courier_http_request_config_auth_api_key_value, kratos_courier_http_request_config_auth_basic_auth_password, kratos_courier_http_request_config_auth_basic_auth_user, kratos_courier_http_request_config_auth_type, kratos_courier_http_request_config_body, kratos_courier_http_request_config_headers, kratos_courier_http_request_config_method, kratos_courier_http_request_config_url, kratos_courier_smtp_connection_uri, kratos_courier_smtp_from_address, kratos_courier_smtp_from_name, kratos_courier_smtp_headers, kratos_courier_smtp_local_name, kratos_courier_templates_login_code_valid_email_body_html, kratos_courier_templates_login_code_valid_email_body_plaintext, kratos_courier_templates_login_code_valid_email_subject, kratos_courier_templates_recovery_code_invalid_email_body_html, kratos_courier_templates_recovery_code_invalid_email_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_subject, kratos_courier_templates_recovery_code_valid_email_body_html, kratos_courier_templates_recovery_code_valid_email_body_plaintext, kratos_courier_templates_recovery_code_valid_email_subject, kratos_courier_templates_recovery_invalid_email_body_html, kratos_courier_templates_recovery_invalid_email_body_plaintext, kratos_courier_templates_recovery_invalid_email_subject, kratos_courier_templates_recovery_valid_email_body_html, kratos_courier_templates_recovery_valid_email_body_plaintext, kratos_courier_templates_recovery_valid_email_subject, kratos_courier_templates_registration_code_valid_email_body_html, kratos_courier_templates_registration_code_valid_email_body_plaintext, kratos_courier_templates_registration_code_valid_email_subject, kratos_courier_templates_verification_code_invalid_email_body_html, kratos_courier_templates_verification_code_invalid_email_body_plaintext, kratos_courier_templates_verification_code_invalid_email_subject, kratos_courier_templates_verification_code_valid_email_body_html, kratos_courier_templates_verification_code_valid_email_body_plaintext, kratos_courier_templates_verification_code_valid_email_subject, kratos_courier_templates_verification_invalid_email_body_html, kratos_courier_templates_verification_invalid_email_body_plaintext, kratos_courier_templates_verification_invalid_email_subject, kratos_courier_templates_verification_valid_email_body_html, kratos_courier_templates_verification_valid_email_body_plaintext, kratos_courier_templates_verification_valid_email_subject, kratos_feature_flags_cacheable_sessions, kratos_feature_flags_use_continue_with_transitions, kratos_identity_schemas, kratos_oauth2_provider_headers, kratos_oauth2_provider_override_return_to, kratos_oauth2_provider_url, kratos_preview_default_read_consistency_level, kratos_secrets_cipher, kratos_secrets_cookie, kratos_secrets_default, kratos_selfservice_allowed_return_urls, kratos_selfservice_default_browser_return_url, kratos_selfservice_flows_error_ui_url, kratos_selfservice_flows_login_after_code_default_browser_return_url, kratos_selfservice_flows_login_after_default_browser_return_url, kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_login_after_oidc_default_browser_return_url, kratos_selfservice_flows_login_after_password_default_browser_return_url, kratos_selfservice_flows_login_after_totp_default_browser_return_url, kratos_selfservice_flows_login_after_webauthn_default_browser_return_url, kratos_selfservice_flows_login_lifespan, kratos_selfservice_flows_login_ui_url, kratos_selfservice_flows_logout_after_default_browser_return_url, kratos_selfservice_flows_recovery_after_default_browser_return_url, kratos_selfservice_flows_recovery_enabled, kratos_selfservice_flows_recovery_lifespan, kratos_selfservice_flows_recovery_notify_unknown_recipients, kratos_selfservice_flows_recovery_ui_url, kratos_selfservice_flows_recovery_use, kratos_selfservice_flows_registration_after_code_default_browser_return_url, kratos_selfservice_flows_registration_after_default_browser_return_url, kratos_selfservice_flows_registration_after_oidc_default_browser_return_url, kratos_selfservice_flows_registration_after_password_default_browser_return_url, kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url, kratos_selfservice_flows_registration_enabled, kratos_selfservice_flows_registration_lifespan, kratos_selfservice_flows_registration_login_hints, kratos_selfservice_flows_registration_ui_url, kratos_selfservice_flows_settings_after_default_browser_return_url, kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_settings_after_oidc_default_browser_return_url, kratos_selfservice_flows_settings_after_password_default_browser_return_url, kratos_selfservice_flows_settings_after_profile_default_browser_return_url, kratos_selfservice_flows_settings_after_totp_default_browser_return_url, kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url, kratos_selfservice_flows_settings_lifespan, kratos_selfservice_flows_settings_privileged_session_max_age, kratos_selfservice_flows_settings_required_aal, kratos_selfservice_flows_settings_ui_url, kratos_selfservice_flows_verification_after_default_browser_return_url, kratos_selfservice_flows_verification_enabled, kratos_selfservice_flows_verification_lifespan, kratos_selfservice_flows_verification_notify_unknown_recipients, kratos_selfservice_flows_verification_ui_url, kratos_selfservice_flows_verification_use, kratos_selfservice_methods_code_config_lifespan, kratos_selfservice_methods_code_enabled, kratos_selfservice_methods_code_passwordless_enabled, kratos_selfservice_methods_link_config_base_url, kratos_selfservice_methods_link_config_lifespan, kratos_selfservice_methods_link_enabled, kratos_selfservice_methods_lookup_secret_enabled, kratos_selfservice_methods_oidc_config_base_redirect_uri, kratos_selfservice_methods_oidc_config_providers, kratos_selfservice_methods_oidc_enabled, kratos_selfservice_methods_password_config_haveibeenpwned_enabled, kratos_selfservice_methods_password_config_identifier_similarity_check_enabled, kratos_selfservice_methods_password_config_ignore_network_errors, kratos_selfservice_methods_password_config_max_breaches, kratos_selfservice_methods_password_config_min_password_length, kratos_selfservice_methods_password_enabled, kratos_selfservice_methods_profile_enabled, kratos_selfservice_methods_totp_config_issuer, kratos_selfservice_methods_totp_enabled, kratos_selfservice_methods_webauthn_config_passwordless, kratos_selfservice_methods_webauthn_config_rp_display_name, kratos_selfservice_methods_webauthn_config_rp_icon, kratos_selfservice_methods_webauthn_config_rp_id, kratos_selfservice_methods_webauthn_config_rp_origins, kratos_selfservice_methods_webauthn_enabled, kratos_session_cookie_persistent, kratos_session_cookie_same_site, kratos_session_lifespan, kratos_session_whoami_required_aal, kratos_session_whoami_tokenizer_templates, name, project_id, project_revision_hooks, serve_admin_cors_allowed_origins, serve_admin_cors_enabled, serve_public_cors_allowed_origins, serve_public_cors_enabled, strict_security, updated_at, workspace_id].hash
2180
+ end
2181
+
2182
+ # Builds the object from hash
2183
+ # @param [Hash] attributes Model attributes in the form of hash
2184
+ # @return [Object] Returns the model itself
2185
+ def self.build_from_hash(attributes)
2186
+ new.build_from_hash(attributes)
2187
+ end
2188
+
2189
+ # Builds the object from hash
2190
+ # @param [Hash] attributes Model attributes in the form of hash
2191
+ # @return [Object] Returns the model itself
2192
+ def build_from_hash(attributes)
2193
+ return nil unless attributes.is_a?(Hash)
2194
+ attributes = attributes.transform_keys(&:to_sym)
2195
+ self.class.openapi_types.each_pair do |key, type|
2196
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
2197
+ self.send("#{key}=", nil)
2198
+ elsif type =~ /\AArray<(.*)>/i
2199
+ # check to ensure the input is an array given that the attribute
2200
+ # is documented as an array but the input is not
2201
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
2202
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
2203
+ end
2204
+ elsif !attributes[self.class.attribute_map[key]].nil?
2205
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
2206
+ end
2207
+ end
2208
+
2209
+ self
2210
+ end
2211
+
2212
+ # Deserializes the data based on type
2213
+ # @param string type Data type
2214
+ # @param string value Value to be deserialized
2215
+ # @return [Object] Deserialized data
2216
+ def _deserialize(type, value)
2217
+ case type.to_sym
2218
+ when :Time
2219
+ Time.parse(value)
2220
+ when :Date
2221
+ Date.parse(value)
2222
+ when :String
2223
+ value.to_s
2224
+ when :Integer
2225
+ value.to_i
2226
+ when :Float
2227
+ value.to_f
2228
+ when :Boolean
2229
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
2230
+ true
2231
+ else
2232
+ false
2233
+ end
2234
+ when :Object
2235
+ # generic object (usually a Hash), return directly
2236
+ value
2237
+ when /\AArray<(?<inner_type>.+)>\z/
2238
+ inner_type = Regexp.last_match[:inner_type]
2239
+ value.map { |v| _deserialize(inner_type, v) }
2240
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
2241
+ k_type = Regexp.last_match[:k_type]
2242
+ v_type = Regexp.last_match[:v_type]
2243
+ {}.tap do |hash|
2244
+ value.each do |k, v|
2245
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
2246
+ end
2247
+ end
2248
+ else # model
2249
+ # models (e.g. Pet) or oneOf
2250
+ klass = OryClient.const_get(type)
2251
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
2252
+ end
2253
+ end
2254
+
2255
+ # Returns the string representation of the object
2256
+ # @return [String] String presentation of the object
2257
+ def to_s
2258
+ to_hash.to_s
2259
+ end
2260
+
2261
+ # to_body is an alias to to_hash (backward compatibility)
2262
+ # @return [Hash] Returns the object in the form of hash
2263
+ def to_body
2264
+ to_hash
2265
+ end
2266
+
2267
+ # Returns the object in the form of hash
2268
+ # @return [Hash] Returns the object in the form of hash
2269
+ def to_hash
2270
+ hash = {}
2271
+ self.class.attribute_map.each_pair do |attr, param|
2272
+ value = self.send(attr)
2273
+ if value.nil?
2274
+ is_nullable = self.class.openapi_nullable.include?(attr)
2275
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
2276
+ end
2277
+
2278
+ hash[param] = _to_hash(value)
2279
+ end
2280
+ hash
2281
+ end
2282
+
2283
+ # Outputs non-array value in the form of hash
2284
+ # For object, use to_hash. Otherwise, just return the value
2285
+ # @param [Object] value Any valid value
2286
+ # @return [Hash] Returns the value in the form of hash
2287
+ def _to_hash(value)
2288
+ if value.is_a?(Array)
2289
+ value.compact.map { |v| _to_hash(v) }
2290
+ elsif value.is_a?(Hash)
2291
+ {}.tap do |hash|
2292
+ value.each { |k, v| hash[k] = _to_hash(v) }
2293
+ end
2294
+ elsif value.respond_to? :to_hash
2295
+ value.to_hash
2296
+ else
2297
+ value
2298
+ end
2299
+ end
2300
+
2301
+ end
2302
+
2303
+ end