DirectoryObject.removeProperty(name)

The method removes the property specified by the given name.

Availability

IBM® Tivoli® Identity Manager 4.x

IBM Tivoli Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
directoryObject.removeProperty(name)
Arguments
name
String representing the name of the property to remove.
Description
This method removes the specified property. This change is made locally to the script environment, not to the data store. The property name can be either an attribute name or a relationship name.
Usage
directoryObject.removeProperty("eruid");