Cloud SQL Admin API: connect. API for Cloud SQL database instance management See: https://developers.google.com/cloud-sql/docs/reference/rest/v1/connect
Cloud SQL Admin API: connect. API for Cloud SQL database instance management See: https://developers.google.com/cloud-sql/docs/reference/rest/v1/connect
(generateEphemeral$ auth parameters body)
https://developers.google.com/cloud-sql/api/reference/rest/v1/connect/generateEphemeral
Required parameters: project, instance
Optional parameters: none
Body:
{:public_key string, :access_token string, :readTime string, :validDuration 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: project, instance Optional parameters: none Body: {:public_key string, :access_token string, :readTime string, :validDuration 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: project, instance
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: project, instance Optional parameters: readTime Retrieves connect settings about a Cloud SQL instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close