| Exam Name: | SailPoint Certified IdentityIQ Engineer | ||
| Exam Code: | IdentityIQ-Engineer Dumps | ||
| Vendor: | SailPoint | Certification: | Identity Security Engineer |
| Questions: | 267 Q&A's | Shared By: | mia-rose |
The engineer is writing code to modify Policy objects. Is this the correct way to get, lock, modify and save the object, given the name of the object?
Proposed Solution:
public void updateObject(SailPointContext context, String objectName) throws GeneralException {
Policy object = context.getObjectByName(Policy.class, objectName);
// ... modify object ...
context.lockObject(object);
context.decache(object);
context.commitTransaction();
}
Is this statement valid regarding the control and usability of the Debug pages in IdentitylQ?
Solution: The application server must be restarted after reloading the logging file through the Debug-Logging page.
Can the Provisioning tab under " Administrator Console " be used to do the following task?
Proposed Solution:
View all failed, pending, successful provisioning transactions.
Is the following a valid role option that can be configured?
Proposed Solution:
Configure a role that can be requested only if the user already has a related role.