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

ListLogEvents fails to unmarshal the response #462

Closed
ArikWiz opened this issue May 29, 2024 · 0 comments · Fixed by #463
Closed

ListLogEvents fails to unmarshal the response #462

ArikWiz opened this issue May 29, 2024 · 0 comments · Fixed by #463
Labels
bug Something isn't working

Comments

@ArikWiz
Copy link

ArikWiz commented May 29, 2024

Describe the bug?

When calling ListLogEvents of the SystemLogAPI, an error is returned:

json: cannot unmarshal string into Go struct field _LogEvent.target of type map[string]interface {}

See:
https://developer.okta.com/docs/reference/api/system-log/#logevent-object

What is expected to happen?

The response should be unmarshalled correctly, returning an LogEvent object

What is the actual behavior?

An error is returned

Reproduction Steps?

Call ListLogEvents(), from the okta.SystemLogAPI client

Additional Information?

The response looks something like:
"detailEntry":{"expires":"2024-05-15T14:58:13.000Z","hash":"SOME_HASH"}}

however, in okta/model_log_target.go, the DetailEntry field is defined as: map[string]map[string]interface{}
I believe the correct field type is: map[string]string

Golang Version

go version go1.22.1 darwin/arm64

SDK Version

v4.1.0

OS version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant