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

Contents

Description

List groups within a customer or a domain.

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

Synopsis

REST Resource

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

A resource alias for cloudidentity.groups.list method which the GroupsList request conforms to.

Creating a Request

groupsList :: GroupsList Source #

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

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

data GroupsList Source #

List groups within a customer or a domain.

See: groupsList smart constructor.

Instances
Eq GroupsList Source # 
Instance details

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

Data GroupsList Source # 
Instance details

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

Methods

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

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

toConstr :: GroupsList -> Constr #

dataTypeOf :: GroupsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsList Source # 
Instance details

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

Generic GroupsList Source # 
Instance details

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

Associated Types

type Rep GroupsList :: Type -> Type #

GoogleRequest GroupsList Source # 
Instance details

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

Associated Types

type Rs GroupsList :: Type #

type Scopes GroupsList :: [Symbol] #

type Rep GroupsList Source # 
Instance details

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

type Scopes GroupsList Source # 
Instance details

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

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

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

Request Lenses

gllParent :: Lens' GroupsList (Maybe Text) Source #

`Required`. May be made Optional in the future. Customer ID to list all groups from.

gllXgafv :: Lens' GroupsList (Maybe Xgafv) Source #

V1 error format.

gllUploadProtocol :: Lens' GroupsList (Maybe Text) Source #

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

gllAccessToken :: Lens' GroupsList (Maybe Text) Source #

OAuth access token.

gllUploadType :: Lens' GroupsList (Maybe Text) Source #

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

gllView :: Lens' GroupsList (Maybe Text) Source #

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

gllPageToken :: Lens' GroupsList (Maybe Text) Source #

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

gllPageSize :: Lens' GroupsList (Maybe Int32) Source #

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