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 names of items associated with an unmapped identity.
See: Cloud Search API Reference for cloudsearch.debug.identitysources.items.listForunmappedidentity
.
Synopsis
- type DebugIdentitysourcesItemsListForunmAppedidentityResource = "v1" :> ("debug" :> (Capture "parent" Text :> ("items:forunmappedidentity" :> (QueryParam "userResourceName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "groupResourceName" 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] ListItemNamesForUnmAppedIdentityResponse))))))))))))))
- debugIdentitysourcesItemsListForunmAppedidentity :: Text -> DebugIdentitysourcesItemsListForunmAppedidentity
- data DebugIdentitysourcesItemsListForunmAppedidentity
- diilfaUserResourceName :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaParent :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity Text
- diilfaXgafv :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Xgafv)
- diilfaUploadProtocol :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaGroupResourceName :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaAccessToken :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaUploadType :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaDebugOptionsEnableDebugging :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Bool)
- diilfaPageToken :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
- diilfaPageSize :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Int32)
- diilfaCallback :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text)
REST Resource
type DebugIdentitysourcesItemsListForunmAppedidentityResource = "v1" :> ("debug" :> (Capture "parent" Text :> ("items:forunmappedidentity" :> (QueryParam "userResourceName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "groupResourceName" 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] ListItemNamesForUnmAppedIdentityResponse)))))))))))))) Source #
A resource alias for cloudsearch.debug.identitysources.items.listForunmappedidentity
method which the
DebugIdentitysourcesItemsListForunmAppedidentity
request conforms to.
Creating a Request
debugIdentitysourcesItemsListForunmAppedidentity Source #
Creates a value of DebugIdentitysourcesItemsListForunmAppedidentity
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DebugIdentitysourcesItemsListForunmAppedidentity Source #
Lists names of items associated with an unmapped identity.
See: debugIdentitysourcesItemsListForunmAppedidentity
smart constructor.
Instances
Request Lenses
diilfaUserResourceName :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
diilfaParent :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity Text Source #
The name of the identity source, in the following format: identitysources/{source_id}}
diilfaXgafv :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Xgafv) Source #
V1 error format.
diilfaUploadProtocol :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
diilfaGroupResourceName :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
diilfaAccessToken :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
OAuth access token.
diilfaUploadType :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
diilfaDebugOptionsEnableDebugging :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (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.
diilfaPageToken :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any.
diilfaPageSize :: Lens' DebugIdentitysourcesItemsListForunmAppedidentity (Maybe Int32) Source #
Maximum number of items to fetch in a request. Defaults to 100.