CreateMaskedDocumentRequest Constructors
An object defining constructors for the CreateMaskedDocumentRequest class.
CreateMaskedDocumentRequest()
Initializes a new instance of the CreateMaskedDocumentRequest class.
CreateMaskedDataRequest(dMObjectSecretKey, dMObjectVersionSecretKey, maskingOptions)
shortDescription
Initializes a new instance of the CreateMaskedDataRequest class with document identifiers and masking configurations.
param(dMObjectSecretKey): string, required
The key used to decrypt the document secret.
param(dMObjectVersionSecretKey): string, required
The key used to decrypt the document version secret.
param(maskingOptions):
System.Collections.Generic.List<Bimser.Synergy.Entities.DocumentManagement.Business.Objects.MaskingOptionItemObject>, required
List of masking configurations applied to the categorized data.
This constructor is used to create a request for applying masking rules to previously categorized sensitive data, without generating a new document. Instead, it returns the masked data result for consumption in downstream services.