0
votes

I have a makefile in which I use the gcloud CLI to create a service account and set roles. I also would like to enable domain wide delegation for this service account using the gcloud CLI. I can only find instructions on how to do this using the developer console. Is it possible to enable domain wide delegation using the gcloud CLI?

2
Hi Braulio, yes thats what I am referring to.Erik van den Hoorn

2 Answers

2
votes

According to the gCloud SDK documentions of gcloud iam, there are specific coomands to set roles and service-accounts.

The commands available for domains are list-user-verified and verify.

In this way, there is no way (yet) through the gCloudSDK to Perform G Suite Domain-Wide Delegation of Authority.

1
votes

I'm confident (!) that this is not exposed through a public API.

I pinged your question to a buddy at the Goo and hopefully, he'll reply here with a definitive answer.