Interface DataMaskingRule.UpdateStages.WithSuffixSize

All Known Subinterfaces:
DataMaskingRule.Update
Enclosing interface:
DataMaskingRule.UpdateStages

public static interface DataMaskingRule.UpdateStages.WithSuffixSize
The stage of the DataMaskingRule update allowing to specify suffixSize.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSuffixSize(String suffixSize)
    Specifies the suffixSize property: If maskingFunction is set to Text, the number of characters to show unmasked at the end of the string.
  • Method Details

    • withSuffixSize

      DataMaskingRule.Update withSuffixSize(String suffixSize)
      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.