previousDeviceNames property

List<String>? previousDeviceNames
getter/setter pair

If the same physical device has been enrolled multiple times, this field contains its previous device names.

The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order.

Implementation

core.List<core.String>? previousDeviceNames;