Enumeration eValueKindConst

The eValueKind contains a set of values that specify value kind of the property. Either PII (Personal Identifiable Information) or customer content.

Enumeration Members

CustomerContent_GenericContent

Generic content.

NotSet

No kind.

Pii_DistinguishedName

An LDAP distinguished name. For example, CN=Jeff Smith,OU=Sales,DC=Fabrikam,DC=COM.

Pii_DropValue

Drops the value altogether, rather than hashing

Pii_Fqdn

The fully-qualified domain name.

Pii_GenericData

Generic information.

Pii_Identity

An user ID.

Pii_IPV4Address

An IPV4 Internet address. For example, 192.0.2.1.

Pii_IPV4AddressLegacy

Scrubs the last octet in a IPV4 Internet address. For example: 10.121.227.147 becomes 10.121.227.*

Pii_IPv6Address

An IPV6 Internet address. For example, 2001:0db8:85a3:0000:0000:8a2e:0370:7334.

Pii_IPv6ScrubLastHextets

Scrubs the last 4 Hextets (last 64-bits) of an IPv6 address

Pii_MailSubject

The Subject of an e-mail message.

Pii_PhoneNumber

A telephone number.

Pii_QueryString

A query string.

Pii_SipAddress

An SIP (Session Internet Protocol) address.

Pii_SmtpAddress

An e-mail address.

Pii_Uri

A URI (Uniform Resource Identifier).