Fix GET API call in table okta_application
Closed this issue · 1 comments
c0d3r-arnab commented
Describe the bug
The GET API call is throwing an error: cannot unmarshal object into Go value of type okta.App
Steampipe version (steampipe -v
)
Example: v0.10.0
Plugin version (steampipe plugin list
)
Example: v0.1.0
To reproduce
> select * from okta_application where id = '0oa1kchdmerpZir9y5d7'
Error: json: cannot unmarshal object into Go value of type okta.App
c0d3r-arnab commented
An issue has been raised with go-sdk for okta: okta/okta-sdk-golang#274