gogol-useraccounts-0.3.0: Google Cloud User Accounts 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.CloudUserAccounts.Users.Get

Contents

Description

Returns the specified User resource.

See: Cloud User Accounts API Reference for clouduseraccounts.users.get.

Synopsis

REST Resource

type UsersGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("users" :> (Capture "user" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] User))))))) Source #

A resource alias for clouduseraccounts.users.get method which the UsersGet request conforms to.

Creating a Request

usersGet Source #

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

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

data UsersGet Source #

Returns the specified User resource.

See: usersGet smart constructor.

Instances

Eq UsersGet Source # 
Data UsersGet Source # 

Methods

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

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

toConstr :: UsersGet -> Constr #

dataTypeOf :: UsersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UsersGet Source # 
Generic UsersGet Source # 

Associated Types

type Rep UsersGet :: * -> * #

Methods

from :: UsersGet -> Rep UsersGet x #

to :: Rep UsersGet x -> UsersGet #

GoogleRequest UsersGet Source # 

Associated Types

type Rs UsersGet :: * #

type Scopes UsersGet :: [Symbol] #

type Rep UsersGet Source # 
type Rep UsersGet = D1 (MetaData "UsersGet" "Network.Google.Resource.CloudUserAccounts.Users.Get" "gogol-useraccounts-0.3.0-G77LHaYsSj1FbuuzRmHYWr" False) (C1 (MetaCons "UsersGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ugProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ugUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes UsersGet Source # 
type Scopes UsersGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts.readonly" ([] Symbol))))
type Rs UsersGet Source # 

Request Lenses

ugProject :: Lens' UsersGet Text Source #

Project ID for this request.

ugUser :: Lens' UsersGet Text Source #

Name of the user resource to return.