ory-client 1.22.34 → 1.22.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (723) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +20 -5
  4. data/docs/AcceptOAuth2ConsentRequest.md +2 -2
  5. data/docs/AcceptOAuth2LoginRequest.md +1 -1
  6. data/docs/AdminIdentityImportCredentialsLookupSecret.md +18 -0
  7. data/docs/AdminIdentityImportCredentialsLookupSecretConfig.md +18 -0
  8. data/docs/BasicOrganization.md +1 -1
  9. data/docs/CloudAccount.md +2 -0
  10. data/docs/CourierApi.md +4 -4
  11. data/docs/CreateProjectNormalizedPayload.md +103 -101
  12. data/docs/DeviceUserAuthRequest.md +2 -2
  13. data/docs/FrontendApi.md +22 -20
  14. data/docs/IdentityApi.md +30 -30
  15. data/docs/IdentityCredentialsLookupSecretCode.md +20 -0
  16. data/docs/IdentityCredentialsWebAuthn.md +36 -0
  17. data/docs/IdentityCredentialsWebAuthnAttestation.md +26 -0
  18. data/docs/IdentityCredentialsWebAuthnAuthenticator.md +22 -0
  19. data/docs/IdentityCredentialsWebAuthnFlags.md +24 -0
  20. data/docs/IdentityPatchResponse.md +1 -1
  21. data/docs/IdentityWithCredentials.md +9 -1
  22. data/docs/IdentityWithCredentialsPasskey.md +18 -0
  23. data/docs/IdentityWithCredentialsPasskeyConfig.md +20 -0
  24. data/docs/IdentityWithCredentialsPasswordConfig.md +1 -1
  25. data/docs/IdentityWithCredentialsTotp.md +18 -0
  26. data/docs/IdentityWithCredentialsTotpConfig.md +18 -0
  27. data/docs/IdentityWithCredentialsWebAuthn.md +18 -0
  28. data/docs/IdentityWithCredentialsWebAuthnConfig.md +20 -0
  29. data/docs/KeysetPaginationRequestParameters.md +2 -2
  30. data/docs/NormalizedProject.md +1 -1
  31. data/docs/NormalizedProjectRevision.md +103 -101
  32. data/docs/NormalizedProjectRevisionSAMLProvider.md +1 -1
  33. data/docs/NormalizedProjectRevisionThirdPartyProvider.md +2 -2
  34. data/docs/OAuth2Api.md +12 -12
  35. data/docs/OAuth2Client.md +12 -12
  36. data/docs/OAuth2ConsentRequest.md +3 -3
  37. data/docs/OAuth2ConsentSession.md +2 -2
  38. data/docs/OAuth2LoginRequest.md +2 -2
  39. data/docs/Organization.md +1 -1
  40. data/docs/PatchWorkspaceMemberBody.md +18 -0
  41. data/docs/PermissionApi.md +5 -5
  42. data/docs/ProjectApi.md +4 -4
  43. data/docs/ProjectMember.md +5 -1
  44. data/docs/ProjectMetadata.md +1 -1
  45. data/docs/QuotaUsage.md +1 -1
  46. data/docs/RecoveryIdentityAddress.md +2 -0
  47. data/docs/RelationshipApi.md +4 -4
  48. data/docs/TokenPagination.md +2 -2
  49. data/docs/TokenPaginationHeaders.md +1 -1
  50. data/docs/TokenPaginationRequestParameters.md +2 -2
  51. data/docs/UiNodeInputAttributes.md +2 -0
  52. data/docs/UiNodeInputAttributesOption.md +18 -0
  53. data/docs/UpdateRecoveryFlowWithCodeMethod.md +1 -1
  54. data/docs/UpdateVerificationFlowWithCodeMethod.md +1 -1
  55. data/docs/VerifyUserCodeRequest.md +2 -2
  56. data/docs/WorkspaceApi.md +4 -4
  57. data/docs/WorkspaceOrganization.md +1 -1
  58. data/lib/ory-client/api/courier_api.rb +5 -5
  59. data/lib/ory-client/api/events_api.rb +1 -1
  60. data/lib/ory-client/api/frontend_api.rb +38 -35
  61. data/lib/ory-client/api/identity_api.rb +39 -39
  62. data/lib/ory-client/api/jwk_api.rb +1 -1
  63. data/lib/ory-client/api/metadata_api.rb +1 -1
  64. data/lib/ory-client/api/o_auth2_api.rb +13 -13
  65. data/lib/ory-client/api/oidc_api.rb +1 -1
  66. data/lib/ory-client/api/permission_api.rb +11 -11
  67. data/lib/ory-client/api/project_api.rb +5 -5
  68. data/lib/ory-client/api/relationship_api.rb +5 -5
  69. data/lib/ory-client/api/wellknown_api.rb +1 -1
  70. data/lib/ory-client/api/workspace_api.rb +5 -5
  71. data/lib/ory-client/api_client.rb +1 -1
  72. data/lib/ory-client/api_error.rb +1 -1
  73. data/lib/ory-client/api_model_base.rb +1 -1
  74. data/lib/ory-client/configuration.rb +1 -1
  75. data/lib/ory-client/models/accept_device_user_code_request.rb +1 -1
  76. data/lib/ory-client/models/accept_o_auth2_consent_request.rb +3 -1
  77. data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +1 -1
  78. data/lib/ory-client/models/accept_o_auth2_login_request.rb +2 -1
  79. data/lib/ory-client/models/account_experience_colors.rb +1 -1
  80. data/lib/ory-client/models/account_experience_configuration.rb +1 -1
  81. data/lib/ory-client/models/add_project_to_workspace_body.rb +1 -1
  82. data/lib/ory-client/models/admin_identity_import_credentials_lookup_secret.rb +148 -0
  83. data/lib/ory-client/models/admin_identity_import_credentials_lookup_secret_config.rb +151 -0
  84. data/lib/ory-client/models/attribute.rb +1 -1
  85. data/lib/ory-client/models/attribute_filter.rb +1 -1
  86. data/lib/ory-client/models/attributes_count_datapoint.rb +1 -1
  87. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  88. data/lib/ory-client/models/basic_organization.rb +2 -1
  89. data/lib/ory-client/models/batch_check_permission_body.rb +1 -1
  90. data/lib/ory-client/models/batch_check_permission_result.rb +1 -1
  91. data/lib/ory-client/models/batch_patch_identities_response.rb +1 -1
  92. data/lib/ory-client/models/billing_period_bucket.rb +1 -1
  93. data/lib/ory-client/models/check_opl_syntax_result.rb +1 -1
  94. data/lib/ory-client/models/check_permission_result.rb +1 -1
  95. data/lib/ory-client/models/check_permission_result_with_error.rb +1 -1
  96. data/lib/ory-client/models/cloud_account.rb +12 -2
  97. data/lib/ory-client/models/consistency_request_parameters.rb +1 -1
  98. data/lib/ory-client/models/continue_with.rb +1 -1
  99. data/lib/ory-client/models/continue_with_recovery_ui.rb +1 -1
  100. data/lib/ory-client/models/continue_with_recovery_ui_flow.rb +1 -1
  101. data/lib/ory-client/models/continue_with_redirect_browser_to.rb +1 -1
  102. data/lib/ory-client/models/continue_with_set_ory_session_token.rb +1 -1
  103. data/lib/ory-client/models/continue_with_settings_ui.rb +1 -1
  104. data/lib/ory-client/models/continue_with_settings_ui_flow.rb +1 -1
  105. data/lib/ory-client/models/continue_with_verification_ui.rb +1 -1
  106. data/lib/ory-client/models/continue_with_verification_ui_flow.rb +1 -1
  107. data/lib/ory-client/models/courier_message_status.rb +1 -1
  108. data/lib/ory-client/models/courier_message_type.rb +1 -1
  109. data/lib/ory-client/models/create_custom_domain_body.rb +1 -1
  110. data/lib/ory-client/models/create_event_stream_body.rb +1 -1
  111. data/lib/ory-client/models/create_fedcm_flow_response.rb +1 -1
  112. data/lib/ory-client/models/create_identity_body.rb +1 -1
  113. data/lib/ory-client/models/create_invite_response.rb +1 -1
  114. data/lib/ory-client/models/create_json_web_key_set.rb +1 -1
  115. data/lib/ory-client/models/create_onboarding_link_response.rb +1 -1
  116. data/lib/ory-client/models/create_organization_onboarding_portal_link_body.rb +1 -1
  117. data/lib/ory-client/models/create_project_api_key_request.rb +1 -1
  118. data/lib/ory-client/models/create_project_body.rb +1 -1
  119. data/lib/ory-client/models/create_project_branding.rb +1 -1
  120. data/lib/ory-client/models/create_project_member_invite_body.rb +1 -1
  121. data/lib/ory-client/models/create_project_normalized_payload.rb +113 -85
  122. data/lib/ory-client/models/create_recovery_code_for_identity_body.rb +1 -1
  123. data/lib/ory-client/models/create_recovery_link_for_identity_body.rb +1 -1
  124. data/lib/ory-client/models/create_relationship_body.rb +1 -1
  125. data/lib/ory-client/models/create_subscription_body.rb +1 -1
  126. data/lib/ory-client/models/create_subscription_common.rb +1 -1
  127. data/lib/ory-client/models/create_verifiable_credential_request_body.rb +1 -1
  128. data/lib/ory-client/models/create_workspace_api_key_body.rb +1 -1
  129. data/lib/ory-client/models/create_workspace_body.rb +1 -1
  130. data/lib/ory-client/models/create_workspace_member_invite_body.rb +1 -1
  131. data/lib/ory-client/models/create_workspace_organization_body.rb +1 -1
  132. data/lib/ory-client/models/create_workspace_subscription_body.rb +1 -1
  133. data/lib/ory-client/models/credential_supported_draft00.rb +1 -1
  134. data/lib/ory-client/models/custom_domain.rb +1 -1
  135. data/lib/ory-client/models/delete_my_sessions_count.rb +1 -1
  136. data/lib/ory-client/models/device_authorization.rb +1 -1
  137. data/lib/ory-client/models/device_user_auth_request.rb +3 -1
  138. data/lib/ory-client/models/email_template_data.rb +1 -1
  139. data/lib/ory-client/models/email_template_data_body.rb +1 -1
  140. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  141. data/lib/ory-client/models/error_browser_location_change_required.rb +1 -1
  142. data/lib/ory-client/models/error_flow_replaced.rb +1 -1
  143. data/lib/ory-client/models/error_generic.rb +1 -1
  144. data/lib/ory-client/models/error_o_auth2.rb +1 -1
  145. data/lib/ory-client/models/event_stream.rb +1 -1
  146. data/lib/ory-client/models/expanded_permission_tree.rb +1 -1
  147. data/lib/ory-client/models/flow_error.rb +1 -1
  148. data/lib/ory-client/models/generic_error.rb +1 -1
  149. data/lib/ory-client/models/generic_error_content.rb +1 -1
  150. data/lib/ory-client/models/generic_oidc_provider.rb +1 -1
  151. data/lib/ory-client/models/generic_usage.rb +1 -1
  152. data/lib/ory-client/models/get_attributes_count.rb +1 -1
  153. data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
  154. data/lib/ory-client/models/get_metrics_count.rb +1 -1
  155. data/lib/ory-client/models/get_metrics_event_attributes.rb +1 -1
  156. data/lib/ory-client/models/get_metrics_event_types.rb +1 -1
  157. data/lib/ory-client/models/get_organization_response.rb +1 -1
  158. data/lib/ory-client/models/get_project_events.rb +1 -1
  159. data/lib/ory-client/models/get_project_events_body.rb +1 -1
  160. data/lib/ory-client/models/get_project_metrics.rb +1 -1
  161. data/lib/ory-client/models/get_session_activity.rb +1 -1
  162. data/lib/ory-client/models/get_version200_response.rb +1 -1
  163. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  164. data/lib/ory-client/models/health_status.rb +1 -1
  165. data/lib/ory-client/models/identity.rb +2 -2
  166. data/lib/ory-client/models/identity_credentials.rb +1 -1
  167. data/lib/ory-client/models/identity_credentials_code.rb +1 -1
  168. data/lib/ory-client/models/identity_credentials_code_address.rb +1 -1
  169. data/lib/ory-client/models/identity_credentials_lookup_secret_code.rb +158 -0
  170. data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
  171. data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
  172. data/lib/ory-client/models/identity_credentials_password.rb +1 -1
  173. data/lib/ory-client/models/identity_credentials_web_authn.rb +234 -0
  174. data/lib/ory-client/models/identity_credentials_web_authn_attestation.rb +191 -0
  175. data/lib/ory-client/models/identity_credentials_web_authn_authenticator.rb +167 -0
  176. data/lib/ory-client/models/identity_credentials_web_authn_flags.rb +174 -0
  177. data/lib/ory-client/models/identity_patch.rb +1 -1
  178. data/lib/ory-client/models/identity_patch_response.rb +2 -1
  179. data/lib/ory-client/models/identity_schema_container.rb +1 -1
  180. data/lib/ory-client/models/identity_schema_preset.rb +1 -1
  181. data/lib/ory-client/models/identity_with_credentials.rb +41 -5
  182. data/lib/ory-client/models/identity_with_credentials_oidc.rb +1 -1
  183. data/lib/ory-client/models/identity_with_credentials_oidc_config.rb +1 -1
  184. data/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb +1 -1
  185. data/lib/ory-client/models/identity_with_credentials_passkey.rb +148 -0
  186. data/lib/ory-client/models/identity_with_credentials_passkey_config.rb +162 -0
  187. data/lib/ory-client/models/identity_with_credentials_password.rb +1 -1
  188. data/lib/ory-client/models/identity_with_credentials_password_config.rb +2 -2
  189. data/lib/ory-client/models/identity_with_credentials_saml.rb +1 -1
  190. data/lib/ory-client/models/identity_with_credentials_saml_config.rb +1 -1
  191. data/lib/ory-client/models/identity_with_credentials_saml_config_provider.rb +1 -1
  192. data/lib/ory-client/models/identity_with_credentials_totp.rb +148 -0
  193. data/lib/ory-client/models/identity_with_credentials_totp_config.rb +149 -0
  194. data/lib/ory-client/models/identity_with_credentials_web_authn.rb +148 -0
  195. data/lib/ory-client/models/identity_with_credentials_web_authn_config.rb +162 -0
  196. data/lib/ory-client/models/internal_get_project_branding_body.rb +1 -1
  197. data/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb +1 -1
  198. data/lib/ory-client/models/internal_is_owner_for_project_by_slug.rb +1 -1
  199. data/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb +1 -1
  200. data/lib/ory-client/models/introspected_o_auth2_token.rb +1 -1
  201. data/lib/ory-client/models/invite_token_body.rb +1 -1
  202. data/lib/ory-client/models/invoice.rb +1 -1
  203. data/lib/ory-client/models/invoice_data_v1.rb +1 -1
  204. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  205. data/lib/ory-client/models/json_patch.rb +1 -1
  206. data/lib/ory-client/models/json_web_key.rb +1 -1
  207. data/lib/ory-client/models/json_web_key_set.rb +1 -1
  208. data/lib/ory-client/models/keto_namespace.rb +1 -1
  209. data/lib/ory-client/models/keyset_pagination_request_parameters.rb +4 -4
  210. data/lib/ory-client/models/keyset_pagination_response_headers.rb +2 -2
  211. data/lib/ory-client/models/line_item_v1.rb +1 -1
  212. data/lib/ory-client/models/list_event_streams.rb +1 -1
  213. data/lib/ory-client/models/list_invoices_response.rb +1 -1
  214. data/lib/ory-client/models/list_organizations_response.rb +1 -1
  215. data/lib/ory-client/models/list_workspace_projects.rb +1 -1
  216. data/lib/ory-client/models/list_workspaces.rb +1 -1
  217. data/lib/ory-client/models/login_flow.rb +1 -1
  218. data/lib/ory-client/models/login_flow_state.rb +1 -1
  219. data/lib/ory-client/models/logout_flow.rb +1 -1
  220. data/lib/ory-client/models/managed_identity_schema.rb +1 -1
  221. data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
  222. data/lib/ory-client/models/member_invite.rb +1 -1
  223. data/lib/ory-client/models/message.rb +1 -1
  224. data/lib/ory-client/models/message_dispatch.rb +1 -1
  225. data/lib/ory-client/models/metrics_datapoint.rb +1 -1
  226. data/lib/ory-client/models/money.rb +1 -1
  227. data/lib/ory-client/models/namespace.rb +1 -1
  228. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  229. data/lib/ory-client/models/normalized_project.rb +11 -1
  230. data/lib/ory-client/models/normalized_project_revision.rb +113 -85
  231. data/lib/ory-client/models/normalized_project_revision_courier_channel.rb +1 -1
  232. data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
  233. data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +1 -1
  234. data/lib/ory-client/models/normalized_project_revision_saml_provider.rb +2 -1
  235. data/lib/ory-client/models/normalized_project_revision_scim_client.rb +1 -1
  236. data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +3 -1
  237. data/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb +1 -1
  238. data/lib/ory-client/models/o_auth2_client.rb +10 -2
  239. data/lib/ory-client/models/o_auth2_client_token_lifespans.rb +1 -1
  240. data/lib/ory-client/models/o_auth2_consent_request.rb +4 -1
  241. data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
  242. data/lib/ory-client/models/o_auth2_consent_session.rb +3 -1
  243. data/lib/ory-client/models/o_auth2_login_request.rb +3 -1
  244. data/lib/ory-client/models/o_auth2_logout_request.rb +1 -1
  245. data/lib/ory-client/models/o_auth2_redirect_to.rb +1 -1
  246. data/lib/ory-client/models/o_auth2_token_exchange.rb +1 -1
  247. data/lib/ory-client/models/oidc_configuration.rb +1 -1
  248. data/lib/ory-client/models/oidc_user_info.rb +1 -1
  249. data/lib/ory-client/models/onboarding_portal_link.rb +1 -1
  250. data/lib/ory-client/models/onboarding_portal_organization.rb +1 -1
  251. data/lib/ory-client/models/organization.rb +2 -1
  252. data/lib/ory-client/models/organization_body.rb +1 -1
  253. data/lib/ory-client/models/organization_onboarding_portal_links_response.rb +1 -1
  254. data/lib/ory-client/models/parse_error.rb +1 -1
  255. data/lib/ory-client/models/patch_identities_body.rb +1 -1
  256. data/lib/ory-client/models/patch_workspace_member_body.rb +148 -0
  257. data/lib/ory-client/models/perform_native_logout_body.rb +1 -1
  258. data/lib/ory-client/models/permissions_on_workspace.rb +1 -1
  259. data/lib/ory-client/models/plan.rb +1 -1
  260. data/lib/ory-client/models/plan_details.rb +1 -1
  261. data/lib/ory-client/models/post_check_permission_body.rb +1 -1
  262. data/lib/ory-client/models/post_check_permission_or_error_body.rb +1 -1
  263. data/lib/ory-client/models/project.rb +1 -1
  264. data/lib/ory-client/models/project_api_key.rb +1 -1
  265. data/lib/ory-client/models/project_branding.rb +1 -1
  266. data/lib/ory-client/models/project_branding_colors.rb +1 -1
  267. data/lib/ory-client/models/project_branding_theme.rb +1 -1
  268. data/lib/ory-client/models/project_cors.rb +1 -1
  269. data/lib/ory-client/models/project_events_datapoint.rb +1 -1
  270. data/lib/ory-client/models/project_host.rb +1 -1
  271. data/lib/ory-client/models/project_member.rb +59 -5
  272. data/lib/ory-client/models/project_metadata.rb +2 -1
  273. data/lib/ory-client/models/project_service_account_experience.rb +1 -1
  274. data/lib/ory-client/models/project_service_identity.rb +1 -1
  275. data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
  276. data/lib/ory-client/models/project_service_permission.rb +1 -1
  277. data/lib/ory-client/models/project_services.rb +1 -1
  278. data/lib/ory-client/models/provider.rb +1 -1
  279. data/lib/ory-client/models/quota_usage.rb +4 -4
  280. data/lib/ory-client/models/recovery_code_for_identity.rb +1 -1
  281. data/lib/ory-client/models/recovery_flow.rb +1 -1
  282. data/lib/ory-client/models/recovery_flow_state.rb +1 -1
  283. data/lib/ory-client/models/recovery_identity_address.rb +12 -2
  284. data/lib/ory-client/models/recovery_link_for_identity.rb +1 -1
  285. data/lib/ory-client/models/registration_flow.rb +1 -1
  286. data/lib/ory-client/models/registration_flow_state.rb +1 -1
  287. data/lib/ory-client/models/reject_o_auth2_request.rb +1 -1
  288. data/lib/ory-client/models/relation_query.rb +1 -1
  289. data/lib/ory-client/models/relationship.rb +1 -1
  290. data/lib/ory-client/models/relationship_namespaces.rb +1 -1
  291. data/lib/ory-client/models/relationship_patch.rb +1 -1
  292. data/lib/ory-client/models/relationships.rb +1 -1
  293. data/lib/ory-client/models/revision_account_experience_custom_translation.rb +1 -1
  294. data/lib/ory-client/models/rfc6749_error_json.rb +1 -1
  295. data/lib/ory-client/models/schema_patch.rb +1 -1
  296. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  297. data/lib/ory-client/models/session.rb +1 -1
  298. data/lib/ory-client/models/session_activity_datapoint.rb +1 -1
  299. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  300. data/lib/ory-client/models/session_device.rb +1 -1
  301. data/lib/ory-client/models/set_custom_domain_body.rb +1 -1
  302. data/lib/ory-client/models/set_event_stream_body.rb +1 -1
  303. data/lib/ory-client/models/set_organization_from_onboarding_portal_link_body.rb +1 -1
  304. data/lib/ory-client/models/set_project.rb +1 -1
  305. data/lib/ory-client/models/set_project_branding_theme_body.rb +1 -1
  306. data/lib/ory-client/models/settings_flow.rb +1 -1
  307. data/lib/ory-client/models/settings_flow_state.rb +1 -1
  308. data/lib/ory-client/models/source_position.rb +1 -1
  309. data/lib/ory-client/models/subject_set.rb +1 -1
  310. data/lib/ory-client/models/subscription.rb +1 -1
  311. data/lib/ory-client/models/successful_code_exchange_response.rb +1 -1
  312. data/lib/ory-client/models/successful_native_login.rb +1 -1
  313. data/lib/ory-client/models/successful_native_registration.rb +1 -1
  314. data/lib/ory-client/models/successful_project_update.rb +1 -1
  315. data/lib/ory-client/models/tax_line_item.rb +1 -1
  316. data/lib/ory-client/models/time_interval.rb +1 -1
  317. data/lib/ory-client/models/token_pagination.rb +3 -3
  318. data/lib/ory-client/models/token_pagination_headers.rb +2 -2
  319. data/lib/ory-client/models/token_pagination_request_parameters.rb +4 -4
  320. data/lib/ory-client/models/token_pagination_response_headers.rb +2 -2
  321. data/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb +1 -1
  322. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
  323. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
  324. data/lib/ory-client/models/ui_container.rb +1 -1
  325. data/lib/ory-client/models/ui_node.rb +1 -1
  326. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  327. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  328. data/lib/ory-client/models/ui_node_division_attributes.rb +1 -1
  329. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  330. data/lib/ory-client/models/ui_node_input_attributes.rb +14 -2
  331. data/lib/ory-client/models/ui_node_input_attributes_option.rb +152 -0
  332. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  333. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  334. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  335. data/lib/ory-client/models/ui_text.rb +1 -1
  336. data/lib/ory-client/models/update_fedcm_flow_body.rb +1 -1
  337. data/lib/ory-client/models/update_identity_body.rb +1 -1
  338. data/lib/ory-client/models/update_login_flow_body.rb +1 -1
  339. data/lib/ory-client/models/update_login_flow_with_code_method.rb +1 -1
  340. data/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb +1 -1
  341. data/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
  342. data/lib/ory-client/models/update_login_flow_with_oidc_method.rb +1 -1
  343. data/lib/ory-client/models/update_login_flow_with_passkey_method.rb +1 -1
  344. data/lib/ory-client/models/update_login_flow_with_password_method.rb +1 -1
  345. data/lib/ory-client/models/update_login_flow_with_saml_method.rb +1 -1
  346. data/lib/ory-client/models/update_login_flow_with_totp_method.rb +1 -1
  347. data/lib/ory-client/models/update_login_flow_with_web_authn_method.rb +1 -1
  348. data/lib/ory-client/models/update_organization_onboarding_portal_link_body.rb +1 -1
  349. data/lib/ory-client/models/update_recovery_flow_body.rb +1 -1
  350. data/lib/ory-client/models/update_recovery_flow_with_code_method.rb +2 -2
  351. data/lib/ory-client/models/update_recovery_flow_with_link_method.rb +1 -1
  352. data/lib/ory-client/models/update_registration_flow_body.rb +1 -1
  353. data/lib/ory-client/models/update_registration_flow_with_code_method.rb +1 -1
  354. data/lib/ory-client/models/update_registration_flow_with_oidc_method.rb +1 -1
  355. data/lib/ory-client/models/update_registration_flow_with_passkey_method.rb +1 -1
  356. data/lib/ory-client/models/update_registration_flow_with_password_method.rb +1 -1
  357. data/lib/ory-client/models/update_registration_flow_with_profile_method.rb +1 -1
  358. data/lib/ory-client/models/update_registration_flow_with_saml_method.rb +1 -1
  359. data/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
  360. data/lib/ory-client/models/update_settings_flow_body.rb +1 -1
  361. data/lib/ory-client/models/update_settings_flow_with_lookup_method.rb +1 -1
  362. data/lib/ory-client/models/update_settings_flow_with_oidc_method.rb +1 -1
  363. data/lib/ory-client/models/update_settings_flow_with_passkey_method.rb +1 -1
  364. data/lib/ory-client/models/update_settings_flow_with_password_method.rb +1 -1
  365. data/lib/ory-client/models/update_settings_flow_with_profile_method.rb +1 -1
  366. data/lib/ory-client/models/update_settings_flow_with_saml_method.rb +1 -1
  367. data/lib/ory-client/models/update_settings_flow_with_totp_method.rb +1 -1
  368. data/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
  369. data/lib/ory-client/models/update_subscription_body.rb +1 -1
  370. data/lib/ory-client/models/update_verification_flow_body.rb +1 -1
  371. data/lib/ory-client/models/update_verification_flow_with_code_method.rb +2 -2
  372. data/lib/ory-client/models/update_verification_flow_with_link_method.rb +1 -1
  373. data/lib/ory-client/models/update_workspace_body.rb +1 -1
  374. data/lib/ory-client/models/usage.rb +1 -1
  375. data/lib/ory-client/models/verifiable_credential_priming_response.rb +1 -1
  376. data/lib/ory-client/models/verifiable_credential_proof.rb +1 -1
  377. data/lib/ory-client/models/verifiable_credential_response.rb +1 -1
  378. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  379. data/lib/ory-client/models/verification_flow.rb +2 -2
  380. data/lib/ory-client/models/verification_flow_state.rb +1 -1
  381. data/lib/ory-client/models/verify_user_code_request.rb +3 -1
  382. data/lib/ory-client/models/version.rb +1 -1
  383. data/lib/ory-client/models/warning.rb +1 -1
  384. data/lib/ory-client/models/workspace.rb +1 -1
  385. data/lib/ory-client/models/workspace_api_key.rb +1 -1
  386. data/lib/ory-client/models/workspace_organization.rb +2 -1
  387. data/lib/ory-client/version.rb +2 -2
  388. data/lib/ory-client.rb +16 -1
  389. data/ory-client.gemspec +1 -1
  390. data/spec/api/courier_api_spec.rb +3 -3
  391. data/spec/api/events_api_spec.rb +1 -1
  392. data/spec/api/frontend_api_spec.rb +19 -18
  393. data/spec/api/identity_api_spec.rb +20 -20
  394. data/spec/api/jwk_api_spec.rb +1 -1
  395. data/spec/api/metadata_api_spec.rb +1 -1
  396. data/spec/api/o_auth2_api_spec.rb +7 -7
  397. data/spec/api/oidc_api_spec.rb +1 -1
  398. data/spec/api/permission_api_spec.rb +6 -6
  399. data/spec/api/project_api_spec.rb +3 -3
  400. data/spec/api/relationship_api_spec.rb +3 -3
  401. data/spec/api/wellknown_api_spec.rb +1 -1
  402. data/spec/api/workspace_api_spec.rb +3 -3
  403. data/spec/models/accept_device_user_code_request_spec.rb +1 -1
  404. data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
  405. data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
  406. data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
  407. data/spec/models/account_experience_colors_spec.rb +1 -1
  408. data/spec/models/account_experience_configuration_spec.rb +1 -1
  409. data/spec/models/add_project_to_workspace_body_spec.rb +1 -1
  410. data/spec/models/admin_identity_import_credentials_lookup_secret_config_spec.rb +36 -0
  411. data/spec/models/admin_identity_import_credentials_lookup_secret_spec.rb +36 -0
  412. data/spec/models/attribute_filter_spec.rb +1 -1
  413. data/spec/models/attribute_spec.rb +1 -1
  414. data/spec/models/attributes_count_datapoint_spec.rb +1 -1
  415. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  416. data/spec/models/basic_organization_spec.rb +1 -1
  417. data/spec/models/batch_check_permission_body_spec.rb +1 -1
  418. data/spec/models/batch_check_permission_result_spec.rb +1 -1
  419. data/spec/models/batch_patch_identities_response_spec.rb +1 -1
  420. data/spec/models/billing_period_bucket_spec.rb +1 -1
  421. data/spec/models/check_opl_syntax_result_spec.rb +1 -1
  422. data/spec/models/check_permission_result_spec.rb +1 -1
  423. data/spec/models/check_permission_result_with_error_spec.rb +1 -1
  424. data/spec/models/cloud_account_spec.rb +7 -1
  425. data/spec/models/consistency_request_parameters_spec.rb +1 -1
  426. data/spec/models/continue_with_recovery_ui_flow_spec.rb +1 -1
  427. data/spec/models/continue_with_recovery_ui_spec.rb +1 -1
  428. data/spec/models/continue_with_redirect_browser_to_spec.rb +1 -1
  429. data/spec/models/continue_with_set_ory_session_token_spec.rb +1 -1
  430. data/spec/models/continue_with_settings_ui_flow_spec.rb +1 -1
  431. data/spec/models/continue_with_settings_ui_spec.rb +1 -1
  432. data/spec/models/continue_with_spec.rb +1 -1
  433. data/spec/models/continue_with_verification_ui_flow_spec.rb +1 -1
  434. data/spec/models/continue_with_verification_ui_spec.rb +1 -1
  435. data/spec/models/courier_message_status_spec.rb +1 -1
  436. data/spec/models/courier_message_type_spec.rb +1 -1
  437. data/spec/models/create_custom_domain_body_spec.rb +1 -1
  438. data/spec/models/create_event_stream_body_spec.rb +1 -1
  439. data/spec/models/create_fedcm_flow_response_spec.rb +1 -1
  440. data/spec/models/create_identity_body_spec.rb +1 -1
  441. data/spec/models/create_invite_response_spec.rb +1 -1
  442. data/spec/models/create_json_web_key_set_spec.rb +1 -1
  443. data/spec/models/create_onboarding_link_response_spec.rb +1 -1
  444. data/spec/models/create_organization_onboarding_portal_link_body_spec.rb +1 -1
  445. data/spec/models/create_project_api_key_request_spec.rb +1 -1
  446. data/spec/models/create_project_body_spec.rb +1 -1
  447. data/spec/models/create_project_branding_spec.rb +1 -1
  448. data/spec/models/create_project_member_invite_body_spec.rb +1 -1
  449. data/spec/models/create_project_normalized_payload_spec.rb +7 -1
  450. data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
  451. data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
  452. data/spec/models/create_relationship_body_spec.rb +1 -1
  453. data/spec/models/create_subscription_body_spec.rb +1 -1
  454. data/spec/models/create_subscription_common_spec.rb +1 -1
  455. data/spec/models/create_verifiable_credential_request_body_spec.rb +1 -1
  456. data/spec/models/create_workspace_api_key_body_spec.rb +1 -1
  457. data/spec/models/create_workspace_body_spec.rb +1 -1
  458. data/spec/models/create_workspace_member_invite_body_spec.rb +1 -1
  459. data/spec/models/create_workspace_organization_body_spec.rb +1 -1
  460. data/spec/models/create_workspace_subscription_body_spec.rb +1 -1
  461. data/spec/models/credential_supported_draft00_spec.rb +1 -1
  462. data/spec/models/custom_domain_spec.rb +1 -1
  463. data/spec/models/delete_my_sessions_count_spec.rb +1 -1
  464. data/spec/models/device_authorization_spec.rb +1 -1
  465. data/spec/models/device_user_auth_request_spec.rb +1 -1
  466. data/spec/models/email_template_data_body_spec.rb +1 -1
  467. data/spec/models/email_template_data_spec.rb +1 -1
  468. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  469. data/spec/models/error_browser_location_change_required_spec.rb +1 -1
  470. data/spec/models/error_flow_replaced_spec.rb +1 -1
  471. data/spec/models/error_generic_spec.rb +1 -1
  472. data/spec/models/error_o_auth2_spec.rb +1 -1
  473. data/spec/models/event_stream_spec.rb +1 -1
  474. data/spec/models/expanded_permission_tree_spec.rb +1 -1
  475. data/spec/models/flow_error_spec.rb +1 -1
  476. data/spec/models/generic_error_content_spec.rb +1 -1
  477. data/spec/models/generic_error_spec.rb +1 -1
  478. data/spec/models/generic_oidc_provider_spec.rb +1 -1
  479. data/spec/models/generic_usage_spec.rb +1 -1
  480. data/spec/models/get_attributes_count_spec.rb +1 -1
  481. data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
  482. data/spec/models/get_metrics_count_spec.rb +1 -1
  483. data/spec/models/get_metrics_event_attributes_spec.rb +1 -1
  484. data/spec/models/get_metrics_event_types_spec.rb +1 -1
  485. data/spec/models/get_organization_response_spec.rb +1 -1
  486. data/spec/models/get_project_events_body_spec.rb +1 -1
  487. data/spec/models/get_project_events_spec.rb +1 -1
  488. data/spec/models/get_project_metrics_spec.rb +1 -1
  489. data/spec/models/get_session_activity_spec.rb +1 -1
  490. data/spec/models/get_version200_response_spec.rb +1 -1
  491. data/spec/models/health_not_ready_status_spec.rb +1 -1
  492. data/spec/models/health_status_spec.rb +1 -1
  493. data/spec/models/identity_credentials_code_address_spec.rb +1 -1
  494. data/spec/models/identity_credentials_code_spec.rb +1 -1
  495. data/spec/models/identity_credentials_lookup_secret_code_spec.rb +42 -0
  496. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  497. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  498. data/spec/models/identity_credentials_password_spec.rb +1 -1
  499. data/spec/models/identity_credentials_spec.rb +1 -1
  500. data/spec/models/identity_credentials_web_authn_attestation_spec.rb +60 -0
  501. data/spec/models/identity_credentials_web_authn_authenticator_spec.rb +48 -0
  502. data/spec/models/identity_credentials_web_authn_flags_spec.rb +54 -0
  503. data/spec/models/identity_credentials_web_authn_spec.rb +90 -0
  504. data/spec/models/identity_patch_response_spec.rb +1 -1
  505. data/spec/models/identity_patch_spec.rb +1 -1
  506. data/spec/models/identity_schema_container_spec.rb +1 -1
  507. data/spec/models/identity_schema_preset_spec.rb +1 -1
  508. data/spec/models/identity_spec.rb +1 -1
  509. data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +1 -1
  510. data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
  511. data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
  512. data/spec/models/identity_with_credentials_passkey_config_spec.rb +42 -0
  513. data/spec/models/identity_with_credentials_passkey_spec.rb +36 -0
  514. data/spec/models/identity_with_credentials_password_config_spec.rb +1 -1
  515. data/spec/models/identity_with_credentials_password_spec.rb +1 -1
  516. data/spec/models/identity_with_credentials_saml_config_provider_spec.rb +1 -1
  517. data/spec/models/identity_with_credentials_saml_config_spec.rb +1 -1
  518. data/spec/models/identity_with_credentials_saml_spec.rb +1 -1
  519. data/spec/models/identity_with_credentials_spec.rb +25 -1
  520. data/spec/models/identity_with_credentials_totp_config_spec.rb +36 -0
  521. data/spec/models/identity_with_credentials_totp_spec.rb +36 -0
  522. data/spec/models/identity_with_credentials_web_authn_config_spec.rb +42 -0
  523. data/spec/models/identity_with_credentials_web_authn_spec.rb +36 -0
  524. data/spec/models/internal_get_project_branding_body_spec.rb +1 -1
  525. data/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb +1 -1
  526. data/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb +1 -1
  527. data/spec/models/internal_is_owner_for_project_by_slug_spec.rb +1 -1
  528. data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
  529. data/spec/models/invite_token_body_spec.rb +1 -1
  530. data/spec/models/invoice_data_v1_spec.rb +1 -1
  531. data/spec/models/invoice_spec.rb +1 -1
  532. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  533. data/spec/models/json_patch_spec.rb +1 -1
  534. data/spec/models/json_web_key_set_spec.rb +1 -1
  535. data/spec/models/json_web_key_spec.rb +1 -1
  536. data/spec/models/keto_namespace_spec.rb +1 -1
  537. data/spec/models/keyset_pagination_request_parameters_spec.rb +1 -1
  538. data/spec/models/keyset_pagination_response_headers_spec.rb +1 -1
  539. data/spec/models/line_item_v1_spec.rb +1 -1
  540. data/spec/models/list_event_streams_spec.rb +1 -1
  541. data/spec/models/list_invoices_response_spec.rb +1 -1
  542. data/spec/models/list_organizations_response_spec.rb +1 -1
  543. data/spec/models/list_workspace_projects_spec.rb +1 -1
  544. data/spec/models/list_workspaces_spec.rb +1 -1
  545. data/spec/models/login_flow_spec.rb +1 -1
  546. data/spec/models/login_flow_state_spec.rb +1 -1
  547. data/spec/models/logout_flow_spec.rb +1 -1
  548. data/spec/models/managed_identity_schema_spec.rb +1 -1
  549. data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
  550. data/spec/models/member_invite_spec.rb +1 -1
  551. data/spec/models/message_dispatch_spec.rb +1 -1
  552. data/spec/models/message_spec.rb +1 -1
  553. data/spec/models/metrics_datapoint_spec.rb +1 -1
  554. data/spec/models/money_spec.rb +1 -1
  555. data/spec/models/namespace_spec.rb +1 -1
  556. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  557. data/spec/models/normalized_project_revision_courier_channel_spec.rb +1 -1
  558. data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
  559. data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
  560. data/spec/models/normalized_project_revision_saml_provider_spec.rb +1 -1
  561. data/spec/models/normalized_project_revision_scim_client_spec.rb +1 -1
  562. data/spec/models/normalized_project_revision_spec.rb +7 -1
  563. data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
  564. data/spec/models/normalized_project_revision_tokenizer_template_spec.rb +1 -1
  565. data/spec/models/normalized_project_spec.rb +1 -1
  566. data/spec/models/o_auth2_client_spec.rb +1 -1
  567. data/spec/models/o_auth2_client_token_lifespans_spec.rb +1 -1
  568. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
  569. data/spec/models/o_auth2_consent_request_spec.rb +1 -1
  570. data/spec/models/o_auth2_consent_session_spec.rb +1 -1
  571. data/spec/models/o_auth2_login_request_spec.rb +1 -1
  572. data/spec/models/o_auth2_logout_request_spec.rb +1 -1
  573. data/spec/models/o_auth2_redirect_to_spec.rb +1 -1
  574. data/spec/models/o_auth2_token_exchange_spec.rb +1 -1
  575. data/spec/models/oidc_configuration_spec.rb +1 -1
  576. data/spec/models/oidc_user_info_spec.rb +1 -1
  577. data/spec/models/onboarding_portal_link_spec.rb +1 -1
  578. data/spec/models/onboarding_portal_organization_spec.rb +1 -1
  579. data/spec/models/organization_body_spec.rb +1 -1
  580. data/spec/models/organization_onboarding_portal_links_response_spec.rb +1 -1
  581. data/spec/models/organization_spec.rb +1 -1
  582. data/spec/models/parse_error_spec.rb +1 -1
  583. data/spec/models/patch_identities_body_spec.rb +1 -1
  584. data/spec/models/patch_workspace_member_body_spec.rb +36 -0
  585. data/spec/models/perform_native_logout_body_spec.rb +1 -1
  586. data/spec/models/permissions_on_workspace_spec.rb +1 -1
  587. data/spec/models/plan_details_spec.rb +1 -1
  588. data/spec/models/plan_spec.rb +1 -1
  589. data/spec/models/post_check_permission_body_spec.rb +1 -1
  590. data/spec/models/post_check_permission_or_error_body_spec.rb +1 -1
  591. data/spec/models/project_api_key_spec.rb +1 -1
  592. data/spec/models/project_branding_colors_spec.rb +1 -1
  593. data/spec/models/project_branding_spec.rb +1 -1
  594. data/spec/models/project_branding_theme_spec.rb +1 -1
  595. data/spec/models/project_cors_spec.rb +1 -1
  596. data/spec/models/project_events_datapoint_spec.rb +1 -1
  597. data/spec/models/project_host_spec.rb +1 -1
  598. data/spec/models/project_member_spec.rb +17 -1
  599. data/spec/models/project_metadata_spec.rb +1 -1
  600. data/spec/models/project_service_account_experience_spec.rb +1 -1
  601. data/spec/models/project_service_identity_spec.rb +1 -1
  602. data/spec/models/project_service_o_auth2_spec.rb +1 -1
  603. data/spec/models/project_service_permission_spec.rb +1 -1
  604. data/spec/models/project_services_spec.rb +1 -1
  605. data/spec/models/project_spec.rb +1 -1
  606. data/spec/models/provider_spec.rb +1 -1
  607. data/spec/models/quota_usage_spec.rb +2 -2
  608. data/spec/models/recovery_code_for_identity_spec.rb +1 -1
  609. data/spec/models/recovery_flow_spec.rb +1 -1
  610. data/spec/models/recovery_flow_state_spec.rb +1 -1
  611. data/spec/models/recovery_identity_address_spec.rb +7 -1
  612. data/spec/models/recovery_link_for_identity_spec.rb +1 -1
  613. data/spec/models/registration_flow_spec.rb +1 -1
  614. data/spec/models/registration_flow_state_spec.rb +1 -1
  615. data/spec/models/reject_o_auth2_request_spec.rb +1 -1
  616. data/spec/models/relation_query_spec.rb +1 -1
  617. data/spec/models/relationship_namespaces_spec.rb +1 -1
  618. data/spec/models/relationship_patch_spec.rb +1 -1
  619. data/spec/models/relationship_spec.rb +1 -1
  620. data/spec/models/relationships_spec.rb +1 -1
  621. data/spec/models/revision_account_experience_custom_translation_spec.rb +1 -1
  622. data/spec/models/rfc6749_error_json_spec.rb +1 -1
  623. data/spec/models/schema_patch_spec.rb +1 -1
  624. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  625. data/spec/models/session_activity_datapoint_spec.rb +1 -1
  626. data/spec/models/session_authentication_method_spec.rb +1 -1
  627. data/spec/models/session_device_spec.rb +1 -1
  628. data/spec/models/session_spec.rb +1 -1
  629. data/spec/models/set_custom_domain_body_spec.rb +1 -1
  630. data/spec/models/set_event_stream_body_spec.rb +1 -1
  631. data/spec/models/set_organization_from_onboarding_portal_link_body_spec.rb +1 -1
  632. data/spec/models/set_project_branding_theme_body_spec.rb +1 -1
  633. data/spec/models/set_project_spec.rb +1 -1
  634. data/spec/models/settings_flow_spec.rb +1 -1
  635. data/spec/models/settings_flow_state_spec.rb +1 -1
  636. data/spec/models/source_position_spec.rb +1 -1
  637. data/spec/models/subject_set_spec.rb +1 -1
  638. data/spec/models/subscription_spec.rb +1 -1
  639. data/spec/models/successful_code_exchange_response_spec.rb +1 -1
  640. data/spec/models/successful_native_login_spec.rb +1 -1
  641. data/spec/models/successful_native_registration_spec.rb +1 -1
  642. data/spec/models/successful_project_update_spec.rb +1 -1
  643. data/spec/models/tax_line_item_spec.rb +1 -1
  644. data/spec/models/time_interval_spec.rb +1 -1
  645. data/spec/models/token_pagination_headers_spec.rb +1 -1
  646. data/spec/models/token_pagination_request_parameters_spec.rb +1 -1
  647. data/spec/models/token_pagination_response_headers_spec.rb +1 -1
  648. data/spec/models/token_pagination_spec.rb +1 -1
  649. data/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  650. data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  651. data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
  652. data/spec/models/ui_container_spec.rb +1 -1
  653. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  654. data/spec/models/ui_node_attributes_spec.rb +1 -1
  655. data/spec/models/ui_node_division_attributes_spec.rb +1 -1
  656. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  657. data/spec/models/ui_node_input_attributes_option_spec.rb +36 -0
  658. data/spec/models/ui_node_input_attributes_spec.rb +7 -1
  659. data/spec/models/ui_node_meta_spec.rb +1 -1
  660. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  661. data/spec/models/ui_node_spec.rb +1 -1
  662. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  663. data/spec/models/ui_text_spec.rb +1 -1
  664. data/spec/models/update_fedcm_flow_body_spec.rb +1 -1
  665. data/spec/models/update_identity_body_spec.rb +1 -1
  666. data/spec/models/update_login_flow_body_spec.rb +1 -1
  667. data/spec/models/update_login_flow_with_code_method_spec.rb +1 -1
  668. data/spec/models/update_login_flow_with_identifier_first_method_spec.rb +1 -1
  669. data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
  670. data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
  671. data/spec/models/update_login_flow_with_passkey_method_spec.rb +1 -1
  672. data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
  673. data/spec/models/update_login_flow_with_saml_method_spec.rb +1 -1
  674. data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
  675. data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
  676. data/spec/models/update_organization_onboarding_portal_link_body_spec.rb +1 -1
  677. data/spec/models/update_recovery_flow_body_spec.rb +1 -1
  678. data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
  679. data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
  680. data/spec/models/update_registration_flow_body_spec.rb +1 -1
  681. data/spec/models/update_registration_flow_with_code_method_spec.rb +1 -1
  682. data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
  683. data/spec/models/update_registration_flow_with_passkey_method_spec.rb +1 -1
  684. data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
  685. data/spec/models/update_registration_flow_with_profile_method_spec.rb +1 -1
  686. data/spec/models/update_registration_flow_with_saml_method_spec.rb +1 -1
  687. data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
  688. data/spec/models/update_settings_flow_body_spec.rb +1 -1
  689. data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
  690. data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
  691. data/spec/models/update_settings_flow_with_passkey_method_spec.rb +1 -1
  692. data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
  693. data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
  694. data/spec/models/update_settings_flow_with_saml_method_spec.rb +1 -1
  695. data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
  696. data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
  697. data/spec/models/update_subscription_body_spec.rb +1 -1
  698. data/spec/models/update_verification_flow_body_spec.rb +1 -1
  699. data/spec/models/update_verification_flow_with_code_method_spec.rb +1 -1
  700. data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
  701. data/spec/models/update_workspace_body_spec.rb +1 -1
  702. data/spec/models/usage_spec.rb +1 -1
  703. data/spec/models/verifiable_credential_priming_response_spec.rb +1 -1
  704. data/spec/models/verifiable_credential_proof_spec.rb +1 -1
  705. data/spec/models/verifiable_credential_response_spec.rb +1 -1
  706. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  707. data/spec/models/verification_flow_spec.rb +1 -1
  708. data/spec/models/verification_flow_state_spec.rb +1 -1
  709. data/spec/models/verify_user_code_request_spec.rb +1 -1
  710. data/spec/models/version_spec.rb +1 -1
  711. data/spec/models/warning_spec.rb +1 -1
  712. data/spec/models/workspace_api_key_spec.rb +1 -1
  713. data/spec/models/workspace_organization_spec.rb +1 -1
  714. data/spec/models/workspace_spec.rb +1 -1
  715. data/spec/spec_helper.rb +1 -1
  716. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/byebug-13.0.0/gem_make.out +5 -5
  717. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/io-console-0.8.2/gem_make.out +5 -5
  718. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/io-console-0.8.2/mkmf.log +3 -3
  719. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  720. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/psych-4.0.6/gem_make.out +5 -5
  721. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/racc-1.8.1/gem_make.out +5 -5
  722. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux-gnu/3.2.0/stringio-3.2.0/gem_make.out +5 -5
  723. metadata +65 -5
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **account_linking_mode** | **String** | AccountLinkingMode controls how account conflicts are resolved for this provider. Possible values are `confirm_with_existing_credential` (default) and `automatic`. `automatic` silently links accounts when the provider verifies email ownership. Only supported for `apple` and `google` providers. automatic AccountLinkingModeAutomatic AccountLinkingModeAutomatic silently links accounts if the provider verifies email ownership. confirm_with_existing_credential AccountLinkingModeConfirmWithExistingCredential AccountLinkingModeConfirmWithExistingCredential requires the user to confirm the account linking by providing an existing credential. | [optional] |
8
- | **additional_id_token_audiences** | **Array<String>** | | [optional] |
8
+ | **additional_id_token_audiences** | **Array<String>** | AdditionalIDTokenAudiences is a list of additional audiences allowed in the ID Token. This is only relevant in OIDC flows that submit an IDToken instead of using the callback from the OIDC provider. | [optional] |
9
9
  | **apple_private_key** | **String** | | [optional] |
10
10
  | **apple_private_key_id** | **String** | Apple Private Key Identifier Sign In with Apple Private Key Identifier needed for generating a JWT token for client secret | [optional] |
11
11
  | **apple_team_id** | **String** | Apple Developer Team ID Apple Developer Team ID needed for generating a JWT token for client secret | [optional] |
@@ -28,7 +28,7 @@
28
28
  | **provider_id** | **String** | ID is the provider's ID | [optional] |
29
29
  | **proxy_oidc_redirect_url** | **String** | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional][readonly] |
30
30
  | **requested_claims** | **Object** | | [optional] |
31
- | **scope** | **Array<String>** | | [optional] |
31
+ | **scope** | **Array<String>** | Scope specifies optional requested permissions. | [optional] |
32
32
  | **state** | **String** | State indicates the state of the provider Only providers with state `enabled` will be used for authentication enabled ThirdPartyProviderStateEnabled disabled ThirdPartyProviderStateDisabled | [optional] |
33
33
  | **subject_source** | **String** | | [optional] |
34
34
  | **token_url** | **String** | TokenURL is the token url, typically something like: https://example.org/oauth2/token Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`. | [optional] |
data/docs/OAuth2Api.md CHANGED
@@ -1037,8 +1037,8 @@ end
1037
1037
 
1038
1038
  api_instance = OryClient::OAuth2Api.new
1039
1039
  opts = {
1040
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1041
- page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1040
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1041
+ page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1042
1042
  client_name: 'client_name_example', # String | The name of the clients to filter by.
1043
1043
  owner: 'owner_example' # String | The owner of the clients to filter by.
1044
1044
  }
@@ -1074,8 +1074,8 @@ end
1074
1074
 
1075
1075
  | Name | Type | Description | Notes |
1076
1076
  | ---- | ---- | ----------- | ----- |
1077
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1078
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
1077
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1078
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
1079
1079
  | **client_name** | **String** | The name of the clients to filter by. | [optional] |
1080
1080
  | **owner** | **String** | The owner of the clients to filter by. | [optional] |
1081
1081
 
@@ -1115,8 +1115,8 @@ end
1115
1115
  api_instance = OryClient::OAuth2Api.new
1116
1116
  subject = 'subject_example' # String | The subject to list the consent sessions for.
1117
1117
  opts = {
1118
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1119
- page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1118
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1119
+ page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1120
1120
  login_session_id: 'login_session_id_example' # String | The login session id to list the consent sessions for.
1121
1121
  }
1122
1122
 
@@ -1152,8 +1152,8 @@ end
1152
1152
  | Name | Type | Description | Notes |
1153
1153
  | ---- | ---- | ----------- | ----- |
1154
1154
  | **subject** | **String** | The subject to list the consent sessions for. | |
1155
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1156
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
1155
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1156
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
1157
1157
  | **login_session_id** | **String** | The login session id to list the consent sessions for. | [optional] |
1158
1158
 
1159
1159
  ### Return type
@@ -1191,8 +1191,8 @@ end
1191
1191
 
1192
1192
  api_instance = OryClient::OAuth2Api.new
1193
1193
  opts = {
1194
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1195
- page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1194
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1195
+ page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
1196
1196
  issuer: 'issuer_example' # String | If optional \"issuer\" is supplied, only jwt-bearer grants with this issuer will be returned.
1197
1197
  }
1198
1198
 
@@ -1227,8 +1227,8 @@ end
1227
1227
 
1228
1228
  | Name | Type | Description | Notes |
1229
1229
  | ---- | ---- | ----------- | ----- |
1230
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1231
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
1230
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
1231
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
1232
1232
  | **issuer** | **String** | If optional \"issuer\" is supplied, only jwt-bearer grants with this issuer will be returned. | [optional] |
1233
1233
 
1234
1234
  ### Return type
data/docs/OAuth2Client.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **access_token_strategy** | **String** | OAuth 2.0 Access Token Strategy AccessTokenStrategy is the strategy used to generate access tokens. Valid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/oauth2-oidc/jwt-access-token Setting the strategy here overrides the global setting in `strategies.access_token`. | [optional] |
8
- | **allowed_cors_origins** | **Array<String>** | | [optional] |
9
- | **audience** | **Array<String>** | | [optional] |
7
+ | **access_token_strategy** | **String** | OAuth 2.0 Access Token Strategy AccessTokenStrategy is the strategy used to generate access tokens. Valid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.com/docs/oauth2-oidc/jwt-access-token Setting the strategy here overrides the global setting in `strategies.access_token`. | [optional] |
8
+ | **allowed_cors_origins** | **Array<String>** | OAuth 2.0 Client Allowed CORS Origins One or more URLs (scheme://host[:port]) which are allowed to make CORS requests to the /oauth/token endpoint. If this array is empty, the server's CORS origin configuration (`CORS_ALLOWED_ORIGINS`) will be used instead. If this array is set, the allowed origins are appended to the server's CORS origin configuration. Be aware that environment variable `CORS_ENABLED` MUST be set to `true` for this to work. | [optional] |
9
+ | **audience** | **Array<String>** | OAuth 2.0 Client Audience An allow-list defining the audiences this client is allowed to request tokens for. An audience limits the applicability of an OAuth 2.0 Access Token to, for example, certain API endpoints. The value is a list of URLs. URLs MUST NOT contain whitespaces. | [optional] |
10
10
  | **authorization_code_grant_access_token_lifespan** | **String** | | [optional] |
11
11
  | **authorization_code_grant_id_token_lifespan** | **String** | | [optional] |
12
12
  | **authorization_code_grant_refresh_token_lifespan** | **String** | | [optional] |
@@ -18,14 +18,14 @@
18
18
  | **client_secret** | **String** | OAuth 2.0 Client Secret The secret will be included in the create request as cleartext, and then never again. The secret is kept in hashed format and is not recoverable once lost. | [optional] |
19
19
  | **client_secret_expires_at** | **Integer** | OAuth 2.0 Client Secret Expires At The field is currently not supported and its value is always 0. | [optional] |
20
20
  | **client_uri** | **String** | OAuth 2.0 Client URI ClientURI is a URL string of a web page providing information about the client. If present, the server SHOULD display this URL to the end-user in a clickable fashion. | [optional] |
21
- | **contacts** | **Array<String>** | | [optional] |
21
+ | **contacts** | **Array<String>** | OAuth 2.0 Client Contact An array of strings representing ways to contact people responsible for this client, typically email addresses. | [optional] |
22
22
  | **created_at** | **Time** | OAuth 2.0 Client Creation Date CreatedAt returns the timestamp of the client's creation. | [optional] |
23
23
  | **device_authorization_grant_access_token_lifespan** | **String** | | [optional] |
24
24
  | **device_authorization_grant_id_token_lifespan** | **String** | | [optional] |
25
25
  | **device_authorization_grant_refresh_token_lifespan** | **String** | | [optional] |
26
26
  | **frontchannel_logout_session_required** | **Boolean** | OpenID Connect Front-Channel Logout Session Required Boolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be included to identify the RP session with the OP when the frontchannel_logout_uri is used. If omitted, the default value is false. | [optional] |
27
27
  | **frontchannel_logout_uri** | **String** | OpenID Connect Front-Channel Logout URI RP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query parameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the request and to determine which of the potentially multiple sessions is to be logged out; if either is included, both MUST be. | [optional] |
28
- | **grant_types** | **Array<String>** | | [optional] |
28
+ | **grant_types** | **Array<String>** | OAuth 2.0 Client Grant Types An array of OAuth 2.0 grant types the client is allowed to use. Can be one of: Client Credentials Grant: `client_credentials` Authorization Code Grant: `authorization_code` OpenID Connect Implicit Grant (deprecated!): `implicit` Refresh Token Grant: `refresh_token` OAuth 2.0 Token Exchange: `urn:ietf:params:oauth:grant-type:jwt-bearer` OAuth 2.0 Device Code Grant: `urn:ietf:params:oauth:grant-type:device_code` | [optional] |
29
29
  | **implicit_grant_access_token_lifespan** | **String** | | [optional] |
30
30
  | **implicit_grant_id_token_lifespan** | **String** | | [optional] |
31
31
  | **jwks** | [**JsonWebKeySet**](JsonWebKeySet.md) | | [optional] |
@@ -35,16 +35,16 @@
35
35
  | **metadata** | **Object** | | [optional] |
36
36
  | **owner** | **String** | OAuth 2.0 Client Owner Owner is a string identifying the owner of the OAuth 2.0 Client. | [optional] |
37
37
  | **policy_uri** | **String** | OAuth 2.0 Client Policy URI PolicyURI is a URL string that points to a human-readable privacy policy document that describes how the deployment organization collects, uses, retains, and discloses personal data. | [optional] |
38
- | **post_logout_redirect_uris** | **Array<String>** | | [optional] |
39
- | **redirect_uris** | **Array<String>** | | [optional] |
38
+ | **post_logout_redirect_uris** | **Array<String>** | Allowed Post-Redirect Logout URIs Array of URLs supplied by the RP to which it MAY request that the End-User's User Agent be redirected using the post_logout_redirect_uri parameter after a logout has been performed. | [optional] |
39
+ | **redirect_uris** | **Array<String>** | OAuth 2.0 Client Redirect URIs RedirectURIs is an array of allowed redirect urls for the client. | [optional] |
40
40
  | **refresh_token_grant_access_token_lifespan** | **String** | | [optional] |
41
41
  | **refresh_token_grant_id_token_lifespan** | **String** | | [optional] |
42
42
  | **refresh_token_grant_refresh_token_lifespan** | **String** | | [optional] |
43
43
  | **registration_access_token** | **String** | OpenID Connect Dynamic Client Registration Access Token RegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client using Dynamic Client Registration. | [optional] |
44
44
  | **registration_client_uri** | **String** | OpenID Connect Dynamic Client Registration URL RegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client. | [optional] |
45
45
  | **request_object_signing_alg** | **String** | OpenID Connect Request Object Signing Algorithm JWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects from this Client MUST be rejected, if not signed with this algorithm. | [optional] |
46
- | **request_uris** | **Array<String>** | | [optional] |
47
- | **response_types** | **Array<String>** | | [optional] |
46
+ | **request_uris** | **Array<String>** | OpenID Connect Request URIs Array of request_uri values that are pre-registered by the RP for use at the OP. Servers MAY cache the contents of the files referenced by these URIs and not retrieve them at the time they are used in a request. OPs can require that request_uri values used be pre-registered with the require_request_uri_registration discovery parameter. | [optional] |
47
+ | **response_types** | **Array<String>** | OAuth 2.0 Client Response Types An array of the OAuth 2.0 response type strings that the client can use at the authorization endpoint. Can be one of: Needed for OpenID Connect Implicit Grant: Returns ID Token to redirect URI: `id_token` Returns Access token redirect URI: `token` Needed for Authorization Code Grant: `code` | [optional] |
48
48
  | **scope** | **String** | OAuth 2.0 Client Scope Scope is a string containing a space-separated list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) that the client can use when requesting access tokens. | [optional] |
49
49
  | **sector_identifier_uri** | **String** | OpenID Connect Sector Identifier URI URL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a file with a single JSON array of redirect_uri values. | [optional] |
50
50
  | **skip_consent** | **Boolean** | SkipConsent skips the consent screen for this client. This field can only be set from the admin API. | [optional] |
@@ -64,7 +64,7 @@ require 'ory-client'
64
64
  instance = OryClient::OAuth2Client.new(
65
65
  access_token_strategy: null,
66
66
  allowed_cors_origins: null,
67
- audience: null,
67
+ audience: https://mydomain.com/api/users, https://mydomain.com/api/posts,
68
68
  authorization_code_grant_access_token_lifespan: null,
69
69
  authorization_code_grant_id_token_lifespan: null,
70
70
  authorization_code_grant_refresh_token_lifespan: null,
@@ -76,7 +76,7 @@ instance = OryClient::OAuth2Client.new(
76
76
  client_secret: null,
77
77
  client_secret_expires_at: null,
78
78
  client_uri: null,
79
- contacts: null,
79
+ contacts: help@example.org,
80
80
  created_at: null,
81
81
  device_authorization_grant_access_token_lifespan: null,
82
82
  device_authorization_grant_id_token_lifespan: null,
@@ -94,7 +94,7 @@ instance = OryClient::OAuth2Client.new(
94
94
  owner: null,
95
95
  policy_uri: null,
96
96
  post_logout_redirect_uris: null,
97
- redirect_uris: null,
97
+ redirect_uris: http://mydomain/oauth/callback,
98
98
  refresh_token_grant_access_token_lifespan: null,
99
99
  refresh_token_grant_id_token_lifespan: null,
100
100
  refresh_token_grant_refresh_token_lifespan: null,
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acr** | **String** | ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication. | [optional] |
8
- | **amr** | **Array<String>** | | [optional] |
8
+ | **amr** | **Array<String>** | AMR is the Authentication Methods References value for this authentication session. You can use it to specify the method a user used to authenticate. For example, if the acr indicates a user used two factor authentication, the amr can express they used a software-secured key. | [optional] |
9
9
  | **challenge** | **String** | Challenge is used to retrieve/accept/deny the consent request. | |
10
10
  | **client** | [**OAuth2Client**](OAuth2Client.md) | | [optional] |
11
11
  | **consent_request_id** | **String** | ConsentRequestID is the ID of the consent request. | [optional] |
@@ -14,8 +14,8 @@
14
14
  | **login_session_id** | **String** | LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag) this ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false) this will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back- channel logout. It's value can generally be used to associate consecutive login requests by a certain user. | [optional] |
15
15
  | **oidc_context** | [**OAuth2ConsentRequestOpenIDConnectContext**](OAuth2ConsentRequestOpenIDConnectContext.md) | | [optional] |
16
16
  | **request_url** | **String** | RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters. | [optional] |
17
- | **requested_access_token_audience** | **Array<String>** | | [optional] |
18
- | **requested_scope** | **Array<String>** | | [optional] |
17
+ | **requested_access_token_audience** | **Array<String>** | RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | [optional] |
18
+ | **requested_scope** | **Array<String>** | RequestedScope contains the OAuth 2.0 Scope requested by the OAuth 2.0 Client. | [optional] |
19
19
  | **skip** | **Boolean** | Skip, if true, implies that the client has requested the same scopes from the same user previously. If true, you must not ask the user to grant the requested scopes. You must however either allow or deny the consent request using the usual API call. | [optional] |
20
20
  | **subject** | **String** | Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client. | [optional] |
21
21
 
@@ -7,8 +7,8 @@
7
7
  | **consent_request** | [**OAuth2ConsentRequest**](OAuth2ConsentRequest.md) | | [optional] |
8
8
  | **consent_request_id** | **String** | ConsentRequestID is the identifier of the consent request that initiated this consent session. | [optional] |
9
9
  | **context** | **Object** | | [optional] |
10
- | **grant_access_token_audience** | **Array<String>** | | [optional] |
11
- | **grant_scope** | **Array<String>** | | [optional] |
10
+ | **grant_access_token_audience** | **Array<String>** | Audience Granted GrantedAudience sets the audience the user authorized the client to use. Should be a subset of `requested_access_token_audience`. | [optional] |
11
+ | **grant_scope** | **Array<String>** | Scope Granted GrantScope sets the scope the user authorized the client to use. Should be a subset of `requested_scope`. | [optional] |
12
12
  | **handled_at** | **Time** | | [optional] |
13
13
  | **remember** | **Boolean** | Remember Consent Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. | [optional] |
14
14
  | **remember_for** | **Integer** | Remember Consent For RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely. | [optional] |
@@ -8,8 +8,8 @@
8
8
  | **client** | [**OAuth2Client**](OAuth2Client.md) | | |
9
9
  | **oidc_context** | [**OAuth2ConsentRequestOpenIDConnectContext**](OAuth2ConsentRequestOpenIDConnectContext.md) | | [optional] |
10
10
  | **request_url** | **String** | RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters. | |
11
- | **requested_access_token_audience** | **Array<String>** | | [optional] |
12
- | **requested_scope** | **Array<String>** | | [optional] |
11
+ | **requested_access_token_audience** | **Array<String>** | RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | [optional] |
12
+ | **requested_scope** | **Array<String>** | RequestedScope contains the OAuth 2.0 Scope requested by the OAuth 2.0 Client. | [optional] |
13
13
  | **session_id** | **String** | SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag) this ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false) this will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back- channel logout. It's value can generally be used to associate consecutive login requests by a certain user. | [optional] |
14
14
  | **skip** | **Boolean** | Skip, if true, implies that the client has requested the same scopes from the same user previously. If true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL. This feature allows you to update / set session information. | |
15
15
  | **subject** | **String** | Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type when accepting the login request, or the request will fail. | |
data/docs/Organization.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **created_at** | **Time** | | |
8
- | **domains** | **Array<String>** | | |
8
+ | **domains** | **Array<String>** | The list of organization's domains. | |
9
9
  | **id** | **String** | The organization's ID. | |
10
10
  | **label** | **String** | The organization's human-readable label. | |
11
11
 
@@ -0,0 +1,18 @@
1
+ # OryClient::PatchWorkspaceMemberBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **break_glass** | **Boolean** | Whether to enable break-glass recovery for this member. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::PatchWorkspaceMemberBody.new(
15
+ break_glass: null
16
+ )
17
+ ```
18
+
@@ -18,7 +18,7 @@ All URIs are relative to *https://playground.projects.oryapis.com*
18
18
 
19
19
  Batch check permissions
20
20
 
21
- To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
21
+ To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.com/docs/keto/concepts/api-overview).
22
22
 
23
23
  ### Examples
24
24
 
@@ -91,7 +91,7 @@ end
91
91
 
92
92
  Check a permission
93
93
 
94
- To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
94
+ To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.com/docs/keto/concepts/api-overview).
95
95
 
96
96
  ### Examples
97
97
 
@@ -176,7 +176,7 @@ end
176
176
 
177
177
  Check a permission
178
178
 
179
- To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
179
+ To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.com/docs/keto/concepts/api-overview).
180
180
 
181
181
  ### Examples
182
182
 
@@ -338,7 +338,7 @@ end
338
338
 
339
339
  Check a permission
340
340
 
341
- To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
341
+ To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.com/docs/keto/concepts/api-overview).
342
342
 
343
343
  ### Examples
344
344
 
@@ -411,7 +411,7 @@ end
411
411
 
412
412
  Check a permission
413
413
 
414
- To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
414
+ To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.com/docs/keto/concepts/api-overview).
415
415
 
416
416
  ### Examples
417
417
 
data/docs/ProjectApi.md CHANGED
@@ -833,8 +833,8 @@ end
833
833
  api_instance = OryClient::ProjectApi.new
834
834
  project_id = 'project_id_example' # String | Project ID The project's ID.
835
835
  opts = {
836
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
837
- page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
836
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
837
+ page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
838
838
  domain: 'domain_example' # String | Domain If set, only organizations with that domain will be returned.
839
839
  }
840
840
 
@@ -870,8 +870,8 @@ end
870
870
  | Name | Type | Description | Notes |
871
871
  | ---- | ---- | ----------- | ----- |
872
872
  | **project_id** | **String** | Project ID The project's ID. | |
873
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
874
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
873
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
874
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
875
875
  | **domain** | **String** | Domain If set, only organizations with that domain will be returned. | [optional] |
876
876
 
877
877
  ### Return type
@@ -4,12 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **break_glass** | **Boolean** | BreakGlass is true when the identity's recovery address has break-glass recovery enabled for the identity's current organization. | [optional] |
7
8
  | **email** | **String** | | |
8
9
  | **email_verified** | **Boolean** | | |
9
10
  | **id** | **String** | | |
10
11
  | **name** | **String** | | |
11
12
  | **organization_id** | **String** | | [optional] |
12
13
  | **role** | **String** | | |
14
+ | **source** | **String** | Whether the member has access through the project directly or through workspace membership. | [optional] |
13
15
 
14
16
  ## Example
15
17
 
@@ -17,12 +19,14 @@
17
19
  require 'ory-client'
18
20
 
19
21
  instance = OryClient::ProjectMember.new(
22
+ break_glass: null,
20
23
  email: null,
21
24
  email_verified: null,
22
25
  id: null,
23
26
  name: null,
24
27
  organization_id: null,
25
- role: null
28
+ role: null,
29
+ source: null
26
30
  )
27
31
  ```
28
32
 
@@ -7,7 +7,7 @@
7
7
  | **created_at** | **Time** | The Project's Creation Date | |
8
8
  | **environment** | **String** | The environment of the project. prod Production stage Staging dev Development | |
9
9
  | **home_region** | **String** | The project's data home region eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | |
10
- | **hosts** | **Array<String>** | | |
10
+ | **hosts** | **Array<String>** | The FQDN hostnames this project listens on | |
11
11
  | **id** | **String** | The project's ID. | [readonly] |
12
12
  | **name** | **String** | The project's name if set | |
13
13
  | **slug** | **String** | The project's slug | [readonly] |
data/docs/QuotaUsage.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **additional_price** | **String** | The additional price per unit in cents. | |
8
8
  | **can_use_more** | **Boolean** | | |
9
- | **feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport zendesk_support_on_call ZendeskSupportOnCall project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha captcha_byo CaptchaBYO identity_search_api IdentitySearchAPI saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization onboarding_portal OnboardingPortal console_organization_sso ConsoleOrganizationSSO update_self_service_registration_rate_limit_tier RateLimitTierUpdateSelfServiceRegistration Self-service rate limits update_self_service_recovery_rate_limit_tier RateLimitTierUpdateSelfServiceRecovery update_self_service_settings_rate_limit_tier RateLimitTierUpdateSelfServiceSettings update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification identities_create_rate_limit_tier RateLimitTierIdentitiesCreate identities_import_rate_limit_tier RateLimitTierIdentitiesImport fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery scim_rate_limit_tier RateLimitTierSCIM | |
9
+ | **feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport zendesk_support_on_call ZendeskSupportOnCall project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha captcha_byo CaptchaBYO identity_search_api IdentitySearchAPI saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization onboarding_portal OnboardingPortal console_organization_sso ConsoleOrganizationSSO update_self_service_registration_rate_limit_tier RateLimitTierUpdateSelfServiceRegistration Self-service rate limits update_self_service_recovery_rate_limit_tier RateLimitTierUpdateSelfServiceRecovery update_self_service_settings_rate_limit_tier RateLimitTierUpdateSelfServiceSettings update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification identities_create_rate_limit_tier RateLimitTierIdentitiesCreate identities_import_rate_limit_tier RateLimitTierIdentitiesImport fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery scim_rate_limit_tier RateLimitTierSCIM hydra_admin_high_rate_limit_tier RateLimitTierHydraAdminHigh Bucket-specific rate limit tiers hydra_admin_medium_rate_limit_tier RateLimitTierHydraAdminMedium hydra_admin_low_rate_limit_tier RateLimitTierHydraAdminLow hydra_public_high_rate_limit_tier RateLimitTierHydraPublicHigh hydra_public_medium_rate_limit_tier RateLimitTierHydraPublicMedium hydra_public_low_rate_limit_tier RateLimitTierHydraPublicLow keto_admin_low_rate_limit_tier RateLimitTierKetoAdminLow keto_admin_medium_rate_limit_tier RateLimitTierKetoAdminMedium keto_public_high_rate_limit_tier RateLimitTierKetoPublicHigh kratos_admin_high_rate_limit_tier RateLimitTierKratosAdminHigh kratos_admin_medium_rate_limit_tier RateLimitTierKratosAdminMedium kratos_admin_low_rate_limit_tier RateLimitTierKratosAdminLow kratos_public_high_rate_limit_tier RateLimitTierKratosPublicHigh kratos_public_medium_rate_limit_tier RateLimitTierKratosPublicMedium kratos_public_low_rate_limit_tier RateLimitTierKratosPublicLow polis_public_high_rate_limit_tier RateLimitTierPolisPublicHigh polis_public_medium_rate_limit_tier RateLimitTierPolisPublicMedium unassigned_rate_limit_tier RateLimitTierUnassigned | |
10
10
  | **feature_available** | **Boolean** | | |
11
11
  | **included** | **Integer** | | |
12
12
  | **is_unlimited** | **Boolean** | | |
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **break_glass_for_organization** | **String** | | [optional] |
7
8
  | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
8
9
  | **id** | **String** | | [optional] |
9
10
  | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
@@ -16,6 +17,7 @@
16
17
  require 'ory-client'
17
18
 
18
19
  instance = OryClient::RecoveryIdentityAddress.new(
20
+ break_glass_for_organization: null,
19
21
  created_at: null,
20
22
  id: null,
21
23
  updated_at: null,
@@ -257,8 +257,8 @@ end
257
257
 
258
258
  api_instance = OryClient::RelationshipApi.new
259
259
  opts = {
260
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
261
- page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
260
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
261
+ page_token: 'page_token_example', # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
262
262
  namespace: 'namespace_example', # String | Namespace of the Relationship
263
263
  object: 'object_example', # String | Object of the Relationship
264
264
  relation: 'relation_example', # String | Relation of the Relationship
@@ -299,8 +299,8 @@ end
299
299
 
300
300
  | Name | Type | Description | Notes |
301
301
  | ---- | ---- | ----------- | ----- |
302
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
303
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
302
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
303
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
304
304
  | **namespace** | **String** | Namespace of the Relationship | [optional] |
305
305
  | **object** | **String** | Object of the Relationship | [optional] |
306
306
  | **relation** | **String** | Relation of the Relationship | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **page_size** | **Integer** | Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
8
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
7
+ | **page_size** | **Integer** | Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
8
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **link** | **String** | The link header contains pagination links. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). in: header | [optional] |
7
+ | **link** | **String** | The link header contains pagination links. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). in: header | [optional] |
8
8
  | **x_total_count** | **String** | The total number of clients. in: header | [optional] |
9
9
 
10
10
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
8
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
7
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
8
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -14,6 +14,7 @@
14
14
  | **onclick_trigger** | **String** | OnClickTrigger may contain a WebAuthn trigger which should be executed on click. The trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login. oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration oryWebAuthnLogin WebAuthnTriggersWebAuthnLogin oryPasskeyLogin WebAuthnTriggersPasskeyLogin oryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit oryPasskeyRegistration WebAuthnTriggersPasskeyRegistration oryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration | [optional] |
15
15
  | **onload** | **String** | OnLoad may contain javascript which should be executed on load. This is primarily used for WebAuthn. Deprecated: Using OnLoad requires the use of eval() which is a security risk. Use OnLoadTrigger instead. | [optional] |
16
16
  | **onload_trigger** | **String** | OnLoadTrigger may contain a WebAuthn trigger which should be executed on load. The trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login. oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration oryWebAuthnLogin WebAuthnTriggersWebAuthnLogin oryPasskeyLogin WebAuthnTriggersPasskeyLogin oryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit oryPasskeyRegistration WebAuthnTriggersPasskeyRegistration oryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration | [optional] |
17
+ | **options** | [**Array<UiNodeInputAttributesOption>**](UiNodeInputAttributesOption.md) | The allowed values for the input when the underlying JSON schema defines an `enum`. When present, clients should render the field as a select/dropdown rather than a free-form text input. When absent, clients continue to render a plain text input, so this field is backward compatible with UIs that do not look at it. | [optional] |
17
18
  | **pattern** | **String** | The input's pattern. | [optional] |
18
19
  | **required** | **Boolean** | Mark this input field as required. | [optional] |
19
20
  | **type** | **String** | The input's element type. text InputAttributeTypeText password InputAttributeTypePassword number InputAttributeTypeNumber checkbox InputAttributeTypeCheckbox hidden InputAttributeTypeHidden email InputAttributeTypeEmail tel InputAttributeTypeTel submit InputAttributeTypeSubmit button InputAttributeTypeButton datetime-local InputAttributeTypeDateTimeLocal date InputAttributeTypeDate url InputAttributeTypeURI | |
@@ -35,6 +36,7 @@ instance = OryClient::UiNodeInputAttributes.new(
35
36
  onclick_trigger: null,
36
37
  onload: null,
37
38
  onload_trigger: null,
39
+ options: null,
38
40
  pattern: null,
39
41
  required: null,
40
42
  type: null,
@@ -0,0 +1,18 @@
1
+ # OryClient::UiNodeInputAttributesOption
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **value** | **Object** | The value that will be submitted when this option is picked. It is serialized verbatim from the JSON schema `enum` entry, so it is always a scalar JSON value (string, number, or boolean). | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::UiNodeInputAttributesOption.new(
15
+ value: null
16
+ )
17
+ ```
18
+
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **code** | **String** | Code from the recovery email If you want to submit a code, use this field, but make sure to _not_ include the email field, as well. | [optional] |
8
8
  | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
9
- | **email** | **String** | The email address of the account to recover If the email belongs to a valid account, a recovery email will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email | [optional] |
9
+ | **email** | **String** | The email address of the account to recover If the email belongs to a valid account, a recovery email will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.com/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email | [optional] |
10
10
  | **method** | **String** | Method is the method that should be used for this recovery flow Allowed values are `link` and `code`. link RecoveryStrategyLink code RecoveryStrategyCode | |
11
11
  | **recovery_address** | **String** | A recovery address that is registered for the user. It can be an email, a phone number (to receive the code via SMS), etc. Used in RecoveryV2. | [optional] |
12
12
  | **recovery_confirm_address** | **String** | If there are multiple recovery addresses registered for the user, and the initially provided address is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure that the user actually knows the full address to avoid information exfiltration, so we ask for the full address. Used in RecoveryV2. | [optional] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **code** | **String** | Code from the recovery email If you want to submit a code, use this field, but make sure to _not_ include the email field, as well. | [optional] |
8
8
  | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
9
- | **email** | **String** | The email address or phone number to verify If the provided address belongs to a valid account, a verification email or SMS will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. | [optional] |
9
+ | **email** | **String** | The email address or phone number to verify If the provided address belongs to a valid account, a verification email or SMS will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.com/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. | [optional] |
10
10
  | **method** | **String** | Method is the method that should be used for this verification flow Allowed values are `link` and `code`. link VerificationStrategyLink code VerificationStrategyCode | |
11
11
  | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |
12
12
 
@@ -7,8 +7,8 @@
7
7
  | **client** | [**OAuth2Client**](OAuth2Client.md) | | [optional] |
8
8
  | **device_code_request_id** | **String** | | [optional] |
9
9
  | **request_url** | **String** | RequestURL is the original Device Authorization URL requested. | [optional] |
10
- | **requested_access_token_audience** | **Array<String>** | | [optional] |
11
- | **requested_scope** | **Array<String>** | | [optional] |
10
+ | **requested_access_token_audience** | **Array<String>** | RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | [optional] |
11
+ | **requested_scope** | **Array<String>** | RequestedScope contains the OAuth 2.0 Scope requested by the OAuth 2.0 Client. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
data/docs/WorkspaceApi.md CHANGED
@@ -452,8 +452,8 @@ end
452
452
 
453
453
  api_instance = OryClient::WorkspaceApi.new
454
454
  opts = {
455
- page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
456
- page_token: 'page_token_example' # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
455
+ page_size: 789, # Integer | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
456
+ page_token: 'page_token_example' # String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination).
457
457
  }
458
458
 
459
459
  begin
@@ -487,8 +487,8 @@ end
487
487
 
488
488
  | Name | Type | Description | Notes |
489
489
  | ---- | ---- | ----------- | ----- |
490
- | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
491
- | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
490
+ | **page_size** | **Integer** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
491
+ | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] |
492
492
 
493
493
  ### Return type
494
494
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **active_link** | [**OnboardingPortalLink**](OnboardingPortalLink.md) | | [optional] |
8
8
  | **created_at** | **Time** | | |
9
- | **domains** | **Array<String>** | | |
9
+ | **domains** | **Array<String>** | The list of organization's domains. | |
10
10
  | **id** | **String** | The organization's ID. | |
11
11
  | **label** | **String** | The organization's human-readable label. | |
12
12
  | **providers** | **Array<String>** | | |