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
संसाधन का ईटैग.
|
तरीके |
|
दिए गए ऐप्लिकेशन आईडी के लिए, ऐप्लिकेशन के बारे में जानकारी दिखाता है. |
|
किसी ग्राहक के लिए, डेटा ट्रांसफ़र करने के लिए उपलब्ध ऐप्लिकेशन की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]