EntityCategoryType Enumeration

Entity item category type. An entity may belong to one or more categories.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public enum EntityCategoryType

Members

Other0 Generic entity category type.
Identification1 Sensitive personally identifiable information (PII) (SSN, identification card id, VIN, license plate number, etc.).
Financial2 Financial related sensitive information (e.g., bank accounts, investment accounts, credit card numbers, IBAN, cryptocurrency addresses).
Insurance3 Insurance related entities.
Employment4 Employment related entity (e.g., employee/employer id, employment starting/ending date, employee/employer account number, etc).
PHI5 Protected health information (PHI).
FERPA6 Family Educational Rights and Privacy Act (FERPA) information.
PersonName7 Person name related (person name or person name related form entry fields).
Communication8 Email address related or phone number.
DeviceIdentifier9 Device identifier (IP address, MAC address, or International Mobile Equipment Identity (IMEI and IMEISV) number).
AccessCredentials10 Access credential related entity (password, username, access tokens, access card, etc).
URL11 General URL related entity. See also ServiceEndpoint and DataStorageLocator.
Investigation12 Investigation related entity (investigation ID, LexusNexus ID, and investigation related entities).
Address13 Postal address or field entry parts of a postal address.
UniformResource14 Uniform Resouce Identifiers (URI) and Uniform Resource Names (URN).
ServiceEndpoint15 Service end point (database connection strings and cloud API URLs).
DataStorageLocator16 Data storage locator (SMB, cloud storage URLs, and cloud storage resource URIs).
CustomEntity100 User defined custom entity type.

See Also