Liking cljdoc? Tell your friends :D

happygapi.sql.sslCerts

Cloud SQL Admin API: sslCerts. API for Cloud SQL database instance management See: https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts

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

createEphemeral$clj

(createEphemeral$ auth parameters body)

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/createEphemeral

Required parameters: instance, project

Optional parameters: none

Body:

{: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/v1beta4/sslCerts/createEphemeral

Required parameters: instance, project

Optional parameters: none

Body: 

{: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

delete$clj

(delete$ auth parameters)

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/delete

Required parameters: sha1Fingerprint, instance, project

Optional parameters: none

Deletes the SSL certificate. For First Generation instances, the certificate remains valid until the instance is restarted.

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/delete

Required parameters: sha1Fingerprint, instance, project

Optional parameters: none

Deletes the SSL certificate. For First Generation instances, the
certificate remains valid until the instance is restarted.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/get

Required parameters: sha1Fingerprint, instance, project

Optional parameters: none

Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/get

Required parameters: sha1Fingerprint, instance, project

Optional parameters: none

Retrieves a particular SSL certificate.  Does not include the private key
(required for usage).  The private key must be saved from the response to
initial creation.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/insert

Required parameters: instance, project

Optional parameters: none

Body:

{:commonName string}

Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted.

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/insert

Required parameters: instance, project

Optional parameters: none

Body: 

{:commonName string}

Creates an SSL certificate and returns it along with the private key and
server certificate authority.  The new certificate will not be usable until
the instance is restarted.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/list

Required parameters: instance, project

Optional parameters: none

Lists all of the current SSL certificates for the instance.

https://developers.google.com/cloud-sql/api/reference/rest/v1beta4/sslCerts/list

Required parameters: instance, project

Optional parameters: none

Lists all of the current SSL certificates for the instance.
sourceraw docstring

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

× close