Skip to main content

CreateMaskedDocumentRequest Properties

An object defining properties for the CreateMaskedDocumentRequest class.

DMObjectVersionSecretKey

Type: string


shortDescription

Gets the key used to decrypt the document version.

The DMObjectVersionSecretKey property provides the encrypted identifier needed to decrypt the specific version of the document content.


DMObjectDecryptedVersionSecret

Type: DMObjectVersionSecret


shortDescription

Gets the decrypted document version secret information.

The DMObjectDecryptedVersionSecret property holds the decrypted version-level secret for the document. It is resolved using the DMObjectVersionSecretKey with the [DecryptData("VersionSecretKey")] attribute.


MaskingOptions

Type: List<MaskingOptionItemObject>


shortDescription

Gets the list of masking options to be applied.

The MaskingOptions property defines a collection of rules specifying how sensitive data categories (such as identity numbers, emails, etc.) should be masked during the operation. Each option includes the target category, masking type, and any additional parameters.


DMObjectSecretKey

Type: string


shortDescription

Gets the key used to decrypt the document object.

The DMObjectSecretKey property provides the encrypted identifier required to decrypt the document object during request processing.


DMObjectDecryptedSecret

Type: DMObjectSecret


shortDescription

Gets the decrypted document management object secret information.

The DMObjectDecryptedSecret property contains the decrypted object secret used to access the document content. It is resolved at runtime using the DMObjectSecretKey and marked with the [DecryptData("SecretKey")] attribute.