auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
286 stars 131 forks source link

LogEvent doesn't have the fields returned from v2/logs endpoint. #519

Closed victorhua closed 1 year ago

victorhua commented 1 year ago

Describe the problem you'd like to have solved

According to https://github.com/auth0/auth0-java/blob/39114f4493d43ee69ee6660ae5aafc0e54b06ed3/src/main/java/com/auth0/json/mgmt/logevents/LogEvent.java and https://auth0.com/docs/api/management/v2#!/Logs/get_logs.

LogEvent POJO doesn't have the following fields:

Describe the ideal solution

Please add them to LogEvent POJO.

Alternatives and current work-arounds

Additional information, if any

jimmyjames commented 1 year ago

👋 thanks for raising @victorhua! #521 adds these fields, feel free to have a look!

victorhua commented 1 year ago

Thanks for addressing this quickly!