Person.getRemovedRoles()

The method returns an array of removed static roles for the Person.

Availability

IBM® Tivoli® Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
person.getRemovedRoles()
Description
This method defined on the person object returns an array of static roles from which the person was removed. The return type is an array of DirectoryObjects.
Note: The person object is often a runtime object in memory, and these static roles were not removed from the directory.
Usage
var removedRoles = per.getRemovedRoles();