gogol-android-enterprise-0.4.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 # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

Data ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

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 # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

Generic ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

Associated Types

type Rep ServiceAccountkeysList :: Type -> Type #

GoogleRequest ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

type Rep ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

type Rep ServiceAccountkeysList = D1 (MetaData "ServiceAccountkeysList" "Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" True) (C1 (MetaCons "ServiceAccountkeysList'" PrefixI True) (S1 (MetaSel (Just "_salEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

type Scopes ServiceAccountkeysList = "https://www.googleapis.com/auth/androidenterprise" ': ([] :: [Symbol])
type Rs ServiceAccountkeysList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.List

Request Lenses