Export CS:Govern Rules to Another Database
Last updated
Was this helpful?
Was this helpful?
<CSGovern>
<Field sfTable="Contact" sfField="FirstName" maskingRule="Asterisks">
<AccessCategory name="PII"/>
</Field>
<Field sfTable="Contact" sfField="Email" maskingRule="Random">
<AccessCategory name="PII"/>
</Field>
<Field sfTable="Account" sfField="Description" maskingRule="Lorem Ipsum">
<AccessCategory name="Public"/>
</Field>
<Field sfTable="Contact" sfField="LastName" maskingRule="Asterisks">
<AccessCategory name="PII"/>
</Field>
<User name="KNEEDEEP-CAPSTO\greg" active="true" databaseRole="false">
<AccessCategory name="Public"/>
</User>
<User name="sa" active="true" databaseRole="false">
<AccessCategory name="PII"/>
<AccessCategory name="Public"/>
</User>
</CSGovern>