Dynamic Data Masking
What's New?
Dynamic Data Masking (DDM) is a new feature that limits sensitive data exposure by masking it to non-privileged users. It can be used to greatly simplify the design and coding of security in an application.
In SummitAI, DDM is applied for all the tables and columns (except the limitations mentioned in the following section) to hide the sensitive data in the result sets of queries. With DDM, the data in the database is not changed. It is easy to use with existing applications since masking rules are applied in the query results. For more information, see Dynamic Data Masking.
Data Masking Representation
The sensitive data is masked and the values are represented as follows:
- Text values as "XXXX".
- Data and Time values as "1900-01-01 00.00.00.000".
- Number values as "0".
Figure: Data Masking Representation
Limitations
Data Masking cannot be defined or there will be an impact for the following column types:
Encrypted columns (Always Encrypted)
- FILESTREAM
- COLUMN_SET or a sparse column that is part of a column set.
- After Masking, if a column is involved in the filtered index, the index is dropped and re-created.
- Masking cannot be applied in a computed column. But, if any dependent column is masked, the computed column returns the masked data.
- Columns involved in the FULLTEXT index.
- The schema binding columns
- Columns on which filtered index is created. The filtered index is dropped and recreated.
- Primary key columns
Feature Exclusion List
The following features are excluded from Dynamic Data Masking:
- Concurrent License Notification
- CINDE - Notification Service
- Performance Improvement for the Alerts Count Calculation Notification
- DB Object Related to Asset Software Variance
Why are these features not supported in DDM?
Enabling Data Masking
In order to use the Data Masking feature, the Data Masking feature needs to be enabled in the SummitAI Setup Tool. To enable the feature, please contact the SummitAI Implementation Team.
Disabling Data Masking
In order to disable Data Masking, please contact the SummitAI Implementation Team.
Confluence Cloud Migration Alert: Please refer to known issues you may encounter in Confluence Cloud: https://eitdocs.atlassian.net/wiki/x/wDGwAQ