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 |
Batch download user accounts.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.downloadAccount
.
Synopsis
- type RelyingPartyDownloadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("downloadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyDownloadAccountRequest :> Post '[JSON] DownloadAccountResponse)))))
- relyingPartyDownloadAccount :: IdentitytoolkitRelyingPartyDownloadAccountRequest -> RelyingPartyDownloadAccount
- data RelyingPartyDownloadAccount
- rpdaPayload :: Lens' RelyingPartyDownloadAccount IdentitytoolkitRelyingPartyDownloadAccountRequest
REST Resource
type RelyingPartyDownloadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("downloadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyDownloadAccountRequest :> Post '[JSON] DownloadAccountResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.downloadAccount
method which the
RelyingPartyDownloadAccount
request conforms to.
Creating a Request
relyingPartyDownloadAccount Source #
Creates a value of RelyingPartyDownloadAccount
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartyDownloadAccount Source #
Batch download user accounts.
See: relyingPartyDownloadAccount
smart constructor.
Instances
Request Lenses
rpdaPayload :: Lens' RelyingPartyDownloadAccount IdentitytoolkitRelyingPartyDownloadAccountRequest Source #
Multipart request metadata.