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.Groups.Insert

Contents

Description

Creates a Group resource in the specified project using the data included in the request.

See: Cloud User Accounts API Reference for clouduseraccounts.groups.insert.

Synopsis

REST Resource

type GroupsInsertResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Group :> Post `[JSON]` Operation))))))) Source

A resource alias for clouduseraccounts.groups.insert method which the GroupsInsert request conforms to.

Creating a Request

groupsInsert Source

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

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

data GroupsInsert Source

Creates a Group resource in the specified project using the data included in the request.

See: groupsInsert smart constructor.

Request Lenses

giProject :: Lens' GroupsInsert Text Source

Project ID for this request.

giPayload :: Lens' GroupsInsert Group Source

Multipart request metadata.