pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
293 stars 91 forks source link

`*-PASSafeMember` Permission Output #277

Closed pspete closed 4 years ago

pspete commented 4 years ago

Summary

Changes Permissions output of:

This PR fixes the following bug:

When added, set or queried, both the name & value of safe permissions is now returned as a nested property under Permissions. Previously, only the name of any permissions configured with a value of $true was returned, contained as an array of the Permissions property. Update allows integer value of RequestsAuthorizationLevel permission to be returned.

Test Plan

Pester tests updated to check that expected boolean or int permission property values

Related issues

275