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