turbot / steampipe-plugin-okta

Use SQL to instantly query users, groups, applications and more from Okta. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/okta
Apache License 2.0
8 stars 4 forks source link

Add group and user assignment information to `okta_application` table (or create separate tables) #39

Closed cbruno10 closed 2 years ago

cbruno10 commented 2 years ago

Is your feature request related to a problem? Please describe. I'd like to see group and user assignments for an application.

Describe the solution you'd like Using the information from https://github.com/okta/okta-sdk-golang/blob/master/okta/application.go#L749 and https://github.com/okta/okta-sdk-golang/blob/master/okta/application.go#L749, add the response data in the appropriate place

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.