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 active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
See: Google Play EMM API Reference for androidenterprise.serviceaccountkeys.list
.
Synopsis
- type ServiceAccountkeysListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("serviceAccountKeys" :> (QueryParam "alt" AltJSON :> Get '[JSON] ServiceAccountKeysListResponse)))))
- serviceAccountkeysList :: Text -> ServiceAccountkeysList
- data ServiceAccountkeysList
- salEnterpriseId :: Lens' ServiceAccountkeysList Text
REST Resource
type ServiceAccountkeysListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("serviceAccountKeys" :> (QueryParam "alt" AltJSON :> Get '[JSON] ServiceAccountKeysListResponse))))) Source #
A resource alias for androidenterprise.serviceaccountkeys.list
method which the
ServiceAccountkeysList
request conforms to.
Creating a Request
serviceAccountkeysList Source #
Creates a value of ServiceAccountkeysList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ServiceAccountkeysList Source #
Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
See: serviceAccountkeysList
smart constructor.
Instances
Request Lenses
salEnterpriseId :: Lens' ServiceAccountkeysList Text Source #
The ID of the enterprise.