darrenjrobinson / powershell_module_identitynow

SailPoint IdentityNow PowerShell Module
https://blog.darrenjrobinson.com/sailpoint-identitynow/
MIT License
47 stars 15 forks source link

Have parameter name for every cmdlet #47

Open yannick-beot-sp opened 3 years ago

yannick-beot-sp commented 3 years ago

Names are more user-friendly than id. Also, names can be identical between different environment but not Ids. In any case, wanting to rely on names or to be environment-independent requires lot of repetitive code that could be embedded directly in the module.

Depending on your thoughts, I can contribute to this.