Cloud SQL Admin API: connect. API for Cloud SQL database instance management See: https://developers.google.com/cloud-sql/api/reference/rest/v1/connect
Cloud SQL Admin API: connect. API for Cloud SQL database instance management See: https://developers.google.com/cloud-sql/api/reference/rest/v1/connect
(generateEphemeral$ auth parameters body)
https://developers.google.com/cloud-sql/api/reference/rest/v1/connect/generateEphemeral
Required parameters: instance, project
Optional parameters: none
Body:
{:access_token string, :readTime string, :public_key string}
Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database.
https://developers.google.com/cloud-sql/api/reference/rest/v1/connect/generateEphemeral Required parameters: instance, project Optional parameters: none Body: {:access_token string, :readTime string, :public_key string} Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database.
(get$ auth parameters)
https://developers.google.com/cloud-sql/api/reference/rest/v1/connect/get
Required parameters: instance, project
Optional parameters: readTime
Retrieves connect settings about a Cloud SQL instance.
https://developers.google.com/cloud-sql/api/reference/rest/v1/connect/get Required parameters: instance, project Optional parameters: readTime Retrieves connect settings about a Cloud SQL instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close