How to Add or Edit Role Types
-
Click New Type or click an existing type to display the Edit Role Type Definition page.
-
Enter or change the name and display name.
-
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:
-
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;
} -
Reference the images from the
iiq
-custom.css
file in theiiq
_home/css
directory.
-
Optional: Select configuration options for the role type.
-
Click Save to save your changes and return to the Edit Role Configuration page.