Group owner based certification

Hi

Does ISC support group owner based certification?
I have an AD app, with 100s of groups. Client would like to create a certification campaign with group owner as the reviewer.
What I have seen in the documentation is that there is just app owner or manager based certification available in ISC unlike IIQ where there are a lot of options.

Regards
Arshdeep

Hey @arshdeep_thapar ,

There is no “Entitlement Owner” certification in ISC.

However, you could create custom certification using queries.

Search > Certification Campaigns > New Campaign > Access Items > All Access Items Returned by a Query

Example query: owner.name:"OWNER_NAME" or owner.name.exact:"OWNER_NAME"

1 Like

Please have a look at these as well.

1 Like

Yes ISC does not have Entitlement Owner based certificaiton. To achieve this you need to create a search type based campaign. There are APIs available you can use them and create campaign to entitlement owners.
We went with powershell approach. You need to identify the list of reviewer IDs and list of entitlements that need to be included in your campaign. This requires you to go through this APIs but once you start I believe you will understand it.
Some options that you need to focus are here
Here it should be IDENTITY
image

And here you need to have ENTITLEMENT

Type will be SEARCH

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.