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 the IDs of the users who have been granted entitlements under the license.
See: Google Play EMM API Reference for androidenterprise.grouplicenseusers.list
.
Synopsis
- type GrouplicenseUsersListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (Capture "groupLicenseId" Text :> ("users" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicenseUsersListResponse)))))))
- grouplicenseUsersList :: Text -> Text -> GrouplicenseUsersList
- data GrouplicenseUsersList
- gulEnterpriseId :: Lens' GrouplicenseUsersList Text
- gulGroupLicenseId :: Lens' GrouplicenseUsersList Text
REST Resource
type GrouplicenseUsersListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (Capture "groupLicenseId" Text :> ("users" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicenseUsersListResponse))))))) Source #
A resource alias for androidenterprise.grouplicenseusers.list
method which the
GrouplicenseUsersList
request conforms to.
Creating a Request
grouplicenseUsersList Source #
Creates a value of GrouplicenseUsersList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GrouplicenseUsersList Source #
Retrieves the IDs of the users who have been granted entitlements under the license.
See: grouplicenseUsersList
smart constructor.
Instances
Request Lenses
gulEnterpriseId :: Lens' GrouplicenseUsersList Text Source #
The ID of the enterprise.
gulGroupLicenseId :: Lens' GrouplicenseUsersList Text Source #
The ID of the product the group license is for, e.g. "app:com.google.android.gm".