Overview

Classes

  • Google_Service_Vault
  • Google_Service_Vault_AccountInfo
  • Google_Service_Vault_AddHeldAccountResult
  • Google_Service_Vault_AddHeldAccountsRequest
  • Google_Service_Vault_AddHeldAccountsResponse
  • Google_Service_Vault_AddMatterPermissionsRequest
  • Google_Service_Vault_CloseMatterRequest
  • Google_Service_Vault_CloseMatterResponse
  • Google_Service_Vault_CloudStorageFile
  • Google_Service_Vault_CloudStorageSink
  • Google_Service_Vault_CorpusQuery
  • Google_Service_Vault_DriveExportOptions
  • Google_Service_Vault_DriveOptions
  • Google_Service_Vault_Export
  • Google_Service_Vault_ExportOptions
  • Google_Service_Vault_ExportStats
  • Google_Service_Vault_GroupsExportOptions
  • Google_Service_Vault_HangoutsChatExportOptions
  • Google_Service_Vault_HangoutsChatInfo
  • Google_Service_Vault_HangoutsChatOptions
  • Google_Service_Vault_HeldAccount
  • Google_Service_Vault_HeldDriveQuery
  • Google_Service_Vault_HeldGroupsQuery
  • Google_Service_Vault_HeldHangoutsChatQuery
  • Google_Service_Vault_HeldMailQuery
  • Google_Service_Vault_HeldOrgUnit
  • Google_Service_Vault_Hold
  • Google_Service_Vault_ListExportsResponse
  • Google_Service_Vault_ListHeldAccountsResponse
  • Google_Service_Vault_ListHoldsResponse
  • Google_Service_Vault_ListMattersResponse
  • Google_Service_Vault_ListSavedQueriesResponse
  • Google_Service_Vault_MailExportOptions
  • Google_Service_Vault_MailOptions
  • Google_Service_Vault_Matter
  • Google_Service_Vault_MatterPermission
  • Google_Service_Vault_Matters_Resource
  • Google_Service_Vault_MattersExports_Resource
  • Google_Service_Vault_MattersHolds_Resource
  • Google_Service_Vault_MattersHoldsAccounts_Resource
  • Google_Service_Vault_MattersSavedQueries_Resource
  • Google_Service_Vault_Operations_Resource
  • Google_Service_Vault_OrgUnitInfo
  • Google_Service_Vault_Query
  • Google_Service_Vault_RemoveHeldAccountsRequest
  • Google_Service_Vault_RemoveHeldAccountsResponse
  • Google_Service_Vault_RemoveMatterPermissionsRequest
  • Google_Service_Vault_ReopenMatterRequest
  • Google_Service_Vault_ReopenMatterResponse
  • Google_Service_Vault_SavedQuery
  • Google_Service_Vault_SharedDriveInfo
  • Google_Service_Vault_Status
  • Google_Service_Vault_TeamDriveInfo
  • Google_Service_Vault_UndeleteMatterRequest
  • Google_Service_Vault_UserInfo
  • Google_Service_Vault_VaultEmpty
  • Overview
  • Class
  • Tree

Class Google_Service_Vault_MattersHoldsAccounts_Resource

The "accounts" collection of methods. Typical usage is:

 $vaultService = new Google_Service_Vault(...);
 $accounts = $vaultService->accounts;
Google_Service_Resource
Extended by Google_Service_Vault_MattersHoldsAccounts_Resource
Located at Vault.php
Methods summary
public Google_Service_Vault_HeldAccount
# create( string $matterId, string $holdId, Google_Service_Vault_HeldAccount $postBody, array $optParams = array() )

Adds a HeldAccount to a hold. Accounts can only be added to a hold that has no held_org_unit set. Attempting to add an account to an OU-based hold will result in an error. (accounts.create)

Adds a HeldAccount to a hold. Accounts can only be added to a hold that has no held_org_unit set. Attempting to add an account to an OU-based hold will result in an error. (accounts.create)

Parameters

$matterId
The matter ID.
$holdId
The hold ID.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Vault_HeldAccount
Google_Service_Vault_HeldAccount
public Google_Service_Vault_VaultEmpty
# delete( string $matterId, string $holdId, string $accountId, array $optParams = array() )

Removes a HeldAccount from a hold. If this request leaves the hold with no held accounts, the hold will not apply to any accounts. (accounts.delete)

Removes a HeldAccount from a hold. If this request leaves the hold with no held accounts, the hold will not apply to any accounts. (accounts.delete)

Parameters

$matterId
The matter ID.
$holdId
The hold ID.
$accountId
The ID of the account to remove from the hold.
$optParams
Optional parameters.

Returns

Google_Service_Vault_VaultEmpty
Google_Service_Vault_VaultEmpty
public Google_Service_Vault_ListHeldAccountsResponse
# listMattersHoldsAccounts( string $matterId, string $holdId, array $optParams = array() )

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. (accounts.listMattersHoldsAccounts)

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. (accounts.listMattersHoldsAccounts)

Parameters

$matterId
The matter ID.
$holdId
The hold ID.
$optParams
Optional parameters.

Returns

Google_Service_Vault_ListHeldAccountsResponse
Google_Service_Vault_ListHeldAccountsResponse
© 2020 Google Inc.
G Suite Vault API documentation generated by ApiGen 2.8.0