cyberark / epv-api-scripts

These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
https://www.cyberark.com/best
Apache License 2.0
195 stars 175 forks source link

Safe-Management.ps1 roles should match permissions presets #404

Open bigben386 opened 2 months ago

bigben386 commented 2 months ago

Could you update the memberRole options in the Safe-Management.ps1 script to match the presets in privilege cloud?

In privilege cloud you have the follow presets: Connect only, Read only, Approver, Accounts manager, Full

In the powershell script you have: Admin, Auditor, EndUser, Owner, Approver.

If not, then could you add some more granular permission options? We would like to use the script to grant Connect only to some users but it is not feasible using the script without making csv files.

Thanks