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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.ExportHumanUser{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  email: Zitadel.Admin.V1.ExportHumanUser.Email.t() | nil,
  hashed_password: Zitadel.Admin.V1.ExportHumanUser.HashedPassword.t() | nil,
  otp_code: String.t(),
  password: String.t(),
  password_change_required: boolean(),
  phone: Zitadel.Admin.V1.ExportHumanUser.Phone.t() | nil,
  profile: Zitadel.Admin.V1.ExportHumanUser.Profile.t() | nil,
  request_passwordless_registration: boolean(),
  user_name: String.t()
}

Link to this section Functions