Add a new Source
Source is a data element definition. To add a new data element, you first need to decide category. If you go to directory rules/sources
, you can see 22 files, each representing a category. The full list of Privado source categories can be found here.
You can either use an existing category or create your own custom category. If you use an existing category, you can open the corresponding file and add entry for the data element.
List of fields for defining a data element:
High level key is data_dictionary
which is an array of data elements. Once the data element object is defined, we can add it to the array of data_dictionary
.
For a custom category, you can create a new file with the category name ( all small case, replace space with _
) in directory rules/sources
and add the details to it.
Once the new data element is added, Privado will detect and track data flows for this new data element.
Last updated