gogol-sqladmin-0.0.1: Google Cloud SQL Administration 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.SQL.Users.List

Contents

Description

Lists users in the specified Cloud SQL instance.

See: Cloud SQL Administration API Reference for sql.users.list.

Synopsis

REST Resource

type UsersListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("users" :> (QueryParam "alt" AltJSON :> Get `[JSON]` UsersListResponse))))))) Source

A resource alias for sql.users.list method which the UsersList request conforms to.

Creating a Request

usersList Source

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

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

data UsersList Source

Lists users in the specified Cloud SQL instance.

See: usersList smart constructor.

Request Lenses

ulProject :: Lens' UsersList Text Source

Project ID of the project that contains the instance.

ulInstance :: Lens' UsersList Text Source

Database instance ID. This does not include the project ID.