Hi all,
What is the difference between a Provisioning Plan and Provisioning Project?
Is there an official document on this?
Thanks in advance
Hi all,
What is the difference between a Provisioning Plan and Provisioning Project?
Is there an official document on this?
Thanks in advance
Hi @rishavghoshacc ,
ProvisioningPlan is an object which contains the account or attribute information to be provisioned on the target application.
When the ProvisioningPlan is compiled , we get a ProvisioningProject which contains the additional information required to fulfill provisioning operation on the target application.
For example : In the provisioning plan , you have assigned a group to the user , but the user does not have account on the target application. So IdentityIQ first creates an account on the target application using provisioning policies specified on application and assigns a group to the user.
So the ProvisioningPlan contains only the group request information , but the ProvisionongProject contains the information of attributes(retrieves the attributes and their values from the provisioning policy) to be set to create an account on target application as well as the group request information also.
The ProvisioningProject also includes the role expansion details if the ProvisioningPlan includes the role request.
ProvisioningPlan → Master Plan + Additional Information required for fulfilling the provisioning on target application.
For additional information , you can refer to this documentation