Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Google Cloud Compute > Connector Parameters 

Authentication

Client ID

This parameter should contain the Client ID as part of the Google Service Account Key JSON file.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

In order to use the connector it is necessary to create a Service Account Key JSON file as explained in the official documentation. Download it to the local machine and extract the necessary data from the JSON file for the operation of the connector. To use one Service Account Key in multiple projects it has to be added in IAM of other projects. The connector requires the following scope for authentication: https://www.googleapis.com/auth/cloud-platform.

 

Client Email

This parameter should contain the client email as part of the Google Service Account Key JSON file.

 

Technical Name

client_email

Category

Authentication

Type

String

Default Value

{empty}

Example Values

"test-example.iam@gserviceaccount.com"

 

In order to use the connector it is necessary to create a Service Account Key JSON file as explained in the official documentation. Download it to the local machine and extract the necessary data from the JSON file for the operation of the connector. To use one Service Account Key in multiple projects it has to be added in IAM of other projects. The connector requires the following scope for authentication: https://www.googleapis.com/auth/cloud-platform.

 

Private Key

This parameter should contain the Private Key Id as part of the Google Service Account Key JSON file.

 

Technical Name

private_key

Category

Authentication

Type

String

Default Value

{empty}

Example Values

"-----BEGIN PRIVATE KEY-----

private-key

-----END PRIVATE KEY-----"

 

In order to use the connector it is necessary to create a Service Account Key JSON file as explained in the official documentation. Download it to the local machine and extract the necessary data from the JSON file for the operation of the connector. To use one Service Account Key in multiple projects it has to be added in IAM of other projects. The connector requires the following scope for authentication: https://www.googleapis.com/auth/cloud-platform.

 

Private Key ID

This parameter should contain the Private Key Id as part of the Google Service Account Key JSON file.

 

Technical Name

private_key_id

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

In order to use the connector it is necessary to create a Service Account Key JSON file as explained in the official documentation. Download it to the local machine and extract the necessary data from the JSON file for the operation of the connector. To use one Service Account Key in multiple projects it has to be added in IAM of other projects. The connector requires the following scope for authentication: https://www.googleapis.com/auth/cloud-platform.