Class LockNetworkSmDevices
LockNetworkSmDevices
[DataContract]
public class LockNetworkSmDevices
- Inheritance
-
LockNetworkSmDevices
- Inherited Members
Properties
Ids
The ids of the devices to be locked.
[DataMember(Name = "ids")]
public string Ids { get; set; }
Property Value
- string
The ids of the devices to be locked.
Pin
The pin number for locking macOS devices (a six digit number). Required only for macOS devices.
[DataMember(Name = "pin")]
public int? Pin { get; set; }
Property Value
- int?
The pin number for locking macOS devices (a six digit number). Required only for macOS devices.
Scope
The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be wiped.
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
- string
The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be wiped.
Serials
The serials of the devices to be locked.
[DataMember(Name = "serials")]
public string Serials { get; set; }
Property Value
- string
The serials of the devices to be locked.
WifiMacs
The wifiMacs of the devices to be locked.
[DataMember(Name = "wifiMacs")]
public string WifiMacs { get; set; }
Property Value
- string
The wifiMacs of the devices to be locked.