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.UploadAccount

Contents

Description

Batch upload existing user accounts.

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

Synopsis

REST Resource

type RelyingPartyUploadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("uploadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyUploadAccountRequest :> Post '[JSON] UploadAccountResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.uploadAccount method which the RelyingPartyUploadAccount request conforms to.

Creating a Request

relyingPartyUploadAccount Source #

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

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

data RelyingPartyUploadAccount Source #

Batch upload existing user accounts.

See: relyingPartyUploadAccount smart constructor.

Instances
Eq RelyingPartyUploadAccount Source # 
Instance details

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

Data RelyingPartyUploadAccount Source # 
Instance details

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

Methods

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

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

toConstr :: RelyingPartyUploadAccount -> Constr #

dataTypeOf :: RelyingPartyUploadAccount -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartyUploadAccount Source # 
Instance details

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

Generic RelyingPartyUploadAccount Source # 
Instance details

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

Associated Types

type Rep RelyingPartyUploadAccount :: Type -> Type #

GoogleRequest RelyingPartyUploadAccount Source # 
Instance details

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

type Rep RelyingPartyUploadAccount Source # 
Instance details

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

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

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

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

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

Request Lenses