1

In GCP, there is a resource called “APIs and Services” available under https://console.cloud.google.com/apis/credentials

I want to be able to manage the OAuth2.0 Client here as a Pulumi resource. The screenshot below might help:

Any thoughts?

enter image description here

Vikram
  • 170
  • 1
  • 12

1 Answers1

1

Unfortunately this is not possible. Google does not offer an API to programmatically create or update OAuth 2.0 Clients, subsequently, Pulumi can't offer this functionality either.

Robert v
  • 61
  • 3