Liking cljdoc? Tell your friends :D

happygapi.sqladmin.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

Cloud SQL Admin API: connect.
API for Cloud SQL database instance management
See: https://developers.google.com/cloud-sql/api/reference/rest/v1/connect
raw docstring

generateEphemeral$clj

(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.
sourceraw docstring

get$clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close