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

How to filter accounts for which you can change passwords in the endpoint configuration

Siva
Regular Contributor
Regular Contributor

Hi Experts

We have a requirement to change the password for a particular account.
Filtering accounts for which you can change passwords can be handled by Config For AllowChangePassword  at the endpoint configuration.
If anyone had implemented this, please let me know.
help me with the filters that i can use.

Thanks
Siva Avula

3 REPLIES 3

SB
Saviynt Employee
Saviynt Employee

You can define the query under the Config For AllowChangePassword parameter . Below are a couple samples for reference.

AC.CUSTOMPROPERTY1=
AC.ACCOUNTTYPE !=


Regards,
Sahil

ssudhakar
New Contributor III
New Contributor III

Hi Sahil/Team,

Is it possible to use attributes like endpointkey,name,status attributes in the filter ?

We dont want to introduce a new attribute set like ACCOUNTTYPE

 

SB
Saviynt Employee
Saviynt Employee

Since this config is already at endpoint level, using endpointkey will not make sense. You can use status and anyother CP attribute as well.

AC.CUSTOMPROPERTY1=


Regards,
Sahil