[Feature] Ability to manage Service Accounts using this library
Is your feature request related to a problem? Please describe.
I would like to create and manage Service Accounts programmatically using this library. Currently I'm using google-api-python-client but would love to use this one as Cloud Client Libraries are preferred.
Describe the solution you'd like I would like to be able to perform these operations: http://googleapis.github.io/google-api-python-client/docs/dyn/iam_v1.projects.serviceAccounts.html
Through python-iam. Having types associated with these would be the icing on top
Describe alternatives you've considered
Currently using the iam service from google-api-python-client
Thank you for helping with this, the complexity behind these services is crazy and I really appreciate all the work y'all put into this.
Any movement on this? It's a pretty big feature to be missing. Frustrating to have to have both the new AND old python libraries in a project
Bump! It's very inconsistent, especially since the original python code has zero intellisense.
I'm going to transfer this issue to the google-cloud-python repository. The code in this repository will be migrated there within the next few weeks.