Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing properties in the LogEntry class compared to the API response #766

Open
5 tasks done
Mohsens22 opened this issue Jan 16, 2025 · 1 comment
Open
5 tasks done
Labels
bug This points to a verified bug in the code

Comments

@Mohsens22
Copy link

Checklist

  • I have looked into the Readme and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

Hi,
It has been discovered that the following properties from LogEntry class are missing comparing to the actual response from the API. Some of these properties are useful in different usecases. Here's a list of them:

  • client_ip
  • audience
  • scope
  • log_id
  • tenant_name

Reproduction

  1. Call Get Log Entries endpoint
  2. Get the response
  3. Compare it to the LogEntry class
  4. You will realize some important properties are missing

Additional context

No response

auth0.net version

7.31.0

.NET version

8

@Mohsens22 Mohsens22 added the bug This points to a verified bug in the code label Jan 16, 2025
@Mohsens22
Copy link
Author

Rased a PR #767 to address this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

1 participant