REST Resource: applications
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: אפליקציה
משאבי אפליקציה מייצגים אפליקציות שמותקנות בדומיין שתומכות בהעברת הבעלות על נתוני משתמשים.
ייצוג ב-JSON |
{
"id": string,
"name": string,
"transferParams": [
{
object (ApplicationTransferParam )
}
],
"kind": string,
"etag": string
} |
שדות |
id |
string (int64 format)
מזהה האפליקציה. אפשר לאחזר אותו באמצעות השיטה applications.list() .
|
name |
string
שם האפליקציה.
|
transferParams[] |
object (ApplicationTransferParam )
רשימה של כל הפרמטרים האפשריים להעברה של האפליקציה הזו. הפרמטרים האלה קובעים אילו קטגוריות של נתוני המשתמש יועברו.
|
kind |
string
מזהה את המשאב כמשאב של אפליקציית DataTransfer.
|
etag |
string
ה-Etag של המשאב.
|
Methods |
|
אחזור מידע על אפליקציה לפי מזהה האפליקציה שצוין. |
|
רשימה של האפליקציות הזמינות להעברת נתונים של לקוח. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-24 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-24 (שעון UTC)."],[],[],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. |"]]