gogol-sqladmin-0.0.1: Google Cloud SQL Administration SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.SQL.SSLCerts.Get

Contents

Description

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.

See: Cloud SQL Administration API Reference for sql.sslCerts.get.

Synopsis

REST Resource

type SSLCertsGetResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("sslCerts" :> (Capture "sha1Fingerprint" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` SSLCert)))))))) Source

A resource alias for sql.sslCerts.get method which the SSLCertsGet request conforms to.

Creating a Request

sslCertsGet Source

Creates a value of SSLCertsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data SSLCertsGet Source

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.

See: sslCertsGet smart constructor.

Request Lenses

scgProject :: Lens' SSLCertsGet Text Source

Project ID of the project that contains the instance.

scgInstance :: Lens' SSLCertsGet Text Source

Cloud SQL instance ID. This does not include the project ID.