Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Google Cloud Resources > Connector Parameters 

Authentication

Client Email

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 is part of the service account credentials.

 

Client ID

The client ID associated with the Google Cloud service account

 

Technical Name

CLIENT_ID

Category

Authentication

Type

String

Default Value

n/a

Example Values

123456789012345678901

 

The client ID for the service account used for authentication. This is part of the service account credentials.

 

Private Key

The private key for the Google Cloud 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. Used to sign JWT tokens for authentication.

 

Private Key ID

The ID of the private key associated with the Google Cloud service account

 

Technical Name

PRIVATE_KEY_ID

Category

Authentication

Type

String

Default Value

n/a

Example Values

abcdef0123456789abcdef0123456789abcdef01

 

The ID of the private key used for authentication. This is part of the service account credentials.