Credential.isNotifyOnly()

The method returns whether the system must send only a notification email when a credential lease is expired or not.

Availability
IBM® Security Identity Manager 6.0
Synopsis
Credential.isNotifyOnly()
Returns
Boolean
Description
This function returns true if the notification option is NOTIFY_ONLY; returns false if the notification option is NOTIFY_AND_CHECKIN.
Usage
var isNotifyOnly = credential.isNotifyOnly();
if (isNotifyOnly) {
	...;
}