gogol-admin-directory-0.2.0: Google Admin Directory 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.Directory.VerificationCodes.List

Contents

Description

Returns the current set of valid backup verification codes for the specified user.

See: Admin Directory API Reference for directory.verificationCodes.list.

Synopsis

REST Resource

type VerificationCodesListResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("verificationCodes" :> (QueryParam "alt" AltJSON :> Get '[JSON] VerificationCodes)))))) Source #

A resource alias for directory.verificationCodes.list method which the VerificationCodesList request conforms to.

Creating a Request

verificationCodesList Source #

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

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

data VerificationCodesList Source #

Returns the current set of valid backup verification codes for the specified user.

See: verificationCodesList smart constructor.

Instances

Eq VerificationCodesList Source # 
Data VerificationCodesList Source # 

Methods

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

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

toConstr :: VerificationCodesList -> Constr #

dataTypeOf :: VerificationCodesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VerificationCodesList Source # 
Generic VerificationCodesList Source # 
GoogleRequest VerificationCodesList Source # 
type Rep VerificationCodesList Source # 
type Rep VerificationCodesList = D1 (MetaData "VerificationCodesList" "Network.Google.Resource.Directory.VerificationCodes.List" "gogol-admin-directory-0.2.0-LtLu3aZ0zIMLZgbWZuob8D" True) (C1 (MetaCons "VerificationCodesList'" PrefixI True) (S1 (MetaSel (Just Symbol "_vclUserKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes VerificationCodesList Source # 
type Scopes VerificationCodesList = (:) Symbol "https://www.googleapis.com/auth/admin.directory.user.security" ([] Symbol)
type Rs VerificationCodesList Source # 

Request Lenses

vclUserKey :: Lens' VerificationCodesList Text Source #

Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.