Table of Contents

Class WipeNetworkSmDeviceRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

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

string

WifiMac

The wifiMac of the device to be wiped.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "wifiMac")]
public string? WifiMac { get; set; }

Property Value

string