guttays
(YagnaSri Gutta)
February 27, 2025, 7:37pm
1
Hi all,
Can some one suggest inputs for below requirements:
To create Certification campaign filter to get list of accounts having entitlements for particular source.
We need to add only the entitlement owner as reviewer for above accounts instead of Manager or individual or governance group in campaign.
Thank you in advance
mcheek
(Mark Cheek)
February 27, 2025, 9:57pm
3
Just verifying but when you say campaign filter, are you referring to these?
If so, one thing to note is that the criteria are all connected by OR operators
If you just wanted to use a filter based on certain accounts, then OR would work
account A OR account B OR account C
However, when you want to start including entitlements into the mix, this won’t work, because it ends up being
account A OR account B OR account C OR entitlement A OR entitlement B
Which means an account could be included in the campaign that is not account A,B,or C as long as it’s assigned entitlement A or B
Make sense?
jrossicare
(Jason Ross)
February 27, 2025, 10:38pm
4
Can’t you just create campaign of type SEARCH and specify:
"searchCampaignInfo": {
"type": "ACCESS",
"query": "source.name.exact:\"SourceName\""
}
create-campaign | SailPoint Developer Community
mcheek
(Mark Cheek)
February 27, 2025, 11:00pm
5
That’s normally what I would suggest, but I couldn’t tell if OP needed a filter because they were running an uncorrelated account campaign or not
1 Like
jrossicare
(Jason Ross)
February 27, 2025, 11:16pm
6
I made assumptions and jumped to conclusions
Too early in the morning and not enough coffee
guttays
(YagnaSri Gutta)
February 28, 2025, 3:49am
7
Hi @jason Ross & @mcheek ,
I have implemented this filter
` "searchCampaignInfo": {
"type": "ACCESS",
"query": "source.name.exact:\"SourceName\""
}`
as in the creation I can’t able to assign it to specific entitlement owner. Can you please suggest how to make entitlement Owner as reviewer instead Manager/Individual Owner
And I am planning to do it from API - Can you please suggest feasible way because in Workflow I am not able to see Action/Trigger to get all certification Items so that i can validate owner with its entitlement owner and call Reassign Certification API. Please suggest me Feasible way.
Thank you.
system
(system)
Closed
April 29, 2025, 3:50am
8
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.