Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir cihaz silindiğinde veri silme davranışını kontrol etmek için kullanılan işaretler. Varsayılan olarak tüm kullanıcı verileri ve fabrika ayarlarına sıfırlama koruması verileri temizlenir.
Ayrıca cihazın harici depolama alanını (ör. SD kartlar) da silin.
WIPE_ESIMS
Şirkete ait cihazlarda bu işlem, cihaz temizlendiğinde cihazdaki tüm eSIM'leri kaldırır. Kişisel olarak sahip olunan cihazlarda bu işlem, cihazlardaki yönetilen eSIM'leri (ADD_ESIM komutuyla eklenen eSIM'ler) kaldırır ve kişisel olarak sahip olunan eSIM'ler kaldırılmaz.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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. |"]]