gogol-cloudidentity-0.4.0: Google Cloud Identity 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.CloudIdentity.Groups.Patch

Contents

Description

Updates a Group.

See: Cloud Identity API Reference for cloudidentity.groups.patch.

Synopsis

REST Resource

type GroupsPatchResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Group :> Patch '[JSON] Operation))))))))) Source #

A resource alias for cloudidentity.groups.patch method which the GroupsPatch request conforms to.

Creating a Request

groupsPatch Source #

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

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

data GroupsPatch Source #

Updates a Group.

See: groupsPatch smart constructor.

Instances
Eq GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Data GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Methods

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

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

toConstr :: GroupsPatch -> Constr #

dataTypeOf :: GroupsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Generic GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Associated Types

type Rep GroupsPatch :: Type -> Type #

GoogleRequest GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Associated Types

type Rs GroupsPatch :: Type #

type Scopes GroupsPatch :: [Symbol] #

type Rep GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

type Scopes GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

type Scopes GroupsPatch = ([] :: [Symbol])
type Rs GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Patch

Request Lenses

gpXgafv :: Lens' GroupsPatch (Maybe Xgafv) Source #

V1 error format.

gpUploadProtocol :: Lens' GroupsPatch (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

gpUpdateMask :: Lens' GroupsPatch (Maybe GFieldMask) Source #

Editable fields: `display_name`, `description`

gpAccessToken :: Lens' GroupsPatch (Maybe Text) Source #

OAuth access token.

gpUploadType :: Lens' GroupsPatch (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

gpPayload :: Lens' GroupsPatch Group Source #

Multipart request metadata.

gpName :: Lens' GroupsPatch Text Source #

Resource name of the Group in the format: `groups/{group_id}`, where group_id is the unique ID assigned to the Group. Must be left blank while creating a Group.