wipeDataFlags property

List<String>? wipeDataFlags
getter/setter pair

Wipe flags to indicate what data is wiped when a device or profile wipe is triggered due to any reason (for example, non-compliance).

This does not apply to the enterprises.devices.delete method. . This list must not have duplicates.

Optional.

Implementation

core.List<core.String>? wipeDataFlags;