gogol-admin-directory-0.4.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.Asps.Get

Contents

Description

Get information about an ASP issued by a user.

See: Admin Directory API Reference for directory.asps.get.

Synopsis

REST Resource

type AspsGetResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("asps" :> (Capture "codeId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Asp))))))) Source #

A resource alias for directory.asps.get method which the AspsGet request conforms to.

Creating a Request

aspsGet Source #

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

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

data AspsGet Source #

Get information about an ASP issued by a user.

See: aspsGet smart constructor.

Instances
Eq AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

Methods

(==) :: AspsGet -> AspsGet -> Bool #

(/=) :: AspsGet -> AspsGet -> Bool #

Data AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

Methods

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

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

toConstr :: AspsGet -> Constr #

dataTypeOf :: AspsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

Generic AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

Associated Types

type Rep AspsGet :: Type -> Type #

Methods

from :: AspsGet -> Rep AspsGet x #

to :: Rep AspsGet x -> AspsGet #

GoogleRequest AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

Associated Types

type Rs AspsGet :: Type #

type Scopes AspsGet :: [Symbol] #

type Rep AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

type Rep AspsGet = D1 (MetaData "AspsGet" "Network.Google.Resource.Directory.Asps.Get" "gogol-admin-directory-0.4.0-18Kt4WHsDGO3AIyYatQRRN" False) (C1 (MetaCons "AspsGet'" PrefixI True) (S1 (MetaSel (Just "_agCodeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)) :*: S1 (MetaSel (Just "_agUserKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

type Scopes AspsGet = "https://www.googleapis.com/auth/admin.directory.user.security" ': ([] :: [Symbol])
type Rs AspsGet Source # 
Instance details

Defined in Network.Google.Resource.Directory.Asps.Get

type Rs AspsGet = Asp

Request Lenses

agCodeId :: Lens' AspsGet Int32 Source #

The unique ID of the ASP.

agUserKey :: Lens' AspsGet 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.