- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ConnectionCredential
- Try it!
Sets the credential for the specified connection.
HTTP request
PATCH https://bigqueryconnection.googleapis.com/v1beta1/{name=projects/*/locations/*/connections/*/credential}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the connection, for example: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains an instance of ConnectionCredential
.
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigquery
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ConnectionCredential
Credential to use with a connection.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field credential . Credential specific to the underlying data source. credential can be only one of the following: |
|
cloud |
Credential for Cloud SQL database. |