Currently, the DataMasking utility only supports operations with traversable types in Python, for example: Lists, Dict, str, and others. It is a limitation for customers who want to integrate DataMasking utility with their existing Pydantic models, data classes, or standard Python classes.
Solution/User Experience
Add support for mask, encrypt and decrypt Pydantic models, Dataclasses, and standard Python classes.
Use case
Currently, the DataMasking utility only supports operations with traversable types in Python, for example: Lists, Dict, str, and others. It is a limitation for customers who want to integrate DataMasking utility with their existing Pydantic models, data classes, or standard Python classes.
Solution/User Experience
Add support for mask, encrypt and decrypt Pydantic models, Dataclasses, and standard Python classes.
Alternative solutions
No response
Acknowledgment