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 |
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 |
The app name of the associated Connector. |
instance |
The instance name of the associated Connector. |
tenantId |
The tenant id of the associated Connector. |
clientId |
The client id of the associated Connector. |
redirectUri |
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.