What is the role configuration folder in SSB

Which IIQ version are you inquiring about?

Version 8.4

Share all details related to your problem, including any error messages you may have received.

I have add new attribute in role configuration. I want to deploy this via pipeLine so i did not find role configuration file in my SSB. In SSB structure could you please me to find that file name and path.

that should go under the ObjectConfig

1 Like

best should be using the merge option instead of replacing the Bundle Object like

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE sailpoint PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<sailpoint>
  <ImportAction name="merge">
    <ObjectConfig name="Bundle">
      <ObjectAttribute categoryName="categoryName" defaultValue="defaultValue" displayName="displayName" editMode="Permanent" name="attriburte nane">
    <Description>description</Description>
  </ObjectAttribute>
    </ObjectConfig>
  </ImportAction>
</sailpoint>
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.