gogol-sqladmin-0.5.0: Google Cloud SQL Admin SDK.

Copyright(c) 2015-2016 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.Instances.ListServerCas

Contents

Description

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

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
Eq InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

Data InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstancesListServerCas -> c InstancesListServerCas #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstancesListServerCas #

toConstr :: InstancesListServerCas -> Constr #

dataTypeOf :: InstancesListServerCas -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstancesListServerCas) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstancesListServerCas) #

gmapT :: (forall b. Data b => b -> b) -> InstancesListServerCas -> InstancesListServerCas #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstancesListServerCas -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstancesListServerCas -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstancesListServerCas -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstancesListServerCas -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstancesListServerCas -> m InstancesListServerCas #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstancesListServerCas -> m InstancesListServerCas #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstancesListServerCas -> m InstancesListServerCas #

Show InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

Generic InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

Associated Types

type Rep InstancesListServerCas :: Type -> Type #

GoogleRequest InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

type Rep InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

type Rep InstancesListServerCas = D1 (MetaData "InstancesListServerCas" "Network.Google.Resource.SQL.Instances.ListServerCas" "gogol-sqladmin-0.5.0-8B6e7VZcIFdAjKub4oGppa" False) (C1 (MetaCons "InstancesListServerCas'" PrefixI True) (S1 (MetaSel (Just "_ilscProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ilscInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

type Scopes InstancesListServerCas = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/sqlservice.admin" ': ([] :: [Symbol]))
type Rs InstancesListServerCas Source # 
Instance details

Defined in Network.Google.Resource.SQL.Instances.ListServerCas

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.