Hi Salman,
There are broadly two types of authorization on GCP: user accounts and
service accounts. User account tokens will act on behalf of a particular
end-user, and service account tokens will act on behalf of that service
account. I'm not exactly sure which one is right for your applicatio
+Ross and Jonathan
On Sat, Nov 18, 2017 at 1:26 AM SALMAN AHMED
wrote:
> I am trying to automate the VM and Network resource creation using GCD
> Client API. I do not want to use Google OAuth as the user has to generate
> token every time. I used AWS SDK and it can be invoked by simply using
> A
I am trying to automate the VM and Network resource creation using GCD
Client API. I do not want to use Google OAuth as the user has to generate
token every time. I used AWS SDK and it can be invoked by simply using
AccessKey and Secret Key. Is there any authentication method that does
not need