arietimmerman / sailpoint-identityiq-iiquery

Run HQL queries directly from the SailPoint IdentityIQ web interface. Just like you can using `iiq console`, but with a little more convenience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIQuery for SailPoint IdentityIQ

Run HQL queries directly from the SailPoint IdentityIQ web interface.

You can already do this via the iiq console. This plugin brings the same functionality to the web interface.

Usage

Install the plugin and visit the following URL or press the table icon in the navigation bar.

http://YOUR-IDENTITYIQ-HOST/identityiq/plugins/pluginPage.jsf?pn=IIQuery

Make sure you have been assigned the new IIQueryRunner capability (or SystemAdministrator).

Now type in a HQL query and press Search.

Build

Make sure you have Java and Node with yarn installed.

Also, download SailPoint IdentityIQ and store it in base/ga/identityiq-8.1.zip.

make build

The plugin will be stored in build/dist/plugin.zip.

Features

  • Run HQL queries
  • Set first row and max results
  • Remembers the last 50 queries (in your web browser)

Screenshot

alt text

Support

This plugin is developed by Arie Timmerman from a11n.

About

Run HQL queries directly from the SailPoint IdentityIQ web interface. Just like you can using `iiq console`, but with a little more convenience.

License:MIT License


Languages

Language:Vue 61.7%Language:Java 20.0%Language:HTML 11.4%Language:JavaScript 4.4%Language:Makefile 2.6%