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

Contents

Description

Deletes a user from a Cloud SQL instance.

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

Synopsis

REST Resource

type UsersDeleteResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("users" :> (QueryParam "host" Text :> (QueryParam "name" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Operation))))))))) Source

A resource alias for sql.users.delete method which the UsersDelete request conforms to.

Creating a Request

usersDelete Source

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

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

Request Lenses

udProject :: Lens' UsersDelete Text Source

Project ID of the project that contains the instance.

udName :: Lens' UsersDelete Text Source

Name of the user in the instance.

udHost :: Lens' UsersDelete Text Source

Host of the user in the instance.

udInstance :: Lens' UsersDelete Text Source

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