gogol-identity-toolkit-0.4.0: Google Identity Toolkit 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.IdentityToolkit.RelyingParty.DownloadAccount

Contents

Description

Batch download user accounts.

See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.downloadAccount.

Synopsis

REST Resource

type RelyingPartyDownloadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("downloadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyDownloadAccountRequest :> Post '[JSON] DownloadAccountResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.downloadAccount method which the RelyingPartyDownloadAccount request conforms to.

Creating a Request

relyingPartyDownloadAccount Source #

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

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

data RelyingPartyDownloadAccount Source #

Batch download user accounts.

See: relyingPartyDownloadAccount smart constructor.

Instances
Eq RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

Data RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

Methods

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

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

toConstr :: RelyingPartyDownloadAccount -> Constr #

dataTypeOf :: RelyingPartyDownloadAccount -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

Generic RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

Associated Types

type Rep RelyingPartyDownloadAccount :: Type -> Type #

GoogleRequest RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

type Rep RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

type Rep RelyingPartyDownloadAccount = D1 (MetaData "RelyingPartyDownloadAccount" "Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount" "gogol-identity-toolkit-0.4.0-GXaeIAea45ECec4b233MRf" True) (C1 (MetaCons "RelyingPartyDownloadAccount'" PrefixI True) (S1 (MetaSel (Just "_rpdaPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 IdentitytoolkitRelyingPartyDownloadAccountRequest)))
type Scopes RelyingPartyDownloadAccount Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

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

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.DownloadAccount

Request Lenses