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 |
Unenrolls an enterprise from the calling EMM.
See: Google Play EMM API Reference for androidenterprise.enterprises.unenroll
.
Synopsis
- type EnterprisesUnenrollResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("unenroll" :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))
- enterprisesUnenroll :: Text -> EnterprisesUnenroll
- data EnterprisesUnenroll
- entEnterpriseId :: Lens' EnterprisesUnenroll Text
REST Resource
type EnterprisesUnenrollResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("unenroll" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #
A resource alias for androidenterprise.enterprises.unenroll
method which the
EnterprisesUnenroll
request conforms to.
Creating a Request
Creates a value of EnterprisesUnenroll
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesUnenroll Source #
Unenrolls an enterprise from the calling EMM.
See: enterprisesUnenroll
smart constructor.
Instances
Request Lenses
entEnterpriseId :: Lens' EnterprisesUnenroll Text Source #
The ID of the enterprise.