How to access Looker (Google Cloud core) programmatically first time.

I have set a Looker (Google Cloud core)  instance in the GCP console, now I want to programmatically access the instance to set up users, so I have created a service account with "Looker Admin" permission.



Now Looker SDK needs,

1. base URL

2. Client_id

3. Client_secret



Can I authenticate my Python code using the service account? Instead of client_id & cliet_secret?

0 0 443