How to Add or Edit Role Types

  1. Click New Type or click an existing type to display the Edit Role Type Definition page.

  2. Enter or change the name and display name.

  3. Enter an icon path to link to the iconic image associated with roles of this type in the Role Modeler.

To assign an icon to a role type, do the following:

  1. Add two icon images to iiq_home/images/icons folder of your IdentityIQ installation, one for the role and one for the role as it is undergoing analysis or approval. For example:
    .itIcon {
    background-image: url("../images/icons/modeler_application_16.png")
    !important;
    background-repeat: no-repeat;
    }
    .itIconPendingbusiness process {
    background-image: url("../images/icons/modeler_application_approval_16.png") !important;
    background-repeat: no-repeat;
    }

  2. Reference the images from the iiq-custom.css file in the iiq_home/css directory.

  1. Optional: Select configuration options for the role type.

  2. Click Save to save your changes and return to the Edit Role Configuration page.