gogol-appengine-0.4.0: Google App Engine 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.AppEngine.Apps.AuthorizedCertificates.List

Contents

Description

Lists all SSL certificates the user is authorized to administer.

See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.list.

Synopsis

REST Resource

type AppsAuthorizedCertificatesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListAuthorizedCertificatesResponse)))))))))))) Source #

A resource alias for appengine.apps.authorizedCertificates.list method which the AppsAuthorizedCertificatesList request conforms to.

Creating a Request

appsAuthorizedCertificatesList Source #

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

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

data AppsAuthorizedCertificatesList Source #

Lists all SSL certificates the user is authorized to administer.

See: appsAuthorizedCertificatesList smart constructor.

Instances
Eq AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

Data AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

Methods

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

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

toConstr :: AppsAuthorizedCertificatesList -> Constr #

dataTypeOf :: AppsAuthorizedCertificatesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

Generic AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

Associated Types

type Rep AppsAuthorizedCertificatesList :: Type -> Type #

GoogleRequest AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

type Rep AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

type Rep AppsAuthorizedCertificatesList = D1 (MetaData "AppsAuthorizedCertificatesList" "Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsAuthorizedCertificatesList'" PrefixI True) (((S1 (MetaSel (Just "_aaclXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_aaclUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aaclAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aaclUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aaclAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aaclView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aaclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aaclPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_aaclCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AppsAuthorizedCertificatesList Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

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

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.List

Request Lenses

aaclUploadProtocol :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

aaclUploadType :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

aaclAppsId :: Lens' AppsAuthorizedCertificatesList Text Source #

Part of `parent`. Name of the parent Application resource. Example: apps/myapp.

aaclView :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #

Controls the set of fields returned in the LIST response.

aaclPageToken :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #

Continuation token for fetching the next page of results.

aaclPageSize :: Lens' AppsAuthorizedCertificatesList (Maybe Int32) Source #

Maximum results to return per page.