Class NetworksPiiSection
Provides access to networks pii API endpoints
public class NetworksPiiSection
- Inheritance
-
NetworksPiiSection
- Inherited Members
Constructors
NetworksPiiSection()
public NetworksPiiSection()
Properties
PiiKeys
List the keys required to access Personally Identifiable Information (PII) for a given identifier
public INetworksPiiPiiKeys PiiKeys { get; }
Property Value
Requests
List the PII requests for this network or organization
public INetworksPiiRequests Requests { get; }
Property Value
SmDevicesForKey
Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier
public INetworksPiiSmDevicesForKey SmDevicesForKey { get; }
Property Value
SmOwnersForKey
Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier
public INetworksPiiSmOwnersForKey SmOwnersForKey { get; }