SAILPOINT-CERTIFIED-IDENTITYNOW-ENGINEER · Question #105
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:
The correct answer is B. No. 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…
Question
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:
Options
- AYes
- BNo
How the community answered
(42 responses)- A17% (7)
- B83% (35)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.