gogol-android-enterprise-0.3.0: Google Play EMM 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.AndroidEnterprise.GrouplicenseUsers.List

Contents

Description

Retrieves the IDs of the users who have been granted entitlements under the license.

See: Google Play EMM API Reference for androidenterprise.grouplicenseusers.list.

Synopsis

REST Resource

type GrouplicenseUsersListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (Capture "groupLicenseId" Text :> ("users" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicenseUsersListResponse))))))) Source #

A resource alias for androidenterprise.grouplicenseusers.list method which the GrouplicenseUsersList request conforms to.

Creating a Request

grouplicenseUsersList Source #

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

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

data GrouplicenseUsersList Source #

Retrieves the IDs of the users who have been granted entitlements under the license.

See: grouplicenseUsersList smart constructor.

Instances

Eq GrouplicenseUsersList Source # 
Data GrouplicenseUsersList Source # 

Methods

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

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

toConstr :: GrouplicenseUsersList -> Constr #

dataTypeOf :: GrouplicenseUsersList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GrouplicenseUsersList Source # 
Generic GrouplicenseUsersList Source # 
GoogleRequest GrouplicenseUsersList Source # 
type Rep GrouplicenseUsersList Source # 
type Rep GrouplicenseUsersList = D1 (MetaData "GrouplicenseUsersList" "Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List" "gogol-android-enterprise-0.3.0-CY7ecx5snBQ31L6me2CTsO" False) (C1 (MetaCons "GrouplicenseUsersList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gulEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gulGroupLicenseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes GrouplicenseUsersList Source # 
type Scopes GrouplicenseUsersList = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs GrouplicenseUsersList Source # 

Request Lenses

gulGroupLicenseId :: Lens' GrouplicenseUsersList Text Source #

The ID of the product the group license is for, e.g. "app:com.google.android.gm".