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 |
Re-generates the authorization code for a GTM Environment.
See: Tag Manager API Reference for tagmanager.accounts.containers.environments.reauthorize
.
Synopsis
- type AccountsContainersEnvironmentsReauthorizeResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "reauthorize" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Environment :> Post '[JSON] Environment))))
- accountsContainersEnvironmentsReauthorize :: Text -> Environment -> AccountsContainersEnvironmentsReauthorize
- data AccountsContainersEnvironmentsReauthorize
- acerPath :: Lens' AccountsContainersEnvironmentsReauthorize Text
- acerPayload :: Lens' AccountsContainersEnvironmentsReauthorize Environment
REST Resource
type AccountsContainersEnvironmentsReauthorizeResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "reauthorize" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Environment :> Post '[JSON] Environment)))) Source #
A resource alias for tagmanager.accounts.containers.environments.reauthorize
method which the
AccountsContainersEnvironmentsReauthorize
request conforms to.
Creating a Request
accountsContainersEnvironmentsReauthorize Source #
Creates a value of AccountsContainersEnvironmentsReauthorize
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersEnvironmentsReauthorize Source #
Re-generates the authorization code for a GTM Environment.
See: accountsContainersEnvironmentsReauthorize
smart constructor.
Request Lenses
acerPath :: Lens' AccountsContainersEnvironmentsReauthorize Text Source #
GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id}
acerPayload :: Lens' AccountsContainersEnvironmentsReauthorize Environment Source #
Multipart request metadata.