REST Resource: transfers
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: DataTransfer
전송 리소스는 사용자 간에 사용자 데이터의 소유권 이전을 나타냅니다.
JSON 표현 |
{
"id": string,
"oldOwnerUserId": string,
"newOwnerUserId": string,
"applicationDataTransfers": [
{
object (ApplicationDataTransfer )
}
],
"overallTransferStatusCode": string,
"kind": string,
"etag": string,
"requestTime": string
} |
필드 |
id |
string
읽기 전용입니다. 송금의 ID입니다.
|
oldOwnerUserId |
string
데이터를 이전하는 사용자의 ID입니다.
|
newOwnerUserId |
string
데이터를 전송받는 사용자의 ID입니다.
|
applicationDataTransfers[] |
object (ApplicationDataTransfer )
애플리케이션별 데이터 전송 리소스 목록입니다. 이 전송 리소스와 연결된 애플리케이션의 세부정보가 포함되어 있으며 전송 리소스 생성 시 데이터 전송이 이루어져야 하는 애플리케이션도 지정합니다.
|
overallTransferStatusCode |
string
읽기 전용입니다. 전체 전송 상태입니다.
|
kind |
string
리소스를 DataTransfer 요청으로 식별합니다.
|
etag |
string
리소스의 ETag입니다.
|
requestTime |
string
읽기 전용입니다. 데이터 전송이 요청된 시간입니다.
|
ApplicationDataTransfer
ApplicationDataTransfer 리소스의 필드를 매핑하는 템플릿입니다.
JSON 표현 |
{
"applicationId": string,
"applicationTransferParams": [
{
object (ApplicationTransferParam )
}
],
"applicationTransferStatus": string
} |
필드 |
applicationId |
string (int64 format)
애플리케이션의 ID입니다.
|
applicationTransferParams[] |
object (ApplicationTransferParam )
애플리케이션의 전송 매개변수입니다. 이러한 매개변수는 이 애플리케이션의 컨텍스트에서 전송할 데이터를 선택하는 데 사용됩니다. 각 애플리케이션에 사용할 수 있는 특정 값에 관한 자세한 내용은 전송 매개변수 참조를 참고하세요.
|
applicationTransferStatus |
string
읽기 전용입니다. 이 애플리케이션의 현재 이전 상태입니다.
|
메서드 |
|
리소스 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: transfers\n\nResource: DataTransfer\n----------------------\n\nA Transfer resource represents the transfer of the ownership of user data between users.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"oldOwnerUserId\": string, \"newOwnerUserId\": string, \"applicationDataTransfers\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/transfers#ApplicationDataTransfer) } ], \"overallTransferStatusCode\": string, \"kind\": string, \"etag\": string, \"requestTime\": string } ``` |\n\n| Fields ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Read-only. The transfer's ID. |\n| `oldOwnerUserId` | `string` ID of the user whose data is being transferred. |\n| `newOwnerUserId` | `string` ID of the user to whom the data is being transferred. |\n| `applicationDataTransfers[]` | `object (`[ApplicationDataTransfer](/workspace/admin/data-transfer/reference/rest/v1/transfers#ApplicationDataTransfer)`)` The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation. |\n| `overallTransferStatusCode` | `string` Read-only. Overall transfer status. |\n| `kind` | `string` Identifies the resource as a DataTransfer request. |\n| `etag` | `string` ETag of the resource. |\n| `requestTime` | `string` Read-only. The time at which the data transfer was requested. |\n\nApplicationDataTransfer\n-----------------------\n\nTemplate to map fields of ApplicationDataTransfer resource.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"applicationId\": string, \"applicationTransferParams\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam) } ], \"applicationTransferStatus\": string } ``` |\n\n| Fields ||\n|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `applicationId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The application's ID. |\n| `applicationTransferParams[]` | `object (`[ApplicationTransferParam](/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam)`)` The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference. |\n| `applicationTransferStatus` | `string` Read-only. Current status of transfer for this application. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| ### [get](/workspace/admin/data-transfer/reference/rest/v1/transfers/get) | Retrieves a data transfer request by its resource ID. |\n| ### [insert](/workspace/admin/data-transfer/reference/rest/v1/transfers/insert) | Inserts a data transfer request. |\n| ### [list](/workspace/admin/data-transfer/reference/rest/v1/transfers/list) | Lists the transfers for a customer by source user, destination user, or status. |"]]