gogol-identity-toolkit-0.3.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.SetProjectConfig

Contents

Description

Set project configuration.

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

Synopsis

REST Resource

type RelyingPartySetProjectConfigResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("setProjectConfig" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySetProjectConfigRequest :> Post '[JSON] IdentitytoolkitRelyingPartySetProjectConfigResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.setProjectConfig method which the RelyingPartySetProjectConfig request conforms to.

Creating a Request

relyingPartySetProjectConfig Source #

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

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

data RelyingPartySetProjectConfig Source #

Set project configuration.

See: relyingPartySetProjectConfig smart constructor.

Instances

Eq RelyingPartySetProjectConfig Source # 
Data RelyingPartySetProjectConfig Source # 

Methods

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

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

toConstr :: RelyingPartySetProjectConfig -> Constr #

dataTypeOf :: RelyingPartySetProjectConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartySetProjectConfig Source # 
Generic RelyingPartySetProjectConfig Source # 
GoogleRequest RelyingPartySetProjectConfig Source # 
type Rep RelyingPartySetProjectConfig Source # 
type Rep RelyingPartySetProjectConfig = D1 (MetaData "RelyingPartySetProjectConfig" "Network.Google.Resource.IdentityToolkit.RelyingParty.SetProjectConfig" "gogol-identity-toolkit-0.3.0-FdP6AsTlcRBKm1SMoHm6va" True) (C1 (MetaCons "RelyingPartySetProjectConfig'" PrefixI True) (S1 (MetaSel (Just Symbol "_rpspcPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 IdentitytoolkitRelyingPartySetProjectConfigRequest)))
type Scopes RelyingPartySetProjectConfig Source # 
type Scopes RelyingPartySetProjectConfig = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs RelyingPartySetProjectConfig Source # 

Request Lenses