Creating Patterns

You can either create a pattern from the user interface, or you can create patterns in an XML file and import the file using the import feature.

To create a pattern:
  1. From the Partition and Departments dropdown menu, go to the partition space.

  2. In the Navigation menu, browse to Security > Data Masking > Patterns.

  3. On the List page toolbar, click the New New Button button.

    You can create a maximum of 100 masking patterns.

  4. On the Properties page, on the General tab, set the following:

    • Name: Type a name for the pattern.

    • Description: Provide a description for the pattern that explains the type of masking that is done by the pattern.

    • Active: Click the Toggle toggle button to make the pattern active when it is ready for use. Only active patterns can be applied to channels. Once a pattern is made active and used in channels, it can be made inactive only after the association with the channels is removed.

    New pattern

  5. On the Masking Pattern tab, set the following:

    • Masking Character: From the dropdown list, select the character to be used to mask the data. The following options are available: *, -, #, X, x.

    • JavaScript Regular Expression: Provide the Javascript regular expression for masking.

    • Java Regular Expression: Provide the Java regular expression for masking.

    • Number of characters to unmask from left: Provide the number of characters that should be ignored from left while masking. For example, if you are masking a 10 digit account number and you do not want to mask the first 4 numbers of the account number, the account number will show as 8765******.

    • Number of characters to unmask from right: Provide the number of characters that should be ignored from right while masking. For example, if you are masking the social security number and you do not want to mask the last 4 numbers of the SSN, the SSN will show as  *****3545.

    • Apply Luhn's Algorithm: Click the Toggle toggle button to apply the Luhn's algorithm..

    create pattern-masking

  6. Click the Save button.

Related Topics