Credential.isCheckoutSearchEnable()
The method returns whether the credential is enabled for a checkout search.
- Availability
- IBM® Security Identity Manager 6.0
- Synopsis
Credential.isCheckoutSearchEnable()
- Returns
- Boolean
- Description
- This function returns true if the credential is enabled for a checkout search; returns false otherwise.
- Usage
-
var isSearchable = credential.isCheckoutSearchEnable(); if (isSearchable) { ...; }