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 |
Retrieves details of a per-device managed configuration.
See: Google Play EMM API Reference for androidenterprise.managedconfigurationsfordevice.get
.
Synopsis
- type ManagedConfigurationsforDeviceGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("managedConfigurationsForDevice" :> (Capture "managedConfigurationForDeviceId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfiguration))))))))))
- managedConfigurationsforDeviceGet :: Text -> Text -> Text -> Text -> ManagedConfigurationsforDeviceGet
- data ManagedConfigurationsforDeviceGet
- mcdgEnterpriseId :: Lens' ManagedConfigurationsforDeviceGet Text
- mcdgUserId :: Lens' ManagedConfigurationsforDeviceGet Text
- mcdgDeviceId :: Lens' ManagedConfigurationsforDeviceGet Text
- mcdgManagedConfigurationForDeviceId :: Lens' ManagedConfigurationsforDeviceGet Text
REST Resource
type ManagedConfigurationsforDeviceGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("managedConfigurationsForDevice" :> (Capture "managedConfigurationForDeviceId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfiguration)))))))))) Source #
A resource alias for androidenterprise.managedconfigurationsfordevice.get
method which the
ManagedConfigurationsforDeviceGet
request conforms to.
Creating a Request
managedConfigurationsforDeviceGet Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ManagedConfigurationsforDeviceGet |
Creates a value of ManagedConfigurationsforDeviceGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagedConfigurationsforDeviceGet Source #
Retrieves details of a per-device managed configuration.
See: managedConfigurationsforDeviceGet
smart constructor.
Instances
Request Lenses
mcdgEnterpriseId :: Lens' ManagedConfigurationsforDeviceGet Text Source #
The ID of the enterprise.
mcdgUserId :: Lens' ManagedConfigurationsforDeviceGet Text Source #
The ID of the user.
mcdgDeviceId :: Lens' ManagedConfigurationsforDeviceGet Text Source #
The Android ID of the device.
mcdgManagedConfigurationForDeviceId :: Lens' ManagedConfigurationsforDeviceGet Text Source #
The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".