auth0 6.0.0.beta.1 → 6.0.0.beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. checksums.yaml +4 -4
  2. data/.fern/metadata.json +4 -4
  3. data/.version +1 -1
  4. data/CHANGELOG.md +6 -0
  5. data/lib/auth0/branding/phone/providers/client.rb +14 -13
  6. data/lib/auth0/branding/types/update_branding_request_content.rb +0 -2
  7. data/lib/auth0/clients/client.rb +6 -9
  8. data/lib/auth0/emails/provider/client.rb +52 -100
  9. data/lib/auth0/groups/roles/client.rb +3 -5
  10. data/lib/auth0/refresh_tokens/client.rb +1 -1
  11. data/lib/auth0/tenants/settings/types/update_tenant_settings_request_content.rb +12 -0
  12. data/lib/auth0/types/acul_context_enum.rb +1 -0
  13. data/lib/auth0/types/client_my_organization_patch_configuration.rb +2 -0
  14. data/lib/auth0/types/client_my_organization_post_configuration.rb +2 -0
  15. data/lib/auth0/types/client_my_organization_response_configuration.rb +2 -0
  16. data/lib/auth0/types/connection_id_token_session_expiry_supported.rb +23 -0
  17. data/lib/auth0/types/connection_options_ad.rb +2 -0
  18. data/lib/auth0/types/connection_options_adfs.rb +2 -0
  19. data/lib/auth0/types/connection_options_amazon.rb +2 -0
  20. data/lib/auth0/types/connection_options_apple.rb +2 -0
  21. data/lib/auth0/types/connection_options_auth0.rb +2 -0
  22. data/lib/auth0/types/connection_options_azure_ad.rb +2 -0
  23. data/lib/auth0/types/connection_options_baidu.rb +13 -1
  24. data/lib/auth0/types/connection_options_bitbucket.rb +2 -0
  25. data/lib/auth0/types/connection_options_bitly.rb +13 -1
  26. data/lib/auth0/types/connection_options_box.rb +13 -1
  27. data/lib/auth0/types/connection_options_common_oidc.rb +2 -0
  28. data/lib/auth0/types/connection_options_daccount.rb +13 -1
  29. data/lib/auth0/types/connection_options_dropbox.rb +13 -1
  30. data/lib/auth0/types/connection_options_dwolla.rb +13 -1
  31. data/lib/auth0/types/connection_options_email.rb +2 -0
  32. data/lib/auth0/types/connection_options_evernote.rb +11 -1
  33. data/lib/auth0/types/connection_options_exact.rb +2 -0
  34. data/lib/auth0/types/connection_options_facebook.rb +2 -0
  35. data/lib/auth0/types/connection_options_fitbit.rb +13 -1
  36. data/lib/auth0/types/connection_options_git_hub.rb +2 -0
  37. data/lib/auth0/types/connection_options_google_apps.rb +2 -0
  38. data/lib/auth0/types/connection_options_google_o_auth2.rb +2 -0
  39. data/lib/auth0/types/connection_options_instagram.rb +13 -1
  40. data/lib/auth0/types/connection_options_line.rb +2 -0
  41. data/lib/auth0/types/connection_options_linkedin.rb +2 -0
  42. data/lib/auth0/types/connection_options_o_auth1.rb +2 -0
  43. data/lib/auth0/types/connection_options_o_auth1common.rb +2 -0
  44. data/lib/auth0/types/connection_options_o_auth2.rb +2 -0
  45. data/lib/auth0/types/connection_options_o_auth2common.rb +2 -0
  46. data/lib/auth0/types/connection_options_oidc.rb +48 -0
  47. data/lib/auth0/types/connection_options_okta.rb +48 -0
  48. data/lib/auth0/types/connection_options_paypal.rb +2 -0
  49. data/lib/auth0/types/connection_options_ping_federate.rb +34 -0
  50. data/lib/auth0/types/connection_options_planning_center.rb +13 -1
  51. data/lib/auth0/types/connection_options_salesforce.rb +2 -0
  52. data/lib/auth0/types/connection_options_salesforce_community.rb +16 -0
  53. data/lib/auth0/types/connection_options_saml.rb +34 -0
  54. data/lib/auth0/types/connection_options_sharepoint.rb +13 -1
  55. data/lib/auth0/types/connection_options_shop.rb +13 -1
  56. data/lib/auth0/types/connection_options_shopify.rb +13 -1
  57. data/lib/auth0/types/connection_options_sms.rb +2 -0
  58. data/lib/auth0/types/connection_options_soundcloud.rb +13 -1
  59. data/lib/auth0/types/connection_options_thirty_seven_signals.rb +13 -1
  60. data/lib/auth0/types/connection_options_twitter.rb +2 -0
  61. data/lib/auth0/types/connection_options_untappd.rb +13 -1
  62. data/lib/auth0/types/connection_options_vkontakte.rb +13 -1
  63. data/lib/auth0/types/connection_options_weibo.rb +13 -1
  64. data/lib/auth0/types/connection_options_windows_live.rb +2 -0
  65. data/lib/auth0/types/connection_options_wordpress.rb +13 -1
  66. data/lib/auth0/types/connection_options_yahoo.rb +13 -1
  67. data/lib/auth0/types/connection_options_yandex.rb +13 -1
  68. data/lib/auth0/types/connection_properties_options.rb +2 -0
  69. data/lib/auth0/types/connection_response_common.rb +10 -0
  70. data/lib/auth0/types/connection_response_content_ad.rb +18 -0
  71. data/lib/auth0/types/connection_response_content_adfs.rb +18 -0
  72. data/lib/auth0/types/connection_response_content_amazon.rb +18 -0
  73. data/lib/auth0/types/connection_response_content_apple.rb +18 -0
  74. data/lib/auth0/types/connection_response_content_auth0.rb +18 -0
  75. data/lib/auth0/types/connection_response_content_auth0oidc.rb +18 -0
  76. data/lib/auth0/types/connection_response_content_azure_ad.rb +18 -0
  77. data/lib/auth0/types/connection_response_content_baidu.rb +18 -0
  78. data/lib/auth0/types/connection_response_content_bitbucket.rb +18 -0
  79. data/lib/auth0/types/connection_response_content_bitly.rb +18 -0
  80. data/lib/auth0/types/connection_response_content_box.rb +18 -0
  81. data/lib/auth0/types/connection_response_content_custom.rb +18 -0
  82. data/lib/auth0/types/connection_response_content_daccount.rb +18 -0
  83. data/lib/auth0/types/connection_response_content_dropbox.rb +18 -0
  84. data/lib/auth0/types/connection_response_content_dwolla.rb +18 -0
  85. data/lib/auth0/types/connection_response_content_email.rb +18 -0
  86. data/lib/auth0/types/connection_response_content_evernote.rb +18 -0
  87. data/lib/auth0/types/connection_response_content_evernote_sandbox.rb +18 -0
  88. data/lib/auth0/types/connection_response_content_exact.rb +18 -0
  89. data/lib/auth0/types/connection_response_content_facebook.rb +18 -0
  90. data/lib/auth0/types/connection_response_content_fitbit.rb +18 -0
  91. data/lib/auth0/types/connection_response_content_git_hub.rb +18 -0
  92. data/lib/auth0/types/connection_response_content_google_apps.rb +18 -0
  93. data/lib/auth0/types/connection_response_content_google_o_auth2.rb +18 -0
  94. data/lib/auth0/types/connection_response_content_instagram.rb +18 -0
  95. data/lib/auth0/types/connection_response_content_ip.rb +18 -0
  96. data/lib/auth0/types/connection_response_content_line.rb +18 -0
  97. data/lib/auth0/types/connection_response_content_linkedin.rb +18 -0
  98. data/lib/auth0/types/connection_response_content_o_auth1.rb +18 -0
  99. data/lib/auth0/types/connection_response_content_o_auth2.rb +18 -0
  100. data/lib/auth0/types/connection_response_content_office365.rb +18 -0
  101. data/lib/auth0/types/connection_response_content_oidc.rb +14 -0
  102. data/lib/auth0/types/connection_response_content_okta.rb +18 -0
  103. data/lib/auth0/types/connection_response_content_paypal.rb +18 -0
  104. data/lib/auth0/types/connection_response_content_paypal_sandbox.rb +18 -0
  105. data/lib/auth0/types/connection_response_content_ping_federate.rb +18 -0
  106. data/lib/auth0/types/connection_response_content_planning_center.rb +18 -0
  107. data/lib/auth0/types/connection_response_content_salesforce.rb +18 -0
  108. data/lib/auth0/types/connection_response_content_salesforce_community.rb +18 -0
  109. data/lib/auth0/types/connection_response_content_salesforce_sandbox.rb +18 -0
  110. data/lib/auth0/types/connection_response_content_saml.rb +18 -0
  111. data/lib/auth0/types/connection_response_content_sharepoint.rb +18 -0
  112. data/lib/auth0/types/connection_response_content_shop.rb +18 -0
  113. data/lib/auth0/types/connection_response_content_shopify.rb +18 -0
  114. data/lib/auth0/types/connection_response_content_sms.rb +18 -0
  115. data/lib/auth0/types/connection_response_content_soundcloud.rb +18 -0
  116. data/lib/auth0/types/connection_response_content_thirty_seven_signals.rb +18 -0
  117. data/lib/auth0/types/connection_response_content_twitter.rb +18 -0
  118. data/lib/auth0/types/connection_response_content_untappd.rb +18 -0
  119. data/lib/auth0/types/connection_response_content_vkontakte.rb +18 -0
  120. data/lib/auth0/types/connection_response_content_weibo.rb +18 -0
  121. data/lib/auth0/types/connection_response_content_windows_live.rb +18 -0
  122. data/lib/auth0/types/connection_response_content_wordpress.rb +18 -0
  123. data/lib/auth0/types/connection_response_content_yahoo.rb +18 -0
  124. data/lib/auth0/types/connection_response_content_yandex.rb +18 -0
  125. data/lib/auth0/types/content_security_policy_config.rb +14 -0
  126. data/lib/auth0/types/create_connection_request_content_ad.rb +10 -0
  127. data/lib/auth0/types/create_connection_request_content_adfs.rb +10 -0
  128. data/lib/auth0/types/create_connection_request_content_amazon.rb +10 -0
  129. data/lib/auth0/types/create_connection_request_content_apple.rb +10 -0
  130. data/lib/auth0/types/create_connection_request_content_auth0.rb +10 -0
  131. data/lib/auth0/types/create_connection_request_content_auth0oidc.rb +10 -0
  132. data/lib/auth0/types/create_connection_request_content_azure_ad.rb +10 -0
  133. data/lib/auth0/types/create_connection_request_content_baidu.rb +10 -0
  134. data/lib/auth0/types/create_connection_request_content_bitbucket.rb +10 -0
  135. data/lib/auth0/types/create_connection_request_content_bitly.rb +10 -0
  136. data/lib/auth0/types/create_connection_request_content_box.rb +14 -0
  137. data/lib/auth0/types/create_connection_request_content_custom.rb +10 -0
  138. data/lib/auth0/types/create_connection_request_content_daccount.rb +10 -0
  139. data/lib/auth0/types/create_connection_request_content_dropbox.rb +10 -0
  140. data/lib/auth0/types/create_connection_request_content_dwolla.rb +10 -0
  141. data/lib/auth0/types/create_connection_request_content_email.rb +10 -0
  142. data/lib/auth0/types/create_connection_request_content_evernote.rb +10 -0
  143. data/lib/auth0/types/create_connection_request_content_evernote_sandbox.rb +10 -0
  144. data/lib/auth0/types/create_connection_request_content_exact.rb +10 -0
  145. data/lib/auth0/types/create_connection_request_content_facebook.rb +10 -0
  146. data/lib/auth0/types/create_connection_request_content_fitbit.rb +10 -0
  147. data/lib/auth0/types/create_connection_request_content_git_hub.rb +14 -0
  148. data/lib/auth0/types/create_connection_request_content_google_apps.rb +10 -0
  149. data/lib/auth0/types/create_connection_request_content_google_o_auth2.rb +14 -0
  150. data/lib/auth0/types/create_connection_request_content_instagram.rb +10 -0
  151. data/lib/auth0/types/create_connection_request_content_ip.rb +10 -0
  152. data/lib/auth0/types/create_connection_request_content_line.rb +10 -0
  153. data/lib/auth0/types/create_connection_request_content_linkedin.rb +10 -0
  154. data/lib/auth0/types/create_connection_request_content_o_auth1.rb +10 -0
  155. data/lib/auth0/types/create_connection_request_content_o_auth2.rb +14 -0
  156. data/lib/auth0/types/create_connection_request_content_office365.rb +10 -0
  157. data/lib/auth0/types/create_connection_request_content_oidc.rb +10 -0
  158. data/lib/auth0/types/create_connection_request_content_okta.rb +10 -0
  159. data/lib/auth0/types/create_connection_request_content_paypal.rb +10 -0
  160. data/lib/auth0/types/create_connection_request_content_paypal_sandbox.rb +10 -0
  161. data/lib/auth0/types/create_connection_request_content_ping_federate.rb +10 -0
  162. data/lib/auth0/types/create_connection_request_content_planning_center.rb +10 -0
  163. data/lib/auth0/types/create_connection_request_content_salesforce.rb +10 -0
  164. data/lib/auth0/types/create_connection_request_content_salesforce_community.rb +10 -0
  165. data/lib/auth0/types/create_connection_request_content_salesforce_sandbox.rb +10 -0
  166. data/lib/auth0/types/create_connection_request_content_saml.rb +10 -0
  167. data/lib/auth0/types/create_connection_request_content_sharepoint.rb +10 -0
  168. data/lib/auth0/types/create_connection_request_content_shop.rb +10 -0
  169. data/lib/auth0/types/create_connection_request_content_shopify.rb +10 -0
  170. data/lib/auth0/types/create_connection_request_content_sms.rb +10 -0
  171. data/lib/auth0/types/create_connection_request_content_soundcloud.rb +10 -0
  172. data/lib/auth0/types/create_connection_request_content_thirty_seven_signals.rb +10 -0
  173. data/lib/auth0/types/create_connection_request_content_twitter.rb +10 -0
  174. data/lib/auth0/types/create_connection_request_content_untappd.rb +10 -0
  175. data/lib/auth0/types/create_connection_request_content_vkontakte.rb +10 -0
  176. data/lib/auth0/types/create_connection_request_content_weibo.rb +10 -0
  177. data/lib/auth0/types/create_connection_request_content_windows_live.rb +14 -0
  178. data/lib/auth0/types/create_connection_request_content_wordpress.rb +10 -0
  179. data/lib/auth0/types/create_connection_request_content_yahoo.rb +10 -0
  180. data/lib/auth0/types/create_connection_request_content_yandex.rb +10 -0
  181. data/lib/auth0/types/create_phone_template_response_content.rb +1 -1
  182. data/lib/auth0/types/csp_directives.rb +23 -0
  183. data/lib/auth0/types/csp_flag.rb +12 -0
  184. data/lib/auth0/types/csp_flags.rb +23 -0
  185. data/lib/auth0/types/csp_policies.rb +23 -0
  186. data/lib/auth0/types/csp_policy.rb +16 -0
  187. data/lib/auth0/types/{branding_login_display_enum.rb → csp_policy_mode.rb} +3 -3
  188. data/lib/auth0/types/csp_policy_reporting.rb +12 -0
  189. data/lib/auth0/types/csp_report_to.rb +14 -0
  190. data/lib/auth0/types/csp_report_to_endpoint.rb +10 -0
  191. data/lib/auth0/types/csp_report_to_endpoints.rb +23 -0
  192. data/lib/auth0/types/csp_reporting_endpoints.rb +23 -0
  193. data/lib/auth0/types/csp_reporting_infrastructure.rb +12 -0
  194. data/lib/auth0/types/get_branding_response_content.rb +0 -2
  195. data/lib/auth0/types/get_phone_template_response_content.rb +1 -1
  196. data/lib/auth0/types/get_tenant_settings_response_content.rb +4 -0
  197. data/lib/auth0/types/phone_template.rb +1 -1
  198. data/lib/auth0/types/prompt_group_name_enum.rb +1 -0
  199. data/lib/auth0/types/reset_phone_template_response_content.rb +1 -1
  200. data/lib/auth0/types/screen_group_name_enum.rb +1 -0
  201. data/lib/auth0/types/tenant_settings_nullable_security_headers.rb +12 -0
  202. data/lib/auth0/types/update_branding_response_content.rb +0 -2
  203. data/lib/auth0/types/update_connection_options.rb +2 -0
  204. data/lib/auth0/types/update_connection_request_content_ad.rb +8 -0
  205. data/lib/auth0/types/update_connection_request_content_adfs.rb +8 -0
  206. data/lib/auth0/types/update_connection_request_content_amazon.rb +8 -0
  207. data/lib/auth0/types/update_connection_request_content_apple.rb +8 -0
  208. data/lib/auth0/types/update_connection_request_content_auth0.rb +8 -0
  209. data/lib/auth0/types/update_connection_request_content_auth0oidc.rb +8 -0
  210. data/lib/auth0/types/update_connection_request_content_azure_ad.rb +8 -0
  211. data/lib/auth0/types/update_connection_request_content_baidu.rb +8 -0
  212. data/lib/auth0/types/update_connection_request_content_bitbucket.rb +8 -0
  213. data/lib/auth0/types/update_connection_request_content_bitly.rb +8 -0
  214. data/lib/auth0/types/update_connection_request_content_box.rb +12 -0
  215. data/lib/auth0/types/update_connection_request_content_custom.rb +8 -0
  216. data/lib/auth0/types/update_connection_request_content_daccount.rb +8 -0
  217. data/lib/auth0/types/update_connection_request_content_dropbox.rb +8 -0
  218. data/lib/auth0/types/update_connection_request_content_dwolla.rb +8 -0
  219. data/lib/auth0/types/update_connection_request_content_email.rb +8 -0
  220. data/lib/auth0/types/update_connection_request_content_evernote.rb +8 -0
  221. data/lib/auth0/types/update_connection_request_content_evernote_sandbox.rb +8 -0
  222. data/lib/auth0/types/update_connection_request_content_exact.rb +8 -0
  223. data/lib/auth0/types/update_connection_request_content_facebook.rb +8 -0
  224. data/lib/auth0/types/update_connection_request_content_fitbit.rb +8 -0
  225. data/lib/auth0/types/update_connection_request_content_git_hub.rb +12 -0
  226. data/lib/auth0/types/update_connection_request_content_google_apps.rb +8 -0
  227. data/lib/auth0/types/update_connection_request_content_google_o_auth2.rb +12 -0
  228. data/lib/auth0/types/update_connection_request_content_instagram.rb +8 -0
  229. data/lib/auth0/types/update_connection_request_content_ip.rb +8 -0
  230. data/lib/auth0/types/update_connection_request_content_line.rb +8 -0
  231. data/lib/auth0/types/update_connection_request_content_linkedin.rb +8 -0
  232. data/lib/auth0/types/update_connection_request_content_o_auth1.rb +8 -0
  233. data/lib/auth0/types/update_connection_request_content_o_auth2.rb +12 -0
  234. data/lib/auth0/types/update_connection_request_content_office365.rb +8 -0
  235. data/lib/auth0/types/update_connection_request_content_oidc.rb +8 -0
  236. data/lib/auth0/types/update_connection_request_content_okta.rb +8 -0
  237. data/lib/auth0/types/update_connection_request_content_paypal.rb +8 -0
  238. data/lib/auth0/types/update_connection_request_content_paypal_sandbox.rb +8 -0
  239. data/lib/auth0/types/update_connection_request_content_ping_federate.rb +8 -0
  240. data/lib/auth0/types/update_connection_request_content_planning_center.rb +8 -0
  241. data/lib/auth0/types/update_connection_request_content_salesforce.rb +8 -0
  242. data/lib/auth0/types/update_connection_request_content_salesforce_community.rb +8 -0
  243. data/lib/auth0/types/update_connection_request_content_salesforce_sandbox.rb +8 -0
  244. data/lib/auth0/types/update_connection_request_content_saml.rb +8 -0
  245. data/lib/auth0/types/update_connection_request_content_sharepoint.rb +8 -0
  246. data/lib/auth0/types/update_connection_request_content_shop.rb +8 -0
  247. data/lib/auth0/types/update_connection_request_content_shopify.rb +8 -0
  248. data/lib/auth0/types/update_connection_request_content_sms.rb +8 -0
  249. data/lib/auth0/types/update_connection_request_content_soundcloud.rb +8 -0
  250. data/lib/auth0/types/update_connection_request_content_thirty_seven_signals.rb +8 -0
  251. data/lib/auth0/types/update_connection_request_content_twitter.rb +8 -0
  252. data/lib/auth0/types/update_connection_request_content_untappd.rb +8 -0
  253. data/lib/auth0/types/update_connection_request_content_vkontakte.rb +8 -0
  254. data/lib/auth0/types/update_connection_request_content_weibo.rb +8 -0
  255. data/lib/auth0/types/update_connection_request_content_windows_live.rb +12 -0
  256. data/lib/auth0/types/update_connection_request_content_wordpress.rb +8 -0
  257. data/lib/auth0/types/update_connection_request_content_yahoo.rb +8 -0
  258. data/lib/auth0/types/update_connection_request_content_yandex.rb +8 -0
  259. data/lib/auth0/types/update_phone_template_response_content.rb +1 -1
  260. data/lib/auth0/types/update_tenant_settings_response_content.rb +4 -0
  261. data/lib/auth0/types/user_groups_response_schema.rb +14 -0
  262. data/lib/auth0/types/xss_protection_config.rb +14 -0
  263. data/lib/auth0/types/{update_branding_login_display_enum.rb → xss_protection_mode.rb} +2 -3
  264. data/lib/auth0/version.rb +1 -1
  265. data/lib/auth0.rb +17 -10
  266. metadata +19 -12
  267. data/lib/auth0/types/branding_identifiers.rb +0 -14
  268. data/lib/auth0/types/branding_phone_display.rb +0 -12
  269. data/lib/auth0/types/branding_phone_formatting_enum.rb +0 -12
  270. data/lib/auth0/types/branding_phone_masking_enum.rb +0 -13
  271. data/lib/auth0/types/update_branding_identifiers.rb +0 -14
  272. data/lib/auth0/types/update_branding_phone_display.rb +0 -12
  273. data/lib/auth0/types/update_branding_phone_formatting_enum.rb +0 -12
  274. data/lib/auth0/types/update_branding_phone_masking_enum.rb +0 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c531f6573f6ae0f70bc95547ff90a6e1af3ac77e34deee17bb6a81fb19e23c5
4
- data.tar.gz: cbf22fc3ebaf439a56de418f1272e2fcccc03b9095a3034c73174b2e88b42d11
3
+ metadata.gz: 0cc559204af4ad524364104494b1982d2e9eabe9f79262fde221c89d971790f3
4
+ data.tar.gz: be5d937bcd3f1c039da41d689d602b385df7ddf76b1bdb9ac27e3a3261d16a0b
5
5
  SHA512:
6
- metadata.gz: 6183d33cbe1139d52822689b2584370016a2ed679b40dab2d2554e03e56a5373caa76895ab6ecd0bd4f2c64327d9dc8ff44636370feb01d2165d8da995f4aa80
7
- data.tar.gz: c619c14ba5ba8c6df5b3658404e27ff291ff271ce27686690a84494fc15f2a72987e6dd4dbbc2c80ee254e223db43041a2ac8d4836b37bc257e94e5b698301ac
6
+ metadata.gz: a6dad4abc9ae73841b3955f8f856596262f3b8322353e558d0986b1e2c26431f5f2927c3914477c21583be55f7103cf1a30ebc02d7985fd99f3391203e9ad3f7
7
+ data.tar.gz: 334d70ce66302a9d9ef8d4305203f9d23574538d02513b99f41f1628dcb03102f47d2ccc5b4c9469eaf9317d28c1fe194dce23d6fb607bc73f04a87219c557d3
data/.fern/metadata.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "cliVersion": "5.37.10",
2
+ "cliVersion": "5.44.9",
3
3
  "generatorName": "fernapi/fern-ruby-sdk",
4
- "generatorVersion": "1.12.11",
4
+ "generatorVersion": "1.13.1",
5
5
  "generatorConfig": {
6
6
  "clientModuleName": "Management",
7
7
  "package-name": "auth0",
@@ -10,8 +10,8 @@
10
10
  "offsetSemantics": "page-index",
11
11
  "useDefaultRequestParameterValues": true
12
12
  },
13
- "originGitCommit": "2dea4e576b178b1445800474192bb8d8d60baaf3",
13
+ "originGitCommit": "df7ae8a82270ede4f3c8a94464e34131cd03ddcc",
14
14
  "originGitCommitIsDirty": true,
15
15
  "invokedBy": "manual",
16
- "sdkVersion": "5.19.1"
16
+ "sdkVersion": "5.20.1"
17
17
  }
data/.version CHANGED
@@ -1 +1 @@
1
- v6.0.0.beta.1
1
+ v6.0.0.beta.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## [v6.0.0.beta.2](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.2) (2026-06-12)
4
+ [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.1...v6.0.0.beta.2)
5
+
6
+ **Added**
7
+ - feat: add Tenant Security Headers and Connection Session Expiry; remove Branding Phone Display [\#751](https://github.com/auth0/ruby-auth0/pull/751) ([fern-api[bot]](https://github.com/apps/fern-api))
8
+
3
9
  ## [v6.0.0.beta.1](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.1) (2026-05-28)
4
10
  [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.0...v6.0.0.beta.1)
5
11
 
@@ -12,9 +12,9 @@ module Auth0
12
12
  @client = client
13
13
  end
14
14
 
15
- # Retrieve a list of <a
16
- # href="https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers">phone
17
- # providers</a> details set for a Tenant. A list of fields to include or exclude may also be specified.
15
+ # Retrieve a list of [phone
16
+ # providers](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers) details set
17
+ # for a Tenant. A list of fields to include or exclude may also be specified.
18
18
  #
19
19
  # @param request_options [Hash]
20
20
  # @param params [Hash]
@@ -52,10 +52,10 @@ module Auth0
52
52
  end
53
53
  end
54
54
 
55
- # Create a <a href="https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers">phone
56
- # provider</a>.
57
- # The <code>credentials</code> object requires different properties depending on the phone provider (which is
58
- # specified using the <code>name</code> property).
55
+ # Create a [phone
56
+ # provider](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers).
57
+ # The `credentials` object requires different properties depending on the phone provider (which is specified
58
+ # using the `name` property).
59
59
  #
60
60
  # @param request_options [Hash]
61
61
  # @param params [Auth0::Branding::Phone::Providers::Types::CreateBrandingPhoneProviderRequestContent]
@@ -89,8 +89,9 @@ module Auth0
89
89
  end
90
90
  end
91
91
 
92
- # Retrieve <a href="https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers">phone
93
- # provider</a> details. A list of fields to include or exclude may also be specified.
92
+ # Retrieve [phone
93
+ # provider](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers) details. A
94
+ # list of fields to include or exclude may also be specified.
94
95
  #
95
96
  # @param request_options [Hash]
96
97
  # @param params [Hash]
@@ -156,10 +157,10 @@ module Auth0
156
157
  raise error_class.new(response.body, code: code)
157
158
  end
158
159
 
159
- # Update a <a href="https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers">phone
160
- # provider</a>.
161
- # The <code>credentials</code> object requires different properties depending on the phone provider (which is
162
- # specified using the <code>name</code> property).
160
+ # Update a [phone
161
+ # provider](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers).
162
+ # The `credentials` object requires different properties depending on the phone provider (which is specified
163
+ # using the `name` property).
163
164
  #
164
165
  # @param request_options [Hash]
165
166
  # @param params [Auth0::Branding::Phone::Providers::Types::UpdateBrandingPhoneProviderRequestContent]
@@ -10,8 +10,6 @@ module Auth0
10
10
 
11
11
  field :logo_url, -> { String }, optional: true, nullable: false
12
12
 
13
- field :identifiers, -> { Auth0::Types::UpdateBrandingIdentifiers }, optional: true, nullable: false
14
-
15
13
  field :font, -> { Auth0::Types::UpdateBrandingFont }, optional: true, nullable: false
16
14
  end
17
15
  end
@@ -193,17 +193,14 @@ module Auth0
193
193
  # Idempotent registration for Client ID Metadata Document (CIMD) clients.
194
194
  # Uses external_client_id as the unique identifier for upsert operations.
195
195
  #
196
- # <strong>Create:</strong> Returns 201 when a new client is created (requires <code>create:clients</code> scope).
197
- # <strong>Update:</strong> Returns 200 when an existing client is updated (requires <code>update:clients</code>
198
- # scope).
196
+ # **Create:** Returns 201 when a new client is created (requires `create:clients` scope).
197
+ # **Update:** Returns 200 when an existing client is updated (requires `update:clients` scope).
199
198
  #
200
199
  # This endpoint automatically:
201
- # <ul>
202
- # <li>Fetches and validates the metadata document</li>
203
- # <li>Maps CIMD fields to Auth0 client configuration</li>
204
- # <li>Creates/rotates credentials from the JWKS</li>
205
- # <li>Enforces CIMD security policies (HTTPS-only, no shared secrets)</li>
206
- # </ul>
200
+ # - Fetches and validates the metadata document
201
+ # - Maps CIMD fields to Auth0 client configuration
202
+ # - Creates/rotates credentials from the JWKS
203
+ # - Enforces CIMD security policies (HTTPS-only, no shared secrets)
207
204
  #
208
205
  # @param request_options [Hash]
209
206
  # @param params [Auth0::Clients::Types::RegisterCimdClientRequestContent]
@@ -11,8 +11,9 @@ module Auth0
11
11
  @client = client
12
12
  end
13
13
 
14
- # Retrieve details of the <a href="https://auth0.com/docs/customize/email/smtp-email-providers">email provider
15
- # configuration</a> in your tenant. A list of fields to include or exclude may also be specified.
14
+ # Retrieve details of the [email provider
15
+ # configuration](https://auth0.com/docs/customize/email/smtp-email-providers) in your tenant. A list of fields
16
+ # to include or exclude may also be specified.
16
17
  #
17
18
  # @param request_options [Hash]
18
19
  # @param params [Hash]
@@ -52,57 +53,31 @@ module Auth0
52
53
  end
53
54
  end
54
55
 
55
- # Create an <a href="https://auth0.com/docs/email/providers">email provider</a>. The <code>credentials</code>
56
- # object
57
- # requires different properties depending on the email provider (which is specified using the <code>name</code>
58
- # property):
59
- # <ul>
60
- # <li><code>mandrill</code> requires <code>api_key</code></li>
61
- # <li><code>sendgrid</code> requires <code>api_key</code></li>
62
- # <li>
63
- # <code>sparkpost</code> requires <code>api_key</code>. Optionally, set <code>region</code> to <code>eu</code>
64
- # to use
65
- # the SparkPost service hosted in Western Europe; set to <code>null</code> to use the SparkPost service hosted
66
- # in
67
- # North America. <code>eu</code> or <code>null</code> are the only valid values for <code>region</code>.
68
- # </li>
69
- # <li>
70
- # <code>mailgun</code> requires <code>api_key</code> and <code>domain</code>. Optionally, set
71
- # <code>region</code> to
72
- # <code>eu</code> to use the Mailgun service hosted in Europe; set to <code>null</code> otherwise.
73
- # <code>eu</code> or
74
- # <code>null</code> are the only valid values for <code>region</code>.
75
- # </li>
76
- # <li><code>ses</code> requires <code>accessKeyId</code>, <code>secretAccessKey</code>, and
77
- # <code>region</code></li>
78
- # <li>
79
- # <code>smtp</code> requires <code>smtp_host</code>, <code>smtp_port</code>, <code>smtp_user</code>, and
80
- # <code>smtp_pass</code>
81
- # </li>
82
- # </ul>
83
- # Depending on the type of provider it is possible to specify <code>settings</code> object with different
84
- # configuration
56
+ # Create an [email provider](https://auth0.com/docs/email/providers). The `credentials` object
57
+ # requires different properties depending on the email provider (which is specified using the `name` property):
58
+ #
59
+ # - `mandrill` requires `api_key`
60
+ # - `sendgrid` requires `api_key`
61
+ # - `sparkpost` requires `api_key`. Optionally, set `region` to `eu` to use
62
+ # the SparkPost service hosted in Western Europe; set to `null` to use the SparkPost service hosted in
63
+ # North America. `eu` or `null` are the only valid values for `region`.
64
+ # - `mailgun` requires `api_key` and `domain`. Optionally, set `region` to
65
+ # `eu` to use the Mailgun service hosted in Europe; set to `null` otherwise. `eu` or
66
+ # `null` are the only valid values for `region`.
67
+ # - `ses` requires `accessKeyId`, `secretAccessKey`, and `region`
68
+ # - `smtp` requires `smtp_host`, `smtp_port`, `smtp_user`, and
69
+ # `smtp_pass`
70
+ #
71
+ # Depending on the type of provider it is possible to specify `settings` object with different configuration
85
72
  # options, which will be used when sending an email:
86
- # <ul>
87
- # <li>
88
- # <code>smtp</code> provider, <code>settings</code> may contain <code>headers</code> object.
89
- # <ul>
90
- # <li>
91
- # When using AWS SES SMTP host, you may provide a name of configuration set in
92
- # <code>X-SES-Configuration-Set</code> header. Value must be a string.
93
- # </li>
94
- # <li>
95
- # When using Sparkpost host, you may provide value for
96
- # <code>X-MSYS_API</code> header. Value must be an object.
97
- # </li>
98
- # </ul>
99
- # </li>
100
- # <li>
101
- # for <code>ses</code> provider, <code>settings</code> may contain <code>message</code> object, where you can
102
- # provide
103
- # a name of configuration set in <code>configuration_set_name</code> property. Value must be a string.
104
- # </li>
105
- # </ul>
73
+ #
74
+ # - `smtp` provider, `settings` may contain `headers` object.
75
+ # - When using AWS SES SMTP host, you may provide a name of configuration set in
76
+ # `X-SES-Configuration-Set` header. Value must be a string.
77
+ # - When using Sparkpost host, you may provide value for
78
+ # `X-MSYS_API` header. Value must be an object.
79
+ # - For `ses` provider, `settings` may contain `message` object, where you can provide
80
+ # a name of configuration set in `configuration_set_name` property. Value must be a string.
106
81
  #
107
82
  # @param request_options [Hash]
108
83
  # @param params [Auth0::Emails::Provider::Types::CreateEmailProviderRequestContent]
@@ -166,55 +141,32 @@ module Auth0
166
141
  raise error_class.new(response.body, code: code)
167
142
  end
168
143
 
169
- # Update an <a href="https://auth0.com/docs/email/providers">email provider</a>. The <code>credentials</code>
170
- # object
171
- # requires different properties depending on the email provider (which is specified using the <code>name</code>
172
- # property):
173
- # <ul>
174
- # <li><code>mandrill</code> requires <code>api_key</code></li>
175
- # <li><code>sendgrid</code> requires <code>api_key</code></li>
176
- # <li>
177
- # <code>sparkpost</code> requires <code>api_key</code>. Optionally, set <code>region</code> to <code>eu</code>
178
- # to use
179
- # the SparkPost service hosted in Western Europe; set to <code>null</code> to use the SparkPost service hosted
180
- # in
181
- # North America. <code>eu</code> or <code>null</code> are the only valid values for <code>region</code>.
182
- # </li>
183
- # <li>
184
- # <code>mailgun</code> requires <code>api_key</code> and <code>domain</code>. Optionally, set
185
- # <code>region</code> to
186
- # <code>eu</code> to use the Mailgun service hosted in Europe; set to <code>null</code> otherwise.
187
- # <code>eu</code> or
188
- # <code>null</code> are the only valid values for <code>region</code>.
189
- # </li>
190
- # <li><code>ses</code> requires <code>accessKeyId</code>, <code>secretAccessKey</code>, and
191
- # <code>region</code></li>
192
- # <li>
193
- # <code>smtp</code> requires <code>smtp_host</code>, <code>smtp_port</code>, <code>smtp_user</code>, and
194
- # <code>smtp_pass</code>
195
- # </li>
196
- # </ul>
197
- # Depending on the type of provider it is possible to specify <code>settings</code> object with different
198
- # configuration
144
+ # Update an [email provider](https://auth0.com/docs/email/providers). The `credentials` object
145
+ # requires different properties depending on the email provider (which is specified using the `name` property):
146
+ #
147
+ # - `mandrill` requires `api_key`
148
+ # - `sendgrid` requires `api_key`
149
+ # - `sparkpost` requires `api_key`. Optionally, set `region` to `eu` to use
150
+ # the SparkPost service hosted in Western Europe; set to `null` to use the SparkPost service hosted in
151
+ # North America. `eu` or `null` are the only valid values for `region`.
152
+ # - `mailgun` requires `api_key` and `domain`. Optionally, set `region` to
153
+ # `eu` to use the Mailgun service hosted in Europe; set to `null` otherwise. `eu` or
154
+ # `null` are the only valid values for `region`.
155
+ # - `ses` requires `accessKeyId`, `secretAccessKey`, and `region`
156
+ # - `smtp` requires `smtp_host`, `smtp_port`, `smtp_user`, and
157
+ # `smtp_pass`
158
+ #
159
+ # Depending on the type of provider it is possible to specify `settings` object with different configuration
199
160
  # options, which will be used when sending an email:
200
- # <ul>
201
- # <li>
202
- # <code>smtp</code> provider, <code>settings</code> may contain <code>headers</code> object.
203
- # <ul>
204
- # <li>
205
- # When using AWS SES SMTP host, you may provide a name of configuration set in
206
- # <code>X-SES-Configuration-Set</code> header. Value must be a string.
207
- # </li>
208
- # <li>
209
- # When using Sparkpost host, you may provide value for
210
- # <code>X-MSYS_API</code> header. Value must be an object.
211
- # </li>
212
- # </ul>
213
- # for <code>ses</code> provider, <code>settings</code> may contain <code>message</code> object, where you can
214
- # provide
215
- # a name of configuration set in <code>configuration_set_name</code> property. Value must be a string.
216
- # </li>
217
- # </ul>
161
+ #
162
+ # - `smtp` provider, `settings` may contain `headers` object.
163
+ # - When using AWS SES SMTP host, you may provide a name of configuration set in
164
+ # `X-SES-Configuration-Set` header. Value must be a string.
165
+ # - When using Sparkpost host, you may provide value for
166
+ # `X-MSYS_API` header. Value must be an object.
167
+ #
168
+ # For `ses` provider, `settings` may contain `message` object, where you can provide
169
+ # a name of configuration set in `configuration_set_name` property. Value must be a string.
218
170
  #
219
171
  # @param request_options [Hash]
220
172
  # @param params [Auth0::Emails::Provider::Types::UpdateEmailProviderRequestContent]
@@ -11,7 +11,7 @@ module Auth0
11
11
  @client = client
12
12
  end
13
13
 
14
- # Lists the <a href="https://auth0.com/docs/manage-users/access-control/rbac">roles</a> assigned to a group.
14
+ # Lists the [roles](https://auth0.com/docs/manage-users/access-control/rbac) assigned to a group.
15
15
  #
16
16
  # @param request_options [Hash]
17
17
  # @param params [Hash]
@@ -60,8 +60,7 @@ module Auth0
60
60
  end
61
61
  end
62
62
 
63
- # Assign one or more <a href="https://auth0.com/docs/manage-users/access-control/rbac">roles</a> to a specified
64
- # group.
63
+ # Assign one or more [roles](https://auth0.com/docs/manage-users/access-control/rbac) to a specified group.
65
64
  #
66
65
  # @param request_options [Hash]
67
66
  # @param params [Auth0::Groups::Roles::Types::CreateGroupRolesRequestParameters]
@@ -98,8 +97,7 @@ module Auth0
98
97
  raise error_class.new(response.body, code: code)
99
98
  end
100
99
 
101
- # Unassign one or more <a href="https://auth0.com/docs/manage-users/access-control/rbac">roles</a> from a
102
- # specified group.
100
+ # Unassign one or more [roles](https://auth0.com/docs/manage-users/access-control/rbac) from a specified group.
103
101
  #
104
102
  # @param request_options [Hash]
105
103
  # @param params [Auth0::Groups::Roles::Types::DeleteGroupRolesRequestContent]
@@ -67,7 +67,7 @@ module Auth0
67
67
  end
68
68
  end
69
69
 
70
- # Revoke refresh tokens in bulk by ID list, user, user+client, or client.
70
+ # Revoke refresh tokens in bulk by ID list, user, user+client, or user+client+audience.
71
71
  #
72
72
  # @param request_options [Hash]
73
73
  # @param params [Auth0::RefreshTokens::Types::RevokeRefreshTokensRequestContent]
@@ -33,12 +33,20 @@ module Auth0
33
33
 
34
34
  field :session_lifetime, -> { Integer }, optional: true, nullable: false
35
35
 
36
+ field :session_lifetime_in_minutes, -> { Integer }, optional: true, nullable: false
37
+
36
38
  field :idle_session_lifetime, -> { Integer }, optional: true, nullable: false
37
39
 
40
+ field :idle_session_lifetime_in_minutes, -> { Integer }, optional: true, nullable: false
41
+
38
42
  field :ephemeral_session_lifetime, -> { Integer }, optional: true, nullable: false
39
43
 
40
44
  field :idle_ephemeral_session_lifetime, -> { Integer }, optional: true, nullable: false
41
45
 
46
+ field :ephemeral_session_lifetime_in_minutes, -> { Integer }, optional: true, nullable: false
47
+
48
+ field :idle_ephemeral_session_lifetime_in_minutes, -> { Integer }, optional: true, nullable: false
49
+
42
50
  field :sandbox_version, -> { String }, optional: true, nullable: false
43
51
 
44
52
  field :legacy_sandbox_version, -> { String }, optional: true, nullable: false
@@ -47,6 +55,8 @@ module Auth0
47
55
 
48
56
  field :enabled_locales, -> { Internal::Types::Array[Auth0::Types::TenantSettingsSupportedLocalesEnum] }, optional: true, nullable: false
49
57
 
58
+ field :security_headers, -> { Auth0::Types::TenantSettingsNullableSecurityHeaders }, optional: true, nullable: false
59
+
50
60
  field :session_cookie, -> { Auth0::Types::SessionCookieSchema }, optional: true, nullable: false
51
61
 
52
62
  field :sessions, -> { Auth0::Types::TenantSettingsSessions }, optional: true, nullable: false
@@ -75,6 +85,8 @@ module Auth0
75
85
 
76
86
  field :phone_consolidated_experience, -> { Internal::Types::Boolean }, optional: true, nullable: false
77
87
 
88
+ field :include_session_metadata_in_tenant_logs, -> { Internal::Types::Boolean }, optional: true, nullable: false
89
+
78
90
  field :dynamic_client_registration_security_mode, -> { Auth0::Types::TenantSettingsDynamicClientRegistrationSecurityMode }, optional: true, nullable: false
79
91
 
80
92
  field :country_codes, -> { Auth0::Types::TenantSettingsCountryCodes }, optional: true, nullable: false
@@ -22,6 +22,7 @@ module Auth0
22
22
  UNTRUSTED_DATA_AUTHORIZATION_PARAMS_UI_LOCALES = "untrusted_data.authorization_params.ui_locales"
23
23
  USER_ORGANIZATIONS = "user.organizations"
24
24
  TRANSACTION_CUSTOM_DOMAIN_DOMAIN = "transaction.custom_domain.domain"
25
+ EXPERIMENT = "experiment"
25
26
  end
26
27
  end
27
28
  end
@@ -11,6 +11,8 @@ module Auth0
11
11
  field :allowed_strategies, -> { Internal::Types::Array[Auth0::Types::ClientMyOrganizationConfigurationAllowedStrategiesEnum] }, optional: false, nullable: false
12
12
 
13
13
  field :connection_deletion_behavior, -> { Auth0::Types::ClientMyOrganizationDeletionBehaviorEnum }, optional: false, nullable: false
14
+
15
+ field :invitation_landing_client_id, -> { String }, optional: true, nullable: false
14
16
  end
15
17
  end
16
18
  end
@@ -11,6 +11,8 @@ module Auth0
11
11
  field :allowed_strategies, -> { Internal::Types::Array[Auth0::Types::ClientMyOrganizationConfigurationAllowedStrategiesEnum] }, optional: false, nullable: false
12
12
 
13
13
  field :connection_deletion_behavior, -> { Auth0::Types::ClientMyOrganizationDeletionBehaviorEnum }, optional: false, nullable: false
14
+
15
+ field :invitation_landing_client_id, -> { String }, optional: true, nullable: false
14
16
  end
15
17
  end
16
18
  end
@@ -11,6 +11,8 @@ module Auth0
11
11
  field :allowed_strategies, -> { Internal::Types::Array[Auth0::Types::ClientMyOrganizationConfigurationAllowedStrategiesEnum] }, optional: false, nullable: false
12
12
 
13
13
  field :connection_deletion_behavior, -> { Auth0::Types::ClientMyOrganizationDeletionBehaviorEnum }, optional: false, nullable: false
14
+
15
+ field :invitation_landing_client_id, -> { String }, optional: true, nullable: false
14
16
  end
15
17
  end
16
18
  end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Auth0
4
+ module Types
5
+ module ConnectionIDTokenSessionExpirySupported
6
+ # ConnectionIDTokenSessionExpirySupported is an alias for Boolean
7
+
8
+ # @option str [String]
9
+ #
10
+ # @return [untyped]
11
+ def self.load(str)
12
+ ::JSON.parse(str)
13
+ end
14
+
15
+ # @option value [untyped]
16
+ #
17
+ # @return [String]
18
+ def self.dump(value)
19
+ ::JSON.generate(value)
20
+ end
21
+ end
22
+ end
23
+ end
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'ad' connection
6
6
  class ConnectionOptionsAd < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :agent_ip, -> { String }, optional: true, nullable: false, api_name: "agentIP"
8
10
 
9
11
  field :agent_mode, -> { Internal::Types::Boolean }, optional: true, nullable: false, api_name: "agentMode"
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'adfs' connection
6
6
  class ConnectionOptionsAdfs < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :adfs_server, -> { String }, optional: true, nullable: false
8
10
 
9
11
  field :domain_aliases, -> { Internal::Types::Array[String] }, optional: true, nullable: false
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'amazon' connection
6
6
  class ConnectionOptionsAmazon < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :client_id, -> { String }, optional: true, nullable: false
8
10
 
9
11
  field :client_secret, -> { String }, optional: true, nullable: false
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'apple' connection
6
6
  class ConnectionOptionsApple < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :app_secret, -> { String }, optional: true, nullable: false
8
10
 
9
11
  field :client_id, -> { String }, optional: true, nullable: false
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'auth0' connection
6
6
  class ConnectionOptionsAuth0 < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :attributes, -> { Auth0::Types::ConnectionAttributes }, optional: true, nullable: false
8
10
 
9
11
  field :authentication_methods, -> { Auth0::Types::ConnectionAuthenticationMethods }, optional: true, nullable: false
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'waad' connection
6
6
  class ConnectionOptionsAzureAd < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :api_enable_users, -> { Internal::Types::Boolean }, optional: true, nullable: false
8
10
 
9
11
  field :app_domain, -> { String }, optional: true, nullable: false
@@ -3,6 +3,18 @@
3
3
  module Auth0
4
4
  module Types
5
5
  # Options for the 'baidu' connection
6
- class ConnectionOptionsBaidu < Internal::Types::Model; end
6
+ class ConnectionOptionsBaidu < Internal::Types::Model
7
+ field :client_id, -> { String }, optional: true, nullable: false
8
+
9
+ field :client_secret, -> { String }, optional: true, nullable: false
10
+
11
+ field :scope, -> { Auth0::Types::ConnectionScopeOAuth2 }, optional: true, nullable: false
12
+
13
+ field :set_user_root_attributes, -> { Auth0::Types::ConnectionSetUserRootAttributesEnum }, optional: true, nullable: false
14
+
15
+ field :upstream_params, -> { Internal::Types::Hash[String, Auth0::Types::ConnectionUpstreamAdditionalProperties] }, optional: true, nullable: false
16
+
17
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
18
+ end
7
19
  end
8
20
  end
@@ -4,6 +4,8 @@ module Auth0
4
4
  module Types
5
5
  # Options for the 'bitbucket' connection
6
6
  class ConnectionOptionsBitbucket < Internal::Types::Model
7
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
8
+
7
9
  field :client_id, -> { String }, optional: true, nullable: false
8
10
 
9
11
  field :client_secret, -> { String }, optional: true, nullable: false
@@ -3,6 +3,18 @@
3
3
  module Auth0
4
4
  module Types
5
5
  # Options for the 'bitly' connection
6
- class ConnectionOptionsBitly < Internal::Types::Model; end
6
+ class ConnectionOptionsBitly < Internal::Types::Model
7
+ field :client_id, -> { String }, optional: true, nullable: false
8
+
9
+ field :client_secret, -> { String }, optional: true, nullable: false
10
+
11
+ field :scope, -> { Auth0::Types::ConnectionScopeOAuth2 }, optional: true, nullable: false
12
+
13
+ field :set_user_root_attributes, -> { Auth0::Types::ConnectionSetUserRootAttributesEnum }, optional: true, nullable: false
14
+
15
+ field :upstream_params, -> { Internal::Types::Hash[String, Auth0::Types::ConnectionUpstreamAdditionalProperties] }, optional: true, nullable: false
16
+
17
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
18
+ end
7
19
  end
8
20
  end
@@ -3,6 +3,18 @@
3
3
  module Auth0
4
4
  module Types
5
5
  # Options for the 'box' connection
6
- class ConnectionOptionsBox < Internal::Types::Model; end
6
+ class ConnectionOptionsBox < Internal::Types::Model
7
+ field :client_id, -> { String }, optional: true, nullable: false
8
+
9
+ field :client_secret, -> { String }, optional: true, nullable: false
10
+
11
+ field :scope, -> { Auth0::Types::ConnectionScopeOAuth2 }, optional: true, nullable: false
12
+
13
+ field :set_user_root_attributes, -> { Auth0::Types::ConnectionSetUserRootAttributesEnum }, optional: true, nullable: false
14
+
15
+ field :upstream_params, -> { Internal::Types::Hash[String, Auth0::Types::ConnectionUpstreamAdditionalProperties] }, optional: true, nullable: false
16
+
17
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
18
+ end
7
19
  end
8
20
  end
@@ -20,6 +20,8 @@ module Auth0
20
20
 
21
21
  field :icon_url, -> { String }, optional: true, nullable: false
22
22
 
23
+ field :id_token_session_expiry_supported, -> { Internal::Types::Boolean }, optional: true, nullable: false
24
+
23
25
  field :id_token_signed_response_algs, -> { Internal::Types::Array[Auth0::Types::ConnectionIDTokenSignedResponseAlgEnum] }, optional: true, nullable: false
24
26
 
25
27
  field :issuer, -> { String }, optional: true, nullable: false
@@ -3,6 +3,18 @@
3
3
  module Auth0
4
4
  module Types
5
5
  # Options for the 'daccount' connection
6
- class ConnectionOptionsDaccount < Internal::Types::Model; end
6
+ class ConnectionOptionsDaccount < Internal::Types::Model
7
+ field :client_id, -> { String }, optional: true, nullable: false
8
+
9
+ field :client_secret, -> { String }, optional: true, nullable: false
10
+
11
+ field :scope, -> { Auth0::Types::ConnectionScopeOAuth2 }, optional: true, nullable: false
12
+
13
+ field :set_user_root_attributes, -> { Auth0::Types::ConnectionSetUserRootAttributesEnum }, optional: true, nullable: false
14
+
15
+ field :upstream_params, -> { Internal::Types::Hash[String, Auth0::Types::ConnectionUpstreamAdditionalProperties] }, optional: true, nullable: false
16
+
17
+ field :non_persistent_attrs, -> { Internal::Types::Array[String] }, optional: true, nullable: false
18
+ end
7
19
  end
8
20
  end