RoleAssignmentObject.removeProperty()

The method removes the assignment attribute specified by the given name.

Availability

IBM® Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
RoleAssignmentObject.removeProperty(name)
Arguments
name
String representing the name of the assignment attribute to remove.
Description
This method removes the specified assignment attribute. This change is made locally to the script environment, not to the data store.
Usage
RoleAssignmentObject.removeProperty("assignmentAttr1");