WipeDataFlag
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
기기가 삭제될 때 데이터 삭제 동작을 제어하는 데 사용되는 플래그입니다. 기본적으로 모든 사용자 데이터와 초기화 보호 데이터가 삭제됩니다.
열거형 |
WIPE_DATA_FLAG_UNSPECIFIED |
이 값은 무시됩니다. |
PRESERVE_RESET_PROTECTION_DATA |
초기화 보호 데이터를 기기에 보존합니다. |
WIPE_EXTERNAL_STORAGE |
기기의 외부 저장소 (예: SD 카드)도 삭제합니다. |
WIPE_ESIMS |
회사 소유 기기의 경우 기기가 초기화되면 기기에서 모든 eSIM이 삭제됩니다. 개인 소유 기기에서는 기기에서 관리 eSIM (ADD_ESIM 명령어를 통해 추가된 eSIM)이 삭제되며 개인 소유 eSIM은 삭제되지 않습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# WipeDataFlag\n\nFlags used to control data wiping behavior when a device is deleted. By default all user data and factory reset protection data is wiped.\n\n| Enums ||\n|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `WIPE_DATA_FLAG_UNSPECIFIED` | This value is ignored. |\n| `PRESERVE_RESET_PROTECTION_DATA` | Preserve the factory reset protection data on the device. |\n| `WIPE_EXTERNAL_STORAGE` | Additionally wipe the device's external storage (such as SD cards). |\n| `WIPE_ESIMS` | For company-owned devices, this removes all eSIMs from the device when the device is wiped. In personally-owned devices, this will remove managed eSIMs (eSIMs which are added via the [`ADD_ESIM`](/android/management/reference/rest/v1/enterprises.devices/issueCommand#CommandType.ENUM_VALUES.ADD_ESIM) command) on the devices and no personally owned eSIMs will be removed. |"]]