gogol-android-enterprise-0.2.0: Google Play EMM SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

Contents

Description

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

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

Eq ServiceAccountkeysList Source # 
Data ServiceAccountkeysList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ServiceAccountkeysList -> c ServiceAccountkeysList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ServiceAccountkeysList #

toConstr :: ServiceAccountkeysList -> Constr #

dataTypeOf :: ServiceAccountkeysList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ServiceAccountkeysList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ServiceAccountkeysList) #

gmapT :: (forall b. Data b => b -> b) -> ServiceAccountkeysList -> ServiceAccountkeysList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ServiceAccountkeysList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ServiceAccountkeysList -> r #

gmapQ :: (forall d. Data d => d -> u) -> ServiceAccountkeysList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ServiceAccountkeysList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ServiceAccountkeysList -> m ServiceAccountkeysList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ServiceAccountkeysList -> m ServiceAccountkeysList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ServiceAccountkeysList -> m ServiceAccountkeysList #

Show ServiceAccountkeysList Source # 
Generic ServiceAccountkeysList Source # 
GoogleRequest ServiceAccountkeysList Source # 
type Rep ServiceAccountkeysList Source # 
type Rep ServiceAccountkeysList = D1 (MetaData "ServiceAccountkeysList" "Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List" "gogol-android-enterprise-0.2.0-7EO2AYALwhq1nyn98Kd1x" True) (C1 (MetaCons "ServiceAccountkeysList'" PrefixI True) (S1 (MetaSel (Just Symbol "_salEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes ServiceAccountkeysList Source # 
type Scopes ServiceAccountkeysList = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs ServiceAccountkeysList Source # 

Request Lenses