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.Delete

Contents

Description

Removes and invalidates the specified credentials for the service account associated with this enterprise. 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.delete.

Synopsis

REST Resource

type ServiceAccountkeysDeleteResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("serviceAccountKeys" :> (Capture "keyId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #

A resource alias for androidenterprise.serviceaccountkeys.delete method which the ServiceAccountkeysDelete request conforms to.

Creating a Request

serviceAccountkeysDelete Source #

Creates a value of ServiceAccountkeysDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ServiceAccountkeysDelete Source #

Removes and invalidates the specified credentials for the service account associated with this enterprise. 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: serviceAccountkeysDelete smart constructor.

Instances
Eq ServiceAccountkeysDelete Source # 
Instance details

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

Data ServiceAccountkeysDelete Source # 
Instance details

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

Methods

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

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

toConstr :: ServiceAccountkeysDelete -> Constr #

dataTypeOf :: ServiceAccountkeysDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ServiceAccountkeysDelete Source # 
Instance details

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

Generic ServiceAccountkeysDelete Source # 
Instance details

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

Associated Types

type Rep ServiceAccountkeysDelete :: Type -> Type #

GoogleRequest ServiceAccountkeysDelete Source # 
Instance details

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

type Rep ServiceAccountkeysDelete Source # 
Instance details

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

type Rep ServiceAccountkeysDelete = D1 (MetaData "ServiceAccountkeysDelete" "Network.Google.Resource.AndroidEnterprise.ServiceAccountkeys.Delete" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" False) (C1 (MetaCons "ServiceAccountkeysDelete'" PrefixI True) (S1 (MetaSel (Just "_sadKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sadEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes ServiceAccountkeysDelete Source # 
Instance details

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

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

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

Request Lenses