gogol-apps-licensing-0.4.0: Google Enterprise License Manager 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.Licensing.LicenseAssignments.Get

Contents

Description

Get license assignment of a particular product and sku for a user

See: Enterprise License Manager API Reference for licensing.licenseAssignments.get.

Synopsis

REST Resource

type LicenseAssignmentsGetResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignment))))))))) Source #

A resource alias for licensing.licenseAssignments.get method which the LicenseAssignmentsGet request conforms to.

Creating a Request

licenseAssignmentsGet Source #

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

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

data LicenseAssignmentsGet Source #

Get license assignment of a particular product and sku for a user

See: licenseAssignmentsGet smart constructor.

Instances
Eq LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

Data LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

Methods

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

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

toConstr :: LicenseAssignmentsGet -> Constr #

dataTypeOf :: LicenseAssignmentsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

Generic LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

Associated Types

type Rep LicenseAssignmentsGet :: Type -> Type #

GoogleRequest LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

type Rep LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

type Rep LicenseAssignmentsGet = D1 (MetaData "LicenseAssignmentsGet" "Network.Google.Resource.Licensing.LicenseAssignments.Get" "gogol-apps-licensing-0.4.0-8omp5q2OVN83zRYeJbC8WP" False) (C1 (MetaCons "LicenseAssignmentsGet'" PrefixI True) (S1 (MetaSel (Just "_lagSKUId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_lagUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_lagProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes LicenseAssignmentsGet Source # 
Instance details

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

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

Defined in Network.Google.Resource.Licensing.LicenseAssignments.Get

Request Lenses

lagUserId :: Lens' LicenseAssignmentsGet Text Source #

email id or unique Id of the user