Namespace Google.Apis.Vault.v1
Classes
MattersResource
The "matters" collection of methods.
MattersResource.AddPermissionsRequest
Adds an account as a matter collaborator.
MattersResource.CloseRequest
Closes the specified matter. Returns the matter with updated state.
MattersResource.CountRequest
Counts the accounts processed by the specified query.
MattersResource.CreateRequest
Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.
MattersResource.DeleteRequest
Deletes the specified matter. Returns the matter with updated state.
MattersResource.ExportsResource
The "exports" collection of methods.
MattersResource.ExportsResource.CreateRequest
Creates an export.
MattersResource.ExportsResource.DeleteRequest
Deletes an export.
MattersResource.ExportsResource.GetRequest
Gets an export.
MattersResource.ExportsResource.ListRequest
Lists details about the exports in the specified matter.
MattersResource.GetRequest
Gets the specified matter.
MattersResource.HoldsResource
The "holds" collection of methods.
MattersResource.HoldsResource.AccountsResource
The "accounts" collection of methods.
MattersResource.HoldsResource.AccountsResource.CreateRequest
Adds an account to a hold. Accounts can be added only to a hold that does not have an organizational unit set. If you try to add an account to an organizational unit-based hold, an error is returned.
MattersResource.HoldsResource.AccountsResource.DeleteRequest
Removes an account from a hold.
MattersResource.HoldsResource.AccountsResource.ListRequest
Lists the accounts covered by a hold. This can list only individually-specified accounts covered by the hold. If the hold covers an organizational unit, use the Admin SDK. to list the members of the organizational unit on hold.
MattersResource.HoldsResource.AddHeldAccountsRequest
Adds accounts to a hold. Returns a list of accounts that have been successfully added. Accounts can be added only to an existing account-based hold.
MattersResource.HoldsResource.CreateRequest
Creates a hold in the specified matter.
MattersResource.HoldsResource.DeleteRequest
Removes the specified hold and releases the accounts or organizational unit covered by the hold. If the data is not preserved by another hold or retention rule, it might be purged.
MattersResource.HoldsResource.GetRequest
Gets the specified hold.
MattersResource.HoldsResource.ListRequest
Lists the holds in a matter.
MattersResource.HoldsResource.RemoveHeldAccountsRequest
Removes the specified accounts from a hold. Returns a list of statuses in the same order as the request.
MattersResource.HoldsResource.UpdateRequest
Updates the scope (organizational unit or accounts) and query parameters of a hold. You cannot add accounts to a hold that covers an organizational unit, nor can you add organizational units to a hold that covers individual accounts. If you try, the unsupported values are ignored.
MattersResource.ListRequest
Lists matters the requestor has access to.
MattersResource.RemovePermissionsRequest
Removes an account as a matter collaborator.
MattersResource.ReopenRequest
Reopens the specified matter. Returns the matter with updated state.
MattersResource.SavedQueriesResource
The "savedQueries" collection of methods.
MattersResource.SavedQueriesResource.CreateRequest
Creates a saved query.
MattersResource.SavedQueriesResource.DeleteRequest
Deletes the specified saved query.
MattersResource.SavedQueriesResource.GetRequest
Retrieves the specified saved query.
MattersResource.SavedQueriesResource.ListRequest
Lists the saved queries in a matter.
MattersResource.UndeleteRequest
Undeletes the specified matter. Returns the matter with updated state.
MattersResource.UpdateRequest
Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.
OperationsResource
The "operations" collection of methods.
OperationsResource.CancelRequest
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the
operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check whether
the cancellation succeeded or whether the operation completed despite cancellation. On successful
cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value
with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested in the
operation result. It does not cancel the operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
.
OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method,
it returns UNIMPLEMENTED
.
VaultBaseServiceRequest<TResponse>
A base abstract class for Vault requests.
VaultService
The Vault Service.
VaultService.Scope
Available OAuth 2.0 scopes for use with the Google Vault API.
VaultService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Vault API.
Enums
MattersResource.GetRequest.ViewEnum
Specifies how much information about the matter to return in the response.
MattersResource.HoldsResource.GetRequest.ViewEnum
The amount of detail to return for a hold.
MattersResource.HoldsResource.ListRequest.ViewEnum
The amount of detail to return for a hold.
MattersResource.ListRequest.StateEnum
If set, lists only matters with the specified state. The default lists matters of all states.
MattersResource.ListRequest.ViewEnum
Specifies how much information about the matter to return in response.
VaultBaseServiceRequest<TResponse>.AltEnum
Data format for response.
VaultBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.