Credential.isResetPasswordAtCheckin()
The method returns whether to reset the credential password during the checkin process or not.
- Availability
-
IBM® Security Identity Manager 6.x
IBM Security Identity Manager 7.0.
- Synopsis
Credential.isResetPasswordAtCheckin()
- Returns
- Boolean
- Description
- This function returns true if the credential password needs to be reset during the checkin process; returns false, otherwise.
- Usage
-
var isResetPwd = credential.isResetPasswordAtCheckin(); if (isResetPwd) { ...; }