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 all the per-user managed configurations for the specified user. Only the ID is set.
See: Google Play EMM API Reference for androidenterprise.managedconfigurationsforuser.list
.
Synopsis
- type ManagedConfigurationsforUserListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("managedConfigurationsForUser" :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfigurationsForUserListResponse)))))))
- managedConfigurationsforUserList :: Text -> Text -> ManagedConfigurationsforUserList
- data ManagedConfigurationsforUserList
- mculEnterpriseId :: Lens' ManagedConfigurationsforUserList Text
- mculUserId :: Lens' ManagedConfigurationsforUserList Text
REST Resource
type ManagedConfigurationsforUserListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("managedConfigurationsForUser" :> (QueryParam "alt" AltJSON :> Get '[JSON] ManagedConfigurationsForUserListResponse))))))) Source #
A resource alias for androidenterprise.managedconfigurationsforuser.list
method which the
ManagedConfigurationsforUserList
request conforms to.
Creating a Request
managedConfigurationsforUserList Source #
Creates a value of ManagedConfigurationsforUserList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagedConfigurationsforUserList Source #
Lists all the per-user managed configurations for the specified user. Only the ID is set.
See: managedConfigurationsforUserList
smart constructor.
Instances
Request Lenses
mculEnterpriseId :: Lens' ManagedConfigurationsforUserList Text Source #
The ID of the enterprise.
mculUserId :: Lens' ManagedConfigurationsforUserList Text Source #
The ID of the user.