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

Contents

Description

Get project configuration.

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

Synopsis

REST Resource

type RelyingPartyGetProjectConfigResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getProjectConfig" :> (QueryParam "delegatedProjectNumber" Text :> (QueryParam "projectNumber" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] IdentitytoolkitRelyingPartyGetProjectConfigResponse)))))) Source #

A resource alias for identitytoolkit.relyingparty.getProjectConfig method which the RelyingPartyGetProjectConfig request conforms to.

Creating a Request

relyingPartyGetProjectConfig :: RelyingPartyGetProjectConfig Source #

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

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

data RelyingPartyGetProjectConfig Source #

Get project configuration.

See: relyingPartyGetProjectConfig smart constructor.

Instances
Eq RelyingPartyGetProjectConfig Source # 
Instance details

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

Data RelyingPartyGetProjectConfig Source # 
Instance details

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

Methods

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

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

toConstr :: RelyingPartyGetProjectConfig -> Constr #

dataTypeOf :: RelyingPartyGetProjectConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartyGetProjectConfig Source # 
Instance details

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

Generic RelyingPartyGetProjectConfig Source # 
Instance details

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

Associated Types

type Rep RelyingPartyGetProjectConfig :: Type -> Type #

GoogleRequest RelyingPartyGetProjectConfig Source # 
Instance details

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

type Rep RelyingPartyGetProjectConfig Source # 
Instance details

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

type Rep RelyingPartyGetProjectConfig = D1 (MetaData "RelyingPartyGetProjectConfig" "Network.Google.Resource.IdentityToolkit.RelyingParty.GetProjectConfig" "gogol-identity-toolkit-0.4.0-GXaeIAea45ECec4b233MRf" False) (C1 (MetaCons "RelyingPartyGetProjectConfig'" PrefixI True) (S1 (MetaSel (Just "_rpgpcDelegatedProjectNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rpgpcProjectNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Scopes RelyingPartyGetProjectConfig Source # 
Instance details

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

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

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

Request Lenses

rpgpcDelegatedProjectNumber :: Lens' RelyingPartyGetProjectConfig (Maybe Text) Source #

Delegated GCP project number of the request.

rpgpcProjectNumber :: Lens' RelyingPartyGetProjectConfig (Maybe Text) Source #

GCP project number of the request.