sailpoint-oss / golang-sdk

MIT License
9 stars 3 forks source link

Deserialization problem with Beta.AccessRequestsAPI.ListAccessRequestStatus #61

Closed wcarson closed 1 week ago

wcarson commented 8 months ago

It looks like there may be a problem deserializing the results from Beta.AccessRequestsAPI.ListAccessRequestStatus. The following code produces the expected number of results, but all of the objects are empty/default values.

result, res, err := api.Beta.AccessRequestsAPI.ListAccessRequestStatus(context.Background()).Limit(10).Execute()

Result CleanShot 2024-03-14 at 08 36 27

tyler-mairose-sp commented 1 week ago

Hey @wcarson,

This has to do with the same timestamp issue and is fixed in https://github.com/sailpoint-oss/golang-sdk/commit/669e9bcbd062d8ce934d8b085146e9e08e24ec17

This will be a part of the next release.