During the self request access, I would enable the user to filter roles by a label that helps the end user to find quickly the roles access that he needs.
I try to import a calssification to use it to filter an IT Role but I had errors during the import from xml file.
Are the classfications a solution to my purpose?
the xml that I try to import is that one in the documentation that contains the following:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Classification PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Classification id="" name="PHI" displayName="Protected Health Information" origin="MyIndependentDataSource">
  <Attributes>
    <Map>
      <entry key="sysDescriptions">
        <value>
          <Map>
           <entry key="en_US" value="Allows access to Protected Health Information"/>
           <entry key="fr_FR" value="Permet l’accès aux informations de santé protégées"/>
          </Map>
        </value>
      </entry>
    </Map>
  </Attributes>
</Classification>