Method: projects.locations.collections.dataConnector.getConnectorSecret

Get the secret for th associated connector.

HTTP request

GET https://discoveryengine.googleapis.com/v1alpha/{name=projects/*/locations/*/collections/*/dataConnector}:getConnectorSecret

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The full resource name of the associated data connector.

Request body

The request body must be empty.

Response body

Response message for DataConnectorService.GetConnectorSecret.

If successful, the response body contains data with the following structure:

JSON representation
{
  "app": string,
  "instance": string,
  "tenantId": string,
  "clientId": string,
  "redirectUri": string
}
Fields
app

string

The app name of the associated Connector.

instance

string

The instance name of the associated Connector.

tenantId

string

The tenant id of the associated Connector.

clientId

string

The client id of the associated Connector.

redirectUri

string

The redirect url of the associated Connector.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.