Copyright | (c) 2015-2016 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 |
Lists all of the trusted Certificate Authorities (CAs) for the specified instance. There can be up to three CAs listed: the CA that was used to sign the certificate that is currently in use, a CA that has been added but not yet used to sign a certificate, and a CA used to sign a certificate that has previously rotated out.
See: Cloud SQL Admin API Reference for sql.instances.listServerCas
.
Synopsis
- type InstancesListServerCasResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("listServerCas" :> (QueryParam "alt" AltJSON :> Get '[JSON] InstancesListServerCasResponse)))))))
- instancesListServerCas :: Text -> Text -> InstancesListServerCas
- data InstancesListServerCas
- ilscProject :: Lens' InstancesListServerCas Text
- ilscInstance :: Lens' InstancesListServerCas Text
REST Resource
type InstancesListServerCasResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("listServerCas" :> (QueryParam "alt" AltJSON :> Get '[JSON] InstancesListServerCasResponse))))))) Source #
A resource alias for sql.instances.listServerCas
method which the
InstancesListServerCas
request conforms to.
Creating a Request
instancesListServerCas Source #
Creates a value of InstancesListServerCas
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InstancesListServerCas Source #
Lists all of the trusted Certificate Authorities (CAs) for the specified instance. There can be up to three CAs listed: the CA that was used to sign the certificate that is currently in use, a CA that has been added but not yet used to sign a certificate, and a CA used to sign a certificate that has previously rotated out.
See: instancesListServerCas
smart constructor.
Instances
Request Lenses
ilscProject :: Lens' InstancesListServerCas Text Source #
Project ID of the project that contains the instance.
ilscInstance :: Lens' InstancesListServerCas Text Source #
Cloud SQL instance ID. This does not include the project ID.