Enum EnterprisesResource.DevicesResource.DeleteRequest.WipeDataFlagsEnum
Optional flags that control the device wiping behavior.
Namespace: Google.Apis.AndroidManagement.v1
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public enum EnterprisesResource.DevicesResource.DeleteRequest.WipeDataFlagsEnum
Fields
| Name | Description |
|---|---|
| PRESERVERESETPROTECTIONDATA | Preserve the factory reset protection data on the device. |
| WIPEDATAFLAGUNSPECIFIED | This value is ignored. |
| WIPEESIMS | 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 command) on the devices and no personally owned eSIMs will be removed. |
| WIPEEXTERNALSTORAGE | Additionally wipe the device's external storage (such as SD cards). |