| 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 |
Network.Google.Resource.Directory.Asps.List
Description
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.