gogol-cloudidentity-0.4.0: Google Cloud Identity 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.CloudIdentity.Groups.Lookup

Contents

Description

Looks up resource name of a Group by its EntityKey.

See: Cloud Identity API Reference for cloudidentity.groups.lookup.

Synopsis

REST Resource

type GroupsLookupResource = "v1" :> ("groups:lookup" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "groupKey.id" Text :> (QueryParam "uploadType" Text :> (QueryParam "groupKey.namespace" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LookupGroupNameResponse))))))))) Source #

A resource alias for cloudidentity.groups.lookup method which the GroupsLookup request conforms to.

Creating a Request

groupsLookup :: GroupsLookup Source #

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

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

data GroupsLookup Source #

Looks up resource name of a Group by its EntityKey.

See: groupsLookup smart constructor.

Instances
Eq GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Data GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Methods

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

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

toConstr :: GroupsLookup -> Constr #

dataTypeOf :: GroupsLookup -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Generic GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Associated Types

type Rep GroupsLookup :: Type -> Type #

GoogleRequest GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Associated Types

type Rs GroupsLookup :: Type #

type Scopes GroupsLookup :: [Symbol] #

type Rep GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

type Rep GroupsLookup = D1 (MetaData "GroupsLookup" "Network.Google.Resource.CloudIdentity.Groups.Lookup" "gogol-cloudidentity-0.4.0-70dkCNBCHSj1yskFkcCZhj" False) (C1 (MetaCons "GroupsLookup'" PrefixI True) ((S1 (MetaSel (Just "_glXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_glUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_glAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_glGroupKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_glUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_glGroupKeyNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_glCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

type Scopes GroupsLookup = ([] :: [Symbol])
type Rs GroupsLookup Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Lookup

Request Lenses

glUploadProtocol :: Lens' GroupsLookup (Maybe Text) Source #

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

glGroupKeyId :: Lens' GroupsLookup (Maybe Text) Source #

The ID of the entity within the given namespace. The ID must be unique within its namespace.

glUploadType :: Lens' GroupsLookup (Maybe Text) Source #

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

glGroupKeyNamespace :: Lens' GroupsLookup (Maybe Text) Source #

Namespaces provide isolation for IDs, so an ID only needs to be unique within its namespace. Namespaces are currently only created as part of IdentitySource creation from Admin Console. A namespace `"identitysources/{identity_source_id}"` is created corresponding to every Identity Source `identity_source_id`.