Resource: DataTransfer
A Transfer resource represents the transfer of the ownership of user data between users.
JSON representation | |
---|---|
{
"id": string,
"oldOwnerUserId": string,
"newOwnerUserId": string,
"applicationDataTransfers": [
{
object ( |
Fields | |
---|---|
id |
The transfer's ID (Read-only). |
oldOwnerUserId |
ID of the user whose data is being transferred. |
newOwnerUserId |
ID of the user to whom the data is being transferred. |
applicationDataTransfers[] |
applications.list of per application data transfer resources. It contains data transfer details of the applications associated with this transfer resource. Note that this list is also used to specify the applications for which data transfer has to be done at the time of the transfer resource creation. |
overallTransferStatusCode |
Overall transfer status (Read-only). |
kind |
Identifies the resource as a DataTransfer request. |
etag |
ETag of the resource. |
requestTime |
The time at which the data transfer was requested (Read-only). |
ApplicationDataTransfer
Template to map fields of ApplicationDataTransfer resource.
JSON representation | |
---|---|
{
"applicationId": string,
"applicationTransferParams": [
{
object ( |
Fields | |
---|---|
applicationId |
The application's ID. |
applicationTransferParams[] |
The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. |
applicationTransferStatus |
Current status of transfer for this application. (Read-only) |
Methods |
|
---|---|
|
Retrieves a data transfer request by its resource ID. |
|
Inserts a data transfer request. |
|
Lists the transfers for a customer by source user, destination user, or status. |