zitadel-client 4.1.0.beta.7 → 4.1.0.beta.9

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 (239) hide show
  1. checksums.yaml +4 -4
  2. data/lib/zitadel/client/api/action_service_api.rb +22 -22
  3. data/lib/zitadel/client/api/beta_action_service_api.rb +22 -22
  4. data/lib/zitadel/client/api/beta_app_service_api.rb +28 -28
  5. data/lib/zitadel/client/api/beta_authorization_service_api.rb +12 -12
  6. data/lib/zitadel/client/api/beta_instance_service_api.rb +20 -20
  7. data/lib/zitadel/client/api/beta_internal_permission_service_api.rb +8 -8
  8. data/lib/zitadel/client/api/beta_o_i_d_c_service_api.rb +1 -1
  9. data/lib/zitadel/client/api/beta_organization_service_api.rb +28 -28
  10. data/lib/zitadel/client/api/beta_project_service_api.rb +34 -34
  11. data/lib/zitadel/client/api/beta_session_service_api.rb +5 -5
  12. data/lib/zitadel/client/api/beta_settings_service_api.rb +11 -11
  13. data/lib/zitadel/client/api/beta_telemetry_service_api.rb +2 -2
  14. data/lib/zitadel/client/api/beta_user_service_api.rb +77 -77
  15. data/lib/zitadel/client/api/beta_web_key_service_api.rb +8 -8
  16. data/lib/zitadel/client/api/feature_service_api.rb +24 -24
  17. data/lib/zitadel/client/api/identity_provider_service_api.rb +2 -2
  18. data/lib/zitadel/client/api/o_i_d_c_service_api.rb +6 -6
  19. data/lib/zitadel/client/api/organization_service_api.rb +4 -4
  20. data/lib/zitadel/client/api/s_a_m_l_service_api.rb +1 -1
  21. data/lib/zitadel/client/api/session_service_api.rb +5 -5
  22. data/lib/zitadel/client/api/settings_service_api.rb +17 -17
  23. data/lib/zitadel/client/api/user_service_api.rb +125 -125
  24. data/lib/zitadel/client/api/web_key_service_api.rb +8 -8
  25. data/lib/zitadel/client/models/action_service_any.rb +7 -5
  26. data/lib/zitadel/client/models/action_service_connect_error.rb +10 -7
  27. data/lib/zitadel/client/models/action_service_delete_target_request.rb +0 -12
  28. data/lib/zitadel/client/models/beta_action_service_any.rb +7 -5
  29. data/lib/zitadel/client/models/beta_action_service_connect_error.rb +10 -7
  30. data/lib/zitadel/client/models/beta_action_service_delete_target_request.rb +0 -12
  31. data/lib/zitadel/client/models/beta_app_service_any.rb +7 -5
  32. data/lib/zitadel/client/models/beta_app_service_connect_error.rb +10 -7
  33. data/lib/zitadel/client/models/beta_app_service_create_application_request.rb +0 -12
  34. data/lib/zitadel/client/models/beta_app_service_get_application_request.rb +0 -12
  35. data/lib/zitadel/client/models/beta_app_service_update_application_request.rb +0 -12
  36. data/lib/zitadel/client/models/beta_authorization_service_any.rb +7 -5
  37. data/lib/zitadel/client/models/beta_authorization_service_connect_error.rb +10 -7
  38. data/lib/zitadel/client/models/beta_feature_service_any.rb +7 -5
  39. data/lib/zitadel/client/models/beta_feature_service_connect_error.rb +10 -7
  40. data/lib/zitadel/client/models/beta_instance_service_add_trusted_domain_request.rb +0 -12
  41. data/lib/zitadel/client/models/beta_instance_service_any.rb +7 -5
  42. data/lib/zitadel/client/models/beta_instance_service_connect_error.rb +10 -7
  43. data/lib/zitadel/client/models/beta_instance_service_remove_trusted_domain_request.rb +0 -12
  44. data/lib/zitadel/client/models/beta_internal_permission_service_any.rb +7 -5
  45. data/lib/zitadel/client/models/beta_internal_permission_service_connect_error.rb +10 -7
  46. data/lib/zitadel/client/models/beta_internal_permission_service_project_grant.rb +8 -8
  47. data/lib/zitadel/client/models/beta_o_i_d_c_service_any.rb +7 -5
  48. data/lib/zitadel/client/models/beta_o_i_d_c_service_connect_error.rb +10 -7
  49. data/lib/zitadel/client/models/beta_organization_service_add_human_user_request.rb +0 -24
  50. data/lib/zitadel/client/models/beta_organization_service_add_organization_domain_request.rb +0 -24
  51. data/lib/zitadel/client/models/beta_organization_service_any.rb +7 -5
  52. data/lib/zitadel/client/models/beta_organization_service_connect_error.rb +10 -7
  53. data/lib/zitadel/client/models/beta_organization_service_create_organization_request.rb +0 -12
  54. data/lib/zitadel/client/models/beta_organization_service_create_organization_response.rb +0 -12
  55. data/lib/zitadel/client/models/beta_organization_service_delete_organization_domain_request.rb +0 -24
  56. data/lib/zitadel/client/models/beta_organization_service_delete_organization_metadata_request.rb +0 -12
  57. data/lib/zitadel/client/models/beta_organization_service_delete_organization_request.rb +0 -12
  58. data/lib/zitadel/client/models/beta_organization_service_generate_organization_domain_validation_request.rb +0 -24
  59. data/lib/zitadel/client/models/beta_organization_service_hashed_password.rb +0 -12
  60. data/lib/zitadel/client/models/beta_organization_service_list_organization_domains_request.rb +0 -12
  61. data/lib/zitadel/client/models/beta_organization_service_list_organization_metadata_request.rb +0 -12
  62. data/lib/zitadel/client/models/beta_organization_service_password.rb +0 -12
  63. data/lib/zitadel/client/models/beta_organization_service_set_human_email.rb +0 -12
  64. data/lib/zitadel/client/models/beta_organization_service_set_human_profile.rb +0 -24
  65. data/lib/zitadel/client/models/beta_organization_service_set_metadata_entry.rb +0 -24
  66. data/lib/zitadel/client/models/beta_organization_service_set_organization_metadata_request.rb +0 -12
  67. data/lib/zitadel/client/models/beta_organization_service_update_organization_request.rb +0 -24
  68. data/lib/zitadel/client/models/beta_organization_service_verify_organization_domain_request.rb +0 -12
  69. data/lib/zitadel/client/models/beta_project_service_activate_project_grant_request.rb +0 -24
  70. data/lib/zitadel/client/models/beta_project_service_activate_project_request.rb +0 -12
  71. data/lib/zitadel/client/models/beta_project_service_add_project_role_request.rb +0 -36
  72. data/lib/zitadel/client/models/beta_project_service_admin.rb +227 -0
  73. data/lib/zitadel/client/models/beta_project_service_any.rb +7 -5
  74. data/lib/zitadel/client/models/beta_project_service_connect_error.rb +10 -7
  75. data/lib/zitadel/client/models/beta_project_service_create_project_grant_request.rb +0 -24
  76. data/lib/zitadel/client/models/beta_project_service_create_project_request.rb +14 -14
  77. data/lib/zitadel/client/models/beta_project_service_deactivate_project_grant_request.rb +0 -24
  78. data/lib/zitadel/client/models/beta_project_service_deactivate_project_request.rb +0 -12
  79. data/lib/zitadel/client/models/beta_project_service_delete_project_grant_request.rb +0 -24
  80. data/lib/zitadel/client/models/beta_project_service_delete_project_request.rb +0 -12
  81. data/lib/zitadel/client/models/beta_project_service_list_project_roles_request.rb +0 -12
  82. data/lib/zitadel/client/models/beta_project_service_remove_project_role_request.rb +0 -24
  83. data/lib/zitadel/client/models/beta_project_service_update_project_grant_request.rb +0 -24
  84. data/lib/zitadel/client/models/beta_project_service_update_project_request.rb +0 -12
  85. data/lib/zitadel/client/models/beta_project_service_update_project_role_request.rb +0 -26
  86. data/lib/zitadel/client/models/beta_session_service_any.rb +7 -5
  87. data/lib/zitadel/client/models/beta_session_service_check_web_auth_n.rb +0 -12
  88. data/lib/zitadel/client/models/beta_session_service_connect_error.rb +10 -7
  89. data/lib/zitadel/client/models/beta_session_service_web_auth_n.rb +0 -24
  90. data/lib/zitadel/client/models/beta_settings_service_any.rb +7 -5
  91. data/lib/zitadel/client/models/beta_settings_service_connect_error.rb +10 -7
  92. data/lib/zitadel/client/models/beta_telemetry_service_any.rb +7 -5
  93. data/lib/zitadel/client/models/beta_telemetry_service_connect_error.rb +10 -7
  94. data/lib/zitadel/client/models/beta_user_service_add_human_user_request.rb +0 -24
  95. data/lib/zitadel/client/models/beta_user_service_add_i_d_p_link_request.rb +0 -12
  96. data/lib/zitadel/client/models/beta_user_service_add_o_t_p_email_request.rb +0 -12
  97. data/lib/zitadel/client/models/beta_user_service_add_o_t_p_s_m_s_request.rb +0 -12
  98. data/lib/zitadel/client/models/beta_user_service_any.rb +7 -5
  99. data/lib/zitadel/client/models/beta_user_service_connect_error.rb +10 -7
  100. data/lib/zitadel/client/models/beta_user_service_create_passkey_registration_link_request.rb +0 -12
  101. data/lib/zitadel/client/models/beta_user_service_deactivate_user_request.rb +0 -12
  102. data/lib/zitadel/client/models/beta_user_service_delete_user_request.rb +0 -12
  103. data/lib/zitadel/client/models/beta_user_service_display_name_query.rb +0 -12
  104. data/lib/zitadel/client/models/beta_user_service_email_query.rb +0 -12
  105. data/lib/zitadel/client/models/beta_user_service_first_name_query.rb +0 -12
  106. data/lib/zitadel/client/models/beta_user_service_get_user_by_i_d_request.rb +0 -12
  107. data/lib/zitadel/client/models/beta_user_service_hashed_password.rb +0 -12
  108. data/lib/zitadel/client/models/beta_user_service_last_name_query.rb +0 -12
  109. data/lib/zitadel/client/models/beta_user_service_list_authentication_method_types_request.rb +0 -12
  110. data/lib/zitadel/client/models/beta_user_service_lock_user_request.rb +0 -12
  111. data/lib/zitadel/client/models/beta_user_service_login_name_query.rb +0 -12
  112. data/lib/zitadel/client/models/beta_user_service_nick_name_query.rb +0 -12
  113. data/lib/zitadel/client/models/beta_user_service_organization_id_query.rb +0 -12
  114. data/lib/zitadel/client/models/beta_user_service_passkey_registration_code.rb +0 -24
  115. data/lib/zitadel/client/models/beta_user_service_password.rb +0 -12
  116. data/lib/zitadel/client/models/beta_user_service_password_reset_request.rb +0 -12
  117. data/lib/zitadel/client/models/beta_user_service_phone_query.rb +0 -12
  118. data/lib/zitadel/client/models/beta_user_service_reactivate_user_request.rb +0 -12
  119. data/lib/zitadel/client/models/beta_user_service_register_passkey_request.rb +0 -12
  120. data/lib/zitadel/client/models/beta_user_service_register_t_o_t_p_request.rb +0 -12
  121. data/lib/zitadel/client/models/beta_user_service_register_u2_f_request.rb +0 -12
  122. data/lib/zitadel/client/models/beta_user_service_remove_o_t_p_email_request.rb +0 -12
  123. data/lib/zitadel/client/models/beta_user_service_remove_o_t_p_s_m_s_request.rb +0 -12
  124. data/lib/zitadel/client/models/beta_user_service_remove_phone_request.rb +0 -12
  125. data/lib/zitadel/client/models/beta_user_service_remove_t_o_t_p_request.rb +0 -12
  126. data/lib/zitadel/client/models/beta_user_service_resend_email_code_request.rb +0 -12
  127. data/lib/zitadel/client/models/beta_user_service_resend_phone_code_request.rb +0 -12
  128. data/lib/zitadel/client/models/beta_user_service_set_email_request.rb +0 -24
  129. data/lib/zitadel/client/models/beta_user_service_set_human_email.rb +0 -12
  130. data/lib/zitadel/client/models/beta_user_service_set_human_profile.rb +0 -24
  131. data/lib/zitadel/client/models/beta_user_service_set_metadata_entry.rb +0 -24
  132. data/lib/zitadel/client/models/beta_user_service_set_password_request.rb +0 -12
  133. data/lib/zitadel/client/models/beta_user_service_set_phone_request.rb +0 -24
  134. data/lib/zitadel/client/models/beta_user_service_state_query.rb +0 -12
  135. data/lib/zitadel/client/models/beta_user_service_type_query.rb +0 -12
  136. data/lib/zitadel/client/models/beta_user_service_unlock_user_request.rb +0 -12
  137. data/lib/zitadel/client/models/beta_user_service_user_name_query.rb +0 -12
  138. data/lib/zitadel/client/models/beta_user_service_verify_email_request.rb +0 -24
  139. data/lib/zitadel/client/models/beta_user_service_verify_passkey_registration_request.rb +0 -48
  140. data/lib/zitadel/client/models/beta_user_service_verify_phone_request.rb +0 -24
  141. data/lib/zitadel/client/models/beta_user_service_verify_t_o_t_p_registration_request.rb +0 -24
  142. data/lib/zitadel/client/models/beta_user_service_verify_u2_f_registration_request.rb +0 -48
  143. data/lib/zitadel/client/models/beta_web_key_service_activate_web_key_request.rb +0 -12
  144. data/lib/zitadel/client/models/beta_web_key_service_any.rb +7 -5
  145. data/lib/zitadel/client/models/beta_web_key_service_connect_error.rb +10 -7
  146. data/lib/zitadel/client/models/beta_web_key_service_delete_web_key_request.rb +0 -12
  147. data/lib/zitadel/client/models/feature_service_any.rb +7 -5
  148. data/lib/zitadel/client/models/feature_service_connect_error.rb +10 -7
  149. data/lib/zitadel/client/models/identity_provider_service_any.rb +7 -5
  150. data/lib/zitadel/client/models/identity_provider_service_connect_error.rb +10 -7
  151. data/lib/zitadel/client/models/o_i_d_c_service_any.rb +7 -5
  152. data/lib/zitadel/client/models/o_i_d_c_service_connect_error.rb +10 -7
  153. data/lib/zitadel/client/models/organization_service_add_human_user_request.rb +0 -24
  154. data/lib/zitadel/client/models/organization_service_add_organization_request.rb +0 -12
  155. data/lib/zitadel/client/models/organization_service_any.rb +7 -5
  156. data/lib/zitadel/client/models/organization_service_connect_error.rb +10 -7
  157. data/lib/zitadel/client/models/organization_service_hashed_password.rb +0 -12
  158. data/lib/zitadel/client/models/organization_service_organization_domain_query.rb +0 -12
  159. data/lib/zitadel/client/models/organization_service_organization_i_d_query.rb +0 -12
  160. data/lib/zitadel/client/models/organization_service_organization_name_query.rb +0 -12
  161. data/lib/zitadel/client/models/organization_service_password.rb +0 -12
  162. data/lib/zitadel/client/models/organization_service_set_human_email.rb +0 -12
  163. data/lib/zitadel/client/models/organization_service_set_human_profile.rb +0 -24
  164. data/lib/zitadel/client/models/organization_service_set_metadata_entry.rb +0 -24
  165. data/lib/zitadel/client/models/s_a_m_l_service_any.rb +7 -5
  166. data/lib/zitadel/client/models/s_a_m_l_service_connect_error.rb +10 -7
  167. data/lib/zitadel/client/models/session_service_any.rb +7 -5
  168. data/lib/zitadel/client/models/session_service_check_web_auth_n.rb +0 -12
  169. data/lib/zitadel/client/models/session_service_connect_error.rb +10 -7
  170. data/lib/zitadel/client/models/session_service_web_auth_n.rb +0 -24
  171. data/lib/zitadel/client/models/settings_service_any.rb +7 -5
  172. data/lib/zitadel/client/models/settings_service_connect_error.rb +10 -7
  173. data/lib/zitadel/client/models/user_service_add_human_user_request.rb +0 -24
  174. data/lib/zitadel/client/models/user_service_add_i_d_p_link_request.rb +0 -12
  175. data/lib/zitadel/client/models/user_service_add_o_t_p_email_request.rb +0 -12
  176. data/lib/zitadel/client/models/user_service_add_o_t_p_s_m_s_request.rb +0 -12
  177. data/lib/zitadel/client/models/user_service_any.rb +7 -5
  178. data/lib/zitadel/client/models/user_service_connect_error.rb +10 -7
  179. data/lib/zitadel/client/models/user_service_create_invite_code_request.rb +0 -12
  180. data/lib/zitadel/client/models/user_service_create_passkey_registration_link_request.rb +0 -12
  181. data/lib/zitadel/client/models/user_service_deactivate_user_request.rb +0 -12
  182. data/lib/zitadel/client/models/user_service_delete_user_request.rb +0 -12
  183. data/lib/zitadel/client/models/user_service_display_name_query.rb +0 -12
  184. data/lib/zitadel/client/models/user_service_email_query.rb +0 -12
  185. data/lib/zitadel/client/models/user_service_first_name_query.rb +0 -12
  186. data/lib/zitadel/client/models/user_service_get_user_by_i_d_request.rb +0 -12
  187. data/lib/zitadel/client/models/user_service_hashed_password.rb +0 -12
  188. data/lib/zitadel/client/models/user_service_human_m_f_a_init_skipped_request.rb +0 -12
  189. data/lib/zitadel/client/models/user_service_last_name_query.rb +0 -12
  190. data/lib/zitadel/client/models/user_service_list_authentication_factors_request.rb +0 -12
  191. data/lib/zitadel/client/models/user_service_list_authentication_method_types_request.rb +0 -12
  192. data/lib/zitadel/client/models/user_service_list_passkeys_request.rb +0 -12
  193. data/lib/zitadel/client/models/user_service_list_user_metadata_request.rb +0 -12
  194. data/lib/zitadel/client/models/user_service_lock_user_request.rb +0 -12
  195. data/lib/zitadel/client/models/user_service_login_name_query.rb +0 -12
  196. data/lib/zitadel/client/models/user_service_nick_name_query.rb +0 -12
  197. data/lib/zitadel/client/models/user_service_organization_id_query.rb +0 -12
  198. data/lib/zitadel/client/models/user_service_passkey_registration_code.rb +0 -24
  199. data/lib/zitadel/client/models/user_service_password.rb +0 -12
  200. data/lib/zitadel/client/models/user_service_password_reset_request.rb +0 -12
  201. data/lib/zitadel/client/models/user_service_phone_query.rb +0 -12
  202. data/lib/zitadel/client/models/user_service_reactivate_user_request.rb +0 -12
  203. data/lib/zitadel/client/models/user_service_register_passkey_request.rb +0 -12
  204. data/lib/zitadel/client/models/user_service_register_t_o_t_p_request.rb +0 -12
  205. data/lib/zitadel/client/models/user_service_register_u2_f_request.rb +0 -12
  206. data/lib/zitadel/client/models/user_service_remove_i_d_p_link_request.rb +0 -36
  207. data/lib/zitadel/client/models/user_service_remove_o_t_p_email_request.rb +0 -12
  208. data/lib/zitadel/client/models/user_service_remove_o_t_p_s_m_s_request.rb +0 -12
  209. data/lib/zitadel/client/models/user_service_remove_passkey_request.rb +0 -24
  210. data/lib/zitadel/client/models/user_service_remove_phone_request.rb +0 -12
  211. data/lib/zitadel/client/models/user_service_remove_t_o_t_p_request.rb +0 -12
  212. data/lib/zitadel/client/models/user_service_remove_u2_f_request.rb +0 -24
  213. data/lib/zitadel/client/models/user_service_resend_email_code_request.rb +0 -12
  214. data/lib/zitadel/client/models/user_service_resend_invite_code_request.rb +0 -12
  215. data/lib/zitadel/client/models/user_service_resend_phone_code_request.rb +0 -12
  216. data/lib/zitadel/client/models/user_service_send_email_code_request.rb +0 -12
  217. data/lib/zitadel/client/models/user_service_set_email_request.rb +0 -24
  218. data/lib/zitadel/client/models/user_service_set_human_email.rb +0 -12
  219. data/lib/zitadel/client/models/user_service_set_human_profile.rb +0 -24
  220. data/lib/zitadel/client/models/user_service_set_metadata_entry.rb +0 -24
  221. data/lib/zitadel/client/models/user_service_set_password_request.rb +0 -12
  222. data/lib/zitadel/client/models/user_service_set_phone_request.rb +0 -24
  223. data/lib/zitadel/client/models/user_service_set_user_metadata_request.rb +0 -12
  224. data/lib/zitadel/client/models/user_service_state_query.rb +0 -12
  225. data/lib/zitadel/client/models/user_service_type_query.rb +0 -12
  226. data/lib/zitadel/client/models/user_service_unlock_user_request.rb +0 -12
  227. data/lib/zitadel/client/models/user_service_user_name_query.rb +0 -12
  228. data/lib/zitadel/client/models/user_service_verify_email_request.rb +0 -24
  229. data/lib/zitadel/client/models/user_service_verify_invite_code_request.rb +0 -24
  230. data/lib/zitadel/client/models/user_service_verify_passkey_registration_request.rb +0 -48
  231. data/lib/zitadel/client/models/user_service_verify_phone_request.rb +0 -24
  232. data/lib/zitadel/client/models/user_service_verify_t_o_t_p_registration_request.rb +0 -24
  233. data/lib/zitadel/client/models/user_service_verify_u2_f_registration_request.rb +0 -48
  234. data/lib/zitadel/client/models/web_key_service_activate_web_key_request.rb +0 -12
  235. data/lib/zitadel/client/models/web_key_service_any.rb +7 -5
  236. data/lib/zitadel/client/models/web_key_service_connect_error.rb +10 -7
  237. data/lib/zitadel/client/models/web_key_service_delete_web_key_request.rb +0 -12
  238. data/lib/zitadel/client/version.rb +1 -1
  239. metadata +3 -2
@@ -19,8 +19,8 @@ module Zitadel::Client::Api
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # ActivateWebKey
23
- # Activate Web Key Switch the active signing web key. The previously active key will be deactivated. Note that the JWKs OIDC endpoint returns a cacheable response. Therefore it is not advised to activate a key that has been created within the cache duration (default is 5min), as the public key may not have been propagated to caches and clients yet. Required permission: - `iam.web_key.write` Required feature flag: - `web_key`
22
+ # Activate Web Key
23
+ # Switch the active signing web key. The previously active key will be deactivated. Note that the JWKs OIDC endpoint returns a cacheable response. Therefore it is not advised to activate a key that has been created within the cache duration (default is 5min), as the public key may not have been propagated to caches and clients yet. Required permission: - `iam.web_key.write` Required feature flag: - `web_key`
24
24
  # @param web_key_service_activate_web_key_request [WebKeyServiceActivateWebKeyRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [WebKeyServiceActivateWebKeyResponse]
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # CreateWebKey
81
- # Create Web Key Generate a private and public key pair. The private key can be used to sign OIDC tokens after activation. The public key can be used to validate OIDC tokens. The newly created key will have the state `STATE_INITIAL` and is published to the public key endpoint. Note that the JWKs OIDC endpoint returns a cacheable response. If no key type is provided, a RSA key pair with 2048 bits and SHA256 hashing will be created. Required permission: - `iam.web_key.write` Required feature flag: - `web_key`
80
+ # Create Web Key
81
+ # Generate a private and public key pair. The private key can be used to sign OIDC tokens after activation. The public key can be used to validate OIDC tokens. The newly created key will have the state `STATE_INITIAL` and is published to the public key endpoint. Note that the JWKs OIDC endpoint returns a cacheable response. If no key type is provided, a RSA key pair with 2048 bits and SHA256 hashing will be created. Required permission: - `iam.web_key.write` Required feature flag: - `web_key`
82
82
  # @param web_key_service_create_web_key_request [WebKeyServiceCreateWebKeyRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [WebKeyServiceCreateWebKeyResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # DeleteWebKey
139
- # Delete Web Key Delete a web key pair. Only inactive keys can be deleted. Once a key is deleted, any tokens signed by this key will be invalid. Note that the JWKs OIDC endpoint returns a cacheable response. In case the web key is not found, the request will return a successful response as the desired state is already achieved. You can check the change date in the response to verify if the web key was deleted during the request. Required permission: - `iam.web_key.delete` Required feature flag: - `web_key`
138
+ # Delete Web Key
139
+ # Delete a web key pair. Only inactive keys can be deleted. Once a key is deleted, any tokens signed by this key will be invalid. Note that the JWKs OIDC endpoint returns a cacheable response. In case the web key is not found, the request will return a successful response as the desired state is already achieved. You can check the change date in the response to verify if the web key was deleted during the request. Required permission: - `iam.web_key.delete` Required feature flag: - `web_key`
140
140
  # @param web_key_service_delete_web_key_request [WebKeyServiceDeleteWebKeyRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [WebKeyServiceDeleteWebKeyResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # ListWebKeys
197
- # List Web Keys List all web keys and their states. Required permission: - `iam.web_key.read` Required feature flag: - `web_key`
196
+ # List Web Keys
197
+ # List all web keys and their states. Required permission: - `iam.web_key.read` Required feature flag: - `web_key`
198
198
  # @param body [Object]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [WebKeyServiceListWebKeysResponse]
@@ -14,12 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Zitadel::Client::Models
17
- # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
17
+ # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
18
18
  class ActionServiceAny
19
+ # A URL that acts as a globally unique identifier for the type of the serialized message. For example: `type.googleapis.com/google.rpc.ErrorInfo`. This is used to determine the schema of the data in the `value` field and is the discriminator for the `debug` field.
19
20
  attr_accessor :type
20
21
 
22
+ # The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the `type` field.
21
23
  attr_accessor :value
22
24
 
25
+ # Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.
23
26
  attr_accessor :debug
24
27
 
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -46,13 +49,14 @@ module Zitadel::Client::Models
46
49
  {
47
50
  :'type' => :'String',
48
51
  :'value' => :'File',
49
- :'debug' => :'Hash<String, Object>'
52
+ :'debug' => :'Object'
50
53
  }
51
54
  end
52
55
 
53
56
  # List of attributes with nullable: true
54
57
  def self.openapi_nullable
55
58
  Set.new([
59
+ :'debug'
56
60
  ])
57
61
  end
58
62
 
@@ -83,9 +87,7 @@ module Zitadel::Client::Models
83
87
  end
84
88
 
85
89
  if attributes.key?(:'debug')
86
- if (value = attributes[:'debug']).is_a?(Hash)
87
- self.debug = value
88
- end
90
+ self.debug = attributes[:'debug']
89
91
  end
90
92
  end
91
93
 
@@ -22,7 +22,8 @@ module Zitadel::Client::Models
22
22
  # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
23
23
  attr_accessor :message
24
24
 
25
- attr_accessor :detail
25
+ # A list of messages that carry the error details. There is no limit on the number of messages.
26
+ attr_accessor :details
26
27
 
27
28
  class EnumAttributeValidator
28
29
  attr_reader :datatype
@@ -51,7 +52,7 @@ module Zitadel::Client::Models
51
52
  {
52
53
  :'code' => :'code',
53
54
  :'message' => :'message',
54
- :'detail' => :'detail'
55
+ :'details' => :'details'
55
56
  }
56
57
  end
57
58
 
@@ -70,7 +71,7 @@ module Zitadel::Client::Models
70
71
  {
71
72
  :'code' => :'String',
72
73
  :'message' => :'String',
73
- :'detail' => :'ActionServiceAny'
74
+ :'details' => :'Array<ActionServiceAny>'
74
75
  }
75
76
  end
76
77
 
@@ -106,8 +107,10 @@ module Zitadel::Client::Models
106
107
  self.message = attributes[:'message']
107
108
  end
108
109
 
109
- if attributes.key?(:'detail')
110
- self.detail = attributes[:'detail']
110
+ if attributes.key?(:'details')
111
+ if (value = attributes[:'details']).is_a?(Array)
112
+ self.details = value
113
+ end
111
114
  end
112
115
  end
113
116
 
@@ -128,7 +131,7 @@ module Zitadel::Client::Models
128
131
  self.class == o.class &&
129
132
  code == o.code &&
130
133
  message == o.message &&
131
- detail == o.detail
134
+ details == o.details
132
135
  end
133
136
 
134
137
  # @see the `==` method
@@ -140,7 +143,7 @@ module Zitadel::Client::Models
140
143
  # Calculates hash code according to all attributes.
141
144
  # @return [Integer] Hash code
142
145
  def hash
143
- [code, message, detail].hash
146
+ [code, message, details].hash
144
147
  end
145
148
 
146
149
  # Builds the object from hash
@@ -67,21 +67,9 @@ module Zitadel::Client::Models
67
67
 
68
68
  if attributes.key?(:'id')
69
69
  self.id = attributes[:'id']
70
- else
71
- self.id = nil
72
70
  end
73
71
  end
74
72
 
75
- # Custom attribute writer method with validation
76
- # @param [String] id Value to be assigned
77
- def id=(id)
78
- if id.nil?
79
- fail ArgumentError, 'id cannot be nil'
80
- end
81
-
82
- @id = id
83
- end
84
-
85
73
  # Checks equality by comparing each attribute.
86
74
  # @param [Object] Object to be compared
87
75
  def ==(o)
@@ -14,12 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Zitadel::Client::Models
17
- # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
17
+ # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
18
18
  class BetaActionServiceAny
19
+ # A URL that acts as a globally unique identifier for the type of the serialized message. For example: `type.googleapis.com/google.rpc.ErrorInfo`. This is used to determine the schema of the data in the `value` field and is the discriminator for the `debug` field.
19
20
  attr_accessor :type
20
21
 
22
+ # The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the `type` field.
21
23
  attr_accessor :value
22
24
 
25
+ # Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.
23
26
  attr_accessor :debug
24
27
 
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -46,13 +49,14 @@ module Zitadel::Client::Models
46
49
  {
47
50
  :'type' => :'String',
48
51
  :'value' => :'File',
49
- :'debug' => :'Hash<String, Object>'
52
+ :'debug' => :'Object'
50
53
  }
51
54
  end
52
55
 
53
56
  # List of attributes with nullable: true
54
57
  def self.openapi_nullable
55
58
  Set.new([
59
+ :'debug'
56
60
  ])
57
61
  end
58
62
 
@@ -83,9 +87,7 @@ module Zitadel::Client::Models
83
87
  end
84
88
 
85
89
  if attributes.key?(:'debug')
86
- if (value = attributes[:'debug']).is_a?(Hash)
87
- self.debug = value
88
- end
90
+ self.debug = attributes[:'debug']
89
91
  end
90
92
  end
91
93
 
@@ -22,7 +22,8 @@ module Zitadel::Client::Models
22
22
  # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
23
23
  attr_accessor :message
24
24
 
25
- attr_accessor :detail
25
+ # A list of messages that carry the error details. There is no limit on the number of messages.
26
+ attr_accessor :details
26
27
 
27
28
  class EnumAttributeValidator
28
29
  attr_reader :datatype
@@ -51,7 +52,7 @@ module Zitadel::Client::Models
51
52
  {
52
53
  :'code' => :'code',
53
54
  :'message' => :'message',
54
- :'detail' => :'detail'
55
+ :'details' => :'details'
55
56
  }
56
57
  end
57
58
 
@@ -70,7 +71,7 @@ module Zitadel::Client::Models
70
71
  {
71
72
  :'code' => :'String',
72
73
  :'message' => :'String',
73
- :'detail' => :'BetaActionServiceAny'
74
+ :'details' => :'Array<BetaActionServiceAny>'
74
75
  }
75
76
  end
76
77
 
@@ -106,8 +107,10 @@ module Zitadel::Client::Models
106
107
  self.message = attributes[:'message']
107
108
  end
108
109
 
109
- if attributes.key?(:'detail')
110
- self.detail = attributes[:'detail']
110
+ if attributes.key?(:'details')
111
+ if (value = attributes[:'details']).is_a?(Array)
112
+ self.details = value
113
+ end
111
114
  end
112
115
  end
113
116
 
@@ -128,7 +131,7 @@ module Zitadel::Client::Models
128
131
  self.class == o.class &&
129
132
  code == o.code &&
130
133
  message == o.message &&
131
- detail == o.detail
134
+ details == o.details
132
135
  end
133
136
 
134
137
  # @see the `==` method
@@ -140,7 +143,7 @@ module Zitadel::Client::Models
140
143
  # Calculates hash code according to all attributes.
141
144
  # @return [Integer] Hash code
142
145
  def hash
143
- [code, message, detail].hash
146
+ [code, message, details].hash
144
147
  end
145
148
 
146
149
  # Builds the object from hash
@@ -67,21 +67,9 @@ module Zitadel::Client::Models
67
67
 
68
68
  if attributes.key?(:'id')
69
69
  self.id = attributes[:'id']
70
- else
71
- self.id = nil
72
70
  end
73
71
  end
74
72
 
75
- # Custom attribute writer method with validation
76
- # @param [String] id Value to be assigned
77
- def id=(id)
78
- if id.nil?
79
- fail ArgumentError, 'id cannot be nil'
80
- end
81
-
82
- @id = id
83
- end
84
-
85
73
  # Checks equality by comparing each attribute.
86
74
  # @param [Object] Object to be compared
87
75
  def ==(o)
@@ -14,12 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Zitadel::Client::Models
17
- # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
17
+ # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
18
18
  class BetaAppServiceAny
19
+ # A URL that acts as a globally unique identifier for the type of the serialized message. For example: `type.googleapis.com/google.rpc.ErrorInfo`. This is used to determine the schema of the data in the `value` field and is the discriminator for the `debug` field.
19
20
  attr_accessor :type
20
21
 
22
+ # The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the `type` field.
21
23
  attr_accessor :value
22
24
 
25
+ # Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.
23
26
  attr_accessor :debug
24
27
 
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -46,13 +49,14 @@ module Zitadel::Client::Models
46
49
  {
47
50
  :'type' => :'String',
48
51
  :'value' => :'File',
49
- :'debug' => :'Hash<String, Object>'
52
+ :'debug' => :'Object'
50
53
  }
51
54
  end
52
55
 
53
56
  # List of attributes with nullable: true
54
57
  def self.openapi_nullable
55
58
  Set.new([
59
+ :'debug'
56
60
  ])
57
61
  end
58
62
 
@@ -83,9 +87,7 @@ module Zitadel::Client::Models
83
87
  end
84
88
 
85
89
  if attributes.key?(:'debug')
86
- if (value = attributes[:'debug']).is_a?(Hash)
87
- self.debug = value
88
- end
90
+ self.debug = attributes[:'debug']
89
91
  end
90
92
  end
91
93
 
@@ -22,7 +22,8 @@ module Zitadel::Client::Models
22
22
  # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
23
23
  attr_accessor :message
24
24
 
25
- attr_accessor :detail
25
+ # A list of messages that carry the error details. There is no limit on the number of messages.
26
+ attr_accessor :details
26
27
 
27
28
  class EnumAttributeValidator
28
29
  attr_reader :datatype
@@ -51,7 +52,7 @@ module Zitadel::Client::Models
51
52
  {
52
53
  :'code' => :'code',
53
54
  :'message' => :'message',
54
- :'detail' => :'detail'
55
+ :'details' => :'details'
55
56
  }
56
57
  end
57
58
 
@@ -70,7 +71,7 @@ module Zitadel::Client::Models
70
71
  {
71
72
  :'code' => :'String',
72
73
  :'message' => :'String',
73
- :'detail' => :'BetaAppServiceAny'
74
+ :'details' => :'Array<BetaAppServiceAny>'
74
75
  }
75
76
  end
76
77
 
@@ -106,8 +107,10 @@ module Zitadel::Client::Models
106
107
  self.message = attributes[:'message']
107
108
  end
108
109
 
109
- if attributes.key?(:'detail')
110
- self.detail = attributes[:'detail']
110
+ if attributes.key?(:'details')
111
+ if (value = attributes[:'details']).is_a?(Array)
112
+ self.details = value
113
+ end
111
114
  end
112
115
  end
113
116
 
@@ -128,7 +131,7 @@ module Zitadel::Client::Models
128
131
  self.class == o.class &&
129
132
  code == o.code &&
130
133
  message == o.message &&
131
- detail == o.detail
134
+ details == o.details
132
135
  end
133
136
 
134
137
  # @see the `==` method
@@ -140,7 +143,7 @@ module Zitadel::Client::Models
140
143
  # Calculates hash code according to all attributes.
141
144
  # @return [Integer] Hash code
142
145
  def hash
143
- [code, message, detail].hash
146
+ [code, message, details].hash
144
147
  end
145
148
 
146
149
  # Builds the object from hash
@@ -95,8 +95,6 @@ module Zitadel::Client::Models
95
95
 
96
96
  if attributes.key?(:'name')
97
97
  self.name = attributes[:'name']
98
- else
99
- self.name = nil
100
98
  end
101
99
 
102
100
  if attributes.key?(:'api_request')
@@ -112,16 +110,6 @@ module Zitadel::Client::Models
112
110
  end
113
111
  end
114
112
 
115
- # Custom attribute writer method with validation
116
- # @param [String] name Value to be assigned
117
- def name=(name)
118
- if name.nil?
119
- fail ArgumentError, 'name cannot be nil'
120
- end
121
-
122
- @name = name
123
- end
124
-
125
113
  # Checks equality by comparing each attribute.
126
114
  # @param [Object] Object to be compared
127
115
  def ==(o)
@@ -67,21 +67,9 @@ module Zitadel::Client::Models
67
67
 
68
68
  if attributes.key?(:'id')
69
69
  self.id = attributes[:'id']
70
- else
71
- self.id = nil
72
70
  end
73
71
  end
74
72
 
75
- # Custom attribute writer method with validation
76
- # @param [String] id Value to be assigned
77
- def id=(id)
78
- if id.nil?
79
- fail ArgumentError, 'id cannot be nil'
80
- end
81
-
82
- @id = id
83
- end
84
-
85
73
  # Checks equality by comparing each attribute.
86
74
  # @param [Object] Object to be compared
87
75
  def ==(o)
@@ -91,8 +91,6 @@ module Zitadel::Client::Models
91
91
 
92
92
  if attributes.key?(:'id')
93
93
  self.id = attributes[:'id']
94
- else
95
- self.id = nil
96
94
  end
97
95
 
98
96
  if attributes.key?(:'name')
@@ -112,16 +110,6 @@ module Zitadel::Client::Models
112
110
  end
113
111
  end
114
112
 
115
- # Custom attribute writer method with validation
116
- # @param [String] id Value to be assigned
117
- def id=(id)
118
- if id.nil?
119
- fail ArgumentError, 'id cannot be nil'
120
- end
121
-
122
- @id = id
123
- end
124
-
125
113
  # Checks equality by comparing each attribute.
126
114
  # @param [Object] Object to be compared
127
115
  def ==(o)
@@ -14,12 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Zitadel::Client::Models
17
- # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
17
+ # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
18
18
  class BetaAuthorizationServiceAny
19
+ # A URL that acts as a globally unique identifier for the type of the serialized message. For example: `type.googleapis.com/google.rpc.ErrorInfo`. This is used to determine the schema of the data in the `value` field and is the discriminator for the `debug` field.
19
20
  attr_accessor :type
20
21
 
22
+ # The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the `type` field.
21
23
  attr_accessor :value
22
24
 
25
+ # Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.
23
26
  attr_accessor :debug
24
27
 
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -46,13 +49,14 @@ module Zitadel::Client::Models
46
49
  {
47
50
  :'type' => :'String',
48
51
  :'value' => :'File',
49
- :'debug' => :'Hash<String, Object>'
52
+ :'debug' => :'Object'
50
53
  }
51
54
  end
52
55
 
53
56
  # List of attributes with nullable: true
54
57
  def self.openapi_nullable
55
58
  Set.new([
59
+ :'debug'
56
60
  ])
57
61
  end
58
62
 
@@ -83,9 +87,7 @@ module Zitadel::Client::Models
83
87
  end
84
88
 
85
89
  if attributes.key?(:'debug')
86
- if (value = attributes[:'debug']).is_a?(Hash)
87
- self.debug = value
88
- end
90
+ self.debug = attributes[:'debug']
89
91
  end
90
92
  end
91
93
 
@@ -22,7 +22,8 @@ module Zitadel::Client::Models
22
22
  # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
23
23
  attr_accessor :message
24
24
 
25
- attr_accessor :detail
25
+ # A list of messages that carry the error details. There is no limit on the number of messages.
26
+ attr_accessor :details
26
27
 
27
28
  class EnumAttributeValidator
28
29
  attr_reader :datatype
@@ -51,7 +52,7 @@ module Zitadel::Client::Models
51
52
  {
52
53
  :'code' => :'code',
53
54
  :'message' => :'message',
54
- :'detail' => :'detail'
55
+ :'details' => :'details'
55
56
  }
56
57
  end
57
58
 
@@ -70,7 +71,7 @@ module Zitadel::Client::Models
70
71
  {
71
72
  :'code' => :'String',
72
73
  :'message' => :'String',
73
- :'detail' => :'BetaAuthorizationServiceAny'
74
+ :'details' => :'Array<BetaAuthorizationServiceAny>'
74
75
  }
75
76
  end
76
77
 
@@ -106,8 +107,10 @@ module Zitadel::Client::Models
106
107
  self.message = attributes[:'message']
107
108
  end
108
109
 
109
- if attributes.key?(:'detail')
110
- self.detail = attributes[:'detail']
110
+ if attributes.key?(:'details')
111
+ if (value = attributes[:'details']).is_a?(Array)
112
+ self.details = value
113
+ end
111
114
  end
112
115
  end
113
116
 
@@ -128,7 +131,7 @@ module Zitadel::Client::Models
128
131
  self.class == o.class &&
129
132
  code == o.code &&
130
133
  message == o.message &&
131
- detail == o.detail
134
+ details == o.details
132
135
  end
133
136
 
134
137
  # @see the `==` method
@@ -140,7 +143,7 @@ module Zitadel::Client::Models
140
143
  # Calculates hash code according to all attributes.
141
144
  # @return [Integer] Hash code
142
145
  def hash
143
- [code, message, detail].hash
146
+ [code, message, details].hash
144
147
  end
145
148
 
146
149
  # Builds the object from hash
@@ -14,12 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Zitadel::Client::Models
17
- # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
17
+ # Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
18
18
  class BetaFeatureServiceAny
19
+ # A URL that acts as a globally unique identifier for the type of the serialized message. For example: `type.googleapis.com/google.rpc.ErrorInfo`. This is used to determine the schema of the data in the `value` field and is the discriminator for the `debug` field.
19
20
  attr_accessor :type
20
21
 
22
+ # The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the `type` field.
21
23
  attr_accessor :value
22
24
 
25
+ # Deserialized error detail payload. The 'type' field indicates the schema. This field is for easier debugging and should not be relied upon for application logic.
23
26
  attr_accessor :debug
24
27
 
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -46,13 +49,14 @@ module Zitadel::Client::Models
46
49
  {
47
50
  :'type' => :'String',
48
51
  :'value' => :'File',
49
- :'debug' => :'Hash<String, Object>'
52
+ :'debug' => :'Object'
50
53
  }
51
54
  end
52
55
 
53
56
  # List of attributes with nullable: true
54
57
  def self.openapi_nullable
55
58
  Set.new([
59
+ :'debug'
56
60
  ])
57
61
  end
58
62
 
@@ -83,9 +87,7 @@ module Zitadel::Client::Models
83
87
  end
84
88
 
85
89
  if attributes.key?(:'debug')
86
- if (value = attributes[:'debug']).is_a?(Hash)
87
- self.debug = value
88
- end
90
+ self.debug = attributes[:'debug']
89
91
  end
90
92
  end
91
93