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

Contents

Description

Searches for Groups.

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

Synopsis

REST Resource

type GroupsSearchResource = "v1" :> ("groups:search" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "query" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SearchGroupsResponse))))))))))) Source #

A resource alias for cloudidentity.groups.search method which the GroupsSearch request conforms to.

Creating a Request

groupsSearch :: GroupsSearch Source #

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

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

data GroupsSearch Source #

Searches for Groups.

See: groupsSearch smart constructor.

Instances
Eq GroupsSearch Source # 
Instance details

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

Data GroupsSearch Source # 
Instance details

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

Methods

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

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

toConstr :: GroupsSearch -> Constr #

dataTypeOf :: GroupsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsSearch Source # 
Instance details

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

Generic GroupsSearch Source # 
Instance details

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

Associated Types

type Rep GroupsSearch :: Type -> Type #

GoogleRequest GroupsSearch Source # 
Instance details

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

Associated Types

type Rs GroupsSearch :: Type #

type Scopes GroupsSearch :: [Symbol] #

type Rep GroupsSearch Source # 
Instance details

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

type Scopes GroupsSearch Source # 
Instance details

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

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

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

Request Lenses

gsUploadProtocol :: Lens' GroupsSearch (Maybe Text) Source #

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

gsUploadType :: Lens' GroupsSearch (Maybe Text) Source #

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

gsQuery :: Lens' GroupsSearch (Maybe Text) Source #

`Required`. Query string for performing search on groups. Users can search on parent and label attributes of groups. EXACT match ('==') is supported on parent, and CONTAINS match ('in') is supported on labels.

gsView :: Lens' GroupsSearch (Maybe Text) Source #

Group resource view to be returned. Defaults to [View.BASIC]().

gsPageToken :: Lens' GroupsSearch (Maybe Text) Source #

The next_page_token value returned from a previous search request, if any.

gsPageSize :: Lens' GroupsSearch (Maybe Int32) Source #

Maximum number of Groups to return. View | Default | Maximum -----|---------|-------- BASIC | 200 | 1000 FULL | 50 | 500