gogol-android-enterprise-0.5.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 # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

Data GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

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 # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

Generic GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

Associated Types

type Rep GrouplicenseUsersList :: Type -> Type #

GoogleRequest GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

type Rep GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

type Rep GrouplicenseUsersList = D1 (MetaData "GrouplicenseUsersList" "Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List" "gogol-android-enterprise-0.5.0-8AyOIj9Lh0H5d2JAafMlhQ" False) (C1 (MetaCons "GrouplicenseUsersList'" PrefixI True) (S1 (MetaSel (Just "_gulEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gulGroupLicenseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

type Scopes GrouplicenseUsersList = "https://www.googleapis.com/auth/androidenterprise" ': ([] :: [Symbol])
type Rs GrouplicenseUsersList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.GrouplicenseUsers.List

Request Lenses

gulGroupLicenseId :: Lens' GrouplicenseUsersList Text Source #

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