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

Remove columns assigned_users and assigned_groups from table okta_application #52

Closed c0d3r-arnab closed 2 years ago

c0d3r-arnab commented 2 years ago

With respect to the issue https://github.com/turbot/steampipe-plugin-okta/issues/47, the columns assigned_users and assigned_groups should be removed from the table okta_application.

Two new tables should be created instead. Issues related to the new tables:

  1. https://github.com/turbot/steampipe-plugin-okta/issues/48
  2. https://github.com/turbot/steampipe-plugin-okta/issues/49