02/06/2023 11:51 AM
Team,
I want to check if there is any API or another method to do bulk update of Account PAM_CONFIG settings after account got enabled for PAM. Similar to below API
https://documenter.getpostman.com/view/6171505/U16bvotf#3d6bbe19-eb2f-4207-a5f7-568a1a510f35
Use case: We have certain accounts on specific endpoints that got PAM Enabled as per existing PAM_CONFIG on respective connection level. Now we want to modify certain timeouts like maxIDRequestableTime and maxCredSessionRequestTime. So we are looking for an option to bulk update for all existing PAM enabled accounts to use new time out configurations.
Can someone provide directions to achieve this?
@NageshK : Any thoughts?
Solved! Go to Solution.
02/10/2023 11:59 AM
@sk It seems the only way for this is to use custom query job to update the values in bulk.
02/10/2023 12:10 PM
02/10/2023 01:15 PM
@sk we do have updateAccount API and that updates one account at a time. You would have to script it to automate the update for a list of accounts.
yes, please mention it in IDEA portal.
03/03/2023 07:56 AM
03/15/2023 02:47 PM - edited 03/16/2023 07:50 AM