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
@@ -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<BetaFeatureServiceAny>'
|
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
|
@@ -75,21 +75,9 @@ module Zitadel::Client::Models
|
|
75
75
|
|
76
76
|
if attributes.key?(:'domain')
|
77
77
|
self.domain = attributes[:'domain']
|
78
|
-
else
|
79
|
-
self.domain = nil
|
80
78
|
end
|
81
79
|
end
|
82
80
|
|
83
|
-
# Custom attribute writer method with validation
|
84
|
-
# @param [String] domain Value to be assigned
|
85
|
-
def domain=(domain)
|
86
|
-
if domain.nil?
|
87
|
-
fail ArgumentError, 'domain cannot be nil'
|
88
|
-
end
|
89
|
-
|
90
|
-
@domain = domain
|
91
|
-
end
|
92
|
-
|
93
81
|
# Checks equality by comparing each attribute.
|
94
82
|
# @param [Object] Object to be compared
|
95
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 BetaInstanceServiceAny
|
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<BetaInstanceServiceAny>'
|
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
|
@@ -75,21 +75,9 @@ module Zitadel::Client::Models
|
|
75
75
|
|
76
76
|
if attributes.key?(:'domain')
|
77
77
|
self.domain = attributes[:'domain']
|
78
|
-
else
|
79
|
-
self.domain = nil
|
80
78
|
end
|
81
79
|
end
|
82
80
|
|
83
|
-
# Custom attribute writer method with validation
|
84
|
-
# @param [String] domain Value to be assigned
|
85
|
-
def domain=(domain)
|
86
|
-
if domain.nil?
|
87
|
-
fail ArgumentError, 'domain cannot be nil'
|
88
|
-
end
|
89
|
-
|
90
|
-
@domain = domain
|
91
|
-
end
|
92
|
-
|
93
81
|
# Checks equality by comparing each attribute.
|
94
82
|
# @param [Object] Object to be compared
|
95
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 BetaInternalPermissionServiceAny
|
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<BetaInternalPermissionServiceAny>'
|
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
|
@@ -18,14 +18,14 @@ module Zitadel::Client::Models
|
|
18
18
|
# ProjectID is required to grant administrator privileges for a specific project.
|
19
19
|
attr_accessor :project_id
|
20
20
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
21
|
+
# OrganizationID is required to grant administrator privileges for a specific project grant.
|
22
|
+
attr_accessor :organization_id
|
23
23
|
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
25
|
def self.attribute_map
|
26
26
|
{
|
27
27
|
:'project_id' => :'projectId',
|
28
|
-
:'
|
28
|
+
:'organization_id' => :'organizationId'
|
29
29
|
}
|
30
30
|
end
|
31
31
|
|
@@ -43,7 +43,7 @@ module Zitadel::Client::Models
|
|
43
43
|
def self.openapi_types
|
44
44
|
{
|
45
45
|
:'project_id' => :'String',
|
46
|
-
:'
|
46
|
+
:'organization_id' => :'String'
|
47
47
|
}
|
48
48
|
end
|
49
49
|
|
@@ -75,8 +75,8 @@ module Zitadel::Client::Models
|
|
75
75
|
self.project_id = attributes[:'project_id']
|
76
76
|
end
|
77
77
|
|
78
|
-
if attributes.key?(:'
|
79
|
-
self.
|
78
|
+
if attributes.key?(:'organization_id')
|
79
|
+
self.organization_id = attributes[:'organization_id']
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
@@ -86,7 +86,7 @@ module Zitadel::Client::Models
|
|
86
86
|
return true if self.equal?(o)
|
87
87
|
self.class == o.class &&
|
88
88
|
project_id == o.project_id &&
|
89
|
-
|
89
|
+
organization_id == o.organization_id
|
90
90
|
end
|
91
91
|
|
92
92
|
# @see the `==` method
|
@@ -98,7 +98,7 @@ module Zitadel::Client::Models
|
|
98
98
|
# Calculates hash code according to all attributes.
|
99
99
|
# @return [Integer] Hash code
|
100
100
|
def hash
|
101
|
-
[project_id,
|
101
|
+
[project_id, organization_id].hash
|
102
102
|
end
|
103
103
|
|
104
104
|
# 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 BetaOIDCServiceAny
|
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<BetaOIDCServiceAny>'
|
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 [BetaOrganizationServiceSetHumanProfile] 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 [BetaOrganizationServiceSetHumanEmail] 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)
|
@@ -73,37 +73,13 @@ module Zitadel::Client::Models
|
|
73
73
|
|
74
74
|
if attributes.key?(:'organization_id')
|
75
75
|
self.organization_id = attributes[:'organization_id']
|
76
|
-
else
|
77
|
-
self.organization_id = nil
|
78
76
|
end
|
79
77
|
|
80
78
|
if attributes.key?(:'domain')
|
81
79
|
self.domain = attributes[:'domain']
|
82
|
-
else
|
83
|
-
self.domain = nil
|
84
80
|
end
|
85
81
|
end
|
86
82
|
|
87
|
-
# Custom attribute writer method with validation
|
88
|
-
# @param [String] organization_id Value to be assigned
|
89
|
-
def organization_id=(organization_id)
|
90
|
-
if organization_id.nil?
|
91
|
-
fail ArgumentError, 'organization_id cannot be nil'
|
92
|
-
end
|
93
|
-
|
94
|
-
@organization_id = organization_id
|
95
|
-
end
|
96
|
-
|
97
|
-
# Custom attribute writer method with validation
|
98
|
-
# @param [String] domain Value to be assigned
|
99
|
-
def domain=(domain)
|
100
|
-
if domain.nil?
|
101
|
-
fail ArgumentError, 'domain cannot be nil'
|
102
|
-
end
|
103
|
-
|
104
|
-
@domain = domain
|
105
|
-
end
|
106
|
-
|
107
83
|
# Checks equality by comparing each attribute.
|
108
84
|
# @param [Object] Object to be compared
|
109
85
|
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 BetaOrganizationServiceAny
|
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<BetaOrganizationServiceAny>'
|
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
|
@@ -79,8 +79,6 @@ module Zitadel::Client::Models
|
|
79
79
|
|
80
80
|
if attributes.key?(:'name')
|
81
81
|
self.name = attributes[:'name']
|
82
|
-
else
|
83
|
-
self.name = nil
|
84
82
|
end
|
85
83
|
|
86
84
|
if attributes.key?(:'id')
|
@@ -94,16 +92,6 @@ module Zitadel::Client::Models
|
|
94
92
|
end
|
95
93
|
end
|
96
94
|
|
97
|
-
# Custom attribute writer method with validation
|
98
|
-
# @param [String] name Value to be assigned
|
99
|
-
def name=(name)
|
100
|
-
if name.nil?
|
101
|
-
fail ArgumentError, 'name cannot be nil'
|
102
|
-
end
|
103
|
-
|
104
|
-
@name = name
|
105
|
-
end
|
106
|
-
|
107
95
|
# Checks equality by comparing each attribute.
|
108
96
|
# @param [Object] Object to be compared
|
109
97
|
def ==(o)
|