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
@@ -71,8 +71,6 @@ module Zitadel::Client::Models
|
|
71
71
|
|
72
72
|
if attributes.key?(:'password')
|
73
73
|
self.password = attributes[:'password']
|
74
|
-
else
|
75
|
-
self.password = nil
|
76
74
|
end
|
77
75
|
|
78
76
|
if attributes.key?(:'change_required')
|
@@ -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] password Value to be assigned
|
85
|
-
def password=(password)
|
86
|
-
if password.nil?
|
87
|
-
fail ArgumentError, 'password cannot be nil'
|
88
|
-
end
|
89
|
-
|
90
|
-
@password = password
|
91
|
-
end
|
92
|
-
|
93
81
|
# Checks equality by comparing each attribute.
|
94
82
|
# @param [Object] Object to be compared
|
95
83
|
def ==(o)
|
@@ -79,8 +79,6 @@ module Zitadel::Client::Models
|
|
79
79
|
|
80
80
|
if attributes.key?(:'email')
|
81
81
|
self.email = attributes[:'email']
|
82
|
-
else
|
83
|
-
self.email = nil
|
84
82
|
end
|
85
83
|
|
86
84
|
if attributes.key?(:'is_verified')
|
@@ -96,16 +94,6 @@ module Zitadel::Client::Models
|
|
96
94
|
end
|
97
95
|
end
|
98
96
|
|
99
|
-
# Custom attribute writer method with validation
|
100
|
-
# @param [String] email Value to be assigned
|
101
|
-
def email=(email)
|
102
|
-
if email.nil?
|
103
|
-
fail ArgumentError, 'email cannot be nil'
|
104
|
-
end
|
105
|
-
|
106
|
-
@email = email
|
107
|
-
end
|
108
|
-
|
109
97
|
# Checks equality by comparing each attribute.
|
110
98
|
# @param [Object] Object to be compared
|
111
99
|
def ==(o)
|
@@ -112,14 +112,10 @@ module Zitadel::Client::Models
|
|
112
112
|
|
113
113
|
if attributes.key?(:'given_name')
|
114
114
|
self.given_name = attributes[:'given_name']
|
115
|
-
else
|
116
|
-
self.given_name = nil
|
117
115
|
end
|
118
116
|
|
119
117
|
if attributes.key?(:'family_name')
|
120
118
|
self.family_name = attributes[:'family_name']
|
121
|
-
else
|
122
|
-
self.family_name = nil
|
123
119
|
end
|
124
120
|
|
125
121
|
if attributes.key?(:'nick_name')
|
@@ -139,26 +135,6 @@ module Zitadel::Client::Models
|
|
139
135
|
end
|
140
136
|
end
|
141
137
|
|
142
|
-
# Custom attribute writer method with validation
|
143
|
-
# @param [String] given_name Value to be assigned
|
144
|
-
def given_name=(given_name)
|
145
|
-
if given_name.nil?
|
146
|
-
fail ArgumentError, 'given_name cannot be nil'
|
147
|
-
end
|
148
|
-
|
149
|
-
@given_name = given_name
|
150
|
-
end
|
151
|
-
|
152
|
-
# Custom attribute writer method with validation
|
153
|
-
# @param [String] family_name Value to be assigned
|
154
|
-
def family_name=(family_name)
|
155
|
-
if family_name.nil?
|
156
|
-
fail ArgumentError, 'family_name cannot be nil'
|
157
|
-
end
|
158
|
-
|
159
|
-
@family_name = family_name
|
160
|
-
end
|
161
|
-
|
162
138
|
# Checks equality by comparing each attribute.
|
163
139
|
# @param [Object] Object to be compared
|
164
140
|
def ==(o)
|
@@ -71,37 +71,13 @@ module Zitadel::Client::Models
|
|
71
71
|
|
72
72
|
if attributes.key?(:'key')
|
73
73
|
self.key = attributes[:'key']
|
74
|
-
else
|
75
|
-
self.key = nil
|
76
74
|
end
|
77
75
|
|
78
76
|
if attributes.key?(:'value')
|
79
77
|
self.value = attributes[:'value']
|
80
|
-
else
|
81
|
-
self.value = nil
|
82
78
|
end
|
83
79
|
end
|
84
80
|
|
85
|
-
# Custom attribute writer method with validation
|
86
|
-
# @param [String] key Value to be assigned
|
87
|
-
def key=(key)
|
88
|
-
if key.nil?
|
89
|
-
fail ArgumentError, 'key cannot be nil'
|
90
|
-
end
|
91
|
-
|
92
|
-
@key = key
|
93
|
-
end
|
94
|
-
|
95
|
-
# Custom attribute writer method with validation
|
96
|
-
# @param [String] value Value to be assigned
|
97
|
-
def value=(value)
|
98
|
-
if value.nil?
|
99
|
-
fail ArgumentError, 'value cannot be nil'
|
100
|
-
end
|
101
|
-
|
102
|
-
@value = value
|
103
|
-
end
|
104
|
-
|
105
81
|
# Checks equality by comparing each attribute.
|
106
82
|
# @param [Object] Object to be compared
|
107
83
|
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 SAMLServiceAny
|
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<SAMLServiceAny>'
|
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 SessionServiceAny
|
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<SessionServiceAny>'
|
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 [SessionServiceUserVerificationRequirement] 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 SettingsServiceAny
|
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<SettingsServiceAny>'
|
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 [UserServiceSetHumanProfile] 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 [UserServiceSetHumanEmail] 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 UserServiceAny
|
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
|
|