REST Resource: applications
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 애플리케이션
애플리케이션 리소스는 사용자 데이터 소유권 이전을 지원하는 도메인에 설치된 애플리케이션을 나타냅니다.
JSON 표현 |
{
"id": string,
"name": string,
"transferParams": [
{
object (ApplicationTransferParam )
}
],
"kind": string,
"etag": string
} |
필드 |
id |
string (int64 format)
애플리케이션의 ID입니다. applications.list() 메서드를 사용하여 검색할 수 있습니다.
|
name |
string
애플리케이션의 이름입니다.
|
transferParams[] |
object (ApplicationTransferParam )
이 애플리케이션에 가능한 모든 전송 매개변수 목록입니다. 이 매개변수는 전송할 사용자 데이터의 카테고리를 선택합니다.
|
kind |
string
리소스를 DataTransfer 애플리케이션 리소스로 식별합니다.
|
etag |
string
리소스의 etag입니다.
|
메서드 |
|
지정된 애플리케이션 ID의 애플리케이션에 관한 정보를 검색합니다. |
|
고객의 데이터 전송에 사용할 수 있는 애플리케이션을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]