View Source Zitadel.Admin.V1.SetCustomLoginTextsRequest (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.SetCustomLoginTextsRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  email_verification_done_text:
    Zitadel.Text.V1.EmailVerificationDoneScreenText.t() | nil,
  email_verification_text:
    Zitadel.Text.V1.EmailVerificationScreenText.t() | nil,
  external_registration_user_overview_text:
    Zitadel.Text.V1.ExternalRegistrationUserOverviewScreenText.t() | nil,
  external_user_not_found_text:
    Zitadel.Text.V1.ExternalUserNotFoundScreenText.t() | nil,
  footer_text: Zitadel.Text.V1.FooterText.t() | nil,
  init_mfa_done_text: Zitadel.Text.V1.InitMFADoneScreenText.t() | nil,
  init_mfa_otp_text: Zitadel.Text.V1.InitMFAOTPScreenText.t() | nil,
  init_mfa_prompt_text: Zitadel.Text.V1.InitMFAPromptScreenText.t() | nil,
  init_mfa_u2f_text: Zitadel.Text.V1.InitMFAU2FScreenText.t() | nil,
  init_password_done_text: Zitadel.Text.V1.InitPasswordDoneScreenText.t() | nil,
  init_password_text: Zitadel.Text.V1.InitPasswordScreenText.t() | nil,
  initialize_done_text: Zitadel.Text.V1.InitializeUserDoneScreenText.t() | nil,
  initialize_user_text: Zitadel.Text.V1.InitializeUserScreenText.t() | nil,
  language: String.t(),
  linking_user_done_text: Zitadel.Text.V1.LinkingUserDoneScreenText.t() | nil,
  login_text: Zitadel.Text.V1.LoginScreenText.t() | nil,
  logout_text: Zitadel.Text.V1.LogoutDoneScreenText.t() | nil,
  mfa_providers_text: Zitadel.Text.V1.MFAProvidersText.t() | nil,
  password_change_done_text:
    Zitadel.Text.V1.PasswordChangeDoneScreenText.t() | nil,
  password_change_text: Zitadel.Text.V1.PasswordChangeScreenText.t() | nil,
  password_reset_done_text:
    Zitadel.Text.V1.PasswordResetDoneScreenText.t() | nil,
  password_text: Zitadel.Text.V1.PasswordScreenText.t() | nil,
  passwordless_prompt_text:
    Zitadel.Text.V1.PasswordlessPromptScreenText.t() | nil,
  passwordless_registration_done_text:
    Zitadel.Text.V1.PasswordlessRegistrationDoneScreenText.t() | nil,
  passwordless_registration_text:
    Zitadel.Text.V1.PasswordlessRegistrationScreenText.t() | nil,
  passwordless_text: Zitadel.Text.V1.PasswordlessScreenText.t() | nil,
  registration_option_text:
    Zitadel.Text.V1.RegistrationOptionScreenText.t() | nil,
  registration_org_text: Zitadel.Text.V1.RegistrationOrgScreenText.t() | nil,
  registration_user_text: Zitadel.Text.V1.RegistrationUserScreenText.t() | nil,
  select_account_text: Zitadel.Text.V1.SelectAccountScreenText.t() | nil,
  success_login_text: Zitadel.Text.V1.SuccessLoginScreenText.t() | nil,
  username_change_done_text:
    Zitadel.Text.V1.UsernameChangeDoneScreenText.t() | nil,
  username_change_text: Zitadel.Text.V1.UsernameChangeScreenText.t() | nil,
  verify_mfa_otp_text: Zitadel.Text.V1.VerifyMFAOTPScreenText.t() | nil,
  verify_mfa_u2f_text: Zitadel.Text.V1.VerifyMFAU2FScreenText.t() | nil
}

Link to this section Functions