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.
- 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_internal_permission_service_project_grant.rb +8 -8
- 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 +3 -2
@@ -117,8 +117,6 @@ module Zitadel::Client::Models
|
|
117
117
|
|
118
118
|
if attributes.key?(:'id')
|
119
119
|
self.id = attributes[:'id']
|
120
|
-
else
|
121
|
-
self.id = nil
|
122
120
|
end
|
123
121
|
|
124
122
|
if attributes.key?(:'name')
|
@@ -142,16 +140,6 @@ module Zitadel::Client::Models
|
|
142
140
|
end
|
143
141
|
end
|
144
142
|
|
145
|
-
# Custom attribute writer method with validation
|
146
|
-
# @param [String] id Value to be assigned
|
147
|
-
def id=(id)
|
148
|
-
if id.nil?
|
149
|
-
fail ArgumentError, 'id cannot be nil'
|
150
|
-
end
|
151
|
-
|
152
|
-
@id = id
|
153
|
-
end
|
154
|
-
|
155
143
|
# Checks equality by comparing each attribute.
|
156
144
|
# @param [Object] Object to be compared
|
157
145
|
def ==(o)
|
@@ -85,20 +85,14 @@ module Zitadel::Client::Models
|
|
85
85
|
|
86
86
|
if attributes.key?(:'project_id')
|
87
87
|
self.project_id = attributes[:'project_id']
|
88
|
-
else
|
89
|
-
self.project_id = nil
|
90
88
|
end
|
91
89
|
|
92
90
|
if attributes.key?(:'role_key')
|
93
91
|
self.role_key = attributes[:'role_key']
|
94
|
-
else
|
95
|
-
self.role_key = nil
|
96
92
|
end
|
97
93
|
|
98
94
|
if attributes.key?(:'display_name')
|
99
95
|
self.display_name = attributes[:'display_name']
|
100
|
-
else
|
101
|
-
self.display_name = nil
|
102
96
|
end
|
103
97
|
|
104
98
|
if attributes.key?(:'group')
|
@@ -106,26 +100,6 @@ module Zitadel::Client::Models
|
|
106
100
|
end
|
107
101
|
end
|
108
102
|
|
109
|
-
# Custom attribute writer method with validation
|
110
|
-
# @param [String] project_id Value to be assigned
|
111
|
-
def project_id=(project_id)
|
112
|
-
if project_id.nil?
|
113
|
-
fail ArgumentError, 'project_id cannot be nil'
|
114
|
-
end
|
115
|
-
|
116
|
-
@project_id = project_id
|
117
|
-
end
|
118
|
-
|
119
|
-
# Custom attribute writer method with validation
|
120
|
-
# @param [String] role_key Value to be assigned
|
121
|
-
def role_key=(role_key)
|
122
|
-
if role_key.nil?
|
123
|
-
fail ArgumentError, 'role_key cannot be nil'
|
124
|
-
end
|
125
|
-
|
126
|
-
@role_key = role_key
|
127
|
-
end
|
128
|
-
|
129
103
|
# Checks equality by comparing each attribute.
|
130
104
|
# @param [Object] Object to be compared
|
131
105
|
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 BetaSessionServiceAny
|
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
|
|
@@ -70,21 +70,9 @@ module Zitadel::Client::Models
|
|
70
70
|
if (value = attributes[:'credential_assertion_data']).is_a?(Hash)
|
71
71
|
self.credential_assertion_data = value
|
72
72
|
end
|
73
|
-
else
|
74
|
-
self.credential_assertion_data = nil
|
75
73
|
end
|
76
74
|
end
|
77
75
|
|
78
|
-
# Custom attribute writer method with validation
|
79
|
-
# @param [Hash<String, Object>] credential_assertion_data Value to be assigned
|
80
|
-
def credential_assertion_data=(credential_assertion_data)
|
81
|
-
if credential_assertion_data.nil?
|
82
|
-
fail ArgumentError, 'credential_assertion_data cannot be nil'
|
83
|
-
end
|
84
|
-
|
85
|
-
@credential_assertion_data = credential_assertion_data
|
86
|
-
end
|
87
|
-
|
88
76
|
# Checks equality by comparing each attribute.
|
89
77
|
# @param [Object] Object to be compared
|
90
78
|
def ==(o)
|
@@ -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<BetaSessionServiceAny>'
|
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
|
@@ -93,37 +93,13 @@ module Zitadel::Client::Models
|
|
93
93
|
|
94
94
|
if attributes.key?(:'domain')
|
95
95
|
self.domain = attributes[:'domain']
|
96
|
-
else
|
97
|
-
self.domain = nil
|
98
96
|
end
|
99
97
|
|
100
98
|
if attributes.key?(:'user_verification_requirement')
|
101
99
|
self.user_verification_requirement = attributes[:'user_verification_requirement']
|
102
|
-
else
|
103
|
-
self.user_verification_requirement = nil
|
104
100
|
end
|
105
101
|
end
|
106
102
|
|
107
|
-
# Custom attribute writer method with validation
|
108
|
-
# @param [String] domain Value to be assigned
|
109
|
-
def domain=(domain)
|
110
|
-
if domain.nil?
|
111
|
-
fail ArgumentError, 'domain cannot be nil'
|
112
|
-
end
|
113
|
-
|
114
|
-
@domain = domain
|
115
|
-
end
|
116
|
-
|
117
|
-
# Custom attribute writer method with validation
|
118
|
-
# @param [BetaSessionServiceUserVerificationRequirement] user_verification_requirement Value to be assigned
|
119
|
-
def user_verification_requirement=(user_verification_requirement)
|
120
|
-
if user_verification_requirement.nil?
|
121
|
-
fail ArgumentError, 'user_verification_requirement cannot be nil'
|
122
|
-
end
|
123
|
-
|
124
|
-
@user_verification_requirement = user_verification_requirement
|
125
|
-
end
|
126
|
-
|
127
103
|
# Checks equality by comparing each attribute.
|
128
104
|
# @param [Object] Object to be compared
|
129
105
|
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 BetaSettingsServiceAny
|
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<BetaSettingsServiceAny>'
|
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 BetaTelemetryServiceAny
|
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<BetaTelemetryServiceAny>'
|
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
|
@@ -125,14 +125,10 @@ module Zitadel::Client::Models
|
|
125
125
|
|
126
126
|
if attributes.key?(:'profile')
|
127
127
|
self.profile = attributes[:'profile']
|
128
|
-
else
|
129
|
-
self.profile = nil
|
130
128
|
end
|
131
129
|
|
132
130
|
if attributes.key?(:'email')
|
133
131
|
self.email = attributes[:'email']
|
134
|
-
else
|
135
|
-
self.email = nil
|
136
132
|
end
|
137
133
|
|
138
134
|
if attributes.key?(:'phone')
|
@@ -164,26 +160,6 @@ module Zitadel::Client::Models
|
|
164
160
|
end
|
165
161
|
end
|
166
162
|
|
167
|
-
# Custom attribute writer method with validation
|
168
|
-
# @param [BetaUserServiceSetHumanProfile] profile Value to be assigned
|
169
|
-
def profile=(profile)
|
170
|
-
if profile.nil?
|
171
|
-
fail ArgumentError, 'profile cannot be nil'
|
172
|
-
end
|
173
|
-
|
174
|
-
@profile = profile
|
175
|
-
end
|
176
|
-
|
177
|
-
# Custom attribute writer method with validation
|
178
|
-
# @param [BetaUserServiceSetHumanEmail] email Value to be assigned
|
179
|
-
def email=(email)
|
180
|
-
if email.nil?
|
181
|
-
fail ArgumentError, 'email cannot be nil'
|
182
|
-
end
|
183
|
-
|
184
|
-
@email = email
|
185
|
-
end
|
186
|
-
|
187
163
|
# Checks equality by comparing each attribute.
|
188
164
|
# @param [Object] Object to be compared
|
189
165
|
def ==(o)
|
@@ -71,8 +71,6 @@ module Zitadel::Client::Models
|
|
71
71
|
|
72
72
|
if attributes.key?(:'user_id')
|
73
73
|
self.user_id = attributes[:'user_id']
|
74
|
-
else
|
75
|
-
self.user_id = nil
|
76
74
|
end
|
77
75
|
|
78
76
|
if attributes.key?(:'idp_link')
|
@@ -80,16 +78,6 @@ module Zitadel::Client::Models
|
|
80
78
|
end
|
81
79
|
end
|
82
80
|
|
83
|
-
# Custom attribute writer method with validation
|
84
|
-
# @param [String] user_id Value to be assigned
|
85
|
-
def user_id=(user_id)
|
86
|
-
if user_id.nil?
|
87
|
-
fail ArgumentError, 'user_id cannot be nil'
|
88
|
-
end
|
89
|
-
|
90
|
-
@user_id = user_id
|
91
|
-
end
|
92
|
-
|
93
81
|
# Checks equality by comparing each attribute.
|
94
82
|
# @param [Object] Object to be compared
|
95
83
|
def ==(o)
|
@@ -67,21 +67,9 @@ module Zitadel::Client::Models
|
|
67
67
|
|
68
68
|
if attributes.key?(:'user_id')
|
69
69
|
self.user_id = attributes[:'user_id']
|
70
|
-
else
|
71
|
-
self.user_id = nil
|
72
70
|
end
|
73
71
|
end
|
74
72
|
|
75
|
-
# Custom attribute writer method with validation
|
76
|
-
# @param [String] user_id Value to be assigned
|
77
|
-
def user_id=(user_id)
|
78
|
-
if user_id.nil?
|
79
|
-
fail ArgumentError, 'user_id cannot be nil'
|
80
|
-
end
|
81
|
-
|
82
|
-
@user_id = user_id
|
83
|
-
end
|
84
|
-
|
85
73
|
# Checks equality by comparing each attribute.
|
86
74
|
# @param [Object] Object to be compared
|
87
75
|
def ==(o)
|
@@ -67,21 +67,9 @@ module Zitadel::Client::Models
|
|
67
67
|
|
68
68
|
if attributes.key?(:'user_id')
|
69
69
|
self.user_id = attributes[:'user_id']
|
70
|
-
else
|
71
|
-
self.user_id = nil
|
72
70
|
end
|
73
71
|
end
|
74
72
|
|
75
|
-
# Custom attribute writer method with validation
|
76
|
-
# @param [String] user_id Value to be assigned
|
77
|
-
def user_id=(user_id)
|
78
|
-
if user_id.nil?
|
79
|
-
fail ArgumentError, 'user_id cannot be nil'
|
80
|
-
end
|
81
|
-
|
82
|
-
@user_id = user_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 BetaUserServiceAny
|
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<BetaUserServiceAny>'
|
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
|
data/lib/zitadel/client/models/beta_user_service_create_passkey_registration_link_request.rb
CHANGED
@@ -75,8 +75,6 @@ module Zitadel::Client::Models
|
|
75
75
|
|
76
76
|
if attributes.key?(:'user_id')
|
77
77
|
self.user_id = attributes[:'user_id']
|
78
|
-
else
|
79
|
-
self.user_id = nil
|
80
78
|
end
|
81
79
|
|
82
80
|
if attributes.key?(:'return_code')
|
@@ -88,16 +86,6 @@ module Zitadel::Client::Models
|
|
88
86
|
end
|
89
87
|
end
|
90
88
|
|
91
|
-
# Custom attribute writer method with validation
|
92
|
-
# @param [String] user_id Value to be assigned
|
93
|
-
def user_id=(user_id)
|
94
|
-
if user_id.nil?
|
95
|
-
fail ArgumentError, 'user_id cannot be nil'
|
96
|
-
end
|
97
|
-
|
98
|
-
@user_id = user_id
|
99
|
-
end
|
100
|
-
|
101
89
|
# Checks equality by comparing each attribute.
|
102
90
|
# @param [Object] Object to be compared
|
103
91
|
def ==(o)
|