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-user managed configuration for an app for the specified user.
See: Google Play EMM API Reference for androidenterprise.managedconfigurationsforuser.get
.
Synopsis
- type ManagedConfigurationsforUserGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("managedConfigurationsForUser" :> (Capture "managedConfigurationForUserId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfiguration))))))))
- managedConfigurationsforUserGet :: Text -> Text -> Text -> ManagedConfigurationsforUserGet
- data ManagedConfigurationsforUserGet
- mcugEnterpriseId :: Lens' ManagedConfigurationsforUserGet Text
- mcugUserId :: Lens' ManagedConfigurationsforUserGet Text
- mcugManagedConfigurationForUserId :: Lens' ManagedConfigurationsforUserGet Text
REST Resource
type ManagedConfigurationsforUserGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("managedConfigurationsForUser" :> (Capture "managedConfigurationForUserId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfiguration)))))))) Source #
A resource alias for androidenterprise.managedconfigurationsforuser.get
method which the
ManagedConfigurationsforUserGet
request conforms to.
Creating a Request
managedConfigurationsforUserGet Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagedConfigurationsforUserGet |
Creates a value of ManagedConfigurationsforUserGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagedConfigurationsforUserGet Source #
Retrieves details of a per-user managed configuration for an app for the specified user.
See: managedConfigurationsforUserGet
smart constructor.
Instances
Request Lenses
mcugEnterpriseId :: Lens' ManagedConfigurationsforUserGet Text Source #
The ID of the enterprise.
mcugUserId :: Lens' ManagedConfigurationsforUserGet Text Source #
The ID of the user.
mcugManagedConfigurationForUserId :: Lens' ManagedConfigurationsforUserGet Text Source #
The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".