Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Data Security Parent Object Configuration Example

Data Security Parent Object Configuration Example

You need to configure security in the
BDDConfig.xml
file so data stewards see content that applies to their country. Data stewards in France see parent records with a country value of 'FR', and data stewards in Japan see parent records with a country value of 'JA'.
To filter based on the location of a data steward, create a role in the MDM Hub for each region. In this example, you assign the data stewards in France the 'DSFrance' role, and you assign the data steward in Japan the 'DSJapan' role.
The following excerpt from the
BDDConfig.xml
file shows how to configure data security for this example:
<dataSecurity> <securityFilter columnUid="COUNTRY"> <securityValue value="FR"> <securityRole roleUid="DSFrance"/> </securityValue> <securityValue value="JA"> <securityRole roleUid="DSJapan"/> </securityValue> </securityFilter> </dataSecurity>

0 COMMENTS

We’d like to hear from you!