Skip to main content
Skip table of contents

Data Classes/Domains

Data Classes are known as Domains on the Continuous Compliance Engine, they identify specific types of sensitive data and which algorithms are used to mask it. DCT recreates all Domains discovered through telemetry as Data Classes. This feature allows users to see all the Data Classes on the DCT-registered Continuous Compliance Engines. The Name, Default Algorithm, Source (engine), and Tags columns are shown by default.

Data Classes are currently read-only, with the exception of updating the description, example, and tags.

This feature allows users to see all the Data Classes on the DCT-registered Continuous Compliance Engines. The Name, Default Algorithm, Source (engine), and Tags columns are shown by default.

image-20240517-180540.png

There is an additional, optional column for the Default Tokenization algorithm.

image-20240517-180736.png

Overview tab

This tab displays the metadata for a Data Class.

DCT adds optional Description and Example fields to Data Classes. Domains on Continuous Compliance engines do not have these fields, so although the Data Class feature in DCT is currently read-only, these 2 fields are editable in DCT.

image-20240517-181428.png

Algorithms tab

This tab lists the algorithms of the Data Class.

image-20240517-181645.png

Access tab

Standard page for showing users, access groups, and permissions.

API endpoints

  • GET /data-classes – Retrieve the list of Data Classes

  • POST /data-classes/search – Search for Data Classes

  • GET /data-classes/{dataClassId} – Get a Data Class by ID

  • PATCH /data-classes/{dataClassId} – Update the description and/or example for a Data Class

  • GET /data-classes/{dataClassId}/algorithms – Retrieve the list of algorithms for a Data Class

  • POST /data-classes/{dataClassId}/algorithms/search – Search for algorithms of a Data Class

  • GET /data-classes/{dataClassId}/tags – Get tags for a Data Class

  • POST /data-classes/{dataClassId}/tags – Create tags for a Data Class

  • POST /data-classes/{dataClassId}/tags/deleteDelete – Tags for a Data Class

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.