gogol-useraccounts-0.0.1: Google Cloud User Accounts SDK.

Copyright(c) 2015 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.

Request Lenses

ugProject :: Lens' UsersGet Text Source

Project ID for this request.

ugUser :: Lens' UsersGet Text Source

Name of the user resource to return.