|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Google Cloud Compute (Service Account) > Connector Parameters Authentication |
The email address associated with the Google Cloud service account
Technical Name |
client_email |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
service-account@project-id.iam.gserviceaccount.com |
The email address of the service account used for authentication. This can be found in your service account JSON key file or in the IAM section of Google Cloud Console.
The unique client identifier for the service account
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
123456789012345678901 |
The client ID of the service account. This can be found in your service account JSON key file.
The private key for the service account in PEM format
Technical Name |
private_key |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
-----BEGIN PRIVATE KEY-----MIIE...-----END PRIVATE KEY----- |
The private key of the service account in PEM format. This is used to sign the JWT for authentication. Newlines in the key should be preserved or escaped as '\n'.
The ID of the private key
Technical Name |
private_key_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0 |
The ID of the private key used for authentication. This can be found in your service account JSON key file.