RoleAssignmentObject.getAssignedRoleDN()
The method returns the distinguished name string for the role to which a person is assigned.
- Availability
IBM® Security Identity Manager 6.x
IBM Security Identity Manager 7.0.
- Synopsis
roleAssignmentObject.getAssignedRoleDN()
- Arguments
- None
- Returns
- The distinguished name string for the role to which a person is assigned.
- Description
- This method returns the distinguished name string for the role to which a person is assigned.
- Usage
var assignedRoleDN = "globalid=111"; var definedRoleDN = "globalid=222"; var assignmentObj = new RoleAssignmentObject(assignedRoleDN, definedRoleDN); var assignedRoleDN2 = assignmentObj.getAssignedRoleDN();