|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors Authentication |
The email address of the service account used for authentication. This is part of the service account credentials.
Technical Name |
CLIENT_EMAIL |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
service-account@project-id.iam.gserviceaccount.com |
The client ID for the service account used for authentication. This is part of the service account credentials.
Technical Name |
CLIENT_ID |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
123456789012345678901 |
The private key of the service account in PEM format. Used to sign JWT tokens for authentication.
Technical Name |
PRIVATE_KEY |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
-----BEGIN PRIVATE KEY-----MIIE...-----END PRIVATE KEY----- |
The ID of the private key used for authentication. This is part of the service account credentials.
Technical Name |
PRIVATE_KEY_ID |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
abcdef0123456789abcdef0123456789abcdef01 |