Class WipeNetworkSmDeviceRequest
WipeNetworkSmDevice
[DataContract]
public class WipeNetworkSmDeviceRequest
- Inheritance
-
WipeNetworkSmDeviceRequest
- Inherited Members
Properties
Id
The id of the device to be wiped.
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Pin
The pin number (a six digit value) for wiping a macOS device. Required only for macOS devices.
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "pin")]
public int? Pin { get; set; }
Property Value
- int?
Serial
The serial of the device to be wiped.
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
WifiMac
The wifiMac of the device to be wiped.
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "wifiMac")]
public string? WifiMac { get; set; }