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
ระบุทรัพยากรว่าเป็นทรัพยากรแอปพลิเคชันการโอนข้อมูล
|
etag |
string
Etag ของทรัพยากร
|
เมธอด |
|
ดึงข้อมูลเกี่ยวกับแอปพลิเคชันสำหรับรหัสแอปพลิเคชันที่ระบุ |
|
แสดงรายการแอปพลิเคชันที่พร้อมให้โอนข้อมูลสำหรับลูกค้า |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]