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 |
Lists unmapped user identities for an identity source.
See: Cloud Search API Reference for cloudsearch.debug.identitysources.unmappedids.list
.
Synopsis
- type DebugIdentitysourcesUnmAppedidsListResource = "v1" :> ("debug" :> (Capture "parent" Text :> ("unmappedids" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "resolutionStatusCode" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListUnmAppedIdentitiesResponse)))))))))))))
- debugIdentitysourcesUnmAppedidsList :: Text -> DebugIdentitysourcesUnmAppedidsList
- data DebugIdentitysourcesUnmAppedidsList
- diualParent :: Lens' DebugIdentitysourcesUnmAppedidsList Text
- diualXgafv :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Xgafv)
- diualResolutionStatusCode :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
- diualUploadProtocol :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
- diualAccessToken :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
- diualUploadType :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
- diualDebugOptionsEnableDebugging :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Bool)
- diualPageToken :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
- diualPageSize :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Int32)
- diualCallback :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text)
REST Resource
type DebugIdentitysourcesUnmAppedidsListResource = "v1" :> ("debug" :> (Capture "parent" Text :> ("unmappedids" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "resolutionStatusCode" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListUnmAppedIdentitiesResponse))))))))))))) Source #
A resource alias for cloudsearch.debug.identitysources.unmappedids.list
method which the
DebugIdentitysourcesUnmAppedidsList
request conforms to.
Creating a Request
debugIdentitysourcesUnmAppedidsList Source #
Creates a value of DebugIdentitysourcesUnmAppedidsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DebugIdentitysourcesUnmAppedidsList Source #
Lists unmapped user identities for an identity source.
See: debugIdentitysourcesUnmAppedidsList
smart constructor.
Instances
Request Lenses
diualParent :: Lens' DebugIdentitysourcesUnmAppedidsList Text Source #
The name of the identity source, in the following format: identitysources/{source_id}
diualXgafv :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Xgafv) Source #
V1 error format.
diualResolutionStatusCode :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #
Limit users selection to this status.
diualUploadProtocol :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
diualAccessToken :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #
OAuth access token.
diualUploadType :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
diualDebugOptionsEnableDebugging :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Bool) Source #
If set, the request will enable debugging features of Cloud Search. Only turn on this field, if asked by Google to help with debugging.
diualPageToken :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any.
diualPageSize :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Int32) Source #
Maximum number of items to fetch in a request. Defaults to 100.