| 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.Vault.Matters.Holds.Accounts.List
Description
Lists HeldAccounts for a hold. This will only list individually specified held accounts. If the hold is on an OU, then use Admin SDK to enumerate its members.
See: G Suite Vault API Reference for vault.matters.holds.accounts.list.
Synopsis
- type MattersHoldsAccountsListResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (Capture "holdId" Text :> ("accounts" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListHeldAccountsResponse)))))))))))
- mattersHoldsAccountsList :: Text -> Text -> MattersHoldsAccountsList
- data MattersHoldsAccountsList
- mhalXgafv :: Lens' MattersHoldsAccountsList (Maybe Xgafv)
- mhalUploadProtocol :: Lens' MattersHoldsAccountsList (Maybe Text)
- mhalHoldId :: Lens' MattersHoldsAccountsList Text
- mhalAccessToken :: Lens' MattersHoldsAccountsList (Maybe Text)
- mhalUploadType :: Lens' MattersHoldsAccountsList (Maybe Text)
- mhalMatterId :: Lens' MattersHoldsAccountsList Text
- mhalCallback :: Lens' MattersHoldsAccountsList (Maybe Text)
REST Resource
type MattersHoldsAccountsListResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (Capture "holdId" Text :> ("accounts" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListHeldAccountsResponse))))))))))) Source #
A resource alias for vault.matters.holds.accounts.list method which the
MattersHoldsAccountsList request conforms to.
Creating a Request
mattersHoldsAccountsList Source #
Arguments
| :: Text | |
| -> Text | |
| -> MattersHoldsAccountsList |
Creates a value of MattersHoldsAccountsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MattersHoldsAccountsList Source #
Lists HeldAccounts for a hold. This will only list individually specified held accounts. If the hold is on an OU, then use Admin SDK to enumerate its members.
See: mattersHoldsAccountsList smart constructor.
Instances
Request Lenses
mhalUploadProtocol :: Lens' MattersHoldsAccountsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
mhalHoldId :: Lens' MattersHoldsAccountsList Text Source #
The hold ID.
mhalAccessToken :: Lens' MattersHoldsAccountsList (Maybe Text) Source #
OAuth access token.
mhalUploadType :: Lens' MattersHoldsAccountsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
mhalMatterId :: Lens' MattersHoldsAccountsList Text Source #
The matter ID.
mhalCallback :: Lens' MattersHoldsAccountsList (Maybe Text) Source #
JSONP