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 groups within a customer or a domain.
See: Cloud Identity API Reference for cloudidentity.groups.list
.
Synopsis
- type GroupsListResource = "v1" :> ("groups" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListGroupsResponse)))))))))))
- groupsList :: GroupsList
- data GroupsList
- gllParent :: Lens' GroupsList (Maybe Text)
- gllXgafv :: Lens' GroupsList (Maybe Xgafv)
- gllUploadProtocol :: Lens' GroupsList (Maybe Text)
- gllAccessToken :: Lens' GroupsList (Maybe Text)
- gllUploadType :: Lens' GroupsList (Maybe Text)
- gllView :: Lens' GroupsList (Maybe Text)
- gllPageToken :: Lens' GroupsList (Maybe Text)
- gllPageSize :: Lens' GroupsList (Maybe Int32)
- gllCallback :: Lens' GroupsList (Maybe Text)
REST Resource
type GroupsListResource = "v1" :> ("groups" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListGroupsResponse))))))))))) Source #
A resource alias for cloudidentity.groups.list
method which the
GroupsList
request conforms to.
Creating a Request
groupsList :: GroupsList Source #
Creates a value of GroupsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GroupsList Source #
List groups within a customer or a domain.
See: groupsList
smart constructor.
Instances
Request Lenses
gllParent :: Lens' GroupsList (Maybe Text) Source #
`Required`. May be made Optional in the future. Customer ID to list all groups from.
gllUploadProtocol :: Lens' GroupsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
gllAccessToken :: Lens' GroupsList (Maybe Text) Source #
OAuth access token.
gllUploadType :: Lens' GroupsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
gllView :: Lens' GroupsList (Maybe Text) Source #
Group resource view to be returned. Defaults to [View.BASIC]().
gllPageToken :: Lens' GroupsList (Maybe Text) Source #
The next_page_token value returned from a previous list request, if any.
gllPageSize :: Lens' GroupsList (Maybe Int32) Source #
Maximum number of Groups to return. View | Default | Maximum -----|---------|-------- BASIC | 200 | 1000 FULL | 50 | 500
gllCallback :: Lens' GroupsList (Maybe Text) Source #
JSONP