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 args body)

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

Required parameters: instance, project

Optional parameters: parent

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

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 args)

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

Required parameters: instance, project, sha1Fingerprint

Optional parameters: resourceName 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: instance, project, sha1Fingerprint

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

get$clj

(get$ auth args)

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

Required parameters: project, sha1Fingerprint, instance

Optional parameters: resourceName 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: project, sha1Fingerprint, instance

Optional parameters: resourceName
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 args body)

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

Required parameters: instance, project

Optional parameters: parent

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

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 args)

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

Required parameters: instance, project

Optional parameters: parent 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: parent
Lists all of the current SSL certificates for the instance.
sourceraw docstring

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

× close