Managed Resources
You can manage the IdentityIQ applications through the Ivanti Cherwell Service Desk. To manage the applications, you need to add them individually as a ManagedResource
under the ProvisioningConfig
tag provided in the IdentityIQforIvantiCherwellServiceDesk.xml
file.
For example, to add three applications such as Procurement_System, HR_System, and Finance_System, add them individually as a ManagedResource
as shown below:
<ProvisioningConfig>
<ManagedResource>
<ApplicationRef>
<Reference class="sailpoint.object.Application" name="Procurement_System" />
</ApplicationRef>
</ManagedResource>
<ManagedResource>
<ApplicationRef>
<Reference class="sailpoint.object.Application" name="HR_System" />
</ApplicationRef>
</ManagedResource>
<ManagedResource>
<ApplicationRef>
<Reference class="sailpoint.object.Application" name="Finance_System" />
</ApplicationRef>
</ManagedResource>
<PlanInitializerScript>
......................
......................
</PlanInitializerScript>
</ProvisioningConfig>