Hi everyone,
I’m using the Bulk Role Importer in SailPoint Identity Security Cloud and need help with the correct CSV format for enabling access requests, requiring approval, and assigning multiple named approvers to a role.
Here’s an example of the line I’m currently using:
createRole,role name,role description,TRUE,role owner,access profie,Source|Roles|entitlement,FALSE
I’m specifically trying to:
-
Turn access requests ON
-
Set approval required
-
Assign multiple approvers (e.g., manager and a governance group)
I’m running into formatting issues when trying to include both approver types. Can anyone share the correct structure or a working example that includes:
-
requestable = TRUE -
requireApproval = TRUE -
Multiple approvers (manager + governance group or named identities)
Thanks in advance!