Interface DataMaskingRule.DefinitionStages.WithSuffixSize

All Known Subinterfaces:
DataMaskingRule.Definition, DataMaskingRule.DefinitionStages.WithCreate
Enclosing interface:
DataMaskingRule.DefinitionStages

public static interface DataMaskingRule.DefinitionStages.WithSuffixSize
The stage of the DataMaskingRule definition allowing to specify suffixSize.
  • Method Details

    • withSuffixSize

      Specifies the suffixSize property: If maskingFunction is set to Text, the number of characters to show unmasked at the end of the string. Otherwise, this parameter will be ignored..
      Parameters:
      suffixSize - If maskingFunction is set to Text, the number of characters to show unmasked at the end of the string. Otherwise, this parameter will be ignored.
      Returns:
      the next definition stage.