gogol-androiddeviceprovisioning-0.4.0: Google Android Device Provisioning Partner 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.AndroidDeviceProvisioning.Customers.Dpcs.List

Contents

Description

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

See: Android Device Provisioning Partner API Reference for androiddeviceprovisioning.customers.dpcs.list.

Synopsis

REST Resource

type CustomersDpcsListResource = "v1" :> (Capture "parent" Text :> ("dpcs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomerListDpcsResponse)))))))) Source #

A resource alias for androiddeviceprovisioning.customers.dpcs.list method which the CustomersDpcsList request conforms to.

Creating a Request

customersDpcsList Source #

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

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

data CustomersDpcsList Source #

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

See: customersDpcsList smart constructor.

Instances
Eq CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Data CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Methods

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

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

toConstr :: CustomersDpcsList -> Constr #

dataTypeOf :: CustomersDpcsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Generic CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Associated Types

type Rep CustomersDpcsList :: Type -> Type #

GoogleRequest CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Associated Types

type Rs CustomersDpcsList :: Type #

type Scopes CustomersDpcsList :: [Symbol] #

type Rep CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

type Rep CustomersDpcsList = D1 (MetaData "CustomersDpcsList" "Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List" "gogol-androiddeviceprovisioning-0.4.0-8GRqRwv1LfcIpEsrUb285r" False) (C1 (MetaCons "CustomersDpcsList'" PrefixI True) ((S1 (MetaSel (Just "_cdlParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_cdlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_cdlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_cdlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cdlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cdlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

type Rs CustomersDpcsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidDeviceProvisioning.Customers.Dpcs.List

Request Lenses

cdlParent :: Lens' CustomersDpcsList Text Source #

Required. The customer that can use the DPCs in configurations. An API resource name in the format `customers/[CUSTOMER_ID]`.

cdlUploadProtocol :: Lens' CustomersDpcsList (Maybe Text) Source #

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

cdlUploadType :: Lens' CustomersDpcsList (Maybe Text) Source #

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