REST Resource: applications
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:应用
应用资源代表在网域上安装的支持转移用户数据所有权的应用。
JSON 表示法 |
{
"id": string,
"name": string,
"transferParams": [
{
object (ApplicationTransferParam )
}
],
"kind": string,
"etag": string
} |
方法 |
|
检索给定应用 ID 的应用相关信息。 |
|
列出客户可用于数据传输的应用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-24。
[null,null,["最后更新时间 (UTC):2025-07-24。"],[],[],null,["# REST Resource: applications\n\nResource: Application\n---------------------\n\nApplication resources represent applications installed on the domain that support transferring ownership of user data.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"transferParams\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam) } ], \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method. |\n| `name` | `string` The application's name. |\n| `transferParams[]` | `object (`[ApplicationTransferParam](/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam)`)` The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer. |\n| `kind` | `string` Identifies the resource as a DataTransfer Application Resource. |\n| `etag` | `string` Etag of the resource. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| ### [get](/workspace/admin/data-transfer/reference/rest/v1/applications/get) | Retrieves information about an application for the given application ID. |\n| ### [list](/workspace/admin/data-transfer/reference/rest/v1/applications/list) | Lists the applications available for data transfer for a customer. |"]]