Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists the DPCs (device policy controllers) that support zero-touch enrollment.
See: Android Device Provisioning Partner API Reference for androiddeviceprovisioning.customers.dpcs.list
.
Synopsis
- 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))))))))
- customersDpcsList :: Text -> CustomersDpcsList
- data CustomersDpcsList
- cdlParent :: Lens' CustomersDpcsList Text
- cdlXgafv :: Lens' CustomersDpcsList (Maybe Xgafv)
- cdlUploadProtocol :: Lens' CustomersDpcsList (Maybe Text)
- cdlAccessToken :: Lens' CustomersDpcsList (Maybe Text)
- cdlUploadType :: Lens' CustomersDpcsList (Maybe Text)
- cdlCallback :: Lens' CustomersDpcsList (Maybe Text)
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
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
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").
cdlAccessToken :: Lens' CustomersDpcsList (Maybe Text) Source #
OAuth access token.
cdlUploadType :: Lens' CustomersDpcsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
cdlCallback :: Lens' CustomersDpcsList (Maybe Text) Source #
JSONP