Person.getNewRoles()

The method returns an array of newly added static roles for a Person.

Availability

IBM® Tivoli® Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
person.getNewRoles()
Description
This method defined on the person object returns an array of new static roles associated with the person. The return type is an array of DirectoryObjects,
Note: The person object is often a runtime object in memory, and these new static roles were not added to the directory.
Usage
var newRoles = per.getNewRoles();