rubrik-sdk-for-powershell icon indicating copy to clipboard operation
rubrik-sdk-for-powershell copied to clipboard

Support for Adding, Deleting, and Managing custom roles

Open mwpreston opened this issue 3 years ago • 0 comments

There is currently no way to create, modify or delete custom roles within the PS SDK without using the Invoke-RubrikRestCall cmdlet.

Forming the proper body and passing the proper parameters can get tedious - it would be nice to see cmdlets such as

New-RubrikRole
Remove-RubrikRole
Set-RubrikRole
Get-RubrikRole

These could then be used to properly assign access to protected objects and SLAs on the role level. I do believe we already have cmdlets to handle assigning users to the Roles.

mwpreston avatar Mar 15 '21 18:03 mwpreston