| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.SQL.SSLCerts.List
Description
Lists all of the current SSL certificates for the instance.
See: Cloud SQL Administration API Reference for sql.sslCerts.list.
- type SSLCertsListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("sslCerts" :> (QueryParam "alt" AltJSON :> Get `[JSON]` SSLCertsListResponse)))))))
- sslCertsList :: Text -> Text -> SSLCertsList
- data SSLCertsList
- sclProject :: Lens' SSLCertsList Text
- sclInstance :: Lens' SSLCertsList Text
REST Resource
type SSLCertsListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("sslCerts" :> (QueryParam "alt" AltJSON :> Get `[JSON]` SSLCertsListResponse))))))) Source
A resource alias for sql.sslCerts.list method which the
SSLCertsList request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> SSLCertsList |
Creates a value of SSLCertsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SSLCertsList Source
Lists all of the current SSL certificates for the instance.
See: sslCertsList smart constructor.
Request Lenses
sclProject :: Lens' SSLCertsList Text Source
Project ID of the project for which to list Cloud SQL instances.
sclInstance :: Lens' SSLCertsList Text Source
Cloud SQL instance ID. This does not include the project ID.