Closed ParthaI closed 2 months ago
@ParthaI could you please add information about the environment variable in https://github.com/turbot/steampipe-plugin-okta/blob/main/config/okta.spc#L10C1-L11C56 and docs/index.md as well?
docs/index.md
Example query results
Results
``` > select domain, factor_type from okta_factor +-----------------------+---------------------+ | domain | factor_type | +-----------------------+---------------------+ | dev-50078045.okta.com | token:software:totp | | dev-50078045.okta.com | sms | | dev-50078045.okta.com | push | +-----------------------+---------------------+ ```