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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a0655e627b162ab0968547cfee9311147dc542b8930317e8fcc8826642f98c3
4
- data.tar.gz: b6d153589322f18fd8673758bcbe680a0be22c6e2da1f6d282535448b7c39008
3
+ metadata.gz: 73701d523135c66bb76c619280c548efe0e1872a5c7b72dc203d4f051aa31b48
4
+ data.tar.gz: 948fb34bc4c69d6977a3e05dea46286de68051d7b52f86c0a323ceb06c4073f2
5
5
  SHA512:
6
- metadata.gz: 8dfca7a76e6c53b626d17f257470656cdfafb70220685281f2f31bdec70b37034b2a9dd5c7ab823043e1ad76477066bae81edc6f5ca7ade367886f3e2ffcef2d
7
- data.tar.gz: 8899ed805c99ad8d1e4613c674a02cf945ef873b890b37e39b8b2e80aeb345f0e82371384c03b01fab29062fc5b734239704001610db5511d64368391de3fac1
6
+ metadata.gz: 53d938287095a17b68c7dd444bed85fd287428574391a98a1ff7ef5093dc278f12742a5da19681422e984bbd45a41eedd9fb88de008f6282d2962a4e3f9c8e14
7
+ data.tar.gz: c9f1c3a0ef5746cf8d62228a9c6c8c826773cef12e4052ff52c00e5dd1595d10b0bd470ac2f85237b6932d71606c7b7fe5417b4069f9126f56dc0e9d5493eb9f
@@ -19,12 +19,12 @@ module Zitadel::Client::Api
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # CreateTarget
23
- # Create Target Create a new target to your endpoint, which can be used in executions. Required permission: - `action.target.write` Required feature flag: - `actions`
22
+ # Create Target
23
+ # Create a new target to your endpoint, which can be used in executions. Required permission: - `action.target.write` Required feature flag: - `actions`
24
24
  # @param action_service_create_target_request [ActionServiceCreateTargetRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [ActionServiceCreateTargetResponse]
27
- def create_target(action_service_create_target_request, opts = {})
27
+ def create_target(action_service_create_target_request = {}, opts = {})
28
28
  if @api_client.config.debugging
29
29
  @api_client.config.logger.debug 'Calling API: Api::ActionServiceApi.create_target ...' # MODIFIED
30
30
  end
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # DeleteTarget
81
- # Delete Target Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already achieved. Required permission: - `action.target.delete` Required feature flag: - `actions`
80
+ # Delete Target
81
+ # Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already achieved. Required permission: - `action.target.delete` Required feature flag: - `actions`
82
82
  # @param action_service_delete_target_request [ActionServiceDeleteTargetRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [ActionServiceDeleteTargetResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # GetTarget
139
- # Get Target Returns the target identified by the requested ID. Required permission: - `action.target.read` Required feature flag: - `actions`
138
+ # Get Target
139
+ # Returns the target identified by the requested ID. Required permission: - `action.target.read` Required feature flag: - `actions`
140
140
  # @param action_service_get_target_request [ActionServiceGetTargetRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [ActionServiceGetTargetResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # ListExecutionFunctions
197
- # List Execution Functions List all available functions which can be used as condition for executions.
196
+ # List Execution Functions
197
+ # List all available functions which can be used as condition for executions.
198
198
  # @param body [Object]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [ActionServiceListExecutionFunctionsResponse]
@@ -251,8 +251,8 @@ module Zitadel::Client::Api
251
251
  return data
252
252
  end
253
253
 
254
- # ListExecutionMethods
255
- # List Execution Methods List all available methods which can be used as condition for executions.
254
+ # List Execution Methods
255
+ # List all available methods which can be used as condition for executions.
256
256
  # @param body [Object]
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [ActionServiceListExecutionMethodsResponse]
@@ -309,8 +309,8 @@ module Zitadel::Client::Api
309
309
  return data
310
310
  end
311
311
 
312
- # ListExecutionServices
313
- # List Execution Services List all available services which can be used as condition for executions.
312
+ # List Execution Services
313
+ # List all available services which can be used as condition for executions.
314
314
  # @param body [Object]
315
315
  # @param [Hash] opts the optional parameters
316
316
  # @return [ActionServiceListExecutionServicesResponse]
@@ -367,8 +367,8 @@ module Zitadel::Client::Api
367
367
  return data
368
368
  end
369
369
 
370
- # ListExecutions
371
- # List Executions List all matching executions. By default all executions of the instance are returned that have at least one execution target. Make sure to include a limit and sorting for pagination. Required permission: - `action.execution.read` Required feature flag: - `actions`
370
+ # List Executions
371
+ # List all matching executions. By default all executions of the instance are returned that have at least one execution target. Make sure to include a limit and sorting for pagination. Required permission: - `action.execution.read` Required feature flag: - `actions`
372
372
  # @param action_service_list_executions_request [ActionServiceListExecutionsRequest]
373
373
  # @param [Hash] opts the optional parameters
374
374
  # @return [ActionServiceListExecutionsResponse]
@@ -425,8 +425,8 @@ module Zitadel::Client::Api
425
425
  return data
426
426
  end
427
427
 
428
- # ListTargets
429
- # List targets List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination. Required permission: - `action.target.read` Required feature flag: - `actions`
428
+ # List targets
429
+ # List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination. Required permission: - `action.target.read` Required feature flag: - `actions`
430
430
  # @param action_service_list_targets_request [ActionServiceListTargetsRequest]
431
431
  # @param [Hash] opts the optional parameters
432
432
  # @return [ActionServiceListTargetsResponse]
@@ -483,8 +483,8 @@ module Zitadel::Client::Api
483
483
  return data
484
484
  end
485
485
 
486
- # SetExecution
487
- # Set Execution Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission: - `action.execution.write` Required feature flag: - `actions`
486
+ # Set Execution
487
+ # Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission: - `action.execution.write` Required feature flag: - `actions`
488
488
  # @param action_service_set_execution_request [ActionServiceSetExecutionRequest]
489
489
  # @param [Hash] opts the optional parameters
490
490
  # @return [ActionServiceSetExecutionResponse]
@@ -541,12 +541,12 @@ module Zitadel::Client::Api
541
541
  return data
542
542
  end
543
543
 
544
- # UpdateTarget
545
- # Update Target Update an existing target. To generate a new signing key set the optional expirationSigningKey. Required permission: - `action.target.write` Required feature flag: - `actions`
544
+ # Update Target
545
+ # Update an existing target. To generate a new signing key set the optional expirationSigningKey. Required permission: - `action.target.write` Required feature flag: - `actions`
546
546
  # @param action_service_update_target_request [ActionServiceUpdateTargetRequest]
547
547
  # @param [Hash] opts the optional parameters
548
548
  # @return [ActionServiceUpdateTargetResponse]
549
- def update_target(action_service_update_target_request, opts = {})
549
+ def update_target(action_service_update_target_request = {}, opts = {})
550
550
  if @api_client.config.debugging
551
551
  @api_client.config.logger.debug 'Calling API: Api::ActionServiceApi.update_target ...' # MODIFIED
552
552
  end
@@ -19,12 +19,12 @@ module Zitadel::Client::Api
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # CreateTarget
23
- # Create Target Create a new target to your endpoint, which can be used in executions. Required permission: - `action.target.write` Required feature flag: - `actions`
22
+ # Create Target
23
+ # Create a new target to your endpoint, which can be used in executions. Required permission: - `action.target.write` Required feature flag: - `actions`
24
24
  # @param beta_action_service_create_target_request [BetaActionServiceCreateTargetRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [BetaActionServiceCreateTargetResponse]
27
- def create_target(beta_action_service_create_target_request, opts = {})
27
+ def create_target(beta_action_service_create_target_request = {}, opts = {})
28
28
  if @api_client.config.debugging
29
29
  @api_client.config.logger.debug 'Calling API: Api::BetaActionServiceApi.create_target ...' # MODIFIED
30
30
  end
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # DeleteTarget
81
- # Delete Target Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already achieved. Required permission: - `action.target.delete` Required feature flag: - `actions`
80
+ # Delete Target
81
+ # Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already achieved. Required permission: - `action.target.delete` Required feature flag: - `actions`
82
82
  # @param beta_action_service_delete_target_request [BetaActionServiceDeleteTargetRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [BetaActionServiceDeleteTargetResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # GetTarget
139
- # Get Target Returns the target identified by the requested ID. Required permission: - `action.target.read` Required feature flag: - `actions`
138
+ # Get Target
139
+ # Returns the target identified by the requested ID. Required permission: - `action.target.read` Required feature flag: - `actions`
140
140
  # @param beta_action_service_get_target_request [BetaActionServiceGetTargetRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [BetaActionServiceGetTargetResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # ListExecutionFunctions
197
- # List Execution Functions List all available functions which can be used as condition for executions.
196
+ # List Execution Functions
197
+ # List all available functions which can be used as condition for executions.
198
198
  # @param body [Object]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [BetaActionServiceListExecutionFunctionsResponse]
@@ -251,8 +251,8 @@ module Zitadel::Client::Api
251
251
  return data
252
252
  end
253
253
 
254
- # ListExecutionMethods
255
- # List Execution Methods List all available methods which can be used as condition for executions.
254
+ # List Execution Methods
255
+ # List all available methods which can be used as condition for executions.
256
256
  # @param body [Object]
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [BetaActionServiceListExecutionMethodsResponse]
@@ -309,8 +309,8 @@ module Zitadel::Client::Api
309
309
  return data
310
310
  end
311
311
 
312
- # ListExecutionServices
313
- # List Execution Services List all available services which can be used as condition for executions.
312
+ # List Execution Services
313
+ # List all available services which can be used as condition for executions.
314
314
  # @param body [Object]
315
315
  # @param [Hash] opts the optional parameters
316
316
  # @return [BetaActionServiceListExecutionServicesResponse]
@@ -367,8 +367,8 @@ module Zitadel::Client::Api
367
367
  return data
368
368
  end
369
369
 
370
- # ListExecutions
371
- # List Executions List all matching executions. By default all executions of the instance are returned that have at least one execution target. Make sure to include a limit and sorting for pagination. Required permission: - `action.execution.read` Required feature flag: - `actions`
370
+ # List Executions
371
+ # List all matching executions. By default all executions of the instance are returned that have at least one execution target. Make sure to include a limit and sorting for pagination. Required permission: - `action.execution.read` Required feature flag: - `actions`
372
372
  # @param beta_action_service_list_executions_request [BetaActionServiceListExecutionsRequest]
373
373
  # @param [Hash] opts the optional parameters
374
374
  # @return [BetaActionServiceListExecutionsResponse]
@@ -425,8 +425,8 @@ module Zitadel::Client::Api
425
425
  return data
426
426
  end
427
427
 
428
- # ListTargets
429
- # List targets List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination. Required permission: - `action.target.read` Required feature flag: - `actions`
428
+ # List targets
429
+ # List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination. Required permission: - `action.target.read` Required feature flag: - `actions`
430
430
  # @param beta_action_service_list_targets_request [BetaActionServiceListTargetsRequest]
431
431
  # @param [Hash] opts the optional parameters
432
432
  # @return [BetaActionServiceListTargetsResponse]
@@ -483,8 +483,8 @@ module Zitadel::Client::Api
483
483
  return data
484
484
  end
485
485
 
486
- # SetExecution
487
- # Set Execution Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission: - `action.execution.write` Required feature flag: - `actions`
486
+ # Set Execution
487
+ # Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission: - `action.execution.write` Required feature flag: - `actions`
488
488
  # @param beta_action_service_set_execution_request [BetaActionServiceSetExecutionRequest]
489
489
  # @param [Hash] opts the optional parameters
490
490
  # @return [BetaActionServiceSetExecutionResponse]
@@ -541,12 +541,12 @@ module Zitadel::Client::Api
541
541
  return data
542
542
  end
543
543
 
544
- # UpdateTarget
545
- # Update Target Update an existing target. To generate a new signing key set the optional expirationSigningKey. Required permission: - `action.target.write` Required feature flag: - `actions`
544
+ # Update Target
545
+ # Update an existing target. To generate a new signing key set the optional expirationSigningKey. Required permission: - `action.target.write` Required feature flag: - `actions`
546
546
  # @param beta_action_service_update_target_request [BetaActionServiceUpdateTargetRequest]
547
547
  # @param [Hash] opts the optional parameters
548
548
  # @return [BetaActionServiceUpdateTargetResponse]
549
- def update_target(beta_action_service_update_target_request, opts = {})
549
+ def update_target(beta_action_service_update_target_request = {}, opts = {})
550
550
  if @api_client.config.debugging
551
551
  @api_client.config.logger.debug 'Calling API: Api::BetaActionServiceApi.update_target ...' # MODIFIED
552
552
  end
@@ -19,12 +19,12 @@ module Zitadel::Client::Api
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # CreateApplication
23
- # Create Application Create an application. The application can be OIDC, API or SAML type, based on the input. Required permissions: - project.app.write
22
+ # Create Application
23
+ # Create an application. The application can be OIDC, API or SAML type, based on the input. Required permissions: - project.app.write
24
24
  # @param beta_app_service_create_application_request [BetaAppServiceCreateApplicationRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [BetaAppServiceCreateApplicationResponse]
27
- def create_application(beta_app_service_create_application_request, opts = {})
27
+ def create_application(beta_app_service_create_application_request = {}, opts = {})
28
28
  if @api_client.config.debugging
29
29
  @api_client.config.logger.debug 'Calling API: Api::BetaAppServiceApi.create_application ...' # MODIFIED
30
30
  end
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # CreateApplicationKey
81
- # Create Application Key Create a new application key, which is used to authorize an API application. Key details are returned in the response. They must be stored safely, as it will not be possible to retrieve them again. Required permissions: - `project.app.write`
80
+ # Create Application Key
81
+ # Create a new application key, which is used to authorize an API application. Key details are returned in the response. They must be stored safely, as it will not be possible to retrieve them again. Required permissions: - `project.app.write`
82
82
  # @param beta_app_service_create_application_key_request [BetaAppServiceCreateApplicationKeyRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [BetaAppServiceCreateApplicationKeyResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # DeactivateApplication
139
- # Deactivate Application Deactivates the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.write
138
+ # Deactivate Application
139
+ # Deactivates the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.write
140
140
  # @param beta_app_service_deactivate_application_request [BetaAppServiceDeactivateApplicationRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [BetaAppServiceDeactivateApplicationResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # DeleteApplication
197
- # Delete Application Deletes the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.delete
196
+ # Delete Application
197
+ # Deletes the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.delete
198
198
  # @param beta_app_service_delete_application_request [BetaAppServiceDeleteApplicationRequest]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [BetaAppServiceDeleteApplicationResponse]
@@ -251,8 +251,8 @@ module Zitadel::Client::Api
251
251
  return data
252
252
  end
253
253
 
254
- # DeleteApplicationKey
255
- # Delete Application Key Deletes an application key matching the provided ID. Organization ID is not mandatory, but helps with filtering/performance. The deletion time is returned in response message. Required permissions: - `project.app.write`
254
+ # Delete Application Key
255
+ # Deletes an application key matching the provided ID. Organization ID is not mandatory, but helps with filtering/performance. The deletion time is returned in response message. Required permissions: - `project.app.write`
256
256
  # @param beta_app_service_delete_application_key_request [BetaAppServiceDeleteApplicationKeyRequest]
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [BetaAppServiceDeleteApplicationKeyResponse]
@@ -309,8 +309,8 @@ module Zitadel::Client::Api
309
309
  return data
310
310
  end
311
311
 
312
- # GetApplication
313
- # Get Application Retrieves the application matching the provided ID. Required permissions: - project.app.read
312
+ # Get Application
313
+ # Retrieves the application matching the provided ID. Required permissions: - project.app.read
314
314
  # @param beta_app_service_get_application_request [BetaAppServiceGetApplicationRequest]
315
315
  # @param [Hash] opts the optional parameters
316
316
  # @return [BetaAppServiceGetApplicationResponse]
@@ -367,8 +367,8 @@ module Zitadel::Client::Api
367
367
  return data
368
368
  end
369
369
 
370
- # GetApplicationKey
371
- # Get Application Key Retrieves the application key matching the provided ID. Specifying a project, organization and app ID is optional but help with filtering/performance. Required permissions: - project.app.read
370
+ # Get Application Key
371
+ # Retrieves the application key matching the provided ID. Specifying a project, organization and app ID is optional but help with filtering/performance. Required permissions: - project.app.read
372
372
  # @param beta_app_service_get_application_key_request [BetaAppServiceGetApplicationKeyRequest]
373
373
  # @param [Hash] opts the optional parameters
374
374
  # @return [BetaAppServiceGetApplicationKeyResponse]
@@ -425,12 +425,12 @@ module Zitadel::Client::Api
425
425
  return data
426
426
  end
427
427
 
428
- # ListApplicationKeys
429
- # List Application Keys Returns a list of application keys matching the input parameters. The result can be sorted by id, aggregate, creation date, expiration date, resource owner or type. It can also be filtered by app, project or organization ID. Required permissions: - project.app.read
428
+ # List Application Keys
429
+ # Returns a list of application keys matching the input parameters. The result can be sorted by id, aggregate, creation date, expiration date, resource owner or type. It can also be filtered by app, project or organization ID. Required permissions: - project.app.read
430
430
  # @param beta_app_service_list_application_keys_request [BetaAppServiceListApplicationKeysRequest]
431
431
  # @param [Hash] opts the optional parameters
432
432
  # @return [BetaAppServiceListApplicationKeysResponse]
433
- def list_application_keys(beta_app_service_list_application_keys_request, opts = {})
433
+ def list_application_keys(beta_app_service_list_application_keys_request = {}, opts = {})
434
434
  if @api_client.config.debugging
435
435
  @api_client.config.logger.debug 'Calling API: Api::BetaAppServiceApi.list_application_keys ...' # MODIFIED
436
436
  end
@@ -483,8 +483,8 @@ module Zitadel::Client::Api
483
483
  return data
484
484
  end
485
485
 
486
- # ListApplications
487
- # List Applications Returns a list of applications matching the input parameters that belong to the provided project. The result can be sorted by app id, name, creation date, change date or state. It can also be filtered by app state, app type and app name. Required permissions: - project.app.read
486
+ # List Applications
487
+ # Returns a list of applications matching the input parameters that belong to the provided project. The result can be sorted by app id, name, creation date, change date or state. It can also be filtered by app state, app type and app name. Required permissions: - project.app.read
488
488
  # @param beta_app_service_list_applications_request [BetaAppServiceListApplicationsRequest]
489
489
  # @param [Hash] opts the optional parameters
490
490
  # @return [BetaAppServiceListApplicationsResponse]
@@ -541,8 +541,8 @@ module Zitadel::Client::Api
541
541
  return data
542
542
  end
543
543
 
544
- # ReactivateApplication
545
- # Reactivate Application Reactivates the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.write
544
+ # Reactivate Application
545
+ # Reactivates the application belonging to the input project and matching the provided application ID. Required permissions: - project.app.write
546
546
  # @param beta_app_service_reactivate_application_request [BetaAppServiceReactivateApplicationRequest]
547
547
  # @param [Hash] opts the optional parameters
548
548
  # @return [BetaAppServiceReactivateApplicationResponse]
@@ -599,12 +599,12 @@ module Zitadel::Client::Api
599
599
  return data
600
600
  end
601
601
 
602
- # RegenerateClientSecret
603
- # Regenerate Client Secret Regenerates the client secret of an API or OIDC application that belongs to the input project. Required permissions: - project.app.write
602
+ # Regenerate Client Secret
603
+ # Regenerates the client secret of an API or OIDC application that belongs to the input project. Required permissions: - project.app.write
604
604
  # @param beta_app_service_regenerate_client_secret_request [BetaAppServiceRegenerateClientSecretRequest]
605
605
  # @param [Hash] opts the optional parameters
606
606
  # @return [BetaAppServiceRegenerateClientSecretResponse]
607
- def regenerate_client_secret(beta_app_service_regenerate_client_secret_request, opts = {})
607
+ def regenerate_client_secret(beta_app_service_regenerate_client_secret_request = {}, opts = {})
608
608
  if @api_client.config.debugging
609
609
  @api_client.config.logger.debug 'Calling API: Api::BetaAppServiceApi.regenerate_client_secret ...' # MODIFIED
610
610
  end
@@ -657,12 +657,12 @@ module Zitadel::Client::Api
657
657
  return data
658
658
  end
659
659
 
660
- # UpdateApplication
661
- # Update Application Changes the configuration of an OIDC, API or SAML type application, as well as the application name, based on the input provided. Required permissions: - project.app.write
660
+ # Update Application
661
+ # Changes the configuration of an OIDC, API or SAML type application, as well as the application name, based on the input provided. Required permissions: - project.app.write
662
662
  # @param beta_app_service_update_application_request [BetaAppServiceUpdateApplicationRequest]
663
663
  # @param [Hash] opts the optional parameters
664
664
  # @return [BetaAppServiceUpdateApplicationResponse]
665
- def update_application(beta_app_service_update_application_request, opts = {})
665
+ def update_application(beta_app_service_update_application_request = {}, opts = {})
666
666
  if @api_client.config.debugging
667
667
  @api_client.config.logger.debug 'Calling API: Api::BetaAppServiceApi.update_application ...' # MODIFIED
668
668
  end
@@ -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
- # ActivateAuthorization
23
- # Activate Authorization ActivateAuthorization activates an existing but inactive authorization. In case the authorization is already active, 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 authorization was activated by the request. Required permissions: - \"user.grant.write\"
22
+ # Activate Authorization
23
+ # ActivateAuthorization activates an existing but inactive authorization. In case the authorization is already active, 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 authorization was activated by the request. Required permissions: - \"user.grant.write\"
24
24
  # @param beta_authorization_service_activate_authorization_request [BetaAuthorizationServiceActivateAuthorizationRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [BetaAuthorizationServiceActivateAuthorizationResponse]
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # CreateAuthorization
81
- # Create Authorization CreateAuthorization creates a new authorization for a user in an owned or granted project. Required permissions: - \"user.grant.write\"
80
+ # Create Authorization
81
+ # CreateAuthorization creates a new authorization for a user in an owned or granted project. Required permissions: - \"user.grant.write\"
82
82
  # @param beta_authorization_service_create_authorization_request [BetaAuthorizationServiceCreateAuthorizationRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [BetaAuthorizationServiceCreateAuthorizationResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # DeactivateAuthorization
139
- # Deactivate Authorization DeactivateAuthorization deactivates an existing and active authorization. In case the authorization is already inactive, 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 authorization was deactivated by the request. Required permissions: - \"user.grant.write\"
138
+ # Deactivate Authorization
139
+ # DeactivateAuthorization deactivates an existing and active authorization. In case the authorization is already inactive, 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 authorization was deactivated by the request. Required permissions: - \"user.grant.write\"
140
140
  # @param beta_authorization_service_deactivate_authorization_request [BetaAuthorizationServiceDeactivateAuthorizationRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [BetaAuthorizationServiceDeactivateAuthorizationResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # DeleteAuthorization
197
- # Delete Authorization DeleteAuthorization deletes the authorization. In case the authorization is not found, the request will return a successful response as the desired state is already achieved. You can check the deletion date in the response to verify if the authorization was deleted by the request. Required permissions: - \"user.grant.delete\"
196
+ # Delete Authorization
197
+ # DeleteAuthorization deletes the authorization. In case the authorization is not found, the request will return a successful response as the desired state is already achieved. You can check the deletion date in the response to verify if the authorization was deleted by the request. Required permissions: - \"user.grant.delete\"
198
198
  # @param beta_authorization_service_delete_authorization_request [BetaAuthorizationServiceDeleteAuthorizationRequest]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [BetaAuthorizationServiceDeleteAuthorizationResponse]
@@ -251,8 +251,8 @@ module Zitadel::Client::Api
251
251
  return data
252
252
  end
253
253
 
254
- # ListAuthorizations
255
- # List Authorizations ListAuthorizations returns all authorizations matching the request and necessary permissions. Required permissions: - \"user.grant.read\" - no permissions required for listing own authorizations
254
+ # List Authorizations
255
+ # ListAuthorizations returns all authorizations matching the request and necessary permissions. Required permissions: - \"user.grant.read\" - no permissions required for listing own authorizations
256
256
  # @param beta_authorization_service_list_authorizations_request [BetaAuthorizationServiceListAuthorizationsRequest]
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [BetaAuthorizationServiceListAuthorizationsResponse]
@@ -309,8 +309,8 @@ module Zitadel::Client::Api
309
309
  return data
310
310
  end
311
311
 
312
- # UpdateAuthorization
313
- # Update Authorization UpdateAuthorization updates the authorization. Note that any role keys previously granted to the user and not present in the request will be revoked. Required permissions: - \"user.grant.write\"
312
+ # Update Authorization
313
+ # UpdateAuthorization updates the authorization. Note that any role keys previously granted to the user and not present in the request will be revoked. Required permissions: - \"user.grant.write\"
314
314
  # @param beta_authorization_service_update_authorization_request [BetaAuthorizationServiceUpdateAuthorizationRequest]
315
315
  # @param [Hash] opts the optional parameters
316
316
  # @return [BetaAuthorizationServiceUpdateAuthorizationResponse]
@@ -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
- # AddCustomDomain
23
- # Add Custom Domain Adds a custom domain to the instance in context. The instance_id in the input message will be used in the future Required permissions: - `system.domain.write`
22
+ # Add Custom Domain
23
+ # Adds a custom domain to the instance in context. The instance_id in the input message will be used in the future Required permissions: - `system.domain.write`
24
24
  # @param beta_instance_service_add_custom_domain_request [BetaInstanceServiceAddCustomDomainRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [BetaInstanceServiceAddCustomDomainResponse]
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # AddTrustedDomain
81
- # Add Trusted Domain Adds a trusted domain to the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
80
+ # Add Trusted Domain
81
+ # Adds a trusted domain to the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
82
82
  # @param beta_instance_service_add_trusted_domain_request [BetaInstanceServiceAddTrustedDomainRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [BetaInstanceServiceAddTrustedDomainResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # DeleteInstance
139
- # Delete Instance Deletes an instance with the given ID. Required permissions: - `system.instance.delete`
138
+ # Delete Instance
139
+ # Deletes an instance with the given ID. Required permissions: - `system.instance.delete`
140
140
  # @param beta_instance_service_delete_instance_request [BetaInstanceServiceDeleteInstanceRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [BetaInstanceServiceDeleteInstanceResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # GetInstance
197
- # Get Instance Returns the instance in the current context. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
196
+ # Get Instance
197
+ # Returns the instance in the current context. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
198
198
  # @param beta_instance_service_get_instance_request [BetaInstanceServiceGetInstanceRequest]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [BetaInstanceServiceGetInstanceResponse]
@@ -251,8 +251,8 @@ module Zitadel::Client::Api
251
251
  return data
252
252
  end
253
253
 
254
- # ListCustomDomains
255
- # List Custom Domains Lists custom domains of the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
254
+ # List Custom Domains
255
+ # Lists custom domains of the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
256
256
  # @param beta_instance_service_list_custom_domains_request [BetaInstanceServiceListCustomDomainsRequest]
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [BetaInstanceServiceListCustomDomainsResponse]
@@ -309,8 +309,8 @@ module Zitadel::Client::Api
309
309
  return data
310
310
  end
311
311
 
312
- # ListInstances
313
- # List Instances Lists instances matching the given query. The query can be used to filter either by instance ID or domain. The request is paginated and returns 100 results by default. Required permissions: - `system.instance.read`
312
+ # List Instances
313
+ # Lists instances matching the given query. The query can be used to filter either by instance ID or domain. The request is paginated and returns 100 results by default. Required permissions: - `system.instance.read`
314
314
  # @param beta_instance_service_list_instances_request [BetaInstanceServiceListInstancesRequest]
315
315
  # @param [Hash] opts the optional parameters
316
316
  # @return [BetaInstanceServiceListInstancesResponse]
@@ -367,8 +367,8 @@ module Zitadel::Client::Api
367
367
  return data
368
368
  end
369
369
 
370
- # ListTrustedDomains
371
- # List Trusted Domains Lists trusted domains of the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
370
+ # List Trusted Domains
371
+ # Lists trusted domains of the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.read`
372
372
  # @param beta_instance_service_list_trusted_domains_request [BetaInstanceServiceListTrustedDomainsRequest]
373
373
  # @param [Hash] opts the optional parameters
374
374
  # @return [BetaInstanceServiceListTrustedDomainsResponse]
@@ -425,8 +425,8 @@ module Zitadel::Client::Api
425
425
  return data
426
426
  end
427
427
 
428
- # RemoveCustomDomain
429
- # Remove Custom Domain Removes a custom domain from the instance. The instance_id in the input message will be used in the future. Required permissions: - `system.domain.write`
428
+ # Remove Custom Domain
429
+ # Removes a custom domain from the instance. The instance_id in the input message will be used in the future. Required permissions: - `system.domain.write`
430
430
  # @param beta_instance_service_remove_custom_domain_request [BetaInstanceServiceRemoveCustomDomainRequest]
431
431
  # @param [Hash] opts the optional parameters
432
432
  # @return [BetaInstanceServiceRemoveCustomDomainResponse]
@@ -483,8 +483,8 @@ module Zitadel::Client::Api
483
483
  return data
484
484
  end
485
485
 
486
- # RemoveTrustedDomain
487
- # Remove Trusted Domain Removes a trusted domain from the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
486
+ # Remove Trusted Domain
487
+ # Removes a trusted domain from the instance. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
488
488
  # @param beta_instance_service_remove_trusted_domain_request [BetaInstanceServiceRemoveTrustedDomainRequest]
489
489
  # @param [Hash] opts the optional parameters
490
490
  # @return [BetaInstanceServiceRemoveTrustedDomainResponse]
@@ -541,8 +541,8 @@ module Zitadel::Client::Api
541
541
  return data
542
542
  end
543
543
 
544
- # UpdateInstance
545
- # Update Instance Updates instance in context with the given name. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
544
+ # Update Instance
545
+ # Updates instance in context with the given name. The instance_id in the input message will be used in the future. Required permissions: - `iam.write`
546
546
  # @param beta_instance_service_update_instance_request [BetaInstanceServiceUpdateInstanceRequest]
547
547
  # @param [Hash] opts the optional parameters
548
548
  # @return [BetaInstanceServiceUpdateInstanceResponse]
@@ -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
- # CreateAdministrator
23
- # CreateAdministrator grants a administrator role to a user for a specific resource. Note that the roles are specific to the resource type. This means that if you want to grant a user the administrator role for an organization and a project, you need to create two administrator roles. Required permissions depend on the resource type: - \"iam.member.write\" for instance administrators - \"org.member.write\" for organization administrators - \"project.member.write\" for project administrators - \"project.grant.member.write\" for project grant administrators
22
+ # CreateAdministrator grants a administrator role to a user for a specific resource.
23
+ # Note that the roles are specific to the resource type. This means that if you want to grant a user the administrator role for an organization and a project, you need to create two administrator roles. Required permissions depend on the resource type: - \"iam.member.write\" for instance administrators - \"org.member.write\" for organization administrators - \"project.member.write\" for project administrators - \"project.grant.member.write\" for project grant administrators
24
24
  # @param beta_internal_permission_service_create_administrator_request [BetaInternalPermissionServiceCreateAdministratorRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [BetaInternalPermissionServiceCreateAdministratorResponse]
@@ -77,8 +77,8 @@ module Zitadel::Client::Api
77
77
  return data
78
78
  end
79
79
 
80
- # DeleteAdministrator
81
- # DeleteAdministrator revokes a administrator role from a user. In case the administrator role is not found, the request will return a successful response as the desired state is already achieved. You can check the deletion date in the response to verify if the administrator role was deleted during the request. Required permissions depend on the resource type: - \"iam.member.delete\" for instance administrators - \"org.member.delete\" for organization administrators - \"project.member.delete\" for project administrators - \"project.grant.member.delete\" for project grant administrators
80
+ # DeleteAdministrator revokes a administrator role from a user.
81
+ # In case the administrator role is not found, the request will return a successful response as the desired state is already achieved. You can check the deletion date in the response to verify if the administrator role was deleted during the request. Required permissions depend on the resource type: - \"iam.member.delete\" for instance administrators - \"org.member.delete\" for organization administrators - \"project.member.delete\" for project administrators - \"project.grant.member.delete\" for project grant administrators
82
82
  # @param beta_internal_permission_service_delete_administrator_request [BetaInternalPermissionServiceDeleteAdministratorRequest]
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [BetaInternalPermissionServiceDeleteAdministratorResponse]
@@ -135,8 +135,8 @@ module Zitadel::Client::Api
135
135
  return data
136
136
  end
137
137
 
138
- # ListAdministrators
139
- # ListAdministrators returns all administrators and its roles matching the request and necessary permissions. Required permissions depend on the resource type: - \"iam.member.read\" for instance administrators - \"org.member.read\" for organization administrators - \"project.member.read\" for project administrators - \"project.grant.member.read\" for project grant administrators - no permissions required for listing own administrator roles
138
+ # ListAdministrators returns all administrators and its roles matching the request and necessary permissions.
139
+ # Required permissions depend on the resource type: - \"iam.member.read\" for instance administrators - \"org.member.read\" for organization administrators - \"project.member.read\" for project administrators - \"project.grant.member.read\" for project grant administrators - no permissions required for listing own administrator roles
140
140
  # @param beta_internal_permission_service_list_administrators_request [BetaInternalPermissionServiceListAdministratorsRequest]
141
141
  # @param [Hash] opts the optional parameters
142
142
  # @return [BetaInternalPermissionServiceListAdministratorsResponse]
@@ -193,8 +193,8 @@ module Zitadel::Client::Api
193
193
  return data
194
194
  end
195
195
 
196
- # UpdateAdministrator
197
- # UpdateAdministrator updates the specific administrator role. Note that any role previously granted to the user and not present in the request will be revoked. Required permissions depend on the resource type: - \"iam.member.write\" for instance administrators - \"org.member.write\" for organization administrators - \"project.member.write\" for project administrators - \"project.grant.member.write\" for project grant administrators
196
+ # UpdateAdministrator updates the specific administrator role.
197
+ # Note that any role previously granted to the user and not present in the request will be revoked. Required permissions depend on the resource type: - \"iam.member.write\" for instance administrators - \"org.member.write\" for organization administrators - \"project.member.write\" for project administrators - \"project.grant.member.write\" for project grant administrators
198
198
  # @param beta_internal_permission_service_update_administrator_request [BetaInternalPermissionServiceUpdateAdministratorRequest]
199
199
  # @param [Hash] opts the optional parameters
200
200
  # @return [BetaInternalPermissionServiceUpdateAdministratorResponse]