Valid IdentityNow-Engineer Dumps shared by ExamDiscuss.com for Helping Passing IdentityNow-Engineer Exam! ExamDiscuss.com now offer the newest IdentityNow-Engineer exam dumps, the ExamDiscuss.com IdentityNow-Engineer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com IdentityNow-Engineer dumps with Test Engine here:
An IdentityNow engineer needs to find identities with disabled AD accounts by using IdentityNow's search features. Is this the correct search syntax to perform this task? Solution:
Correct Answer: B
The search syntax @accounts( source.name:"AD" AND disabled:false ) is not correct for finding disabled AD accounts. This query would return accounts that are not disabled because it is filtering for disabled:false. To find disabled accounts, the filter should specify disabled:true. Key Reference from SailPoint Documentation: * Search Syntax for Disabled Accounts: To search for disabled accounts, the condition should check for disabled:true.