REST Resource: applications

Resource: Application

Application resources represent applications installed on the domain that support transferring ownership of user data.

JSON representation
{
  "id": string,
  "name": string,
  "transferParams": [
    {
      object (ApplicationTransferParam)
    }
  ],
  "kind": string,
  "etag": string
}
Fields
id

string (int64 format)

The application's ID. Retrievable by using the applications.list() method.

name

string

The application's name.

transferParams[]

object (ApplicationTransferParam)

The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.

kind

string

Identifies the resource as a DataTransfer Application Resource.

etag

string

Etag of the resource.

Methods

get

Retrieves information about an application for the given application ID.

list

Lists the applications available for data transfer for a customer.