Interface INetworksPiiPiiKeys
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksPiiPiiKeys
Methods
GetNetworkPiiPiiKeysAsync(string, string, string, string, string, string, string, CancellationToken)
List the keys required to access Personally Identifiable Information (PII) for a given identifier
[Get("/networks/{networkId}/pii/piiKeys")]
Task<PiiKeys> GetNetworkPiiPiiKeysAsync(string networkId, string username = null, string email = null, string mac = null, string serial = null, string imei = null, string bluetoothMac = null, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
username
stringThe username of a Systems Manager user (optional)
email
stringThe email of a network user account or a Systems Manager device (optional)
mac
stringThe MAC of a network client device or a Systems Manager device (optional)
serial
stringThe serial of a Systems Manager device (optional)
imei
stringThe IMEI of a Systems Manager device (optional)
bluetoothMac
stringThe MAC of a Bluetooth client (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call