Required attributes in ISC provisioning

Hi Team,

I am an IdentityIQ (IIQ) developer and new to Identity Security Cloud (ISC).
In IIQ, required attributes for account creation are enforced using Provisioning Policies at the application level.

Could you please clarify how this same concept is handled in ISC?
**
Thank you
.**

1 Like

Hi @vsuddala ,

It is the same with ISC as well, we can add provisioning policies for all the supported operations (Create, Update, Enable, Disable, etc) and define the needed attributes for your account creation.

All of these attributes will be added to the plan for provisioning. Only change to be noticed is, in IIQ, the complex customization/transformation will be achieved through a Rule. In ISC, these can be achieved through Transforms.

Create Policies are visible on the source itself to edit/update. For disable/enable policies, you can add/update/remove them using API or supported SDK.

API:

You can find the documentation related to the same here:

Regards,
Uday Kilambi

Hi @uday_kilambi

Thanks for the reply!
After reviewing the documentation, my understanding is that Identity Security Cloud does not provide an option to mark attributes as required in the Create Account (Create Profile) UI. However, the required behavior can be explicitly enforced through the Provisioning Policy API using the cloudRequired: true attribute. Is this understanding correct?

Hi @vsuddala

You can mark the required attributes with isRequired flag as true from the API.

In the below documentation I shared earlier:

Check out for the field attributes:

Regards,
Uday

2 Likes

@uday_kilambi Thanks for the help :raising_hands: