Showing posts with label IdentityTableColumns. Show all posts
Showing posts with label IdentityTableColumns. Show all posts

Sunday, June 14, 2020

Adding Attribute to UI from Identity Warehouse Sailpoint Identity IQ

Adding the Custom Extended or OOTB Attribute to the Identity Warehouse , You can edit UIConfig through the Debug Page or by merging the new columns into the UIConfig.


<ColumnConfig dataIndex="inactive" groupProperty="inactive" headerKey="inactive" hideable="true" property="inactive" sortProperty="inactive" sortable="true" stateId="inactive"/>
<ColumnConfig dataIndex="correlated" groupProperty="correlated" headerKey="Auth Source" hideable="true" property="correlated" sortProperty="correlated" sortable="true" stateId="correlated"/>

headerKey - will be the header string that's displayed at the top of the identity table view in the UI.

hideable - indicates whether the user can hide this column or not using the controls in the UI.

property - indicates the property that contains the value you want to display. For identity attributes, this will be the identity attribute name (as defined in your Identity Mappings.)

sortProperty - indicates the property to use to sort this column

sortable - indicates whether this field is sortable using the controls in the UI.