Skip to main content

CreateMaskedDataRequest


shortDescription

The CreateMaskedDataRequest class represents a request to perform masking operations on categorized sensitive data, returning only the masked data result without generating a new document.

This request is useful in scenarios where the application only needs to retrieve masked data (for validation, review, or logging) without persisting or generating a masked document. It includes encrypted document identifiers and detailed masking instructions for each data category.

Properties

NameDescription
DMObjectVersionSecretKeyGets or sets the secret key for the document version.
TargetCategoriesGets or sets the list of sensitive data categories to be processed.
DMObjectDecryptedVersionSecretGets the decrypted document version secret.
MaskingOptionsGets or sets the masking options applied to each sensitive data category.
DMObjectSecretKeyGets or sets the secret key for the document object.
DMObjectDecryptedSecretGets the decrypted document object secret.

Constructors

NameDescription
CreateMaskedDataRequest()Initializes a new instance of the CreateMaskedDataRequest class.
CreateMaskedDocumentRequest()Initializes a new instance of the CreateMaskedDocumentRequest class with default values for masking operations.