Class PiiKeys
List the keys required to access Personally Identifiable Information (PII) for a given identifier. Exactly one identifier will be accepted. If the organization contains organization-wide Systems Manager users matching the key provided then there will be an entry with the key "0" containing the applicable keys.
[DataContract]
public class PiiKeys : Dictionary<string, PiiKey>, IDictionary<string, PiiKey>, ICollection<KeyValuePair<string, PiiKey>>, IReadOnlyDictionary<string, PiiKey>, IReadOnlyCollection<KeyValuePair<string, PiiKey>>, IEnumerable<KeyValuePair<string, PiiKey>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
PiiKeys
- Implements
- Inherited Members