Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List the ASPs issued by a user.
See: Admin Directory API Reference for directory.asps.list
.
REST Resource
type AspsListResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("asps" :> (QueryParam "alt" AltJSON :> Get '[JSON] Asps)))))) Source #
A resource alias for directory.asps.list
method which the
AspsList
request conforms to.
Creating a Request
List the ASPs issued by a user.
See: aspsList
smart constructor.
Instances
Eq AspsList Source # | |
Data AspsList Source # | |
Defined in Network.Google.Resource.Directory.Asps.List gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AspsList -> c AspsList # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AspsList # toConstr :: AspsList -> Constr # dataTypeOf :: AspsList -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AspsList) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AspsList) # gmapT :: (forall b. Data b => b -> b) -> AspsList -> AspsList # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AspsList -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AspsList -> r # gmapQ :: (forall d. Data d => d -> u) -> AspsList -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AspsList -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AspsList -> m AspsList # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AspsList -> m AspsList # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AspsList -> m AspsList # | |
Show AspsList Source # | |
Generic AspsList Source # | |
GoogleRequest AspsList Source # | |
type Rep AspsList Source # | |
Defined in Network.Google.Resource.Directory.Asps.List | |
type Scopes AspsList Source # | |
Defined in Network.Google.Resource.Directory.Asps.List | |
type Rs AspsList Source # | |
Defined in Network.Google.Resource.Directory.Asps.List |