vscode-sailpoint-identitynow
vscode-sailpoint-identitynow copied to clipboard
Update roles and access profiles in bulk
Is your feature request related to a problem? Please describe. At this moment, it is only possible to create roles or access profiles in bulk and not update them.
Describe the solution you'd like It should be possible to submit a CSV to update roles or access profiles
Describe alternatives you've considered Scripts (leveraging SailPoint SDK), Role Importer (PS tool), etc.
Additional context Things to be considered/defined:
- Should it be "create or update" type of import, or should we have 2 different commands? One for import, One for Update? As of now, there is an icon in the menu for import. Probably the expected behavior is to "create or update"
- In the context of an update, not all fields are required. For the instance, the owner is already set and shall not change
- JSON Patching should be considered