Hi all,
can someone give me a tip on how to create a new role with one entitlement using the “IdentityNow Bulk Access Profile and Role Importer tool”? I currently only want to test this via the command line. My command looks as follows:
ruby roleImporter.rb -c createRole,"Example Role","This is an Example Role",TRUE,"firstname.lastname",,"Active Directory:sAMAccountName:HR_All",true,manager,true,true,manager,,
...
WARNING : Create Role : Issue with ‘Active Directory:sAMAccountName:HR_All’ : could not find it or there was an issue retrieving it with the following message : Success
....
The role is created, and the owner is also correct. Updateing the role works fine. But something goes wrong when determining the entitlement. I suspect it’s related to the way I’m referencing it, but I’m not able to figure it out from the documentation at this point. My source is called “Active Directory” (I’ve verified this via API call), and as I understand it, the attribute to match should follow, then the comparison value.
Thank you for your help.