zitadel-client 4.1.0.beta.7 → 4.1.0.beta.8
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.
- checksums.yaml +4 -4
- data/lib/zitadel/client/api/action_service_api.rb +22 -22
- data/lib/zitadel/client/api/beta_action_service_api.rb +22 -22
- data/lib/zitadel/client/api/beta_app_service_api.rb +28 -28
- data/lib/zitadel/client/api/beta_authorization_service_api.rb +12 -12
- data/lib/zitadel/client/api/beta_instance_service_api.rb +20 -20
- data/lib/zitadel/client/api/beta_internal_permission_service_api.rb +8 -8
- data/lib/zitadel/client/api/beta_o_i_d_c_service_api.rb +1 -1
- data/lib/zitadel/client/api/beta_organization_service_api.rb +28 -28
- data/lib/zitadel/client/api/beta_project_service_api.rb +34 -34
- data/lib/zitadel/client/api/beta_session_service_api.rb +5 -5
- data/lib/zitadel/client/api/beta_settings_service_api.rb +11 -11
- data/lib/zitadel/client/api/beta_telemetry_service_api.rb +2 -2
- data/lib/zitadel/client/api/beta_user_service_api.rb +77 -77
- data/lib/zitadel/client/api/beta_web_key_service_api.rb +8 -8
- data/lib/zitadel/client/api/feature_service_api.rb +24 -24
- data/lib/zitadel/client/api/identity_provider_service_api.rb +2 -2
- data/lib/zitadel/client/api/o_i_d_c_service_api.rb +6 -6
- data/lib/zitadel/client/api/organization_service_api.rb +4 -4
- data/lib/zitadel/client/api/s_a_m_l_service_api.rb +1 -1
- data/lib/zitadel/client/api/session_service_api.rb +5 -5
- data/lib/zitadel/client/api/settings_service_api.rb +17 -17
- data/lib/zitadel/client/api/user_service_api.rb +125 -125
- data/lib/zitadel/client/api/web_key_service_api.rb +8 -8
- data/lib/zitadel/client/models/action_service_any.rb +7 -5
- data/lib/zitadel/client/models/action_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/action_service_delete_target_request.rb +0 -12
- data/lib/zitadel/client/models/beta_action_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_action_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_action_service_delete_target_request.rb +0 -12
- data/lib/zitadel/client/models/beta_app_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_app_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_app_service_create_application_request.rb +0 -12
- data/lib/zitadel/client/models/beta_app_service_get_application_request.rb +0 -12
- data/lib/zitadel/client/models/beta_app_service_update_application_request.rb +0 -12
- data/lib/zitadel/client/models/beta_authorization_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_authorization_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_feature_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_feature_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_instance_service_add_trusted_domain_request.rb +0 -12
- data/lib/zitadel/client/models/beta_instance_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_instance_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_instance_service_remove_trusted_domain_request.rb +0 -12
- data/lib/zitadel/client/models/beta_internal_permission_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_internal_permission_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_o_i_d_c_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_o_i_d_c_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_organization_service_add_human_user_request.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_add_organization_domain_request.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_organization_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_organization_service_create_organization_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_create_organization_response.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_delete_organization_domain_request.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_delete_organization_metadata_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_delete_organization_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_generate_organization_domain_validation_request.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_hashed_password.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_list_organization_domains_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_list_organization_metadata_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_password.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_set_human_email.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_set_human_profile.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_set_metadata_entry.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_set_organization_metadata_request.rb +0 -12
- data/lib/zitadel/client/models/beta_organization_service_update_organization_request.rb +0 -24
- data/lib/zitadel/client/models/beta_organization_service_verify_organization_domain_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_activate_project_grant_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_activate_project_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_add_project_role_request.rb +0 -36
- data/lib/zitadel/client/models/beta_project_service_admin.rb +227 -0
- data/lib/zitadel/client/models/beta_project_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_project_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_project_service_create_project_grant_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_create_project_request.rb +14 -14
- data/lib/zitadel/client/models/beta_project_service_deactivate_project_grant_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_deactivate_project_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_delete_project_grant_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_delete_project_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_list_project_roles_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_remove_project_role_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_update_project_grant_request.rb +0 -24
- data/lib/zitadel/client/models/beta_project_service_update_project_request.rb +0 -12
- data/lib/zitadel/client/models/beta_project_service_update_project_role_request.rb +0 -26
- data/lib/zitadel/client/models/beta_session_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_session_service_check_web_auth_n.rb +0 -12
- data/lib/zitadel/client/models/beta_session_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_session_service_web_auth_n.rb +0 -24
- data/lib/zitadel/client/models/beta_settings_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_settings_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_telemetry_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_telemetry_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_user_service_add_human_user_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_add_i_d_p_link_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_add_o_t_p_email_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_add_o_t_p_s_m_s_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_user_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_user_service_create_passkey_registration_link_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_deactivate_user_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_delete_user_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_display_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_email_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_first_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_get_user_by_i_d_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_hashed_password.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_last_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_list_authentication_method_types_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_lock_user_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_login_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_nick_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_organization_id_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_passkey_registration_code.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_password.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_password_reset_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_phone_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_reactivate_user_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_register_passkey_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_register_t_o_t_p_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_register_u2_f_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_remove_o_t_p_email_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_remove_o_t_p_s_m_s_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_remove_phone_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_remove_t_o_t_p_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_resend_email_code_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_resend_phone_code_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_set_email_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_set_human_email.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_set_human_profile.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_set_metadata_entry.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_set_password_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_set_phone_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_state_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_type_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_unlock_user_request.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_user_name_query.rb +0 -12
- data/lib/zitadel/client/models/beta_user_service_verify_email_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_verify_passkey_registration_request.rb +0 -48
- data/lib/zitadel/client/models/beta_user_service_verify_phone_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_verify_t_o_t_p_registration_request.rb +0 -24
- data/lib/zitadel/client/models/beta_user_service_verify_u2_f_registration_request.rb +0 -48
- data/lib/zitadel/client/models/beta_web_key_service_activate_web_key_request.rb +0 -12
- data/lib/zitadel/client/models/beta_web_key_service_any.rb +7 -5
- data/lib/zitadel/client/models/beta_web_key_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/beta_web_key_service_delete_web_key_request.rb +0 -12
- data/lib/zitadel/client/models/feature_service_any.rb +7 -5
- data/lib/zitadel/client/models/feature_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/identity_provider_service_any.rb +7 -5
- data/lib/zitadel/client/models/identity_provider_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/o_i_d_c_service_any.rb +7 -5
- data/lib/zitadel/client/models/o_i_d_c_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/organization_service_add_human_user_request.rb +0 -24
- data/lib/zitadel/client/models/organization_service_add_organization_request.rb +0 -12
- data/lib/zitadel/client/models/organization_service_any.rb +7 -5
- data/lib/zitadel/client/models/organization_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/organization_service_hashed_password.rb +0 -12
- data/lib/zitadel/client/models/organization_service_organization_domain_query.rb +0 -12
- data/lib/zitadel/client/models/organization_service_organization_i_d_query.rb +0 -12
- data/lib/zitadel/client/models/organization_service_organization_name_query.rb +0 -12
- data/lib/zitadel/client/models/organization_service_password.rb +0 -12
- data/lib/zitadel/client/models/organization_service_set_human_email.rb +0 -12
- data/lib/zitadel/client/models/organization_service_set_human_profile.rb +0 -24
- data/lib/zitadel/client/models/organization_service_set_metadata_entry.rb +0 -24
- data/lib/zitadel/client/models/s_a_m_l_service_any.rb +7 -5
- data/lib/zitadel/client/models/s_a_m_l_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/session_service_any.rb +7 -5
- data/lib/zitadel/client/models/session_service_check_web_auth_n.rb +0 -12
- data/lib/zitadel/client/models/session_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/session_service_web_auth_n.rb +0 -24
- data/lib/zitadel/client/models/settings_service_any.rb +7 -5
- data/lib/zitadel/client/models/settings_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/user_service_add_human_user_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_add_i_d_p_link_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_add_o_t_p_email_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_add_o_t_p_s_m_s_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_any.rb +7 -5
- data/lib/zitadel/client/models/user_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/user_service_create_invite_code_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_create_passkey_registration_link_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_deactivate_user_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_delete_user_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_display_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_email_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_first_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_get_user_by_i_d_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_hashed_password.rb +0 -12
- data/lib/zitadel/client/models/user_service_human_m_f_a_init_skipped_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_last_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_list_authentication_factors_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_list_authentication_method_types_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_list_passkeys_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_list_user_metadata_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_lock_user_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_login_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_nick_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_organization_id_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_passkey_registration_code.rb +0 -24
- data/lib/zitadel/client/models/user_service_password.rb +0 -12
- data/lib/zitadel/client/models/user_service_password_reset_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_phone_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_reactivate_user_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_register_passkey_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_register_t_o_t_p_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_register_u2_f_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_remove_i_d_p_link_request.rb +0 -36
- data/lib/zitadel/client/models/user_service_remove_o_t_p_email_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_remove_o_t_p_s_m_s_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_remove_passkey_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_remove_phone_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_remove_t_o_t_p_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_remove_u2_f_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_resend_email_code_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_resend_invite_code_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_resend_phone_code_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_send_email_code_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_set_email_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_set_human_email.rb +0 -12
- data/lib/zitadel/client/models/user_service_set_human_profile.rb +0 -24
- data/lib/zitadel/client/models/user_service_set_metadata_entry.rb +0 -24
- data/lib/zitadel/client/models/user_service_set_password_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_set_phone_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_set_user_metadata_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_state_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_type_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_unlock_user_request.rb +0 -12
- data/lib/zitadel/client/models/user_service_user_name_query.rb +0 -12
- data/lib/zitadel/client/models/user_service_verify_email_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_verify_invite_code_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_verify_passkey_registration_request.rb +0 -48
- data/lib/zitadel/client/models/user_service_verify_phone_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_verify_t_o_t_p_registration_request.rb +0 -24
- data/lib/zitadel/client/models/user_service_verify_u2_f_registration_request.rb +0 -48
- data/lib/zitadel/client/models/web_key_service_activate_web_key_request.rb +0 -12
- data/lib/zitadel/client/models/web_key_service_any.rb +7 -5
- data/lib/zitadel/client/models/web_key_service_connect_error.rb +10 -7
- data/lib/zitadel/client/models/web_key_service_delete_web_key_request.rb +0 -12
- data/lib/zitadel/client/version.rb +1 -1
- metadata +2 -1
@@ -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
|
-
#
|
23
|
-
#
|
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
|
-
#
|
81
|
-
#
|
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
|
-
#
|
139
|
-
# Delete
|
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
|
-
#
|
197
|
-
# List
|
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' => :'
|
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
|
-
|
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
|
-
|
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
|
-
:'
|
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
|
-
:'
|
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?(:'
|
110
|
-
|
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
|
-
|
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,
|
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' => :'
|
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
|
-
|
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
|
-
|
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
|
-
:'
|
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
|
-
:'
|
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?(:'
|
110
|
-
|
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
|
-
|
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,
|
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' => :'
|
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
|
-
|
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
|
-
|
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
|
-
:'
|
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
|
-
:'
|
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?(:'
|
110
|
-
|
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
|
-
|
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,
|
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' => :'
|
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
|
-
|
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
|
-
|
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
|
-
:'
|
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
|
-
:'
|
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?(:'
|
110
|
-
|
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
|
-
|
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,
|
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' => :'
|
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
|
-
|
87
|
-
self.debug = value
|
88
|
-
end
|
90
|
+
self.debug = attributes[:'debug']
|
89
91
|
end
|
90
92
|
end
|
91
93
|
|