Email address of the Service Account that the integration will use.
How to get it (Console UI):
Open IAM & Admin > Service Accounts.
If needed, select the correct Project in the top bar.
Use an existing service account or click Create Service Account.
After creation, copy the Email shown in the list (e.g., [email protected]).
[email protected]
The JSON key for the service account (downloaded once).
How to create & download (Console UI):
Go to IAM & Admin > Service Accounts and click the service account name.
Open the Keys tab.
Click Add key > Create new key > choose JSON > Create.
A .json file downloads. Store it securely; this is your key file.
.json
This JSON is the copy of the private key. Keep it safe. If lost, delete the old key and create a new one.
The specific Compute Engine zone to target (e.g., us-central1-a).
us-central1-a
How to find a zone (Console UI):
Open Compute Engine > VM instances.
Check the Zone column for any VM (examples: us-central1-a, europe-west1-b).
europe-west1-b
Or go to Compute Engine > Settings and see your Default region and zone.
The unique Project ID (not project name). Example: my-prod-123456.
my-prod-123456
Project picker:
In the top bar, click the Project picker and locate your project.
Or open Home > Dashboard and copy the Project ID under Project info.
Permissions required:
compute.instances.list
vpcaccess.connectors.list
cloudsql.instances.list
cloudfunctions.functions.list
networkconnectivity.spokes.list
logging.buckets.list
iam.serviceAccounts.list
Was this helpful?