Person.getRemovedRoles()

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

Availability
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. 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();

Parent topic: Person