rubrik-sdk-for-powershell
rubrik-sdk-for-powershell copied to clipboard
Support for Adding, Deleting, and Managing custom roles
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.