Class PiiKey
Pii Key
[DataContract]
public class PiiKey
- Inheritance
-
PiiKey
- Inherited Members
Properties
BluetoothMacs
The MAC of a Bluetooth client
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bluetoothMacs")]
public List<string> BluetoothMacs { get; set; }
Property Value
Emails
The email of a network user account or a Systems Manager device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "emails")]
public List<string> Emails { get; set; }
Property Value
Imeis
The IMEI of a Systems Manager device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "imeis")]
public List<string> Imeis { get; set; }
Property Value
Macs
The MAC of a network client device or a Systems Manager device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "macs")]
public List<string> Macs { get; set; }
Property Value
Serials
The serial of a Systems Manager device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }
Property Value
Usernames
The username of a Systems Manager user
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usernames")]
public List<string> Usernames { get; set; }