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 |
|
Retrieves information about an application for the given application ID. |
|
Lists the applications available for data transfer for a customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Application resources represent installed applications on a domain that enable user data ownership transfer."],["These resources are identified by a unique ID and name, and contain parameters for selecting data categories to transfer."],["You can retrieve information about an application using its ID or list all available applications for data transfer."],["The `transferParams` field lists the data categories that can be transferred for a particular application."]]],[]]