Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Service account certification

fouriefb
Regular Contributor
Regular Contributor

Hi Experts,

We are looking for a way to kick off a service account certification campaign for specific owners only.

Anyone know if this is possible? Advanced settings lets you only filter by accounts and entitlement types etc.

Thx in advance

9 REPLIES 9

vivekbm
Saviynt Employee
Saviynt Employee

Have you tried to specify the certifier in the certification configuration. The 2 options you have are "Select Certifier from List" and "Select from Manual Query".

If the 2 users you want to launch for are always the same then you could potentially configure a template once with those users selected as certifiers and then launch campaign periodically using the template.

fouriefb
Regular Contributor
Regular Contributor

Hi V,

This option is available only for UserManager Campaigns.

Service account attestations goes to owner, so we looking to do similar for Service Account Attestation

Regards

Hello @fouriefb,

Here is post on our legacy forms with similar requirement, please go through & let us know if it helps

https://forums.saviynt.com/t5/general-discussions/create-a-service-account-campaign-targeting-specif...

Thanks & Kind Regards,
Manikanta.S

Use advance query in accounts

rushikeshvartak_0-1668796667665.png


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thanks Rushikesh,

Any sample of how that would be filtered for specific owners only?

Regards,

Frikkie

Hello @fouriefb ,

Below is an sample query :

accountkey in(select accountkey from AccountOwners where owneruserkey in (13,2)

Note: 13 and 2 are userkey, please use your userkey

Thanks & Kind Regards,
Manikanta.S

fouriefb
Regular Contributor
Regular Contributor

Thank you for this Manikanta, this works perfectly

accountkey in(select accountkey from AccountOwners ao,users u where u.userkey=ao.owneruserkey and u.username in ('john'))


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thanks for the reply Rushikesh