| 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 |
Network.Google.Resource.TagManager.Accounts.Permissions.Get
Description
Gets a user's Account & Container Permissions.
See: Tag Manager API Reference for tagmanager.accounts.permissions.get.
- type AccountsPermissionsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("permissions" :> (Capture "permissionId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UserAccess))))))
- accountsPermissionsGet :: Text -> Text -> AccountsPermissionsGet
- data AccountsPermissionsGet
- apgAccountId :: Lens' AccountsPermissionsGet Text
- apgPermissionId :: Lens' AccountsPermissionsGet Text
REST Resource
type AccountsPermissionsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("permissions" :> (Capture "permissionId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UserAccess)))))) Source #
A resource alias for tagmanager.accounts.permissions.get method which the
AccountsPermissionsGet request conforms to.
Creating a Request
accountsPermissionsGet Source #
Arguments
| :: Text | |
| -> Text | |
| -> AccountsPermissionsGet |
Creates a value of AccountsPermissionsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsPermissionsGet Source #
Gets a user's Account & Container Permissions.
See: accountsPermissionsGet smart constructor.
Instances
Request Lenses
apgAccountId :: Lens' AccountsPermissionsGet Text Source #
The GTM Account ID.
apgPermissionId :: Lens' AccountsPermissionsGet Text Source #
The GTM User ID.