| PasswordResetControllerGetBlackList Method (DataObject) |
Returns the identity id, the first name and the last name of the provided identity.
Used for the validating passwords if the policy states that those items are not allowed.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string[] GetBlackList(
DataObject identity
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
Return Value
Type:
String
See Also