This is an optional exercise intended for Optim™ Data Privacy Solution users. In this
exercise, you will define a data privacy policy to mask year-to-date
sales numbers. The policy will be added to the Source Plan data access
plan.
To define a data privacy policy to mask numeric data:
- In the Data Project Explorer, expand the Data
Models folder, double-click the OPTIMUSER logical data
model to open the model, expand the Package1 node, and expand the Data
Access Plans folder.
- Double-click Source Plan. The data access plan editor opens.
- Click Data Privacy. The
data privacy editor opens.
- From the Policies area, do the following:
- Select Executor from the Platform list.
- Expand Identity Privacy Policies,
expand Numeric Privacy Policies and select Uniform
random long in range.
- In the Attributes area, select OPTIM_CUSTOMERS from
the Entity list. The attributes
in the OPTIM_CUSTOMERS entity are listed.
- From the Attributes list, select YTD_SALES.
- Click Apply. The
Add Policy wizard opens.
- On the Uniform Random Long In Range Options page, do the
following:
- In Range lower bound, type 1000.
- In Range upper bound, type 10000.
- Click Finish.
The new privacy policy, OPTIM_CUSTOMERS1, will display
in the Data privacy policies in use area.
- From the main menu, click .
You have defined a privacy policy that will mask numbers by
generating a random long integer within a specified range, 1000-10000,
for the YTD_SALES attribute of the OPTIM_CUSTOMERS entity.