Previous Topic: Create CA Executive Insight Application Access PoliciesNext Topic: Modify the CA EEM Connection Properties


Create CA Executive Insight Application Access Policies Using Safex Scripts

The safex script can be used to set access policies as well as the CA EEM Web Application. This is especially useful in the case of many policies. It can be more efficient instead of manually specifying each policy.

Below is a sample fragment of a CA EEM Safex Script:

<Policy name="Category-FinOfficers-Read-Financial" folder="/Policies">
<Description>EI Category policy - only FinOfficers group  users have read permission for the Financial category </Description>
	<ResourceClassName>Category</ResourceClassName>
	<Identity>gug:finOfficers</Identity>
	<Action>read</Action>
	<Resource>Financial</Resource>
</Policy>

Note: For additional information, see the CA Support page and reference the 'CA Embedded Entitlements Manager' documentation set.