Closed wcarson closed 1 week 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.
Beta.AccessRequestsAPI.ListAccessRequestStatus
result, res, err := api.Beta.AccessRequestsAPI.ListAccessRequestStatus(context.Background()).Limit(10).Execute()
Result
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.
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