turbot / steampipe-plugin-googledirectory

Use SQL to instantly query users, groups, domains and more from Google Directory. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/googledirectory
Apache License 2.0
11 stars 1 forks source link

Add support for OAuth 2.0 client authorization #31

Closed Subhajit97 closed 2 years ago

Subhajit97 commented 2 years ago

Is your feature request related to a problem? Please describe. I'd like to be able to authorize in the plugin using OAuth 2.0 client credentials. https://developers.google.com/admin-sdk/directory/v1/guides/authorizing

Describe the solution you'd like Implement support for OAuth authorization, with docs + config file support.