Table of Contents

Class PiiKey

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

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

List<string>

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

List<string>

Imeis

The IMEI of a Systems Manager device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "imeis")]
public List<string> Imeis { get; set; }

Property Value

List<string>

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

List<string>

Serials

The serial of a Systems Manager device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }

Property Value

List<string>

Usernames

The username of a Systems Manager user

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usernames")]
public List<string> Usernames { get; set; }

Property Value

List<string>