Entity Types
On This Page
Overview
An entity type is what DryvIQ is detecting. The DryvIQ Platform comes with preinstalled entity types that cover a wide range of data, but you also have the option to create custom entity types. Entity types are assigned to a category that identifies the type of data being detected and a match type that identifies how the data is being detected. This page provides a high-level overview to help you understand entity types. To learn more about a specific match type, refer to the DryvIQ Platform documentation page for that specific match type.
Download a complete list of the preinstalled entity types to review descriptions for the over 160 entity types included in the DryvIQ Platform.
Categories
Categories identify the type of data being detected. DryvIQ comes with the default categories listed below. You can also create custom categories if one of the default categories doesn’t capture what your entity type will be identifying. (See Managing Categories for information about creating and managing custom categories.)
Category | Description | |
---|---|---|
1 | AI Classifier | This category includes entity types that use DryvIQ’s Artificial Intelligence (AI) engine to classify documents. These include |
2 | File Details | These entity types leverage file details to classify documents.
|
3 | File Status | This entity type provides details about the file's status, such as if it's locked or encrypted. |
4 | Finance | These entity types are for financial information such as
|
5 | General | This is a catch-all category for any entity type that doesn’t fall into one of the other four categories.
|
6 | HR | These entity types identify information commonly found in documents for Human Resources such as
|
7 | International Drivers License | These entity types use regular expression to identify driver’s license numbers for specific countries.
|
8 | Metadata | These entity types leverage file metadata to classify documents.
|
9 | Permissions | This entity type provides file permissions details such as permissions rules, shared links and inheritance information. |
10 | PII | This entity type can identify personally identifiable information (PII) in a document. |
11 | Privacy | This category is for any entity type pertaining to personally identifiable information (PII). Examples of this type of information include
|
12 | Regulation | Regulation entity types identify information that is generally associated with regulatory agencies as
|
13 | Technology | This category includes entity types related to the technology field such as
|
14 | US Drivers Licenses | These entity types identify driver’s license numbers for each state in the Unites States of America. Note that state-specific driver’s license entity types are available under Privacy. |
Match Type
Match type is how the data is being detected. DryvIQ supports four match type methods.
Match Type | Description | |
---|---|---|
1 | A block list allows matching on a given list of keywords within a piece of content. | |
2 | This is a custom classification model that is plugged into the system. DryvIQ has the following preinstalled classification entity types: | |
3 | Regular expression is a pattern used to identify text. It allows you to have very fine-grained control over what content DryvIQ detects. | |
4 | Transformation | A transformation entity type allows for applying a custom metadata expression against any prior matches to generate new value. This option is available only through the DryvIQ API. |